﻿<error errorId="54d74d5b-8925-4910-b8f8-83112978a9a9" application="/LM/W3SVC/1/ROOT" host="INFRAWEB1" type="System.ComponentModel.Win32Exception" message="The network path was not found" detail="System.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) ---&gt; System.ComponentModel.Win32Exception (0x80004005): The network path was not found&#xD;&#xA;&#xD;&#xA;Server stack trace: &#xD;&#xA;   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)&#xD;&#xA;   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal&amp; connection)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal&amp; connection)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal&amp; connection)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)&#xD;&#xA;   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)&#xD;&#xA;   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)&#xD;&#xA;   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)&#xD;&#xA;   at System.Data.SqlClient.SqlConnection.Open()&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetNewOpenConnection()&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Data.Database.GetWrappedConnection()&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteNonQuery(DbCommand command)&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Caching.Database.DataBackingStore.Remove(Int32 storageKey)&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Caching.BackingStoreImplementations.BaseBackingStore.Remove(String key)&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Caching.Cache.Add(String key, Object value, CacheItemPriority scavengingPriority, ICacheItemRefreshAction refreshAction, ICacheItemExpiration[] expirations)&#xD;&#xA;   at Microsoft.Practices.EnterpriseLibrary.Caching.CacheManager.Add(String key, Object value, CacheItemPriority scavengingPriority, ICacheItemRefreshAction refreshAction, ICacheItemExpiration[] expirations)&#xD;&#xA;   at DBMG.AddressValidation.Cache.AddressCacheService.SaveCachedResult(ResultProvider ResultProvider, IAddress Address, AddressProcessResult Result)&#xD;&#xA;   at DBMG.AddressValidation.Adapters.CachingAddressProcessor.ValidateAndGeocode(IAddress Address, ResultType ResultType)&#xD;&#xA;   at DBMG.AddressValidation.Adapters.AddressProcessorBase.Validate(IAddress Address)&#xD;&#xA;   at DBMG.AddressValidation.Logging.LoggingAddressValidator.Validate(IAddress Address)&#xD;&#xA;   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]&amp; outArgs)&#xD;&#xA;   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)&#xD;&#xA;&#xD;&#xA;Exception rethrown at [0]: &#xD;&#xA;   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)&#xD;&#xA;   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData&amp; msgData)&#xD;&#xA;   at System.Func`2.EndInvoke(IAsyncResult result)&#xD;&#xA;   at DBMG.AddressValidation.AddressProcessorComposite.ExecuteInParallel(List`1 TaskList, IAddress Address)&#xD;&#xA;   at DBMG.AddressValidation.AddressProcessorComposite.Validate(IAddress Address)&#xD;&#xA;   at DBMG.Services.Geography.Infrastructure.Commands.AddressValidateAndGeocodeCommand.Execute(AddressRequest Request) in C:\Projects\GitHub\DBMG.Services.Geography\src\DBMG.Services.Geography.Infrastructure\Commands\AddressValidateAndGeocodeCommand.cs:line 76&#xD;&#xA;   at DBMG.Services.WCF.Commands.CommandProcessor.Process[TIn,TOut](TIn Input)&#xD;&#xA;   at DBMG.Services.Geography.Infrastructure.Services.AddressService.ValidateAndGeocode(AddressRequest Request) in C:\Projects\GitHub\DBMG.Services.Geography\src\DBMG.Services.Geography.Infrastructure\Services\AddressService.cs:line 56&#xD;&#xA;   at SyncInvokeValidateAndGeocode(Object , Object[] , Object[] )&#xD;&#xA;   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)&#xD;&#xA;   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)&#xD;&#xA;   at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)&#xD;&#xA;ClientConnectionId:00000000-0000-0000-0000-000000000000&#xD;&#xA;Error Number:53,State:0,Class:20" time="2025-01-10T11:48:55.5660292Z">
  <serverVariables>
    <item name="ALL_HTTP">
      <value string="HTTP_CONTENT_LENGTH:210&#xD;&#xA;HTTP_CONTENT_TYPE:application/json; charset=utf-8&#xD;&#xA;HTTP_ACCEPT:application/json, application/xml, text/xml&#xD;&#xA;HTTP_HOST:geography-v2.webservices.dbmgroup.com&#xD;&#xA;HTTP_X_DBMG_APPCODE:F3E0D5D6-D29B-4A00-9C66-C758523567A3&#xD;&#xA;HTTP_TRACEPARENT:00-6f9ab09b12ad77cffbf34e2a67291584-f95cdcbf0b0e4881-00&#xD;&#xA;HTTP_X_FORWARDED:by=172.31.1.50;for=192.168.10.213;proto=http;host=webservices.dbmgroup.com;path=/v2/Geography/AddressService.svc/json/addresses&#xD;&#xA;HTTP_X_FORWARDED_PROTO:http&#xD;&#xA;HTTP_X_FORWARDED_HOST:webservices.dbmgroup.com&#xD;&#xA;HTTP_X_FORWARDED_PATH:/v2/Geography/AddressService.svc/json/addresses&#xD;&#xA;HTTP_X_FORWARDED_FOR:192.168.10.213&#xD;&#xA;" />
    </item>
    <item name="ALL_RAW">
      <value string="Content-Length: 210&#xD;&#xA;Content-Type: application/json; charset=utf-8&#xD;&#xA;Accept: application/json, application/xml, text/xml&#xD;&#xA;Host: geography-v2.webservices.dbmgroup.com&#xD;&#xA;X-DBMG-AppCode: F3E0D5D6-D29B-4A00-9C66-C758523567A3&#xD;&#xA;traceparent: 00-6f9ab09b12ad77cffbf34e2a67291584-f95cdcbf0b0e4881-00&#xD;&#xA;X-Forwarded: by=172.31.1.50;for=192.168.10.213;proto=http;host=webservices.dbmgroup.com;path=/v2/Geography/AddressService.svc/json/addresses&#xD;&#xA;X-Forwarded-Proto: http&#xD;&#xA;X-Forwarded-Host: webservices.dbmgroup.com&#xD;&#xA;X-Forwarded-Path: /v2/Geography/AddressService.svc/json/addresses&#xD;&#xA;X-Forwarded-For: 192.168.10.213&#xD;&#xA;" />
    </item>
    <item name="APPL_MD_PATH">
      <value string="/LM/W3SVC/1/ROOT" />
    </item>
    <item name="APPL_PHYSICAL_PATH">
      <value string="D:\inetpub\WebServices\GeographyV2\" />
    </item>
    <item name="AUTH_TYPE">
      <value string="" />
    </item>
    <item name="AUTH_USER">
      <value string="" />
    </item>
    <item name="AUTH_PASSWORD">
      <value string="*****" />
    </item>
    <item name="LOGON_USER">
      <value string="" />
    </item>
    <item name="REMOTE_USER">
      <value string="" />
    </item>
    <item name="CERT_COOKIE">
      <value string="" />
    </item>
    <item name="CERT_FLAGS">
      <value string="" />
    </item>
    <item name="CERT_ISSUER">
      <value string="" />
    </item>
    <item name="CERT_KEYSIZE">
      <value string="256" />
    </item>
    <item name="CERT_SECRETKEYSIZE">
      <value string="2048" />
    </item>
    <item name="CERT_SERIALNUMBER">
      <value string="" />
    </item>
    <item name="CERT_SERVER_ISSUER">
      <value string="C=US, O=Let's Encrypt, CN=R11" />
    </item>
    <item name="CERT_SERVER_SUBJECT">
      <value string="CN=geography-v2.webservices.dbmgroup.com" />
    </item>
    <item name="CERT_SUBJECT">
      <value string="" />
    </item>
    <item name="CONTENT_LENGTH">
      <value string="210" />
    </item>
    <item name="CONTENT_TYPE">
      <value string="application/json; charset=utf-8" />
    </item>
    <item name="GATEWAY_INTERFACE">
      <value string="CGI/1.1" />
    </item>
    <item name="HTTPS">
      <value string="on" />
    </item>
    <item name="HTTPS_KEYSIZE">
      <value string="256" />
    </item>
    <item name="HTTPS_SECRETKEYSIZE">
      <value string="2048" />
    </item>
    <item name="HTTPS_SERVER_ISSUER">
      <value string="C=US, O=Let's Encrypt, CN=R11" />
    </item>
    <item name="HTTPS_SERVER_SUBJECT">
      <value string="CN=geography-v2.webservices.dbmgroup.com" />
    </item>
    <item name="INSTANCE_ID">
      <value string="1" />
    </item>
    <item name="INSTANCE_META_PATH">
      <value string="/LM/W3SVC/1" />
    </item>
    <item name="LOCAL_ADDR">
      <value string="172.31.1.10" />
    </item>
    <item name="PATH_INFO">
      <value string="/AddressService.svc/json/addresses" />
    </item>
    <item name="PATH_TRANSLATED">
      <value string="D:\inetpub\WebServices\GeographyV2\AddressService.svc" />
    </item>
    <item name="QUERY_STRING">
      <value string="" />
    </item>
    <item name="REMOTE_ADDR">
      <value string="172.31.1.10" />
    </item>
    <item name="REMOTE_HOST">
      <value string="172.31.1.10" />
    </item>
    <item name="REMOTE_PORT">
      <value string="51629" />
    </item>
    <item name="REQUEST_METHOD">
      <value string="POST" />
    </item>
    <item name="SCRIPT_NAME">
      <value string="/AddressService.svc" />
    </item>
    <item name="SERVER_NAME">
      <value string="geography-v2.webservices.dbmgroup.com" />
    </item>
    <item name="SERVER_PORT">
      <value string="443" />
    </item>
    <item name="SERVER_PORT_SECURE">
      <value string="1" />
    </item>
    <item name="SERVER_PROTOCOL">
      <value string="HTTP/1.1" />
    </item>
    <item name="SERVER_SOFTWARE">
      <value string="Microsoft-IIS/10.0" />
    </item>
    <item name="URL">
      <value string="/AddressService.svc" />
    </item>
    <item name="HTTP_CONTENT_LENGTH">
      <value string="210" />
    </item>
    <item name="HTTP_CONTENT_TYPE">
      <value string="application/json; charset=utf-8" />
    </item>
    <item name="HTTP_ACCEPT">
      <value string="application/json, application/xml, text/xml" />
    </item>
    <item name="HTTP_HOST">
      <value string="geography-v2.webservices.dbmgroup.com" />
    </item>
    <item name="HTTP_X_DBMG_APPCODE">
      <value string="F3E0D5D6-D29B-4A00-9C66-C758523567A3" />
    </item>
    <item name="HTTP_TRACEPARENT">
      <value string="00-6f9ab09b12ad77cffbf34e2a67291584-f95cdcbf0b0e4881-00" />
    </item>
    <item name="HTTP_X_FORWARDED">
      <value string="by=172.31.1.50;for=192.168.10.213;proto=http;host=webservices.dbmgroup.com;path=/v2/Geography/AddressService.svc/json/addresses" />
    </item>
    <item name="HTTP_X_FORWARDED_PROTO">
      <value string="http" />
    </item>
    <item name="HTTP_X_FORWARDED_HOST">
      <value string="webservices.dbmgroup.com" />
    </item>
    <item name="HTTP_X_FORWARDED_PATH">
      <value string="/v2/Geography/AddressService.svc/json/addresses" />
    </item>
    <item name="HTTP_X_FORWARDED_FOR">
      <value string="192.168.10.213" />
    </item>
  </serverVariables>
  <cookies>
    <item name="ASP.NET_SessionId">
      <value string="xwqkpbypf4dpqluswsatd5el" />
    </item>
  </cookies>
</error>