× 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.



Good Afternoon!

I have started using Scott Klement's JDBCR4 service program to connect to an
SQL server, and I have a quick question. First of all, I would like to
thank Scott for this service program and the documentation. Integrating DB2
with other DB platforms is becoming the core challenge at my shop, and this
will greatly simplify accessing all data from the iSeries. I am trying to
connect to an MS SQL 2000 server (see source below).

d/copy carollat/jdbcr,jdbc_h
d LynxConn s like(Connection)
d UserName s 50a inz
d Password s 50a inz
/free
*inlr = *on;
UserName='username';
Password='password';
LynxConn=JDBC_Connect('com.microsoft.sqlserver.jdbc.SQLServerDriver'
:'jdbc:sqlserver://10.10.4.22:1433'
:%trim(UserName)
:%trim(Password));
if LynxConn=*Null;
dump(A);
endif;
return;
/end-free

When I run the program the first time, I get a JVAB56D message in my job
log (Java Virtual Machine is Classic.). Then, I get a screen like this:
___________________________________________________________________
at java.lang.Throwable.<init>(Throwable.java:195)

at java.lang.Exception.<init>(Exception.java:41)

at java.sql.SQLException.<init>(SQLException.java:40)

at com.microsoft.sqlserver.jdbc.SQLServerException.<init>(Unknown
Sou

rce)

at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate
(Unknown

Source)
at
com.microsoft.sqlserver.jdbc.TDSChannel.throwSSLConnectionFailed(U
nknown
Source)
at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(Unknown
Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper
(Unk
nown
Source)
at
com.microsoft.sqlserver.jdbc.SQLServerConnection.loginWithoutFailo
ver(Unknown
Source)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(Unknown
S

ource)

at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(Unknown
Sourc

e)



===>



F3=Exit F4=End of File F6=Print F9=Retrieve
F17=Top
F18=Bottom F19=Left F20=Right F21=User Window
_____________________________________________________________________

and then I get the following error:

The driver could not establish a secure connection to SQL Server by using
SecureJNI_CHECKERROR Ø Xë«  Ø ­ÏFs

I have some java experience, and if I could just see the top the java error
message, I could at least have something to go on. But the screen above is
input inhibited the entire time it is shown (can't scroll "up"!), and the
dump just shows the stuff in the RPG program. I have tried using the
'JDBC_ConnProp()' method also, and with the same result (what I can see of
the result anyway).

So my question is, first of all, to anyone who uses this service program (or
Scott, if he has time 8)), can you see anything wrong with the connection
attempt, assuming the IP and user/pwd are valid, and the java odbc driver is
installed correctly? Or to anyone who uses java with RPG, how can I view
the entire java error message. Thanks in advance!


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.