Kbase P869: Connect via 4GL procedure to resolve problems with multiple
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress/400 DataServer
SYMPTOM(s):
Database 1 uses DDM files and the "-is" parameter
Database 2 does not use DDM files
STRPROCLI connects to Database 1
Program stops at the the "connect" statement upon the 4GL connection of the second database, db 2.
No error messages in the job log
The same 4GL procedure works fine from a remote progress client
Other programs run correctly when accessing each database independently
Cannot reverse the database connection order
FIX:
1. Run STRPROCLI without connecting to a database
2. Execute a 4GL procedure to connect to all the databases required.
3. Then use the "run" command to execute other 4GL procedures after connected to all databases.