z/OS Utility - Troubleshooting
Copy Artifacts step limitation
When you use the Copy Artifacts step, you can copy only in the same logical partition (LPAR). To transfer artifacts between different LPARs, use the FTP Artifacts step.
Missing return code for Run TSO or ISPF Command step
If you use the Run TSO or ISPF Command step to run a TSO command, the return code might not be displayed in IBM UrbanCode Deploy because the ISPF gateway does not support passing return codes when in TSO mode. To work around this behavior, in the TSO Or ISPF list, select ISPF instead of TSO.
Repository field for Copy Artifacts and FTP Artifacts steps
The local repository referred to in the Copy Artifacts and FTP Artifacts steps is not the Codestation repository, but rather the z/OS deployment tools artifact repository. You specify this directory when you install the z/OS deployment tools. By default, the artifact repository is the following directory: agent_installation_directory/var/repository. To learn more, see Completing the installation of the z/OS deployment tools.
Disable inputs for Z Inventory
Follow below steps to disable inputs for Z Inventory.
- Upgrade the z/OS Utility plugin to latest version.
- Take a backup of
AGENT_HOME/bin/setenv-zos.sh
file -
Edit
AGENT_HOME/bin/setenv-zos.sh
file and addignore.zsearch.inputs
property inZOS_JAVA_OPTS
export command as below setting it totrue
.export ZOS_JAVA_OPTS='-Xmx128m -Dignore.zsearch.inputs=true'
- Restart the Agent for changes to be applied.
Note: This will also fix APAR PH57385 - Error deploying version.Status code - 400
Back to … | Latest Version | z/OS Utility | |||||
---|---|---|---|---|---|---|---|
All Plugins | Deploy Plugins | 93.1172102 | Readme | Overview | Steps | Usage | Downloads |