Kbase P114671: Error 4406 when connecting to database locally with database license
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
Error 4406 when connecting to database locally with database license
SYMPTOM(s):
This client is not licensed for remote connections. (4406)
Only database license (Enterprise DB, Workgroup DB) is installed
Running client on same host as database
Startup parameters or .pf file for client contains -H localhost -S ...
CAUSE:
Parameter -H forces client to use TCP/IP to connect. However TCP/IP client networking is not allowed by a database license.
FIX:
Use shared memory access to the database:
1. remove parameters -H and -S
2. if database is not in current directory, specify full path to database.