Sunday, December 18, 2022

Apex Data Loader errors

 Apex Data Loader errors

1. Insert failed: inactive user

Ans. If you are trying to insert record for inactive user then this error come.


2. Entity deleted

Ans. If you are trying to insert any lookup filed of deleted record this error will come


3. Time Zone mismatch (unexpected result occur)

Ans. you should set the settings of data loader ( time zone filed) according to your sandbox or production environment.

 Otherwise it will compare with the previous day value of the current date day value.

No comments:

Post a Comment

Understanding Wire vs Imperative Apex Method Calls in Salesforce Lightning Web Components (LWC)

Understanding Wire vs Imperative Apex Method Calls in Salesforce Lightning Web Components (LWC) Introduction: Salesforce Lightning Web ...