PDA

View Full Version : WebMethods Monitor problem


abhijeet
07-07-2005, 08:31
I am running webMethods 6.1 on windows platform with SQL Server as my database. I did run all the scripts for the webMethods tables however, when I log on to WmMonitor on page load I get the following error

Failed getting instance list (java.sql.SQLException: [wm-cjdbc33-0009][SQLServer JDBC Driver][SQLServer]Invalid column name 'AUDITTIMESTAMP'.)

Please can someone help me with it.

abhijeet
07-07-2005, 08:55
I got it ... the reason it was happening because one of the webMethods tables was missing AUDITTIMESTAMP column to be precise it was the WMPROCESSASSOC table.

Best,

Abhijeet

kleberferreira
07-07-2005, 09:52
Abhijeet,

look into the directory of database scripts. It's supposed to have into this directory some scripts in order to update your database. Look the migrate directory...

Regards,

Kleber

fz1231
07-07-2005, 10:07
Please look at SQLserver migration script 6.1.5. webMethods did not put right scripts for wM 6.1 Monitor.

abhijeet
07-07-2005, 10:23
Thanks Kleber and Fan I got it working with the migration scripts 6.1.5.

Best,
Abhijeet