Hi Ram,
As you know I am learning WM. I am just trying take the data that’s inserted in a source table from SQL*PLUS and insert into the destination table not to a file right now. I just want to give a shot a see.
a.) I created an test package. I created the JDBCNotification
AdapterService and pollingnotifications for every 15 sceonds.
I have the insertAdapterMonitorPublishDocument and I have the
InsertAdapterMonitor.
b.) I have an JDBC Adapter Service (InsertUnitsAssignments) which
inserts into the destination table.
c.) I have created an trigger and I have given:
1.) The Document types and filters as “PorikaPractice.InsertNotification:insertMonitorPublishDocument” and I don’t have any filters right now.
2.) Service as:
PorikaPractice.InsertNotification:InsertUnitAssessments
3.) I don’t have any conditions.
d.) I have a sub service and I gave the “InsertNotification:insertMonitorPublishDocument” as input to my
JDBC Adapter Service (InsertUnitsAssignments) and I insert a record into the source table and after 15 seconds I can see an record inserted into the destination table but without any values, all null values.
I am not able to understand why only Null values are getting inserted?
I just ran the JDBC Adapter service seperately from WM,which inserts the records into the destination table without any problems.
Any idea?
Thanks Ram,
Priyatham Porika
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards