Configure the HCM Extract Bulk Data Option in an OIC Integration
In this post I will explain how we can configure HCM cloud OIC adapter to Download HCM bulk data files from Universal Content Management ( UCM) to SFTP folder, we can use the extract bulk data option in an orchestrated integration. This section provides a high-level design of an integration using this feature.
- We must schedule and create the HCM data extract in Oracle HCM Cloud ( this is pre-requisite)
- It (HCM extract) must be configured with a delivery option of type WebCenter Content.
- When configuring this delivery option, the Integration Name field must be populated with a unique value that is later specified in the What is the Integration Name for HCM Extracts field of the Operations page when configuring the Oracle HCM Cloud Adapter , and this be any value , but we need to refer this Integration Name when calling HCM adapter from OIC
To configure an extract bulk data integration:
- Create a scheduled, orchestrated integration pattern.
- Add a schedule parameter to store the processed Document ID and initialize it with a value of
0
.An HCM extract is associated with a Document ID. Once the extract is processed by the integration, the ID is stored in the schedule parameter. This value is required as input by the data extract operation in the Oracle HCM Cloud Adapter.
- Drag the Oracle HCM Cloud Adapter to the invoke section of the integration canvas and configure the extract bulk data operation.
- Configure the mapper for the data extract operation and map the schedule parameter with the lastProcessedDocumentID field.
- Drag a SFTP adapter in the integration canvas. This invokes the SFTP Action wizard.
Mapping between HCM extract adapter and SFTP adapter
Based on how HCM extract is configured , HCM extract will return you a .txt file/.csv file or excel file
in case your HCM extract us created excel file and youare not ok with excel file , you can change the extension of file to .csv
- Run HCM extract
- Run OIC job
Run HCM extract
Login to Oracle SaaS HCM cloud
Navigate to My Client Group
>> Data Exchange
>> Submit Extract
>> Enter Required Parameter and Submit the Extract
> > Wait till extract process completed
Run OIC Job
Login to OIC and Run your Schedule Integration , once integration completed sucessfully , you can see .csv file in SFTP folder
Similarly if you have requirement to load data in a Custom table , Add additional database adapter components in your integration , read file data from SFTP folder and load in table ( I mostly preferred DW/ATP)
No comments:
Post a Comment