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

worked on two tickets for doc-site #2139 and #2223 #2797

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/troubleshoot/app-framework/app-troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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')
```

Expand Down
10 changes: 5 additions & 5 deletions docs/user-guide/configure-certificates-keyring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```