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
muralikrishna gondimuralikrishna gondi 

deployments in errors while moving profiles

Using Ecilpse i am trying to deploy custom app from one developer editon to another .. i am getting following errors

   File Name:    profiles/Admin.profile
   Full Name:  Admin
   Action:  NO ACTION
   Result:  FAILED
   Problem: Unknown user permission: ManageTranslation

   File Name:    profiles/Platform.profile
   Full Name:  Platform
   Action:  NO ACTION
   Result:  FAILED
   Problem: Permission Read All Policy__c depends on permission(s): Read All Account
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Murali,

You need to use ant migration tool to do this.Every single setting for a profile can be deployed using ANT.Please check the below link for further reference. I hope it will be helpful.

Please mark it as best answer if it resolved the issue.

BestRegards
RahulKumar
muralikrishna gondimuralikrishna gondi
Thank You Rahul Kumar.