× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I am trying to connect to a SQL server 2000 running on a windows 2003
server.
This is the joblog error that I get:

CPF9897 Diagnostic 40 09/28/07 08:46:50.057152
JDBCR4 ARNDT3 *STMT JDBCR4 ARNDT3 *STMT
From module . . . . . . . . :
JDBCR4
From procedure . . . . . . :
DRIVER_CONNECT
Statement . . . . . . . . . :
2482
To module . . . . . . . . . :
JDBCR4
To procedure . . . . . . . :
DRIVER_CONNECT
Statement . . . . . . . . . :
2482
Message . . . . : Unable to
connect.
Cause . . . . . : No additional
online help information is available.

That is all it is telling me, no Java errors or any other errors. This
procedure has not been changed by me or any one else here.
TCP/IP is Enabled watching port 1433. Here is the con string I am using:

prop = JDBC_Properties();
JDBC_setProp(prop: 'userName' : 'user');
JDBC_setProp(prop: 'password' : 'password');
JDBC_setProp(prop: 'databaseName' : 'DBName');

conn = JDBC_ConnProp('com.microsoft.sqlserver.jdbc.SQLServerDriver'
:'jdbc:microsoft:sqlserver://192.168.90.216:1433'
: prop);


Thanks again.

Nick

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.