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

Wrong ID for several ZWES messages #3066

Merged
merged 2 commits into from
Jan 19, 2024
Merged
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
21 changes: 13 additions & 8 deletions docs/troubleshoot/app-framework/zss-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ The following error message codes may appear on ZSS log. Use the following messa

## ZSS informational messages

### ZWES0013I
### ZWES1013I

ZSS Server has started. Version '%s' '%s'

**Reason:**

ZSS Server has started.
ZSS Server has started. Version is `<zowe-version>` `<addressing-mode>`.

`<addressing-mode>` is either `31-bit` or `64-bit`.

**Action:**

No action required.

### ZWES0014I
### ZWES1014I

ZIS status - '%s' (name='%.16s', cmsRC='%d', description='%s', clientVersion='%d')

Expand All @@ -33,7 +35,7 @@ The following error message codes may appear on ZSS log. Use the following messa
- `cmsRC=47`, description=`'ZVT is NULL'`
- `cmsRC=64`, description=`'PC is unavailable'`

### ZWES0035I
### ZWES1035I

ZSS Server settings: Address='%s', port='%d', protocol='%s'

Expand All @@ -44,7 +46,8 @@ The following error message codes may appear on ZSS log. Use the following messa
**Action:**

No action required.
### ZWES0039I

### ZWES1039I

Installing '%s' service...

Expand All @@ -56,7 +59,7 @@ The following error message codes may appear on ZSS log. Use the following messa

No action required.

### ZWES0061I
### ZWES1061I

TLS settings: keyring '%s', label '%s', password '%s', stash '%s'

Expand All @@ -67,7 +70,8 @@ The following error message codes may appear on ZSS log. Use the following messa
**Action:**

No action required.
### ZWES0063I

### ZWES1063I

Caching Service settings: gateway host '%s', port %d

Expand All @@ -79,7 +83,7 @@ The following error message codes may appear on ZSS log. Use the following messa

No action required.

### ZWES0064I
### ZWES1064I

Caching Service not configured

Expand All @@ -90,6 +94,7 @@ The following error message codes may appear on ZSS log. Use the following messa
**Action:**

No action required.

### ZWES1100I

Product Registration is enabled.
Expand Down
Loading