You need to sign in to do that
Don't have an account?

Dataloader errors
Hi
When i am trying to upsert the records using dataloader the following errors were given
1)Foreign key external ID: 9490400142 not found for field IDX_Group_Number__c in entity Opportunity
2)
Attempting to update (as part of an upsert) parent field Opportunity__c with new value 006A000000KvBvtIAF, current value is 006A000000KOs7XIAT
3)
Foreign key external ID: 770470789 not found for field Broker_SSN__c in entity EDGE__c
4)
Broker SSN: more than one record found for external id field: [a0QA0000008ztwfMAA, a0QA0000008zuMNMAY]
5)
Owner is inactive, cannot reparent the account
Can you please help me to fix these errors plz
Thank you
Jyothi
Thanks
Utsav
Hi Jyothi,
The Errors says
1. I believe IDX_Group_Number__c is an External Id field and the number which you are trying to reference is not avalible in the ORG.
2. On the Child object the parent field is referenced to another parent..
3. External Id : 770470789 is not found on EDGE__c Object Which is present on Excel.
4. There are Duplicates in the object
5. You are trying to update the ownerid field with an inactive user which cannot be done.
You can fix this by going to excel and making small changes ...