Kbase P58056: DataServer's debugging switch, qt_debug,EXTENDED is not working
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
DataServers
SYMPTOM(s):
DataServer's debugging switch, qt_debug,EXTENDED is not working
-Dsrv qt_debug,EXTENDED placed on the schema holder connection parameters
CAUSE:
Parameter is not being used in the proper place
FIX:
The -Dsrv qt_debug,EXTENDED should be after the -db parameter of the database connection.
If you are connecting from the command line it should be like:
prowin32.exe sh -1 -RO -db oracl -ld "oracl" -dt ORACLE -U "user" -P "password" -Dsrv qt_debug,EXTENDED.
Or if you are using CONNECT Statement:
CONNECT sh -1 -RO.
CONNECT oracl -ld "oracl" -dt ORACLE -U "user" -P "password" -Dsrv qt_debug,EXTENDED.