Kbase P116434: Errors 263 or 276 when trying to run PROSTRCT STATISTICS when the database is in use
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/12/2007 |
|
Status: Unverified
SYMPTOM(s):
Attempting to run PROSTRCT STATISTICS
Database is in use and returns errors
** The database <file-name> is in use in single-user mode. (263)
** The database <file-name> is in use in multi-user mode. (276)
PROSTRCT STATISTICS runs properly if the database is offline
Using a version of Progress lower than 9.1E04
Using a version of OpenEdge 10 lower than 10.0B05
CAUSE:
In versions of Progress/OpenEdge lower than 9.1E04 and 10.0B05, this is expected behaviour. PROSTRCT STATISTICS cannot be run when the database is in use. The database must be offline with all users logged out.
FIX:
Option #1
Upgrade to Progress 9.1E04
Upgrade to OpenEdge 10.0B05
Upgrade to OpenEdge 10.1A and later
Option #2
If an upgrade is not possible, run DBANALYS instead:
PROUTIL <dbname> -C DBANALYS
This will supply information about index, record and free chain blocks while the database is in use.