Skip to main content
Participating Frequently
November 14, 2008
Question

Connecting CF 8 to Lotus Notes Database

  • November 14, 2008
  • 1 reply
  • 1468 views
I have setting up an ODBC connect on Windows 2003 server (IIS 6) using NotesSQL 3.02 with Notes Client 6.5. I am now trying to create a data source in CF using the ODBC Socket and I get the following error:

Connection verification failed for data source: LN_Test
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]Network problem, session aborted due to internal error in remote procedure call, connection closed.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]Network problem, session aborted due to internal error in remote procedure call, connection closed.

Any thoughts.

Thanks
This topic has been closed for replies.

1 reply

Inspiring
November 14, 2008
harkg hrauiohgtasrit wrote:
> I have setting up an ODBC connect on Windows 2003 server (IIS 6) using NotesSQL
> 3.02 with Notes Client 6.5. I am now trying to create a data source in CF using
> the ODBC Socket and I get the following error:
>
> Connection verification failed for data source: LN_Test
> java.sql.SQLException: [Macromedia][SequeLink JDBC Driver]Network problem,
> session aborted due to internal error in remote procedure call, connection
> closed.
> The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC
> Driver]Network problem, session aborted due to internal error in remote
> procedure call, connection closed.

"session aborted due to internal error in *remote* procedure call" can
you check the log files on the server side ?
--
Mack
Participating Frequently
November 14, 2008
Mack

Thanks for the quick response. This error occurs when I am testing the data source set up in the cf admin. There is nothing in the application, exception, and server logs.

Thanks