Servicing Director Customer Self-Service Online Payment Error: "Could not find server 'Servicing_Server..."
Could not find server 'Servicing_Server' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
A .NET Framework error occurred during execution of user-defined routine or aggregate "D_spGetCompanyWorkDays":
System.Data.SqlClient.SqlException: Could not find server 'Servicing_Server' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
System.Data.SqlClient.SqlException:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQuerySmi(Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteToPipe(SmiContext pipeContext)
at Microsoft.SqlServer.Server.SqlPipe.ExecuteAndSend(SqlCommand command)
at D_GetCompanyWorkDays.D_spGetCompanyWorkDays(SqlDateTime CutOffTime, SqlInt32 DaysInAdvance, SqlDateTime TransPostDate)
Root Cause:
Clicking Continue on the Online Payment Terms Screen (ACHWebIntro.ASPX) can cause this browser error message when the settings on the Servicing Director SQL server are incorrect.
This error can appear on other pages of Customer Self-Service, but this article is only for when clicking Continue on the Online Payment Terms Screen produces the error. If other pages have this error message, then search Knowledge Center for the other articles on the same error message.
Workaround:
This information is for your system administrator or local IT:
- Reset your Servicing Director SQL logins, using the LSCNFG server application, adding on executing the W_FixRights SQL command. For more information about resetting your Servicing Director SQL logins, search Knowledge Center with the key words Resetting the Servicing Director SQL Server Logins.
- After resetting your logins, restart your web services (IIS) on your Customer Self-Service business application server (ILSWebBus).
- If the issue is not resolved at this point, then continue with the following advanced troubleshooting:
- From the Servicing Director SQL server, run the following troubleshooting SQL command. If an error occurs, it will be a SQL message about the root cause of this issue, and it will direct your further actions.
- Open the SQL Server Management Studio.
- Login specifically using SQL authentication and use only the SQL login ILSWebUser. This is the SQL login configured by the person installing the Customer Self-Service business application server. Use the default password defined in the Customer Self-Service Installation Guide or your custom password if the person installing Customer Self-Service defined a custom password.
- Click New Query.
- Enter the following query:
Use Service
Go
Service.dbo.W_GetCompanyWorkdays
Go
- If the settings for this query on your system are correct, then the results from the query should return the business days from the Event Manager calendar. If the settings for this query on your system are incorrect, you will see a SQL error message, and use the error message to direct your further troubleshooting, Reference your Microsoft SQL Support resources as needed.
ArticleNumber:
000042724
Related Articles
Customer Self-Service online payment error: an application error has occurred
When you click on Continue on the Online Payment Terms Screen (ACHWebIntro.ASPX), you receive the following error: An application error has occurred; your session is now closing. We apologize for this inconvenience. Please log on again. Root Cause: ...
Servicing Director Customer Self-Service Online Payment Message: "Payment draft unavailable, contact customer service"
Payment draft unavailable, contact customer service Root Cause: This message will appear when the particular loan selected has a payment stop and if your configuration of the Customer Self-Service prevents online payments for a payment stop. ...
Servicing Director 14.1 Customer Self-Service Online Payment Request Page Displays Incorrect Total
When the Payment check box is cleared on the Online Payment Request page (to make a payment not including a regular payment, such as escrow only, additional principal, or late charge payment), the regular payment amount is still included in the ...
Servicing Director Customer Self-Service W_GetCompanyWorkdays Error: "...Could Not Find Server ... in Sys.Servers...."
Msg 7202, Level 11, State 2, Line 1 Could not find server '<a server name>' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers. Msg 6522, ...
Customer Self-Service Online Payment Event Viewer Warning Index Was Out of Range
Log Name: Application Source: ASP.NET Date: Event ID: 1309 Task Category: Web Event Level: Warning Keywords: Classic User: N/A Computer: Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: Event time (UTC): ...