You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just created a new Test/Demo SF org, and when I ran initExistingOrg.sh, I got the following errors:
=== Component Failures [1]
TYPE FILE NAME PROBLEM
───── ───────────────────────────────── ───── ───────────────────────────────────────────
Error app-config/profiles/Admin.profile Admin Unknown user permission: CreateContentSpace
ERROR running force:mdapi:deploy: The metadata deploy operation failed.
Job ID | 0Af5w00000U6fL1CAJ
MDAPI PROGRESS | ████████████████████████████████████████ | 1/1 Files
Job ID | 0Af5w00000U6fLGCAZ
SOURCE PROGRESS | ██████████████████████████████████████░░ | 20/21 Files
TYPE PROJECT PATH PROBLEM
───── ────────────────────────────────────────────────────── ───────────────────────────────────────────
Error force-app/main/default/profiles/Admin.profile-meta.xml Unknown user permission: CreateContentSpace
ERROR running force:source:push: Push failed.
That in turn also caused the sfdx force:apex:execute -f config/create-demo-data-setup.apex call (in dataInit.sh) to fail with this error:
▸ ERROR: Line: 12, Column: 1
▸ Variable does not exist: HcDemoPack_DataSetup
ERROR running force:apex:execute: Line: 12, Column: 1
Variable does not exist: HcDemoPack_DataSetup
To fix it, I edited mdapi-source/app-config/profiles/Admin.profile to remove the CreateContentSpace<userPermissions> and manually re-ran the remaining commands.
The text was updated successfully, but these errors were encountered:
I just created a new Test/Demo SF org, and when I ran
initExistingOrg.sh
, I got the following errors:That in turn also caused the
sfdx force:apex:execute -f config/create-demo-data-setup.apex
call (indataInit.sh
) to fail with this error:To fix it, I edited
mdapi-source/app-config/profiles/Admin.profile
to remove theCreateContentSpace
<userPermissions>
and manually re-ran the remaining commands.The text was updated successfully, but these errors were encountered: