Upgrading TN 46

Hi,
I am trying to upgrade webMethods TN 4.0.1 to 4.6. We are using sequelLink as the database. It was working fine with the version 4.0.1, but after I installed 4.6 the TN console doesnt connect.
I am trying to use the driver
com.merant.sequelink.jdbc.SequeLinkDriver
My guess is there is something wrong in the installation of this.
Any ideas? Thanks in advance!

What errors do you get?

I am getting a

Database error fetching all types: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
(0) java.sql.SQLException: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
(1) java.sql.SQLException: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
(2) java.sql.SQLException: Session aborted due to network problems.
(3) java.sql.SQLException: Socket error, connection refused

error.

The URL that I am trying to connect to is

jdbc:sequelink://103.54.23.136:19996;databaseName=TNDB

the “103.54.23.136” is the ip address of the same box as the sequelLink is setup in the same box.

the driver that i use is "
com.merant.sequelink.jdbc.SequeLinkDriver".
Please help.
Thanks
VR

I just got that error recently and our database is Oracle and we are using MERANT Sequelink also. Tthe problem is webMethods is using the different MERANT Sequelink version than with our Oracle. Check the versions between webMethods and Oracle.

here is the error i get!

com.wm.app.tn.err.EXMLException:

wm.tn.admin:startup

  java.lang.NoSuchMethodError 
  com.wm.app.tn.err.SystemLog2: method init(Ljava/util/Properties;)V not found 
  java.lang.NoSuchMethodError: com.wm.app.tn.err.SystemLog2: method init(Ljava/util/Properties;)V not found 

at wm.tn.admin.startup(admin.java:324)
at java.lang.reflect.Method.invoke(Native Method)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:281)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:688)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:480)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:437)
at com.wm.app.b2b.server.SessionInvoke.run(Session.java:620)
at com.wm.util.pool.PooledThread.run(PooledThread.java:103)
at java.lang.Thread.run(Thread.java:498)