CPCS Extract Services Framework Task

The CPCS extract task (CPCSTxsExtractTask) is a Services Framework task, which can extract presentment data to a file for transmitting to CPCS. It also assigns entry and ISN numbers.

The expected method for running this task is to have an EntryMarkerTask Services Framework task (entry marker task):
  1. Mark batches according to its configured entry services profile.
  2. Start the CPCS extract task as its entry allocation target to assign entry and ISN numbers on the items of the marked batches.
  3. Create extract files for those items.

The entry marker task is configured by both its Services Framework configuration parameters and the entry services profile that is specified by the Entry services profile name parameter in the Services Framework configuration.

Similarly, the CPCS extract task is configured by its Services Framework configuration parameters and the same entry services profile that is used by the entry marker task.
Note: When the CPCS extract task is started in this way, the profile is provided by entry marker task.
Therefore, a single entry services profile provides the configuration for both tasks.

Add the required parameters to the profile as required by each task.

Note: To assign entry numbers without extraction, use the EntryAllocationTask Services Framework task (entry allocation task) configured as the entry allocation target of entry marker task.

To assign an ISN number without extraction, use the Preload ISN Services Framework task.

Profile parameters

The CPCS extract task uses the following entry services profile parameters. For more information, see the Extracting Data section.
  • intermediatePath
  • endOfFileExtension
  • extractCommitRate
  • userStatusUpdateClass
  • userControlRecClass
  • numTracers
  • numDividers
  • TXSX937Exclude
  • notificationMsgMode
  • entryNumberApplication
  • versions
  • jmsSendQueue
  • jmsUseJndi

With this runtime scenario, the entry marker task configuration, Entry allocation target parameter, must contain the name of the task configuration for the CPCS extract task.