Even though the upgrade steps were marked as successful, the following error was still present.
The following error occurred executing the stored procedure or method SetBackupStorageOptions: Invalid column name 'EnableServiceAccountDeploymentSynchronization'., <redacted>, Error, 2250, Error,Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid column name 'EnableServiceAccountDeploymentSynchronization'.
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Quest.Avalanche.VersionControl.Workflow.SqlCommunications.ExecuteStoredProcedureNonQuery(String connectionString, String storedProcedureName, List`1 parameters, SqlTransaction sqlTransaction)
There was one stored procedure where the column name had not been updated when changing the backup store specifically.
This issue only occurs on an SQL configuration store that has been upgraded to GPOAdmin 5.22.
New SQL configuration stores do not see this issue.
Quest Dev team created a SQL script that the user can run in SQL Management Studio against the user's GPODAdmin database that will correct the stored procedure that is causing the error.
File: SetBackupStorageOptions_Patch_5.22.zip