Solution Add-On Management configuration may fail with HTTP 403 Forbidden errors during Landing Zone setup.
Affected environments may observe:
ACCESS_TO_RESOURCE_IS_FORBIDDEN/cloudapi/1.0.0/entityTypes/urn:vcloud:type:vmware:solutions_organization:1.0.0
HTTP 403OperationDenied: Cannot find a type with ID urn:vcloud:type:vmware:solutions_organization:1.0.0VMware Cloud Director 10.6.x
The issue has been observed where the environment reports that Solution Add-On initialization previously completed successfully, however the required backend Solution Add-On entity definitions are no longer present.
This results in backend authorization and entity resolution failures during Landing Zone or Solution Add-On operations.
service vmware-vcd status
grep -Ri "solutions_organization\|Cannot find a type with ID" /opt/vmware/vcloud-director/logs/
OperationDenied: Cannot find a type with ID urn:vcloud:type:vmware:solutions_organization:1.0.0
cell-management-tool manage-config -n "vmware.solutions.add.on.bootstrap.completed" -v "no"
cell-management-tool manage-config -n "vmware.solutions.add.on.initialize.generation" -v "0"
cell-management-tool cell -i $(service vmware-vcd pid cell) -s
Then to startup the service again run the command:
systemctl start vmware-vcd