This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Upgrade from 12.0 to 2020.1.2 fails with "Invalid object name 'dbo.HA_PoolMembers'"

Hey everyone,

I recently migrated from a Win2008R2/SQL 2012 database server and a Win2008R2/NPM node to two new machines using the instructions here (https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/Migrate_SolarWinds_to_a_new_server_with_a_new_IP_and_hostname.htm
and https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/Migrate_the_SolarWinds_Orion_SQL_database_to_a_new_server.htm ). Unfortunately I am getting this Oops, when I start the installer on the migrated NPM 12.0 node:

"Invalid object name 'dbo.HA_PoolMembers'"

The installation log file looks like this:

2020-10-15 10:55:18,897 [16] ERROR (null) SolarWinds.Administration.Installer.ErrorHandler.HttpResponseAdapter - Unexpected error occured.
System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.HA_PoolMembers'.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
at System.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 System.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 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader()
at SolarWinds.Administration.DataProviders.SqlClient.SqlDatabase.Read[T](ISqlDbQuery`1 sqlQuery)
at SolarWinds.Administration.Installer.WebApi.FlowController.IsAllowedOfflinePreStage()
at SolarWinds.Administration.Installer.WebApi.FlowController.<Get>b__21_0()
at SolarWinds.Administration.Installer.ErrorHandler.HttpResponseAdapter.ExecuteFunction(Func`1 function, HttpRequestMessage originalRequest)
ClientConnectionId:0cb29778-fbc4-412c-aebb-95935c2ea4aa
Error Number:208,State:1,Class:16
2020-10-15 10:55:33,286 [27] DEBUG (null) SolarWinds.OrionImprovement.Client.GeoLocationClient - Get Service Response Begin
2020-10-15 10:55:33,286 [27] WARN (null) SolarWinds.OrionImprovement.Client.GeoLocationClient - Error getting Service Respose. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.115.13.127:443
at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at SolarWinds.OrionImprovement.Client.GeoLocationClient.EndGetResponse(IAsyncResult asyncResult)
2020-10-15 10:55:33,286 [7] WARN (null) SolarWinds.OrionImprovement.Client.GeoLocationClient - Service Response is (null).
2020-10-15 10:55:38,302 [13] DEBUG (null) SolarWinds.OrionImprovement.Client.OipClient - Error checking OIP server connection.
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 74.115.13.127:443
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at SolarWinds.OrionImprovement.Client.WebApiClient.Get(String url, HttpRequestCacheLevel cache)
at SolarWinds.OrionImprovement.Client.OipClient.CheckServerConnection(OipClient client)
2020-10-15 10:55:38,302 [13] INFO (null) SolarWinds.OrionImprovement.Client.OipClient - Not connected to OIP server, OIP data will NOT be transmitted.

It seems we don't have these database tables at all. Does anybody have an explanation or solution for this?

Regards

Karl

attachments.zip