Kbase 19370: Reverse DB Connection Order To Resolve Problems With Multiple AS/400 Databases
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress/400 DataServer
IBM AS/400 (CISC)
IBM AS/400 (RISC)
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
FIX:
Reverse the database connection order, connect to B and then A.