Kbase P179467: Running session to dump incremental df file from the command line or batch process, throws errors in
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/22/2010 |
|
Status: Unverified
SYMPTOM(s):
Running session to dump incremental df file from the command line or batch process, throws errors in 10.2B
Running prodict/dump_inc.p throws error Database <ALIAS>: Error: Alias DICTDB conflicts with a database name. (389)
The .df file will not contain any buffer pool settings.
Database DICTDB2 : Error: Alias DICTDB conflicts with a database name. (389)
FACT(s) (Environment):
Command used: $DLC/bin/_progres -b -db <dbname1> -1 -ld DICTDB -db <dbname2> -1 -ld DICTDB2 -p prodict/dump_inc.p
Same command working fine in 9.1x and 10.1x releases
All Supported Operating Systems
OpenEdge 10.2B
CAUSE:
This is expected behavior, as OpenEdge 10.2B is using DICTDB alias in ADE code.
FIX:
Change the DICTDB alias used for the logical database name in the command line to something else.
Example:
$DLC/bin/_progres -b -db <dbname1> -1 -ld FIRSTALIAS -db <dbname2> -1 -ld SECONDALIAS -p prodict/dump_inc.p