Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ability to Send User Data from Automaction Automation Center/Scheduler to the Schedule Stream

User data which was defined in automation center for _schd (_restart) stream was being ignored.

Changed logic in the "workflow_restart.sch" and "workflow_restart.xml" rules to transfer and add user parameters from Automation Center into an RTR as task parameters.

...

Added Parameter in the w_config_custom include to Suppress Intermediate TSR

There were processing delays and failures when gnerating generating a high volume of TSRs during loads. 18 thousand records could generate 52 thousand TSRs.

A new parameter was added to reduce the number of TSRs generated by simply not creating intermediary TSRs and only sending the final TSR.

The InternalTSRGeneration parameter with values of ā€œYā€ and ā€œNā€ may be added to the incoming file. If set to "Y", there will be one ACK and one TSR message in the local and FTP folders. A valud value of "N" will maintain the default bahavior behavior of many intermediate TSRs being generated.

...