Hello,

At first sight, the connection test statement, which is by default set in the VDB config file to "select now()" is not a correct statement for Novell LDAP-JDBC-Driver. You should try another simple SQL statement that is working against LDAP-JDBC-Driver (maybe "select 1") and change your VDB config file accordingly.

This statement is used to check that connection to the backend (here LDAP) is possible.

Regards,

Stephane

Sebastian Zickau a écrit :
Hello Everyone,

I try to intergrate an LDAP-Server with the Novell LDAP-JDBC-Driver, I get an error that the 'connectionTestStatement' ist not correct, see below. Does anyone have know what it should be? Thanx in advance.

Message:
11:35:05,988 INFO backend.DatabaseBackend.testNode7 Detected backend as: LDAP 11:35:05,995 ERROR backend.DatabaseBackend.testNode7 Test statement select now()
 is invalid (select now())
11:35:06,000 WARN controller.virtualdatabase.tubis_vDBtest_1e Error while inita lizing database backend testNode7 (java.sql.SQLException: Driver com.novell.sql.
LDAPDriver is not Sequoia compliant)
java.sql.SQLException: Driver com.novell.sql.LDAPDriver is not Sequoia compliant

at org.continuent.sequoia.controller.backend.DatabaseBackend.checkDriver
Compliance(DatabaseBackend.java:608)
at org.continuent.sequoia.controller.virtualdatabase.VirtualDatabase.get
AndCheckBackend(VirtualDatabase.java:2052)
at org.continuent.sequoia.controller.virtualdatabase.VirtualDatabase.for
ceEnableBackend(VirtualDatabase.java:1864)
at org.continuent.sequoia.controller.virtualdatabase.management.VirtualD
atabase.forceEnableBackend(VirtualDatabase.java:108)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
....

Greetings
Sebastian

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia



_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to