afawcett / forcedotcom-enterprise-architecture

Force.com Enterprise Architecture - First Edition - Source Code
https://andyinthecloud.com
BSD 2-Clause "Simplified" License
43 stars 35 forks source link

Ant - Unknown User Permission #1

Closed dongidea closed 9 years ago

dongidea commented 9 years ago

Hi Andrew,

I got error "unknown user permission" when I try to migrate packaging org metadata to a new DE org. Error detail is as follow

2014-12-31_12-02-59

I'm in API ver 32.0, permission set member types in package.xml set as wildcard. The deployment success when I comment out permission set types.

Could you give me any directions on this issue? It seems that the error is API version specific or dependency of ActivateOrder permission is missing.

Appreciate your help, Thank you! Dong.

ghost commented 9 years ago

Best bet is either:

  1. go to Setup > Customize > Orders > Settings and Enable Orders or
  2. open up FormulaFOrce_Race_Analytics.permissionset and delete those tags

(You'll also need to Enable Chatter from Setup > Customize > Chatter > Settings)

dongidea commented 9 years ago

Issue solved, thank you for your help @aggressiveasparagus.

afawcett commented 9 years ago

Yes, thank @aggressiveasparagus just seen this, thanks for helping out! :+1:

imchikachirag commented 4 years ago

Best bet is either:

  1. go to Setup > Customize > Orders > Settings and Enable Orders or
  2. open up FormulaFOrce_Race_Analytics.permissionset and delete those tags

(You'll also need to Enable Chatter from Setup > Customize > Chatter > Settings)

This worked, thanks!