Is there an invalid cross reference key for target?

Is there an invalid cross reference key for target?

Error loading into target [Account] : Error received from salesforce.com. Fields [RecordTypeId]. Status code [INVALID_CROSS_REFERENCE_KEY]. Message [Customer Record Type: id value not valid for the users profile: xxxxxxxxxxxxx]. The error might be occurring this record type “xxxxxxxxxxxxx” is not enabled for the profile of the current user.

Is the recordtypeid on the first bolded line valid?

When deploying in production it throws the above error. Salesforce says the error is on the first bolded line. However the recordtypeid it throws at me is a recordtype for the second bolded line: which in itself is a legit recordtype. Profiles have record type settings.

Why does my profile have record type not enabled?

Profiles have record type settings. This error means that the user has a profile for which that record type is not enabled. You need to make sure the profile you’re using has access to the desired record type, or that the value is being set in a “without sharing” class.

Is the customer record type not valid for the users profile?

Message [Customer Record Type: id value not valid for the users profile: xxxxxxxxxxxxx]. The error might be occurring this record type “xxxxxxxxxxxxx” is not enabled for the profile of the current user. – Login using a “System Administrator” profile on SFDC.

What does invalid cross reference ID mean in Salesforce?

I’m loading the Salesforce Account object using Informatica powercenter 9.6.1 HotFix4 (batch process). The salesforce URL has API 33.0. I get error “INVALID_CROSS_REFERENCE_KEY:invalid cross reference id:”.

What does a cross reference error in Informatica mean?

Cross reference errors are Salesforce errors and usually indicate an issue with a related object. Typically it’s that the Informatica user does not have permission to a field or record type (for me, anyway) but could mean the a referenced record is missing (or the user doesn’t have permission to it).