i’m trying to create update and insert notifications on a DB2 AS/400 Database using the Enterprise Server’s JDBC Adapter
First i’ve tried this against a DB2 on Windows NT and i’ve no problems with that.
The problem raised for webMethods is:
webMethods raise and error trying to Insert into a table called WMS_AdapterName_ConfiguredOperation
where :
Adapter Name is the name of the JDBC Adapter
ConfiguredOperation is the name of the Configured Operation that creates the trigger
error : java.sql.SQLException : [SQL7008] WMS_F00001 in Database is not valid for this operation
Hi,
This error means that the file needs to be journalled.There is some comit and rollback being used internally (may ne in adapter)and hence the error (since the file is not journalled)
Hi,
Journalling is on AS400 side.It is not in webMethods.You will have to journal the database file before you can use it in webMethods.Journalling on AS400 is used to identify changes to database files like file open,inserts,updates and other database operations.You should have the journal and Journal receiver created before you start journalling a physical file.