• Maciej Simm 1
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi everyone,

We're using SFDX for our dev process, but recently - one of our developers added few field values in standard Order.Status field in his scratch org. This blocks sfdx force:source:pull entierly, following error appears:

> sfdx force:source:pull -u enxCommsMASIM_23
ERROR:  Unable to retrieve file for id 33 of type StandardValueSet due to an internal error:218292943-3106 (-173667445).


This is what i see in force:org:status
> sfdx force:source:status -u enxCommsMASIM_23
=== Source Status
STATE          FULL NAME                        TYPE              PROJECT PATH
─────────────
...
Remote Add     OrderStatus                      StandardValueSet


And now the environment is blocked, as I can't pull anything. Is there any workaround for this? 
We tried to eliminate standardValueSet in forceignore file, I don't see any way to reset remote.
Is it SFDX bug that standardValueSets are not supported?
Hi everyone,

We're using SFDX for our dev process, but recently - one of our developers added few field values in standard Order.Status field in his scratch org. This blocks sfdx force:source:pull entierly, following error appears:

> sfdx force:source:pull -u enxCommsMASIM_23
ERROR:  Unable to retrieve file for id 33 of type StandardValueSet due to an internal error:218292943-3106 (-173667445).


This is what i see in force:org:status
> sfdx force:source:status -u enxCommsMASIM_23
=== Source Status
STATE          FULL NAME                        TYPE              PROJECT PATH
─────────────
...
Remote Add     OrderStatus                      StandardValueSet


And now the environment is blocked, as I can't pull anything. Is there any workaround for this? 
We tried to eliminate standardValueSet in forceignore file, I don't see any way to reset remote.
Is it SFDX bug that standardValueSets are not supported?