Kbase P128459: Error 263 trying to execute idxbuild
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/23/2008 |
|
Status: Unverified
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Versions
SYMPTOM(s):
Error 263 trying to execute idxbuild
** The database <file-name> is in use in single-user mode. (263)
Idxbuild is being called from a program using OS-COMMAND
CAUSE:
Database is already connected by session running program
FIX:
Use DISCONNECT statement before calling OS-COMMAND.
Make sure that the DISCONNECT happens in a program that does not have references to a objects, such as tables or sequences, in the same program to avoid the effective disconnect be delayed.