From 156ad04e9fd48de8267b4818ebe1557c2360bc69 Mon Sep 17 00:00:00 2001 From: lparadkar-rocket Date: Thu, 6 Apr 2023 12:08:40 +0530 Subject: [PATCH 1/2] worked on two tickets for doc-site #2139 and #2223 Made changes as per https://github.com/zowe/docs-site/issues/2223 and https://github.com/zowe/docs-site/issues/2139 --- docs/troubleshoot/app-framework/app-troubleshoot.md | 5 +++++ docs/user-guide/configure-certificates-keyring.md | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/troubleshoot/app-framework/app-troubleshoot.md b/docs/troubleshoot/app-framework/app-troubleshoot.md index 93bb608074..a292d007d4 100644 --- a/docs/troubleshoot/app-framework/app-troubleshoot.md +++ b/docs/troubleshoot/app-framework/app-troubleshoot.md @@ -80,6 +80,11 @@ There are three known problems that might cause this error. The [Zowe architect ``` or ``` + ZIS status - Failure + (name='ZWESIS_STD ', cmsRC=47, description='N/A', clientVersion=2) + ``` + or + ``` ZIS status - 'Failure' (name='ZWESI_STD ', cmsRC='12', description='N/A', clientVersion='2') ``` diff --git a/docs/user-guide/configure-certificates-keyring.md b/docs/user-guide/configure-certificates-keyring.md index d0d5867c89..9c919f1218 100644 --- a/docs/user-guide/configure-certificates-keyring.md +++ b/docs/user-guide/configure-certificates-keyring.md @@ -82,17 +82,17 @@ Note: `zowe.certificate.keystore.password` has a hardcoded password field. Howev zowe: certificate: keystore: - alias: localhost - password: 'password' - file: safkeyring://ZWESVUSR/ZoweKeyring type: JCERACFKS + file: safkeyring://ZWESVUSR/ZoweKeyring + password: "password" + alias: localhost truststore: type: JCERACFKS file: safkeyring://ZWESVUSR/ZoweKeyring - password: + password: "password" pem: key: certificate: - certificateAuthorities: safkeyring://ZWESVUSR/ZoweKeyring&localca + certificateAuthorities: safkeyring:////ZWESVUSR/ZoweKeyring&localca ``` From 1ec396947b4a3ab5307c532105892ac6ee68040e Mon Sep 17 00:00:00 2001 From: lparadkar-rocket Date: Wed, 12 Apr 2023 16:42:44 +0530 Subject: [PATCH 2/2] test Signed-off-by: lparadkar-rocket --- docs/troubleshoot/app-framework/app-troubleshoot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshoot/app-framework/app-troubleshoot.md b/docs/troubleshoot/app-framework/app-troubleshoot.md index a292d007d4..06a5621e5a 100644 --- a/docs/troubleshoot/app-framework/app-troubleshoot.md +++ b/docs/troubleshoot/app-framework/app-troubleshoot.md @@ -69,7 +69,7 @@ There are three known problems that might cause this error. The [Zowe architect If the communication works, the problem is likely that the Application Framework server is unable to communicate to the zssServer. For more information, see [Application Framework unable to communicate with zssServer](#zlux-unable-to-communicate-with-zssserver). - - If the communication is not working, the message includes `Failure`. For example: + - If the communication is not working, the message includes `Failure`. For example- ``` ZIS status - Failure (name='ZWESIS_STD ', cmsRC=39, description='Cross-memory call ABENDed'