Tom.
I believe you have run all the necessary DB scripts provided by webMethods.
I noticed in your Pool Alias Definitions:the Database URL should be in this syntax from 6.1
Database URL - jdbc:wm:oracle//192.168.1.101:1521;SID:TestDB
Or else
Use the webMethods provided DataDirect JDBC Driver that comes with IS6.1.
Here are the sample JDBC connection pool settings for TN,ProcessAudit,ISCoreAudit,XRef etc…
Pool Alias Definitions
Alias Name - TN_POOL
Alias Descriptio -TN_POOL
Associated Driver Alias -DataDirect Connect JDBC Oracle Driver
Database URL - jdbc:wm:oracle://192.168.1.101:1521;SID:TestDB
User Id - TN
…
Finally Test the JDBC connection pool,similarly all the pools.
Restart the IS and login to TN.
HTH,
RMG
#Integration-Server-and-ESB#B2B-Integration#webMethods