Salesforce

How to update a PASOE deployment if a schema change has occurred?

« Go Back

Information

 
TitleHow to update a PASOE deployment if a schema change has occurred?
URL NameHow-to-update-a-Pacific-AppServer-PAS-deployment-if-a-schema-change-has-occurred
Article Number000185592
EnvironmentProduct: OpenEdge
Version: 11.5 and later
OS: All supported platforms
Question/Problem Description
How to update a Progress AppServer deployment when a Schema change has occurred?
How to update a deployed PASOE when application schema changes have been deployed?
Steps to Reproduce
Clarifying Information
Progress AppServer (PASOE) was formerly known as Pacific AppServer
Error Message
Defect Number
Enhancement Number
Cause
Resolution
If a PASOE application for REST services has already been deployed and changes are subsequently made to the parameters or class definition the REST service is dependent on,  it is necessary to UNDEPLOY and (re)DEPLOY the REST service using a WAR / PAAR.
  1. Export the new WAR / PAAR from the Progress Development Studio for OpenEdge.
  2. UNDEPLOY the service with tcman.bat (Windows) or tcman.sh (Unix):
    $   tcman undeploy [options] -u <uid:pwd> <app-name>   
  3. DEPLOY the new APPNAME based on the revised WAR/PAAR files exported from the PDSOE.
    $   tcman deploy  [options]  -u <uid:pwd> [-a <app-name>] <war-file-path>    
  4. After re-deploying the service migrate the revised code to the appropriate directories within the service directory structure. Prior to 11.6.1 the instance needs to be restarted. For further information refer to Article:




 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:23 AM

Powered by