Consultor Eletrônico



Kbase P98774: Errors 437 and 700 when trying to connect to multiple databases with a .PF file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/6/2009
Status: Verified

SYMPTOM(s):

.PF file contain connection parameters for multiple databases

Errors when trying to connect using .PF file

Disconnected from server because database name was incorrect. (437)

** Server rejected login. (700)

Connection successful for any database if parameters for all other databases are removed

Parameters configured in a manner similar to the following:

-H <hostname>
-S <service>
-N TCP
-db <DBName#1>
-ld <LDBName#1>
-H <hostname>
-S <service>
-N TCP
-db <DBName#2>
-ld <LDBName#2>

FACT(s) (Environment):

OpenEdge Category: Database
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems

CAUSE:

Second -S parameter found before second -db parameter

FIX:

Rearrange the parameters in the .PF file placing the -db parameters before the -S parameters. For example:

-db <DBName#1>
-ld <LDBName#1>
-H <hostname>
-S <service>
-N TCP
-db <DBName#2>
-ld <LDBName#2>
-H <hostname>
-S <service>
-N TCP