• my Buddha
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I'm trying to undeploy code from a Salesforce org using ant. In order to do so I have to manipulate some profiles and then redeploy them back to the server.

When I try and deploy profiles I get the following errors:

All Component Failures:
1.  profiles/Guest License User.profile -- Error: Permission Edit Contract depends on permission(s): Read Account
2.  profiles/Web Services Profile.profile -- Error: Permission Edit Contract depends on permission(s): Read Account
3.  profiles/High Volume Customer Portal User.profile -- Error: Permission Edit Contract depends on permission(s): Read Account

These are standard profiles. The first two and not visible through the web interface. However, I can see "High Volume Customer Portal User" and I can see that the profiles doesn't have Read permission on Account:

User-added image

[snipped for brevity]

Here's the raw profile xml: http://pastebin.com/pheFJJ1i

It looks like these Profiles are undeployable. Any solutions / feedback?