hi,
Was somebody able to connect to Sybase Adaptive Server Anywhere(Sybase SQLAnywhere) database. If yes can u please let me know the adaptor setting.
I am able to connect to database using java code. Class.forName(“com.sybase.jdbc2.jdbc.SybDriver”).newInstance() ;
url = “jdbc:sybase:Tds:localhost:2639”;
conn = DriverManager.getConnection (url, “dba”, “sql”);
conn.setAutoCommit(true);
but when i use this same setting in WM Adaptpr it gives me following error.
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource TEST:Conn_psdb.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
null
I tried both the setting using LOCAL_TRANSACTION AND XA_TRANSACTION.
Thank you
#Integration-Server-and-ESB#webMethods-General#webMethods