Skip to content

Commit d1af3eb

Browse files
Troubleshooting tweaks
Add a link to KC troubleshooting section Point out the job ID, STDOUT and STDERR are returned by pusH Clarify it's the CICS region joblog you should look at rather than DFHDPLOY job
1 parent 8bace24 commit d1af3eb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/pages/cdp/cdp-Troubleshooting-General.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Files typically written to `WORK_DIR` include:
5252

5353
They can all be useful when identifying the cause of an error, especially STDERR.
5454

55-
### JES job logs
56-
DFHDPLOY is a CICS utility which provides a set of commands that you can use to deploy, undeploy and set the state of CICS bundles. When you deploy or undeploy a Node.js application to or from CICS, a batch DFHDPLOY job is initiated on z/OS.
55+
{% include tip.html content="The `cics-deploy push` command outputs the full paths of STDOUT and STDERR after a deployment." %}
5756

58-
If you are familiar with the z/OS environment, you can often find some useful diagnostics by accessing z/OS file assigned to the MSGUSR DD name for the deploy/undeploy job associated with your CICS region. If you are not so fluent with the world of z/OS, you may need to discuss your needs with one of your organization's CICS system administrators.
57+
### JES job logs
58+
If you are familiar with the z/OS environment, you can often find some useful diagnostics by accessing the JES job log associated with the CICS region you deployed to. The `cics-deploy push` command outputs the job IDs for all the CICS regions in the scope after a deployment. The MSGUSR, SYSPRINT, SYSOUT and JESMSGLG spool files can all provide useful information. If you are not so fluent with the world of z/OS, you may need to discuss your needs with one of your organization's CICS system administrators.
5959

6060
{% include note.html content="If you use [Visual Studio Code](https://code.visualstudio.com/) as your editor, there is a [Zowe extension](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) that enables you to interact with USS files and examine JES job logs from your local workstation." %}

docs/pages/cdp/cdp-Troubleshooting-Symptoms.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,4 @@ The length must be between 1 and 8 (inclusive)
101101
*Suggested action*:
102102
Review the error output text and reissue the original command having corrected the name of the option so that its length falls within acceptable limits.
103103

104-
105-
104+
{% include note.html content="For further troubleshooting steps, see [Troubleshooting Node.js applications](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.5.0/troubleshooting/node/node-troubleshooting.html). %}

0 commit comments

Comments
 (0)