Skip to main content

Since the summer release has went through I have gotten an error when creating scratch orgs. The error is below.

 

I have org shape enabled and have created a new shape multiple times since the release. 

 

I use CumulusCI for all of my SFDX work and the command I have been using to create scratch orgs is:

sfdx force:org:create --json -f orgs/dev.json -w 120 -n --durationdays 7 -a SF-GRSO__dev adminEmail=lind1207@umn.edu

 

{  "code": 1,  "actions": [    "See https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs_error_codes.htm for information on error code C-9999."  ],  "context": "Create",  "commandName": "Create",  "data": {    "username": "lind1207@umn.edu.grso",    "orgId": "00D1I000001Y4P3UAK",    "scratchOrgInfoId": "2SRPK0000002wsj4AA"  },  "message": "A fatal signup error occurred. Please try again. If you still see this error, contact Salesforce Support for assistance",  "name": "RemoteOrgSignupFailed",  "status": 1,  "stack": "RemoteOrgSignupFailed: A fatal signup error occurred. Please try again. If you still see this error, contact Salesforce Support for assistance\n    at checkScratchOrgInfoForErrors (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@salesforce\\core\\lib\\org\\scratchOrgErrorCodes.js:63:19)\n    at async pollForScratchOrgInfo (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@salesforce\\core\\lib\\org\\scratchOrgInfoApi.js:310:16)\n    at async scratchOrgCreate (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@salesforce\\core\\lib\\org\\scratchOrgCreate.js:171:17)\n    at async Create.createScratchOrg (file:///C:/Users/lind1207/AppData/Local/sf/client/2.46.6-191291b/node_modules/@salesforce/plugin-org/lib/commands/force/org/create.js:216:68)\n    at async Create._run (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@oclif\\core\\lib\\command.js:302:22)\n    at async Config.runCommand (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@oclif\\core\\lib\\config\\config.js:424:25)\n    at async run (C:\\Users\\lind1207\\AppData\\Local\\sf\\client\\2.46.6-191291b\\node_modules\\@oclif\\core\\lib\\main.js:94:16)\n    at async file:///C:/Users/lind1207/AppData/Local/sf/client/2.46.6-191291b/bin/run.js:15:1",  "exitCode": 1,  "warnings": [    "The force:org:create command is deprecated. Try \"org create scratch\" or \"org create sandbox\" instead.",    "Record types defined in the scratch org definition file will stop being capitalized by default in a future release.\nSet the `org-capitalize-record-types` config var to `true` to enforce capitalization."     ]}
답변 2개
0/9000