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
Weirdly enough the id (0GR080000004KKbGAM) which is returned in the error is the SandboxProcessId, where I'd expect the SandboxInfoId. Also latest rc of sfdx-cli (7.160.0) shows still the same error.
Query SandboxInfo:
sfdx force:data:soql:query --query SELECT Id, SourceId, LicenseType, TemplateId FROM SandboxInfo WHERE SandboxName = 'xxx' --usetoolingapi
Querying Data... done
ID SOURCEID LICENSETYPE TEMPLATEID
────────────────── ────────────────── ─────────── ──────────
0GQ080000004Gy1GAE 0GQ08000000PEyXGAW DEVELOPER null
Query SandboxProcess:
sfdx force:data:soql:query --query SELECT Id, ActivatedDate, CopyProgress, SandboxInfoId, SandboxName, SourceId, Status, TemplateId FROM SandboxProcess WHERE Id = '0GR080000004KKbGAM' --usetoolingapi
Querying Data... done
ID ACTIVATEDDATE COPYPROGRESS SANDBOXINFOID SANDBOXNAME SOURCEID STATUS TEMPLATEID
────────────────── ──────────────────────────── ──────────── ────────────────── ─────────── ────────────────── ───────── ──────────
0GR080000004KKbGAM 2021-10-07T08:02:02.000+0000 100 0GQ080000004Gy1GAE xxx 0GQ08000000PEyXGAW Completed null
The text was updated successfully, but these errors were encountered:
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support.
Summary
Failure on cloning of sandbox with sourceSandboxName provided with latest version of sfdx-cli.
Steps To Reproduce:
sfdx force:org:clone -t sandbox sourceSandboxName=$SOURCE_SANDBOX_NAME sandboxName=$SANDBOX_NAME -u $PROD_ORG -w 30
Expected result
new sandbox gets created
Actual result
Following error is thrown:
ERROR running force:org:clone: Sandbox Info ID: id value of incorrect type: 0GR080000004KKbGAM
Workaround
System Information
Additional information
Weirdly enough the id (
0GR080000004KKbGAM
) which is returned in the error is the SandboxProcessId, where I'd expect the SandboxInfoId. Also latest rc of sfdx-cli (7.160.0) shows still the same error.Query SandboxInfo:
Query SandboxProcess:
The text was updated successfully, but these errors were encountered: