The OLE DB provider "MSDASQL" for linked server "ETI" reported an error. The provider reported an unexpected catastrophic failure. Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "ETI".

System.Data.SqlClient.SqlException: The OLE DB provider "MSDASQL" for linked server "ETI" reported an error. The provider reported an unexpected catastrophic failure. Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "ETI".

System.Data.SqlClient.SqlException (0x80131904): The OLE DB provider "MSDASQL" for linked server "ETI" reported an error. The provider reported an unexpected catastrophic failure.
Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked server "ETI".
   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.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.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Unisoft.Payments.DataAccess.CEFTRecurringPaymentPersist.DisableRecurringEFTPayment(String CompanyInitials, String Contract, String IpAddress, String User)
   at Unisoft.Payments.BusinessRules.Payments.Rules.PayValRulesBase.VoidRecurringPayment(String CompInitials, String ContractNumber, String IpAddress, String User)
   at Unisoft.Payments.BusinessFacade.CPaymentSystem.VoidRecurringPayment(String CompInitials, String ContractNo, String IpAddress, String User)
   at Unisoft.Payments.Web.Processing.Payments.PaymentRepository.VoidRecurringPayment(String AccountNumber)
   at Unisoft.Payments.Web.Processing.Payments.ContractPaymentProcessing.VoidRecurringPayment(String AccountNumber)
   at Unisoft.Payments.Web.Controllers.PaymentsController.VoidRecurringPayment(String id)
   at lambda_method(Closure , ControllerBase , Object[] )
   at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
   at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
   at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c.<BeginInvokeSynchronousActionMethod>b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_0.<InvokeActionMethodFilterAsynchronouslyRecursive>b__0()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.<InvokeActionMethodFilterAsynchronouslyRecursive>b__2()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass7_0.<BeginInvokeActionMethodWithFilters>b__1(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_6.<BeginInvokeAction>b__4()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass3_1.<BeginInvokeAction>b__1(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult, Controller controller)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
   at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
   at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
   at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
   at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
ClientConnectionId:b5f68cee-88ae-45c8-8c02-6563f3d86ed5
Error Number:7399,State:1,Class:16
		

Logged on Monday, April 4, 2022 at 12:51:44 PM

See also:

Server Variables

NameValue
ALL_HTTPHTTP_CONNECTION:close HTTP_CONTENT_LENGTH:11 HTTP_CONTENT_TYPE:application/x-www-form-urlencoded; charset=UTF-8 HTTP_ACCEPT:*/* HTTP_ACCEPT_ENCODING:gzip, deflate, br HTTP_ACCEPT_LANGUAGE:en-US,en;q=0.9 HTTP_COOKIE:_ga=GA1.2.2117147436.1644590667; ASP.NET_SessionId=01f5ouefq0taro4mm2rinyug; all_RyDwsSBXVzZXJzGLLKgqMIDA-clickdesk_referrer=https%3A//www.etifinance.com/; _gid=GA1.2.965268772.1649085325; .ASPXAUTH=DB9612EEB64CAE2494D6D444D84E8225A62FF1F6D3501B1BF7B67C5F99F746B302C4459C35F16C12A2B83AEABEB9A9A30DFEC70B75EE511E1769E97498DB8388C46388F7D3E2FC21B69C530FD61650A167D3D102A1BA9946EB611603293A29F0; _gat_gtag_UA_123756894_2=1 HTTP_HOST:www.etifinance.com HTTP_REFERER:https://www.etifinance.com/Inquiry/Contract/75875906 HTTP_USER_AGENT:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36 HTTP_SEC_CH_UA:" Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99" HTTP_X_REQUESTED_WITH:XMLHttpRequest HTTP_SEC_CH_UA_MOBILE:?0 HTTP_SEC_CH_UA_PLATFORM:"Windows" HTTP_ORIGIN:https://www.etifinance.com HTTP_SEC_FETCH_SITE:same-origin HTTP_SEC_FETCH_MODE:cors HTTP_SEC_FETCH_DEST:empty
ALL_RAWConnection: close Content-Length: 11 Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Accept: */* Accept-Encoding: gzip, deflate, br Accept-Language: en-US,en;q=0.9 Cookie: _ga=GA1.2.2117147436.1644590667; ASP.NET_SessionId=01f5ouefq0taro4mm2rinyug; all_RyDwsSBXVzZXJzGLLKgqMIDA-clickdesk_referrer=https%3A//www.etifinance.com/; _gid=GA1.2.965268772.1649085325; .ASPXAUTH=DB9612EEB64CAE2494D6D444D84E8225A62FF1F6D3501B1BF7B67C5F99F746B302C4459C35F16C12A2B83AEABEB9A9A30DFEC70B75EE511E1769E97498DB8388C46388F7D3E2FC21B69C530FD61650A167D3D102A1BA9946EB611603293A29F0; _gat_gtag_UA_123756894_2=1 Host: www.etifinance.com Referer: https://www.etifinance.com/Inquiry/Contract/75875906 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36 sec-ch-ua: " Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99" x-requested-with: XMLHttpRequest sec-ch-ua-mobile: ?0 sec-ch-ua-platform: "Windows" origin: https://www.etifinance.com sec-fetch-site: same-origin sec-fetch-mode: cors sec-fetch-dest: empty
APPL_MD_PATH/LM/W3SVC/4/ROOT
APPL_PHYSICAL_PATH\\dsc03.unisoftonline.com\iis\content\inetpub\wwwroot\PFC\EtiFinance\
AUTH_PASSWORD*****
AUTH_TYPEForms
AUTH_USER10684
CERT_COOKIE
CERT_FLAGS
CERT_ISSUER
CERT_KEYSIZE256
CERT_SECRETKEYSIZE2048
CERT_SERIALNUMBER
CERT_SERVER_ISSUERC=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", OU=http://certs.godaddy.com/repository/, CN=Go Daddy Secure Certificate Authority - G2
CERT_SERVER_SUBJECTOID.1.3.6.1.4.1.311.60.2.1.3=US, OID.1.3.6.1.4.1.311.60.2.1.2=Florida, OID.2.5.4.15=Private Organization, SERIALNUMBER=P96000055531, C=US, S=Florida, L=Miami, O="Unisoft Communications, Inc.", CN=www.etifinance.com
CERT_SUBJECT
CONTENT_LENGTH11
CONTENT_TYPEapplication/x-www-form-urlencoded; charset=UTF-8
GATEWAY_INTERFACECGI/1.1
HTTP_ACCEPT*/*
HTTP_ACCEPT_ENCODINGgzip, deflate, br
HTTP_ACCEPT_LANGUAGEen-US,en;q=0.9
HTTP_CONNECTIONclose
HTTP_CONTENT_LENGTH11
HTTP_CONTENT_TYPEapplication/x-www-form-urlencoded; charset=UTF-8
HTTP_COOKIE_ga=GA1.2.2117147436.1644590667; ASP.NET_SessionId=01f5ouefq0taro4mm2rinyug; all_RyDwsSBXVzZXJzGLLKgqMIDA-clickdesk_referrer=https%3A//www.etifinance.com/; _gid=GA1.2.965268772.1649085325; .ASPXAUTH=DB9612EEB64CAE2494D6D444D84E8225A62FF1F6D3501B1BF7B67C5F99F746B302C4459C35F16C12A2B83AEABEB9A9A30DFEC70B75EE511E1769E97498DB8388C46388F7D3E2FC21B69C530FD61650A167D3D102A1BA9946EB611603293A29F0; _gat_gtag_UA_123756894_2=1
HTTP_HOSTwww.etifinance.com
HTTP_ORIGINhttps://www.etifinance.com
HTTP_REFERERhttps://www.etifinance.com/Inquiry/Contract/75875906
HTTP_SEC_CH_UA" Not A;Brand";v="99", "Chromium";v="99", "Google Chrome";v="99"
HTTP_SEC_CH_UA_MOBILE?0
HTTP_SEC_CH_UA_PLATFORM"Windows"
HTTP_SEC_FETCH_DESTempty
HTTP_SEC_FETCH_MODEcors
HTTP_SEC_FETCH_SITEsame-origin
HTTP_USER_AGENTMozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36
HTTP_X_REQUESTED_WITHXMLHttpRequest
HTTPSon
HTTPS_KEYSIZE256
HTTPS_SECRETKEYSIZE2048
HTTPS_SERVER_ISSUERC=US, S=Arizona, L=Scottsdale, O="GoDaddy.com, Inc.", OU=http://certs.godaddy.com/repository/, CN=Go Daddy Secure Certificate Authority - G2
HTTPS_SERVER_SUBJECTOID.1.3.6.1.4.1.311.60.2.1.3=US, OID.1.3.6.1.4.1.311.60.2.1.2=Florida, OID.2.5.4.15=Private Organization, SERIALNUMBER=P96000055531, C=US, S=Florida, L=Miami, O="Unisoft Communications, Inc.", CN=www.etifinance.com
INSTANCE_ID4
INSTANCE_META_PATH/LM/W3SVC/4
LOCAL_ADDR10.10.0.24
LOGON_USER10684
PATH_INFO/VoidRecurring
PATH_TRANSLATED\\dsc03.unisoftonline.com\iis\content\inetpub\wwwroot\PFC\EtiFinance\VoidRecurring
QUERY_STRING
REMOTE_ADDR73.205.189.70
REMOTE_HOST73.205.189.70
REMOTE_PORT56055
REMOTE_USER10684
REQUEST_METHODPOST
SCRIPT_NAME/VoidRecurring
SERVER_NAMEwww.etifinance.com
SERVER_PORT443
SERVER_PORT_SECURE1
SERVER_PROTOCOLHTTP/1.1
SERVER_SOFTWAREMicrosoft-IIS/10.0
URL/VoidRecurring