Hi,
We have created a Basic Notification and Insert Notification in wM 9.5 on the MS SQL database 2012.
1.)For the Basic Notification the data is picked up by the database trigger on insert event and inserted into the buffer table. However the data from the buffer table is not published by the wM notification. The polling of the notification is enabled. We are not getting any error on the error log.
2.)For the insert notification, we are encountering the error while inserting the data in the MS SQL table. The error message is as mentioned below:
ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service TrainingTest:insertService.
[ADA.1.316] Cannot execute the SQL statement “INSERT INTO DB_Name.Schema_Name.Table_Name(emp_id, f_name, l_name, designation) VALUES (?, ?, ?, ?)”. "
b Invalid object name ‘Username.BufferTable_Name’."
Invalid object name ‘Username.BufferTable_Name’. [/b]Caused by: com.wm.adk.error.AdapterServiceException: [ADA.1.316] Cannot execute the SQL statement “INSERT INTO DB_Name.Schema_Name.Table_Name(emp_id, f_name, l_name, designation) VALUES (?, ?, ?, ?)”. "
(S0002/208) Invalid object name ‘‘Username.BufferTable_Name’’."
Invalid object name ‘webmuser.WMBbjnhvrw’.
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘webmuser.WMBbjnhvrw’.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods