Hi,
I am trying to create Release ID automatically in OTM when Release xml is uploaded through integration. I am facing error in Shipunit stating "Shipunit must reference valid Order release Id".
While checking log files, i could find that actually order release ids are getting generated automatically but while creating shipunits, it tries to refer order release id (which is blank as below) from order_Release table. Since the record is not found, it rollsback the process.
Even i tried removing the following segment inside 'shipunitcontent' but still same error.
<ReleaseGid>
<Gid>
<DomainName>Domain_Name</DomainName>
<Xid></Xid>
</Gid>
</ReleaseGid>
.
.
.
<ShipUnit>
.
.
<ShipUnitContent>
.
.
<ReleaseGid>
<Gid>
<DomainName>Domain_Name</DomainName>
<Xid></Xid>
</Gid>
</ReleaseGid>
.
.
Can anyone know how to overcome this problem??
Thanks!
I am trying to create Release ID automatically in OTM when Release xml is uploaded through integration. I am facing error in Shipunit stating "Shipunit must reference valid Order release Id".
While checking log files, i could find that actually order release ids are getting generated automatically but while creating shipunits, it tries to refer order release id (which is blank as below) from order_Release table. Since the record is not found, it rollsback the process.
Even i tried removing the following segment inside 'shipunitcontent' but still same error.
<ReleaseGid>
<Gid>
<DomainName>Domain_Name</DomainName>
<Xid></Xid>
</Gid>
</ReleaseGid>
.
.
.
<ShipUnit>
.
.
<ShipUnitContent>
.
.
<ReleaseGid>
<Gid>
<DomainName>Domain_Name</DomainName>
<Xid></Xid>
</Gid>
</ReleaseGid>
.
.
Can anyone know how to overcome this problem??
Thanks!
Comment