-
Notifications
You must be signed in to change notification settings - Fork 143
Update launcher-error-codes.md for ZWEL0072E #4746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Leanid Astrakou <[email protected]>
|
😺 Thank you for creating this PR! To publish your content to Zowe Docs, follow these required steps.
Need help? Contact the Doc Squad in the #zowe-doc Slack channel. |
|
If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
💾 The release label is missing. Add a If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
📌 The subject area label is missing. Add an If you have addressed this issue already, refresh this page in your browser to remove this comment. |
|
🔍 The review label is missing. Add a If you have addressed this issue already, refresh this page in your browser to remove this comment. |
| **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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
Describe your pull request here:
List the file(s) included in this PR:
After creating the PR, follow the instructions in the comments.