Set the database connections
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Set the database connections for your instance in the staging environment. If you are running multiple ABL web applications from the instance, then set the individual database connections for each application.
- Run the Proenv utility.
- Go to the
/bindirectory of your instance. - Run the OEPROP utility 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 pasoestart -I instance-name -timeout 200