NOC task

The NOC task generates and sends a notification of change (NOC) for payments that have information that changed. It determines which payments still need to have a NOC sent and then creates a new transmission that contains a NOC for each of those payments. The notifications of change for payments from multiple transmissions are aggregated into a single NOC transmission. In the NOC transmission, the notifications of change are grouped based on the RDFI of their related payments.

When the NOC task is configured, it can be scheduled to run on a recurring basis, such as hourly. This task can be scheduled by using the Services Framework scheduler or be added as an event to the Transaction Server Scheduler.xml file.

This task can also be run manually.

Example scheduler XML

The following example XML shows a sample task initiation message for this task in the Scheduler.xml file.
<EVENT>
   <NAME>NOC – Generate NOC Task</NAME>
   <TYPE>ProcessingWindowActivityColumnChange</TYPE>
   <EXEC>
      com.ibm.paydir.ima.txsvr.event.appbridge.ProcessingWindowActivityEventHandler
   </EXEC>
   <PARAMETER name="msgType">TaskInitiation</PARAMETER>
   <PARAMETER name="windowName">SDO,IMD,SDR,ABS</PARAMETER>
   <PARAMETER name="windowType">Settlement</PARAMETER>
   <PARAMETER name="status">Complete</PARAMETER>
   <PARAMETER name="destinationID">NOC Task</PARAMETER>
   <PARAMETER name="processingWindowActivityTrigger">status</PARAMETER>
   <PARAMETERREF>schedulerReferenceProperties</PARAMETERREF>
   <PARAMETERREF>sendToServicesFramework</PARAMETERREF>
</EVENT>