REST Bulk Export Activity Not Showing In UI In Schedule Export Activities Or Manage File Export Activities
(Doc ID 2499228.1)
Last updated on NOVEMBER 15, 2019
Applies to:
Oracle Customer Data Management Cloud Service - Version 11.13.18.10.0 and laterInformation in this document applies to any platform.
Goal
On : 11.13.18.10.0 version, Data Quality, Customer Hub
Successfully exported via REST API some custom object's ("<Customobject>_c") records:
https://<host>/crmRestApi/resources/latest/bulkExportActivities
{
"Name": "<CustomObj> Data Export Batch {{row}}",
"ExportObject": "CustomObj_c",
"ExportColumnNames": "Id,RecordName,CreatedBy,CreationDate,LastUpdatedBy,LastUpdateDate,relatedContact_Id_c,relatedContact_c,CustomObjType_c,CustomObjType_c,......etc,
"ExportFilterCriteria": "RecordNumber >={{low}} AND RecordNumber<{{high}}",
"ExportFileName" : "CustomObj_range_{{row}}.zip",
"NotificationEMail": "xxxxxx@xxxxxxx.com",
"Activate": "YES"
}
and when used the following query to retrieve the exported file:
https:///crmRestApi/resources/latest/bulkExportActivities/{{BulkExportJobId}}?onlyData=true
was able to download them using the returned link.
Problem is expecting to be able to find the bulk export activity in "Manage Export File Activities" task (or "Schedule Export Process" task) but the export is not there.
Also not able to find the created file in Oracle WebContent Server, as in other Scheduled File Export Activities.
The user accessed Oracle Sales Cloud with the same user used to execute the REST API call. There are that user's roles:ORA_FND_APPLICATION_ADMINISTRATOR_JOB, ORA_FND_DIAG_ADMINISTRATOR_JOB, ORA_ASM_APPLICATION_IMPLEMENTATION_CONSULTANT_JOB, ORA_CRM_EXTN_ROLE, ORA_ZCH_DATA_STEWARD_MANAGER_JOB, ORA_FND_IT_SECURITY_MANAGER_JOB, ORA_ZCH_MASTER_DATA_MANAGEMENT_APPLICATION_ADMINISTRATOR_JOB.
Solution
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
Goal |
Solution |
References |