From d1b669a79fe31346952cd98dacfba64021a6d46a Mon Sep 17 00:00:00 2001 From: samanthasusu Date: Wed, 17 May 2023 15:22:53 +0800 Subject: [PATCH 1/2] Add ZWES0054E to error msg Signed-off-by: samanthasusu - Add the ZWES0054E which was not documented before. --- docs/troubleshoot/app-framework/zss-error-codes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/troubleshoot/app-framework/zss-error-codes.md b/docs/troubleshoot/app-framework/zss-error-codes.md index 5f40461f12..816a221d97 100644 --- a/docs/troubleshoot/app-framework/zss-error-codes.md +++ b/docs/troubleshoot/app-framework/zss-error-codes.md @@ -362,3 +362,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`. + + **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. + From b4347cb6966dda1efb8917aef5cf9ecdd71c6959 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Thu, 15 Aug 2024 14:51:57 +0200 Subject: [PATCH 2/2] refactor according to Sean's suggestion Signed-off-by: Andrew Jandacek --- docs/troubleshoot/app-framework/zss-error-codes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshoot/app-framework/zss-error-codes.md b/docs/troubleshoot/app-framework/zss-error-codes.md index ac8441217c..46c1370d77 100644 --- a/docs/troubleshoot/app-framework/zss-error-codes.md +++ b/docs/troubleshoot/app-framework/zss-error-codes.md @@ -373,9 +373,9 @@ No action required. **Reasons:** - authPluginLib was missing in the `ZWESASTC JCL` and the `ZWESISTS JCL`. + authPluginLib was missing in the `ZWESASTC JCL` and the `ZWESISTC JCL`. **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. + 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`.