MBService Ignores Configured Message Severity For Error Code MBS-01090
(Doc ID 2909553.1)
Last updated on MAY 31, 2024
Applies to:
Oracle Utilities Network Management System - Version 2.4.0.1.0 to 2.5.0.2.0 [Release 2.4 to 2.5]Oracle Network Management for Utilities - DMS - Version 2.4.0.1.0 to 2.5.0.2.0 [Release 2.4 to 2.5]
Information in this document applies to any platform.
Symptoms
On : 2.4.0.1.0 version, NMS Infrastructure
By default, nms_msg_codes.sql (or ces_core_msg_codes.sql, for releases prior to 2.5) has the message code MBS-01019 configured to be a warning:
/* The conductor only has one coordinate */
INSERT INTO ces_message_codes (message_code, message_fmt, severity,
destinations)
VALUES ('MBS-01090',
'Single coordinate specified for conductor %s.%s.',
'W', 'FD');
If an electrical branch has a single coordinate, or if it has two coordinates and they are identical, the warning gets triggered, and the patch fails with no errors listed:
Message: MBS-00018 Location: MBService::differences Severity: I
Device:
Applying patch 746538 for map(s) <MAP NAME>.mb .
Context:
Time: 03/10/22 12:19Message: MBS-01090 Location: Patch::addGeometry Severity: W
Device: <DEVICE ALIAS>
Single coordinate specified for conductor <DEVICE HANDLE>.
Context:
Time: 03/10/22 12:19Message: MBS-00019 Location: MBService::submit Severity: I
Device:
Committing patch 746538.
Context:
Time: 03/10/22 12:19Message: MBS-01090 Location: Entity::verify Severity: W
Device: <DEVICE ALIAS>
Single coordinate specified for conductor <DEVICE HANDLE>.
Context:
Time: 03/10/22 12:19Message: MBS-00191 Location: MBFuncCalls::verify Severity: I
Device:
Verify failed for patch 746538.
Context:
Time: 03/10/22 12:19Message: MBS-00191 Location: MBService::submit Severity: I
Device:
Verify failed for patch 746538.
Context:
Time: 03/10/22 12:19Message: MBS-00190 Location: MBService::submit Severity: I
Device:
Patch 746538 failed to be successfully created. Deleting patch.
Context:
Time: 03/10/22 12:19
If the message code is configured to be an error, the output differs greatly, and the patch fails, as expected:
Message: MBS-00018 Location: MBService::differences Severity: I
Device:
Applying patch 746539 for map(s) <MAP NAME>.mb .
Context:
Time: 03/10/22 13:42Message: MBS-01090 Location: Patch::addGeometry Severity: E
Device: <DEVICE ALIAS>
Single coordinate specified for conductor <DEVICE HANDLE>.
Context:
Time: 03/10/22 13:42Message: MBS-00118 Location: MBService::parseMaps Severity: E
Device:
Error loading partition <MAP NAME>.mb into patch 746539.
Context:
Time: 03/10/22 13:42
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Fix Description |
Migration |
Solution |
References |