VMware Cloud Community
gbouziden
Enthusiast
Enthusiast

vRA 8.1 Change owner failing

I have a single deployment that was onboarded and will not let me change the owner. The error I get is:

"Something went wrong in a backend service. Reference id: 99adce02-20cb-40b8-b94f-932efb04c19f"

I was able to login to the appliance and update the database to change the owner successfully, but the problem still exists in the GUI if I try to change it. This is the only Deployment experiencing this behavior. Other onboarded and created deployments will let me. I'd rather the GUI work than do this:

 

psql catalog-db
select owned_by from dep_deployment where name ='deployment_name';
update dep_deployment set owned_by ='userName' where name ='deployment_name';

 

 

0 Kudos
0 Replies