If you need to update an existing adapter service, you should perform
the following steps.
- If you have deployed an adapter service using WebSphere® Developer
for System z® version
6:
- Use the CEMT transaction to refresh the adapter in the appropriate CICS® region. For example:
CEMT SET PROGRAM (name) NEWCOPY
Where name is
the NAVIGATOR or COMMAND program id.
- Use the NEWCOPY command for any server adapters
that were modified.
- If you have deployed an adapter service using WebSphere Developer
for System
z version
7:
- Disable the PROCESSTYPE resource for your adapter service using
the command CEMT SET PROCESSTYPE. The name of
the resource is the same as the request name of the flow that you modeled.
- If you are changing the associated resources, for example using
a different transaction or program, delete the resources from the CSD.
- Regenerate the adapter service and run through the deployment
steps as outlined in Deploying a new adapter service. Ensure that the MODE parameter on the properties
file update job is set to MODE=OVERWRITE.
- If you have recompiled any programs, use the CEMT SET
PROGRAM with the NEWCOPY attribute. This loads the latest
version of the program into memory for all new transactions requests.
- Check that the PROCESSTYPE resource is enabled. If
it's still disabled, enable it using the CEMT SET PROCESSTYPE command.