Enable the transports
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
By default, all transports are disabled in the production version of PAS for OpenEdge. On a production instance, enable only those transports you plan to use.
To enable a transport, set the transport
adapterEnabled property to 1 by editing
the openedge.properties file with the OEPROP
utility:- Run the Proenv utility.
- Go to the
/bindirectory of your instance. - Run the OEPROP utility to display the transport settings for
each of the
transports:
oeprop.[sh|bat] instance-name.ablwebapp-name.APSV.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.REST.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.WEB.adapterEnabled oeprop.[sh|bat] instance-name.ablwebapp-name.SOAP.adapterEnabled - Set the desired transports to
1. All the other transports should be set to0:oeprop.[sh|bat] instance-name.ablwebapp-name.transport.adapterEnabled=1 - Restart the instance using the
pasman pasoestartcommand:pasman pasoestart -I instance-name -timeout 200