VMware Workspace ONE Community
khairimran
Contributor
Contributor

Unable to Publish application assignment

after upgrading the DSS, DB and console server from 1903 to 2011 im unable to publish new app assignment or event edit an existing one. The "Door is locked" unauthorized access page will appear every single time. im using admin and also tried it at top level OG.

Does anyone encounter the same issue?

Labels (1)
0 Kudos
3 Replies
HimanshuMishra
Enthusiast
Enthusiast

I had a similar issue with app assignments after upgrading from 1907 to 2001. I did not get the "door locked" page but every time I edited an assignment, it threw a "save failed" error. We had to manually turn off the WS1NsxMicroserviceFeatureFlag since we are not using the nsx integration. It fixed the issue for me.

0 Kudos
khairimran
Contributor
Contributor

Hi, Mind sharing how did you do that?

0 Kudos
HimanshuMishra
Enthusiast
Enthusiast

I ran this API to manually change the configuration.

GET - api/system/featureflag/WS1NsxMicroserviceFeatureFlag/{locationgroupUUID}

It was set to "true", so to change it - 

POST api/system/featureflag/WS1NsxMicroserviceFeatureFlag/{locationgroupUUID}/false

This may or may not solve your issue but something that VMware support can refer and help you. If you have an active ticket with VMware support regarding this issue then please share these APIs with them prior to making changes in your production environment.

 

 

0 Kudos