Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/troubleshoot/launcher/launcher-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ The following error message codes may appear on Zowe Launcher SYSPRINT. Use the

**Action:**

Review the configuration entries.
Review the configuration entries. A possible fix is to re-run the Zowe install and init steps due to unintended Zowe dataset content.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about this. The typical situation to get this error code is a typo in path, permission or encoding, let's assume the config is /zowe/zowe.yaml, but you made a typo in CONFIG path:

//* Launcher env
//STDENV   DD  *
CONFIG=/zowe/zowe.yml             

And then in SYS00001 joblog, you can see:

ZWEL0318E - failed to read '/zowe/zowe.yml' - EDC5129I No such file or directory.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure @Martin-Zeithaml ! Other than what I described is what fixed my issue (this exact error code)


### ZWEL0073E

Expand Down
Loading