Need Rest Api to Run "Load Planning Data from Flat File" Process
(Doc ID 2635805.1)
Last updated on DECEMBER 12, 2022
Applies to:
Oracle Fusion Planning Central Cloud Service - Version 11.13.19.10.0 and laterOracle Supply Planning Cloud Service - Version 11.13.22.10.0 to 11.13.22.10.0 [Release 1.0]
Information in this document applies to any platform.
Symptoms
The "Load Planning Data from Flat Files" and child job "Monitor Data Load to Staging Tables" is ending in following error when submitted using "erpintegrations" REST API
ERROR
-----------------------
Error in file transfer : oracle.stellent.ridc.IdcClientException: The content item '(null)' () no longer exists in the system.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Trigger the job with the following Payload
Url:- https://<server>/fscmRestApi/resources/11.13.18.05/erpintegrations/
Request Payload:-
----------------------
{
"OperationName": "submitESSJobRequest",
"JobPackageName": "oracle/apps/ess/scm/advancedPlanning/collection/configuration",
"JobDefName": "CSVController",
"ESSParameters": "Arg1,Arg2,Arg3",
"ReqstId":null
}
2. Observe "Load Planning Data from Flat Files" and child job "Monitor Data Load to Staging Tables" ends in error
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users not able leverage the erpintegrations REST services
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 |