When transferring data from your ERP to Salesforce, a very common error message is the following one:E2120 - ECE_SForceDataError: We got an error back from SalesForce when trying to update or insert data in SalesForce: Error returned from SFDC on upsert: [message: operation performed with inactive user [00530000003xqAb] , statusCode: INACTIVE_OWNER_OR_USER ].
In order to fix it, please go through the following steps:
In order to locate that specific user id, please do the following:
In your browser's address bar, you will see a URL similar to:
In each URL above, the user's Salesforce ID is 00530000003xqAb.
If the user is inactive, you need to activate it again. Note: if you don’t have enough licenses to activate the user again, you can use one of the 5 free Salesforce API licenses that are provided to every organization in Salesforce. For more information on how to set up a separate integration user without costs, check our article on how to set up the Salesforce API user.
.