cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upsert into Employee Central Successfactors failing for bulk records through CPI

0 Kudos
997

Hi,

I am trying to upload multiple cost centers into Successfactors through CPI.

I am using the upsert operation in CPI.

When i try to upload more records the Upsert fails with the error

<FOCostCenterUpsertResponse>

<key>FOCostCenter/externalCode=12345678,FOCostCenter/startDate=2018-01-01T00:00:00.000-05:00</key>

<status>ERROR</status>

<editStatus null="true"/>

<message>while trying to invoke the method com.successfactors.comdf.datachange.gowrapper.GOWrapper.model() of a null object loaded from field com.successfactors.comdf.datachange.ResolvedGoWrapperImpl.goWrapper of an object loaded from local variable 'this'</message>

<index type="Edm.Int32">0</index>

<httpCode type="Edm.Int32">500</httpCode>

<inlineResults type="Bag(SFOData.UpsertResult)"/>

</FOCostCenterUpsertResponse>

But when i try to upsert single record or less number of records like few it works.

The format of the data I am trying to upsert is

<FOCostCenter>

<FOCostCenter>

<externalCode>12345678</externalCode>

<startDate>2018-01-01T00:00:00.000</startDate>

<endDate>9999-12-31T00:00:00.000</endDate>

<status>Active</status>

<name>Test</name>

<description>Test</description>

<cust_LegalEntityProp>1</cust_LegalEntityProp>

</FOCostCenter>

The SF EC is configured to allow upsert for 1000.

Kindly advice on any configurations on EC side or CPI to be done

Accepted Solutions (0)

Answers (1)

Answers (1)

marcomoucho
Discoverer
0 Kudos

Hello,

I'm having the exact same error on the CPI.

Does anyone know how to solve it?

Thanks,

Marco