Hi,
With one of our client we are working on integrating MIM 2016 with Oracle HCM Cloud using Rest API. I have recently worked on integrating MIM with ServiceNow and I was able to pull the user records. I used the same ECMA 2.0 code to integrate with ORACLE HCM CLOUD but I am getting Object not set to an instance of an object when I run FULL Import.
I am using https://<host>.<host>/hcmCoreApi/resources/latest/emps to connect to ORACLE HCM Cloud. I observed one thing, when I browsed the SERVICENOW RestApi in IE it works fine and exports the data on to the browser it self but when I execute that of ORACLE HCM it exports the data to a file and gives a popup ti save the file.
I am using the code from below link for building ECMA 2.0 connector for ORACLE HCM Cloud. The Error Object reference is being thrown at Line:124 in below Link.
http://a-zenith.blogspot.in/2016/09/mim-2016-fim-service-now-ma.html
I have changed the attributes to those that I want but still I am getting Error "stopped-extension-dll-exception" with below eventlog entries...,
The extensible extension returned an unsupported error.
The stack trace is:
"System.NullReferenceException: Object reference not set to an instance of an object.
at FimSync_Ezma.EzmaExtension.GetImportEntries(GetImportEntriesRunStep importRunStep) in c:\Users\admin\Documents\Oracle HCMExtension\Oracle HCMExtension.cs:line 121
Forefront Identity Manager 4.3.1935.0"
Any help Appreciated. Thanks.
Regards, Chandan