When attempting an perform a Configuration Import as part of an upgrade from Active Roles 6.9 to Active Roles 7.4.3, the following error is observed:
Invalid object name 'AzureTenants'.
WORKAROUND
Perform the Configuration import via the Active Roles Management Shell, using the syntax sampled below. Ensure valid database names and servers are input into the appropriate areas.
If SQL Authentication is used to access the Active Roles Configuration databases, run the following on the Active Roles 7.4.3 host:
$destinationdb_credential=Get-Credential
Import-ARDatabase -ConfigurationData -SourceDatabaseServer SourceDBServerName -SourceDatabaseName SourceDBName -SourceDatabaseCredential $sourcedb_credential -DestinationDatabaseServer DestinationDBServerName -DestinationDatabaseName DestinationDBname -DestinationDatabaseCredential $destinationdb_credential
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy