Kbase 19223: Application Error With AS/400 Native 4GL Client And -ld
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress/400 DataServer
Progress/400 Product, all versions
SYMPTOM(s):
Application error when running AS/400 Native 4GL client and DataServer when specifying -ld parameter.
Client session started with the -ld (logical database) name in the STRPROCLI parameters;
STRPROCLI STRPROC(procedure.p) SCHDB(dbname) PROPARMS('-ld logical name')
CAUSE:
The -ld parameter has never been implemented with the Native 4GL client and consequently is not supported.
FIX:
To workaround this, create another procedure file that creates a database alias with "CREATE ALIAS". Use this procedure to call the original, removing the need to pass the logical database name with -ld.