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:
- Start the server and logging in.
- Creating a BP in GPM
- Deploy the BP in SB2B
- Run and debug the BP
1.1 Starting the Server
- Navigate to the install directory normally under - /opt/IBM/SterlingIntegrator/install/bin/
- Execute the scrip ./run.sh
- It will deliver more debug info (it’s a verbose run) in case of success the following should be displayed.
- To stop the server there are two approaches and both can be done running scripts or through the web interface.
- 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.
- 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
Post a Comment