Hello,
I am trying to access the SuccessFactors oData API through the SSIS using the oData Source component.
I am able to access the feed through the web browser without any problems but it doesn't work with the oData Source. I tried to access some other APIs through the oData source without any problem.
Could you please help me here? I didn't find any information about using SSIS's oData Source for integration with the SuccessFactors.
This is the log after "Test Connection" in ssis:
GET https://api5.successfactors.eu:443/odata/v2/ ip address: 212.4.138.50 authorization: Basic ********** host: api5.successfactors.eu X-Forwarded-Proto: https content-length: 0
Content-Type: application/xml; charset=utf-8 DataServiceVersion: 1.0 Content-Length: 16265 SFODataServerTimeZone: CET Status: 200
And then when the oData source is trying to load the collections, there is the "failed" log like this:
GET https://api5.successfactors.eu/odata/v2/
ip address: 212.4.138.50 accept: application/atomsvc+xml,application/atom+xml MaxDataServiceVersion: 3.0; user-agent: Microsoft.SqlServer.IntegrationServices.DataFeedClient/2.0 authorization: Basic ********** host: api5.successfactors.eu X-Forwarded-Proto: https content-length: 0
Content-Type: application/xml; charset=utf-8 DataServiceVersion: 1.0 Content-Length: 270 SFODataServerTimeZone: CET Status: 500
Thanks a lot for any help!
Michal Hruška