Hi, the following notices are occasionally observed after execution of a .dmupgrade package. What do they mean and is it safe to ignore them and assume that the upgrade was installed correctly?
10.10.1.47 Notice Property Created with type Service and id 12 uses the same id that is already used by property Created with type Element
10.10.1.47 Notice Property Created by with type Service and id 13 uses the same id that is already used by property Created by with type Element
10.10.1.47 Notice Property Modified with type Service and id 14 uses the same id that is already used by property Modified with type Element
10.10.1.47 Notice Property Modified by with type Service and id 15 uses the same id that is already used by property Modified by with type Element
10.10.2.47 Notice Property Created with type Service and id 12 uses the same id that is already used by property Created with type Element
10.10.2.47 Notice Property Created by with type Service and id 13 uses the same id that is already used by property Created by with type Element
10.10.2.47 Notice Property Modified with type Service and id 14 uses the same id that is already used by property Modified with type Element
10.10.2.47 Notice Property Modified by with type Service and id 15 uses the same id that is already used by property Modified by with type Element
10.10.4.47 Notice Property Created with type Service and id 12 uses the same id that is already used by property Created with type Element
10.10.4.47 Notice Property Created by with type Service and id 13 uses the same id that is already used by property Created by with type Element
10.10.4.47 Notice Property Modified with type Service and id 14 uses the same id that is already used by property Modified with type Element
10.10.4.47 Notice Property Modified by with type Service and id 15 uses the same id that is already used by property Modified by with type Element
Hello Bing,
From what I know, those notices are occurred if there are 2 properties with the same name and ID but with different property types (e.g. element and service in your case).
You may verify this via "C:\Skyline DataMiner\PropertyConfiguration.xml" and you should see the Ids 12, 13, 14 & 15 are being created with same name and ID but with different property types.
Suspect that the new upgrade action RemoveDuplicateProperties generates these notices.
To resolve this, I believe manual intervention is needed.
It will be best to check with our software colleague on how to resolve the issue.
Currently, if I am not mistaken, there is a release note RN34021,RN37596 to fix the issue.