I am attempting to migrate from 6.0.1 to 6.1 on a W2K system with an Oracle 8.1.7 DB.
I’ve set my tnpool as follows:
<?xml>
<idataxmlcoder>
<record>
<value>tnpool</value>
<number>2</number>
<number>20</number>
<number>60000</number>
<value>jdbc:wm:oracle://localhost:1521;SID=orcl</value>
<value></value>
<byte></byte>
<value>DataDirect SequeLink JDBC Driver (TN Only)</value>
<value>Trading Networks DB Pool</value>
</record>
</idataxmlcoder>
I can successfully test the connection from the JDBC settings in IS Admin, and when I finally gave up trying to migrate, I am able to open the DB and view profiles, etc. from the TN Console.
However, whenever I try to run the migrate utility or tnquery, I get:
java.sql.SQLException: No suitable driver
java.sql.SQLException: No suitable driver
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(DriverManager.java:532)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at com.wm.app.tn.db.Datastore.getOfflineConnection(Datastore.java:603)
at com.wm.app.tn.db.Datastore.getConnection(Datastore.java:263)
at com.wm.app.tn.db.Datastore.getDBMetaData(Datastore.java:505)
at com.wm.app.tn.db.Datastore.init(Datastore.java:175)
at com.wm.app.tn.db.Embedded.init(Embedded.java:104)
at com.wm.app.tn.util.migrate.migratedata_to_tn_61.main (migratedata_to_tn_61.java:32)
#Integration-Server-and-ESB#webMethods-Upgrade#webMethods#webMethods-General