At present, we have some interfaces read flat file from file system. One file contains more than one rows and each row will become one record into the database. We read data from the file, convert 1 row as 1 document and log this document into our logger before doing any insertion.
When logic error appears, such as parent key mismatch, we will send email to user to notify them to fix the data in the database. Once they have fixed the problem, we will reload the document from the Integration Monitor to re-execute data insertion.
Is there any way user can resubmit the document by themselves without Integration Monitor?
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods