start

Purpose

Issue the start command to start FTM SWIFT message flows or execution groups.

Note: The command is processed asynchronously, that means, BAP sends all start requests for the affected message flows to the broker and terminates while the broker continues to process the requests. Use the list command to check that the message flows are actually started.

Format

Read syntax diagramSkip visual syntax diagramdniczbap -cmd start -brokerbrokername -egeg_name -flowflow_name

To display command help:

Read syntax diagramSkip visual syntax diagramdniczbap-cmd start -help -?

Parameters

-broker
Only start FTM SWIFT message flows that were deployed to the specified broker. If not specified, message flows on all brokers are started.
-eg
Only start the message flows that are in the specified execution group. If not specified, message flows in all execution groups on the specified brokers are started.
-flow
Only start the specified message flow. If not specified, all message flows in the specified execution groups on the specified brokers are started.

Return codes

Value Explanation
0 Command completed successfully.
4 Command completed with warnings. Check the console output for additional information.
8 An error condition occurred, for example invalid command-line parameters. Check the console output and log file (for example: /var/ftmswift_v324/run/trace/bap/INST1/dniczbap.log) for additional information.
12 Environment error, for example a broker connection problem. Check the console output and log file (for example: /var/ftmswift_v324/run/trace/bap/INST1/dniczbap.log) for additional information.

Example

Example of a start command:

dniczbap -cmd start -broker MQM1BRK
IBM Financial Transaction Manager for SWIFT Services - Version 3.2.4
Broker Administration Program (BAP)
(C) Copyright IBM Corporation. 2005, 2022

Flow to be started....: ALL
Integration Node......: MQM1BRK
Integration Server....: ALL

Integration Node: MQM1BRK (isRunning:YES)
  Integration Server: DNF_EFAS (isRunning:YES; PID:97479; Architecture:2064)
    Sent start request for Message Flow 'DNF_O_CMD'
⋮
  Integration Server: DNF_FIN (isRunning:YES; PID:97472; Architecture:2064)
    Sent start request for Message Flow 'DNF_FSM_QRY'
⋮
  Integration Server: DNQ_Routing_SAMPLE (isRunning:YES; PID:97451; Architecture:2064)
    Sent start request for Message Flow 'DNQ_O_SFI'
    Sent start request for Message Flow 'DNQ_O_SFO'
    Sent start request for Message Flow 'DNQ_O_SMX'
DNIZ1341I: 62 flows started
DNIZ1301I: Successful command completion