diff --git a/docs/troubleshoot/app-framework/app-troubleshoot.md b/docs/troubleshoot/app-framework/app-troubleshoot.md index 93bb608074..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' @@ -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 ```