Unable To Update Item Structure Sequence Number Using mergeStructure Operation
(Doc ID 2452361.1)
Last updated on MARCH 22, 2021
Applies to:
Oracle Fusion Product Hub Cloud Service - Version 11.13.18.05.0 and laterInformation in this document applies to any platform.
Symptoms
The mergeStructure operation of StructureServiceV2 service is failing with the following non-unique item sequence number error:
<faultcode>env:Server</faultcode>
<faultstring><![CDATA[JBO-EGP:::EGP_ITEM_NUM_NOT_UNIQUE: <MESSAGE><NUMBER>EGP-2775448</NUMBER><TEXT>The item sequence number 20 entered for component 123456 is not valid.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS>The item sequence number should be unique within the structure.</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></faultstring>
<detail>
<tns:ServiceErrorMessage xsi:type="tns:ServiceRowValErrorMessage" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:code>EGP:::EGP_ITEM_NUM_NOT_UNIQUE</tns:code>
<tns:message><![CDATA[JBO-EGP:::EGP_ITEM_NUM_NOT_UNIQUE: <MESSAGE><NUMBER>EGP-2775448</NUMBER><TEXT>The item sequence number 20 entered for component 1511581-013 is not valid.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS>The item sequence number should be unique within the structure.</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></tns:message>
<tns:severity>SEVERITY_RECOVERABLE_ERROR</tns:severity>
<faultstring><![CDATA[JBO-EGP:::EGP_ITEM_NUM_NOT_UNIQUE: <MESSAGE><NUMBER>EGP-2775448</NUMBER><TEXT>The item sequence number 20 entered for component 123456 is not valid.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS>The item sequence number should be unique within the structure.</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></faultstring>
<detail>
<tns:ServiceErrorMessage xsi:type="tns:ServiceRowValErrorMessage" xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:code>EGP:::EGP_ITEM_NUM_NOT_UNIQUE</tns:code>
<tns:message><![CDATA[JBO-EGP:::EGP_ITEM_NUM_NOT_UNIQUE: <MESSAGE><NUMBER>EGP-2775448</NUMBER><TEXT>The item sequence number 20 entered for component 1511581-013 is not valid.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS>The item sequence number should be unique within the structure.</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></tns:message>
<tns:severity>SEVERITY_RECOVERABLE_ERROR</tns:severity>
This error is produced under the following conditions:
Assembly1 contains:
Component1 with Item Sequence = 10
Component2 with Item Sequence = 20
When updating the Component's Item Sequence numbers, the following changes are made:
Item Sequence for Component1 is adjusted to 20
Item Sequence of Component2 to 40.
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 |
Cause |
Solution |
References |