Creating Business Process




 Objectives
Understand the basics of how to create and run a Business Process in SterlingB2B.
Overview
This lab is set up to be run on windows systems.
The lab involves the following tasks:
  1. Start the server and logging in.
  2. Creating a BP in GPM
  3. Deploy the BP in SB2B
  4. Run and debug the BP



1.1      Starting the Server

  1. Navigate to the install directory normally under - /opt/IBM/SterlingIntegrator/install/bin/

    1. Execute the scrip ./run.sh
    2. It will deliver more debug info (it’s a verbose run) in case of success the following should be displayed.
    3. To stop the server there are two approaches and both can be done running scripts or through the web interface.
      1. Hardstop: will stop all running services and transactions immediately which might result in data losses, avoid using this in production environments. Run the ./hardstop.sh script under the same directory.
        1. Softstop: More suitable for production environments but that might be unable to stop the server under certain circumstances. Run the ./sotstop.sh script.
 MESA DEVELOPER STUDIO PROCESS:
-----------------------------------------------------

Comments