Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI is unable to create an enterprise edition - LiveAgent Not available for deploy for this organization #453

Closed
alpertovi opened this issue Jun 24, 2020 · 4 comments
Labels
more information required Issue requires more information or a response from the customer owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team. stale

Comments

@alpertovi
Copy link

Trying the create an enterprise org with this definition file:

{ "orgName": "Zipari", "edition": "Enterprise", "features": ["PardotScFeaturesCampaignInfluence"], "hasSampleData": false, "settings": { "caseSettings": { "systemUserEmail": "[email protected]" }, "lightningExperienceSettings": { "enableS1DesktopEnabled": true }, "opportunitySettings": { "enableOpportunityTeam" : true }, "securitySettings": { "sessionSettings":{ "sessionTimeout": "TwelveHours" } } }, "description": "Enterprise Edition with test data" }

Getting this error message:

TYPE FILE NAME PROBLEM ───── ───────────────────────────────── ───────── ────────────────────────────────────────────── Error shape/settings/LiveAgent.settings LiveAgent Not available for deploy for this organization

@micha79x
Copy link

Same issue here. I was able to work around that by modifying project-scratch-def.json like that:

{
  [..]
  "edition": "Enterprise",
  [..]
  "features": [..., "LiveAgent"],
  "settings": {
    "liveAgentSettings": {
      "enableLiveAgent": false
    },
    [..]
}

So basically adding feature "LiveAgent" but disabling it at the same time. Quite probably the activation of the feature introduces some additional Standard Objects and other Metadata, so it definitely is not the same as before.

@yippie
Copy link

yippie commented Jul 22, 2020

This just started happening for me today and I can't create a scratch org. My colleagues have no issues.

This persists across salesforcedx plugins v 48.19.0, 48.22.11, and 49.2.3 all with cli sfdx-cli/7.66.2-4f159a1d07 darwin-x64 node-v12.13.0

@clairebianchi clairebianchi added the owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team. label Aug 25, 2020
@preddivari
Copy link

@alpertovi Can you please let us know if you are still experiencing this issue?
We have released a new CLI executable sf (v2) and would like for you to uninstall sfdx and install sf(v2) if you have not done that already. It is not going to break your scripts as sf (v2) is compatible with sfdx in terms of functionality and all of the sfdx commands can still be run via sf(v2)

@shetzel shetzel added the more information required Issue requires more information or a response from the customer label Oct 5, 2023
@github-actions
Copy link

This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted.

@github-actions github-actions bot added the stale label Oct 13, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more information required Issue requires more information or a response from the customer owned by another team The Salesforce CLI team does not own this work but will pass on the information to the correct team. stale
Projects
None yet
Development

No branches or pull requests

6 participants