ESB process and session-managed PAS for OpenEdge
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Your .esboe files do not contain
information about your PAS for OpenEdge operating mode. OpenEdge installs process templates
into your Sonic Directory Service for you to include in your process if you need a
session-managed connection. The process template, OESessionManaged, adds two invocation files to your process: Connect to Session-Managed AppServer and Disconnect from Session-Managed AppServer. By default, the
connection is made to the default dev.OpenEdge service in the
dev_OpenEdgeTest container. You can change the service
properties of your dev.OpenEdge service in your Sonic
Management Console, or you can create a new service for your session-managed PAS for OpenEdge
instance. If you create a new service, the you must reconfigure all your invocation files in
your process to connect to your new service in your Sonic Workbench process editor.
Best practices for process design dictates that a session-managed session should not span more than a single process. Change your process design to use subprocesses if you require multiple session-managed PAS for OpenEdge.
The following figure shows the OESessionManaged template in Sonic Workbench.
