When you need to update PAS for OpenEdge, there are different processes to follow:

  • When you update to a later release of OpenEdge, all PAS for OpenEdge instances automatically picks up the new shared libraries and utilities found in the PAS for OpenEdge installation directory in $DLC/servers/pasoe.
  • It is rare that an ABL web application requires an update because it does not contain patchable code. If patches to the security configuration files or other static files exist, then Progress recommends that you develop an automated script that can make the appropriate file substitutions and additions.
  • To update a REST or SOAP web service, use the same process you used with the classic WSA for SOAP services and the classic REST Manager for REST services: undeploy the old service, deploy the new service, and configure the new service.