function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC_BigDogSFDC_BigDog 

Inserting Opportunities using dataloader

I am trying to insert opportunities using data loader. I have mapped all the fields correctly and all my accountid and ownerid are correct. Now when I am inserting, the job is failed and I am getting the error as "insufficient access rights on cross-reference id: 001j000000E7xlw

I have the system administer profile.

Any insights would be appreciated.

Thank you.
Best Answer chosen by SFDC_BigDog
Code+1Code+1
Hi,

 Insert Account First...
 Map the Account Id to the Opportunity
 Then try to insert the Opportunity..

 Record will be inserted in to the system..

Thanks...

All Answers

surasura
Are you loading the data to the same org or a different org?


becuase record ids vary from org to org . please check there is record with id 001j000000E7xlw in the org which you are loading data. I am pretty sure it doesn't 

 
Code+1Code+1
Hi,

 Insert Account First...
 Map the Account Id to the Opportunity
 Then try to insert the Opportunity..

 Record will be inserted in to the system..

Thanks...
This was selected as the best answer