Let's Integrate


Use Case
The use case involves integration between Oracle Primavera contract management through Nexus into Oracle Unifier .
Source System
Target System
Contract Management
Unifier

Nexus offers a very trivial procedure of creating integration. It is mostly of the six processes , as depicted in the below diagram.

Connectors
As per the use case, the first step requires you to create two connectors.
Connector
For
1️⃣
Unifier
2️⃣
Contract Management
Environment
Environment gives a full set up to connectors in terms of Base URL, Authentication type , Username and Password.
Data Mapping
Data mapping helps you to take source field from source system , and to map with target fields of target system in very simple way.
You can also customize you data according to the target source field through JavaScript code which includes data validation and any change in format.
Data Mapping allows you to validate your input to the target field,.
As here Contract Management(source system) is not providing value for upoContactTypePD. In that scenario Nexus provides functionality of knitting customized Java Script coding to get desired input in target field.
e.g. return 'Lump Sum' ;
Integration
Integration has four sub process i.e. Designer, Configuration,Execution, Notification.
The execution process can be scheduled based on the CRON expression or by Rest URL
CRON expression
You can choose any CRON expression of you requirement by clicking the link given in the below picture and schedule the job.
Once you enable the button it will start running based on the schedule.
REST URL
This is the second way of scheduling the integration based on the Rest endpoint. Once you enable the button it will start running based on the schedule.
Deployment
Monitoring
As you run the deployment in the previous step, the detailed stature of the process can be seen by clicking the monitoring menu card which is populated with no of running integration.No of completed/Failed.
Once you click on card you will be able to see the details as such Job Id , start time, end time , time elapsed and status of integration.
Once you click on any particular job Id, it expands into various staging level details.
On further expanding you can see each service levels detail of every integration.

Last updated
Was this helpful?