instructions for updating web services
search cancel

instructions for updating web services

book

Article ID: 247273

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

After applying Maintenance to Endevor that affect both the Base and Web Services FMIDS, how can the deployment of Web Services be updated? 

 

Environment

Release : 18.1

Component : Endevor Software Change Manager

Resolution

There are 2 ways that this can be accomplished:   

1.  Follow the directions in this doc link and perform the update manually:

https://techdocs.broadcom.com/us/en/ca-mainframe-software/devops/ca-endevor-software-change-manager/18-1/installing/web-services/update-an-existing-deployment-of-web-services.html

or 

2.  Update the job WSTOMCCS that is in your.endevor.CSIQJCL library delivered with the product and change the ENWS Parm to ENWS=UPDATE.  

//SYSUT1   DD  *
  # Do NOT change
  export RUN_IN_JCL=YES
  # Change to one of the valid values:
  #  INSTALL  - to perform new installation
  #  UPDATE   - to update existing installation
  #  VALIDATE - to validate existing installation
  ENWS="UPDATE"