My Oracle Support Banner

Item Batch Maintenance SOAP Web Service Returns JBO-25072 Error (Doc ID 2853322.1)

Last updated on MARCH 03, 2022

Applies to:

Oracle Fusion Product Hub Cloud Service - Version 11.13.21.10.0 and later
Information in this document applies to any platform.

Symptoms

Item Batch Maintenance SOAP Web Service returns the following JBO-25072 error though the correct request payload is used.

Error

<faultcode>env:Server</faultcode>
<faultstring>JBO-25072: Applying List binding LOV_SourceSystemName with given set of values leads to no matching row for a row of type :Batch, key oracle.jbo.Key[300000135358187 ]</faultstring>

Request Payload

Sample Payload provided by the following document is used. It is believed that Sample Payload is correct and it should work.

Sample Payloads Batch Maintenance Web Service (Doc ID 2415261.1)
Sample payloads for each operation have been included within Item Batch Maintenance Sample Payloads.txt

 

createBatch: This will create a new batch

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:createBatch xmlns:ns1="http://xmlns.oracle.com/apps/scm/productHub/itemImport/batches/itemBatchMaintenanceService/types/">
<ns1:batch xmlns:ns2="http://xmlns.oracle.com/apps/scm/productHub/itemImport/batches/batchServiceV2/">
<ns2:BatchName>SR_27APR17_BAT_4</ns2:BatchName>
<ns2:SpokeSystemName>Product Information Management Data Hub</ns2:SpokeSystemName>
<ns2:AssignedTo>PIMQA</ns2:AssignedTo>
<ns2:DefaultOrganizationCode>V1</ns2:DefaultOrganizationCode>
<ns2:BatchOption>
<ns2:ImportScheduleValue>On data load</ns2:ImportScheduleValue>
</ns2:BatchOption>
</ns1:batch>
</ns1:createBatch>
</soap:Body>
</soap:Envelope>

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
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.