Kbase 21293: Path Length in Connection Parameter May Cause Error 1345
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/11/2008 |
|
Status: Verified
SYMPTOM(s):
Error connecting Progress client to a Progress database on another file system.
Client connecting to remote database from commmand line or .pf file.
Login refused; client has version <n> and server has version <n>. (1345)
Broker 0: Login refused; client has version 17 and server has version 800.(1345).
CAUSE:
The client is connecting using absolute path to a database on a remote system. The database is servicing local and remote users.
For example, the startup icon might show:
C:\DLC\bin\prowin32.exe -pf \\Myserver1\database\serverdb\datab.pf
The .pf file shows the path to the database as:
-db //Myserver/database/Control/Control.db
-S service
-H hostname
FIX:
Do not path out the database. Just use the database name. Using the -H and -S is all that is needed to connect over the network.