Appendix A


Result Notification Messages and Transaction Error Report File

Below are the sample notification messages sent by OIDG when a batch group process finishes.

  • Web Service
  • Email

If OIDG is configured to generate or send transaction error report files, a zip file is created for each batch group in the specified location if the batch group is completed with some error. For each transaction that has an error, an XML file with detail error messages is inserted into the zip file.

<TransactionSummary xmlns="http://www.oracle.com/oidx/results">

 <StatusCode>rejected</StatusCode>

  <TransmissionId>038dec36-7ad8-4a02-8979-614a8b021704</TransmissionId>

  <FileName>PolicySynchronization_IND - Batch5.xml</FileName>

  <MessageId />

  <CorrelationId>85c4907a-171f-421b-8aae-96600510f880</CorrelationId>

  <MessageDateTime>2017-10-10 19:38:04.447</MessageDateTime>

  <TransactionDetail>

    <DocumentId>cd6db595-8b0c-4a72-ae7e-8597cf8ca966</DocumentId>

      <AssignedIds>

        <AssignedId>

           <TypeCode>PolicyNumber</TypeCode>

           <Id>Pol_20170725_36956</Id>

        </AssignedId>

        <AssignedId>

           <TypeCode>ApplicationNumber</TypeCode>

           <Id />

        </AssignedId>

     </AssignedIds>

   <Messages>

   <Message>

     <TypeCode>BusinessRuleValidationError</TypeCode>

     <Description>OICS-00008: Request payload failed business rules validation</Description>

   </Message>

   <Message>

      <TypeCode>error</TypeCode>

      <Description>MaritalStaus Code is required</Description>

   </Message>

  </Messages>

 </TransactionDetail>

</TransactionSummary>