Hello,
is there a guide on how to move both databases and the portal to new servers?
I tried to backup the databases, restore them on new database server and then perform upgrade on the new application server, but the installation fails when connecting to the Search Server:
06-02-2025 19:02:51 msg: Step2 src: Upgrade
06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChecker
06-02-2025 19:02:59 msg: Url to Solr:
http://[SERVERNAME]:8983/solr/BPS_Activities/query?q=*:*&q.op=OR&indent=true&fq=TS_Insert:[2025-01-06T19:02:59.060Z%20TO%20NOW]&fq=-User_Name:"WebCon%20Workflow%20Service"&rows=0&wt=json
06-02-2025 19:03:01 msg: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it [::1]:8983
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 System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WebCon.WorkFlow.Installer.Steps.Prerequisites.SearchServer.SolrMigrateHelper.d__27.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at WebCon.WorkFlow.Installer.Steps.Prerequisites.SearchServer.SolrMigrateHelper.GetRowsNumberFromSolr()
at WebCon.WorkFlow.Installer.Steps.Prerequisites.SearchServer.SolrBpsActivitiesMigrationPrerequisite.Work() src: SolrBpsActivitiesMigrationPrerequisite
I have installed the SearchServer service from the MSI and changed the Url in the tools section of the Installer.
I can start the service, but it just stops after some time without any errors in Event log.
Thanks,
Filip