Kbase P128716: JDBC connections using Service Name fail on Windows Vista
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/3/2008 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
OpenEdge 10.1C
Windows Vista
SYMPTOM(s):
Attempting to connect to database via JDBC
Using Service Name instead of a Port Number
Connection fails with error
Error: [DataDirect][OpenEdge JDBC Driver]Cannot find port number for service name <service>. (8933)
Connection succeed when using a numeric Port Number
CAUSE:
This is a known issue, detailed in the Release Notes
FIX:
OE00152834 Type: Known Issue
On Windows Vista platforms, sqlexp only works with a numeric port number
---------------------------------
On Windows Vista platforms, sqlexp can only connect to the database server if the port is numeric. For example, specify the port number as 4050 rather than using a service name like "mydbservice".