Hi. I am installing webMethods 8 64-bit from scratch and I am having issues getting the TN database working. I have a couple issues that I would appreciate any help.
Issue 1:
I reinstalled wM Integration Server using the embedded database for IS and pointing the TN to the path of an external (and empty) SQL 2005 database. I made sure I copied the file âsqljdbc4â to the âIntegrationServer\lib\jarsâ folder so that wM does not throw the error âsuitable driver not foundâ. The installation went fine except for many DB connection errors, which was expected because the TN database was blank.
After wM start is completed, I went to JDBC Pools from the web console and I successfully test the Pool alias. However, when I run the DB Configurator to populate TN database I get the error:
âDatabase Connection error: No suitable driver found for jdbc:sqlserver://10.50.21.64:1168;databaseName=TNPOC_v8;SelectMethod=direct;SendStringParametersAsUnicode=falseâ
I copied the file âsqljdbc4â in any jar or lib folder I could find but to no avail.:eek:
Issue 2:
I then decided to run the scripts manually instead. So I connected to the DB using Management Studio and attempted to run the 3 scripts in the folder âcommon\db\scripts\mssql\tradingnetworks\31\createâ. They are âmss_tns_c_ddlâ; âmss_tns_c_dmlâ; and âmss_tns_c_dml_trackingâ.
The first script went fine; the 2nd did go ahead but threw a warning about a size of a something (a table I think). The 3rd threw the error âInvalid object name âCOMPONENT_EVENTââ
:mad:
I decided to ignore the error and take my chances, so I started wM and most things went fine except for the following errors which seem to be inter-related:
2010-08-18 23:21:19 NZST [ISS.0137.0006E] Scheduler: Error initializing scheduler: Invalid object name âIS_USER_TASKSâ
2010-08-18 23:21:20 NZST [WmAuditingSC.destination.1122E] Destination âSessionDBDestâ caught unexpected Throwable logging audit event: Invalid object name âWMSESSIONâ
2010-08-18 23:21:21 NZST [WmAuditingSC.destination.1122E] Destination âErrorDBDestâ caught unexpected Throwable logging audit event: Invalid object name âWMERRORâ.
:uhoh:
Search of information on what these objects could be suggested these are tables that should have been created. However, I canât find them in the TN database, and I thought I use ISâs embedded database so I donât have to worry about it, so I have no idea where it is supposed to reside. Furthermore, I could not even find these tables in the databases of wM6.5 that we use at present. So I have no idea where these table should be and how to get wM to not throw the errors.
Can anyone please help me fix any of these issues so I can get wM to work fine with its databases?