Long time lurker first time poster.
So we were running through some dry run upgrades of vCenter 5.5 to 6.0 (U1). I have the latest installer downloaded. Our install goes great up until the point of importing data from 5.x. I keep getting the error of:
Error attempting Restore Authz data
Please check InvSvc upgrade logs for details
So I submitted a VMware ticket, and they told me this is due to having custom role definitions in vCenter, which we have. They said there is currently no workaround for this but it is a known issue, and we need to remove all of our custom roles, and go again. I did this in our dev environment (where we essentially clone our existing vCenter infrastructure and test the ugprade), and it seemed to work fine. So I go to do prod today, and it's failing with the same error, even though we've removed all of our custom role definitions. I've reopened my ticket with VMware, but in the meantime has anyone else seen this at all? I can't find any mention of this online anywhere, can I be the first person to experience this issue?
The specific line I find in the logs is here:
2015-12-03T16:33:27.433Z INFO upgrade.states.component_states is:Import: Caught exception while adding permission java.util.concurrent.ExecutionException: (vmodl.fault.InvalidArgument) {
2015-12-03T16:33:27.433Z INFO upgrade.states.component_states is:Import: faultCause = null,
2015-12-03T16:33:27.433Z INFO upgrade.states.component_states is:Import: faultMessage = null,
2015-12-03T16:33:27.434Z INFO upgrade.states.component_states is:Import: invalidProperty = Invalid role Ids [33554635]
2015-12-03T16:33:27.434Z INFO upgrade.states.component_states is:Import: }
2015-12-03T16:33:27.434Z INFO upgrade.states.component_states is:Import: Restore Assignment failed java.util.concurrent.ExecutionException: (vmodl.fault.InvalidArgument) {
2015-12-03T16:33:27.434Z INFO upgrade.states.component_states is:Import: faultCause = null,
2015-12-03T16:33:27.434Z INFO upgrade.states.component_states is:Import: faultMessage = null,
2015-12-03T16:33:27.436Z INFO upgrade.states.component_states is:Import: invalidProperty = Invalid role Ids [33554635]
2015-12-03T16:33:27.436Z INFO upgrade.states.component_states is:Import: }
2015-12-03T16:33:27.436Z INFO upgrade.states.component_states is:Import: Restore Authz failed
2015-12-03T16:33:27.437Z INFO upgrade.states.component_states is:Import: java.util.concurrent.ExecutionException: (vmodl.fault.InvalidArgument) {
2015-12-03T16:33:27.437Z INFO upgrade.states.component_states is:Import: faultCause = null,
2015-12-03T16:33:27.437Z INFO upgrade.states.component_states is:Import: faultMessage = null,
2015-12-03T16:33:27.437Z INFO upgrade.states.component_states is:Import: invalidProperty = Invalid role Ids [33554635]
2015-12-03T16:33:27.437Z INFO upgrade.states.component_states is:Import: }
2015-12-03T16:33:27.438Z INFO upgrade.states.component_states is:Import: at com.vmware.vim.vmomi.core.impl.BlockingFuture.get(BlockingFuture.java:70)
2015-12-03T16:33:27.438Z INFO upgrade.states.component_states is:Import: at com.vmware.vim.dataservices.RestoreAuthz.processItem(RestoreAuthz.java:322)
2015-12-03T16:33:27.438Z INFO upgrade.states.component_states is:Import: at com.vmware.vim.dataservices.RestoreAuthz.restoreAssignment(RestoreAuthz.java:247)
2015-12-03T16:33:27.440Z INFO upgrade.states.component_states is:Import: at com.vmware.vim.dataservices.RestoreAuthz.main(RestoreAuthz.java:695)
2015-12-03T16:33:27.440Z INFO upgrade.states.component_states is:Import: Caused by: (vmodl.fault.InvalidArgument) {
2015-12-03T16:33:27.440Z INFO upgrade.states.component_states is:Import: faultCause = null,
2015-12-03T16:33:27.440Z INFO upgrade.states.component_states is:Import: faultMessage = null,
2015-12-03T16:33:27.440Z INFO upgrade.states.component_states is:Import: invalidProperty = Invalid role Ids [33554635]
2015-12-03T16:33:27.441Z INFO upgrade.states.component_states is:Import: }
Thanks in advance for any help you can provide.