Executing a scenario in stand-alone mode

You can execute a scenario on a host machine if:

You can execute only one scenario at a time with one connector. To execute a scenario, you launch a connector executable with the scenario filename as an argument.

Procedures

Refer to the table below:

Environment

Executable

Procedures

MS Windows

iec.bat

To launch a connector program

1. Open a COMMAND window

2. Type: cd <IEC_INSTALL_DIR>\bin

3. Press ENTER

4. Then type: iec.bat <ARGUMENTS>

5. Press ENTER

 

To stop a connector, close the COMMAND window in which the scenario is running in a connector.

UNIX

iec.sh

To launch a connector program

1. Open a UNIX console window

2. Type: <IEC_INSTALL_DIR>/bin/iec.sh <ARGUMENTS>

3. Press ENTER

 

To stop a connector, close the UNIX window in which the scenario is running in a connector.

Where:

 

The description of the command arguments is the following:

-login <USR_LOGIN> -password <USR_PASSWORD> <SCENARIO_DIR> -uri <CCD_URIS> [-rootDir [<LOG_DIR>]] [-scheduled]

 

Where:

Notes:

  • The syntax <HOST_ADDRESS>:<MSG_TCP_PORT> is deprecated and replaced by the syntax based on tcp and tcps prefixes.

  • When the UDP discovery function is available in SAP CC Core Server, you can replace the URI list by the following entry: udp://<IP_ADDRESS>:8910/?SID=SCC ; the import/export connector (IEC) discovers the SAP CC system and connects to it via the Message TCP technical interface by using the relevant security level. View the current system settings to check if the function is enabled: Get the values of the following system parameters: EXTERNAL_DISCOVERY_ENABLED, EXTERNAL_DISCOVERY_MULTICAST_ADDRESS, and EXTERNAL_DISCOVERY_PORT.