From e36adf00f1f49bc249fa1047af348f69d7b6e9ff Mon Sep 17 00:00:00 2001 From: Matt Hogstrom Date: Wed, 16 Jan 2019 17:01:06 -0500 Subject: [PATCH 1/2] Added Message Management for Message Guidance Signed-off-by: Matt Hogstrom --- process/messageManagement.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 process/messageManagement.md diff --git a/process/messageManagement.md b/process/messageManagement.md new file mode 100644 index 0000000..30de30d --- /dev/null +++ b/process/messageManagement.md @@ -0,0 +1,25 @@ +# Message Management + +### Message ID Components (message prefixes) +OMP +ZWE + +### Zowe Components +A - ZPI Mediation Layer +C - Zowe CLI +D - Zowe Desktop +E - Zowe Explorer +S - Zowe System Services + +### Message Formats +ZWEcnnnnt where: + +**ZWE** - static for Zowe messages. + +**c** - one of the registered Components ... (see above). Components need the ZLC to approve the use of the component to ensure consistency across all of the projects. + +**nnnn** - is a linear sequence starting from 0001 to 9999. Projects may choose to use the first digit to divide the number space. ** + +**t** - is a Type. One of (I, E, A, W) General conventions by IBM are **I**nform, **E**ventual Action (often construed as error), **A**ction, **W**arning or **S**evere error + +Messages should be sent to the doc-team and follow the general IBM format as described in Messages and Codes. \ No newline at end of file From 634c5275d7efdc8d742ef26586194f54b1d89276 Mon Sep 17 00:00:00 2001 From: Matt Hogstrom Date: Wed, 30 Jan 2019 15:59:00 -0500 Subject: [PATCH 2/2] Corrected ZPI -> API type Signed-off-by: Matt Hogstrom --- process/messageManagement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/messageManagement.md b/process/messageManagement.md index 30de30d..4220725 100644 --- a/process/messageManagement.md +++ b/process/messageManagement.md @@ -5,7 +5,7 @@ OMP ZWE ### Zowe Components -A - ZPI Mediation Layer +A - API Mediation Layer C - Zowe CLI D - Zowe Desktop E - Zowe Explorer