Check the security model of the instance
- Last Updated: April 21, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To verify which product security model (development, production, or pas) the
instance is running:
- Run the Proenv utility.
- Perform one of the following tasks:
- Get the environment details by running the
pasman envcommand on the instance. For example:pasman env -I instance-nameThe security model is listed as one of the last properties in the output.
- To list only the security model of the instance, run the following
command:
pasman config -I instance-name psc.as.security.modelThe security model property is displayed.
- Get the environment details by running the
You cannot change a development security model to a production model, but you can create
a new instance with the -Z prod switch that is described in the Use PASMAN to create an instance
topic.
Note: Never use a PAS for OpenEdge instance
created in development mode in a production environment. Use only PAS for OpenEdge
instance created in production mode for deployment in public facing production
environment.
OpenEdge 12.2 and later offer a third security model, which is a subset of the
production security model, that can be specified at instance creation using the -Z pas switch. For more information, see Security configurations.