Using the PAS for OpenEdge Server Connect procedure
- Last Updated: January 27, 2016
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The PAS for OpenEdge Connect procedure provides a convenient place to perform connection activities. Although these connection activities have value for a variety of reasons, be aware that using these could, to various extents, affect your overall connection performance.
You might want to perform any of the following activities independently of each other, or in combination with any other items:
- Authenticate and authorize access to PAS for OpenEdge resources based on additional parameters you can pass to the Connect procedure (user-id, password, and/or app-server-info)
- For a session-managed application, provide security for procedure execution
by using the
EXPORT( )method to define the allowed export list for client applicationsNote: For a session-free application, you must set the export list in the Session Startup procedure. - Connect to one or more databases, or to the other OpenEdge application
serversNote: To make a self-service database connection for a PAS for OpenEdge instance, you must use the Multi-session Startup procedure.
- Initiate application-specific audit trails and/or activity logs
It might be difficult to predict exact connection speed and the effects of using any, all, or some combination of these options. However, in general, each of these options has some overhead. Although none of these options are required, you might want to consider them as part of your security model. See Security considerations for more information.