After Installing 2.4.0.1.7 or 2.4.0.1.8 and Implementing Manual Migration 30915242, "nms-install-config --java" Gives "allow_hiding_zeros" Error
(Doc ID 2742175.1)
Last updated on JANUARY 21, 2021
Applies to:
Oracle Network Management for Utilities - DMS - Version 2.4.0.1.0 to 2.4.0.1.0 [Release 2.4]Oracle Utilities Network Management System - Version 2.4.0.1.0 to 2.4.0.1.0 [Release 2.4]
Information in this document applies to any platform.
Symptoms
On : 2.4.0.1.7 version, Installation
After installing 2.4.0.1.7, the system shows that bug 30915242 requires a manual migration.
Making the changes listed in $NMS_HOME/migrations/manual/30915242.txt cause several issues.
For example, making these changes to $NMS_CONFIG/jconfig/ops/workagenda/xml/SCADASUMMARY_TBL_SCADA_SUMMARY.inc
- <Column key="#VALUE_STRING" justification="right"/>
+ <Column key="#VALUE_STRING" justification="right" allow_hiding_zeros="false"/>
Cause this error when "nms-install-config --java":
[processXML] Found XML entries to replace. Replacing 133 entries from XMLReplacements_en_US.properties
[processXML] ** Parsing Error **
[processXML] Line: 979, Col: 83
[processXML] URI: null
[processXML] Message: cvc-complex-type.3.2.2: Attribute 'allow_hiding_zeros' is not allowed to appear in element 'Column'.
[processXML] Problem parsing ops\workagenda\xml\SCADASummary.xml
[processXML] org.xml.sax.SAXException: cvc-complex-type.3.2.2: Attribute 'allow_hiding_zeros' is not allowed to appear in element 'Column'.
The issue can be reproduced at will with the following steps:
1. Make the changes listed in the manual migration file 30915242.txt
2. Run "nms-install-config --java"
3. Observe errors.
Changes
Patch bundle 2.4.0.1.7 was just installed.
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 |
Solution |
References |