How to call Reconciliation Job programatically

You have two ways to run or to call from workflow a specific reconciliation job

1) programatically can design a Filter object having a Run Process command calling internal application command process:

Application-Command Reconciliation Trigger-Job -o "BMC Asset Management - SandBoxBulk"

2) in case you have to start the Senbox reconciliation, through the data processing workflow you can push a record into SYS;Action form with the following mapping:

  • ID01 InstanceId = <CI instance ID that should be reconciled>
  • Action = “CALLRECENGINESANDBOX”
  • Lookup Keyword01 = <AST form name>

As an example have a look on “ASI:SHR:SandBoxProcess_Call_RE_006” filter

3) same technique but writing directly in reconciliation launching form: RE:Job Operation

  • RECommand = “Start”

  • Job Name = “BMC Asset Management – SandBox”

 

Leave a Reply