Guest
(Guest)
November 12, 2004, 6:31am
1
Creates JDBC connection. When trying to enable connection get this error
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource wmtest:test.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
javax/sql/DataSource
I have include the MSSQL driver jar files(3) in the classpath of IS. When I see them in the about page.
I followed the step as per JDBC pdf.
webMethods 6.0.1 SP2
MS SQL 2000
WIN 2000
JDBC Adpater 6.0.3
Yemi_Bedu
(Yemi Bedu)
November 12, 2004, 8:58am
2
I don’t know what is wrong on your end. We once used the microsoft jar but now we use this:
DataDirect Connect JDBC SQL Server Driver
with this url:
jdbc:wm:sqlserver://sql:1433;DatabaseName=webMethods601;SelectMethod=Cursor
our server is “sql” and our db is “webMethods601”
And it has been working for over 6 months.
Guest
(Guest)
November 13, 2004, 12:37am
3
I am trying to connect sql server through JDBC adpater.
Not through WmDB.
Yemi_Bedu
(Yemi Bedu)
November 13, 2004, 12:51am
4
Hello,
If that comment was for me then I am confused. I in no way referenced WmDB. We use a SQL Server url and the SQL Server driver.
You should go to Settings -> JDBC Pools to make sure that your IS can talk with SQL Server. There is a Test button (green arrow) that lets you know it is ok.
I was mistaken about the MS JDBC Driver. We do you it for Development connections. our DataSource Class string is:
com.microsoft.jdbcx.sqlserver.SQLServerDataSource
to reference the needed database.
Thahir_KK
(Thahir KK)
November 15, 2004, 11:47am
5
Try this
[url=“wmusers.com ”]wmusers.com
Thahir
Guest
(Guest)
November 27, 2004, 7:59am
6
the problem, cannot be solved yet. I am using win XP SP2. enabled the ports for MSSQL server. even then, still unable to connect to the database