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
grigri9grigri9 

problems deploying profiles

I'm trying to deploy custom and standard profiles (including field level security) from one sandbox to another. I get the following error message:

 

 

Problem: duplicate value found: <unknown> duplicates value on record with id: <unknown>

 

 

Deleting a profile and then re-creating it by deploying works fine but I obviously can't do this for the standard profiles. My guess is that some part of the profile that should be unique is being re-created when it should be overwritten.

 

Anyone else hit this issue?

 

grigri9grigri9

This turned out to be an issue with my Eclipse project. I re-created it and was able to deploy successfully.