Set database connections
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Set the database connections for your instance in the staging environment. If you are running multiple ABL web applications from the instance, set individual database connections for each application.
Perform the following steps:
- Run the proenv utility.
- Navigate to the
/bindirectory of your instance. - Run the
oeproputility to set the database connection for your instance:oeprop.[sh|bat] AppServer.SessMgr.agentStartupParam=“-db path-to-database” - Restart the instance using the
pasman pasoestartcommand:pasman.[sh|bat] pasoestart -I instance-name -timeout 200