Skip to content
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

Add ZWES0054E to error msg #2875

Merged
merged 9 commits into from
Aug 15, 2024
12 changes: 12 additions & 0 deletions docs/troubleshoot/app-framework/zss-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,15 @@ The following error message codes may appear on ZSS log. Use the following messa

No action required.

### ZWES0054E

ZIS AUX Server started in wrong key 8

**Reasons:**

authPluginLib was missing in the `ZWESASTC JCL` and the `ZWESISTS JCL`.
Copy link
Member

Choose a reason for hiding this comment

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

ZWESISTC, not ZWESISTS


**Action:**

The `IZPSRGSP`,`IZPSRGAD`, and `ZWESVUSR` need read access to the profile `OMVSAPPL`. Then the ZWESASTC started task was started successfully by the ZWESISTS started task.
Copy link
Member

Choose a reason for hiding this comment

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

IZP is some third party thing, not part of Zowe.
And ZWESVUSR is just the default name of Zowe's user account.

This should read as:

When the Zowe STC userid has read access to the profile SAF OMVSAPPL, the ZWESASTC task will be able to successfully be started on an as-needed basis from ZWESISTC.


Loading