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
MarrisMarris 

Deployment error - Moving code from one sandbox to another sandbox

Hi all,

 

We are facing some deployment issue while moving our code from one sandbox to another sandbox for testing.

 

Error : ObjectTranslations/Survey_Question_group__c-en_US.objectTranslation(Survey_Question_group__c-en_US)- Insufficient access rights on cross reference id.

 

We are converting all our code into a Zip file and try to deploy it in sandbox showing the above error in Custom object "Survey_Question_group__c". We can't able to sort it out.

 

Any help on this issue will be appreciated.Thanks in Advance!

 

Thanks,

Marris.

Ashish_SFDCAshish_SFDC

Hi Marris, 

 

Explanation

This error message usually indicates that an object ID linked to one of your survey responses does not exist in the Salesforce instance you are trying to transfer into.  This can happen if you delete Salesforce object records after a survey invitation has been sent to them, or if you are trying to transfer results into a test org that does not have all your production data.

For example, the image below is from the View Individual Questionnaires page in the Results tab.  It shows that this response is linked to a Contact object.  If any objects do not exist in the target Salesforce instance, you will receive the error "insufficient access rights on cross-reference id".

Contact object ID

Resolution

If the linked objects no longer exist in the target Salesforce org, you can delete (or change) the object IDs linked to the response.  From the View Individual Questionnaires screen above, click Edit to edit or delete the parameter value.

 

http://www.vista-survey.com/help/browse.dsb?view=web&ID=121

 

Regards,

Ashish

Pratyush Kumar 15Pratyush Kumar 15
@Marris - Were you able to resolve this issue? I"m facing similar one.