File: C:\AssetWorks\FASuite\main-ms\Logs\202606\20260621\ApiServer\ApiServer.log
- ==========[ 06/21/2026 06:39:35 ]==========
Log ID: 181c6f24-05cc-4440-a5e9-1797bd9ffb7a
UTC Timestamp: 6/21/2026 1:39:35 PM
Level: Error
Caller: Query
TargetSite: Void MoveNext()
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'.
Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command. The results, if any, should be discarded.
--- StackTrace ---
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:39:42 ]==========
Log ID: f7b1afc3-34f2-48b7-811f-30212cd4a3a4
UTC Timestamp: 6/21/2026 1:39:42 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
=>An existing connection was forcibly closed by the remote host.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParserStateObject.SNIWritePacket(PacketHandle packet, UInt32& sniError, Boolean canAccumulate, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParserStateObject.WriteSni(Boolean canAccumulate)
at Microsoft.Data.SqlClient.TdsParser.TdsLogin(SqlLogin rec, FeatureExtension requestedFeatures, SessionData recoverySessionData, FederatedAuthenticationFeatureExtensionData fedAuthFeatureExtensionData, SqlConnectionEncryptOption encrypt)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.Login(ServerInfo server, TimeoutTimer timeout, String newPassword, SecureString newSecurePassword, SqlConnectionEncryptOption encrypt)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:39:45 ]==========
Log ID: 41acf39d-e6f1-420d-8b40-d2ad35258c6d
UTC Timestamp: 6/21/2026 1:39:45 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
=>An existing connection was forcibly closed by the remote host.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:40:55 ]==========
Log ID: 2a9187cc-ed74-4d4e-9653-7a0a4664bdca
UTC Timestamp: 6/21/2026 1:40:55 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:40:55 ]==========
Log ID: 3f06a02b-8277-4d86-8ff5-c87dbc84ae45
UTC Timestamp: 6/21/2026 1:40:55 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:41:52 ]==========
Log ID: f4707e09-694b-4c70-b843-6cf5bfa24388
UTC Timestamp: 6/21/2026 1:41:52 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:41:52 ]==========
Log ID: dc1644f3-8c5a-47c9-8419-7c178fed1150
UTC Timestamp: 6/21/2026 1:41:52 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:42:51 ]==========
Log ID: 3f3a0997-c57c-4ba8-863e-8c175edf2876
UTC Timestamp: 6/21/2026 1:42:51 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:42:51 ]==========
Log ID: 7c4d0935-8b9e-4d22-bb39-4ad7a718a4cc
UTC Timestamp: 6/21/2026 1:42:51 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:43:52 ]==========
Log ID: 1bfc0fc8-b33b-4a6d-a484-0f04c5850fd0
UTC Timestamp: 6/21/2026 1:43:52 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:43:58 ]==========
Log ID: 7d53d67f-ecee-4daa-b559-a49695de504a
UTC Timestamp: 6/21/2026 1:43:52 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:44:58 ]==========
Log ID: 2bf87666-46bf-463a-95b2-061f6fe190f4
UTC Timestamp: 6/21/2026 1:44:58 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:45:07 ]==========
Log ID: 263010d0-d243-4895-846b-471a81c30a64
UTC Timestamp: 6/21/2026 1:44:58 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:45:53 ]==========
Log ID: 41841beb-f5a8-4ff2-834d-d77aebc40fa4
UTC Timestamp: 6/21/2026 1:45:53 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:45:54 ]==========
Log ID: 19575646-5611-4c0c-b4fe-ed7939d15fa6
UTC Timestamp: 6/21/2026 1:45:53 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:46:53 ]==========
Log ID: 09465082-c811-41d7-b349-c3c9abdc615b
UTC Timestamp: 6/21/2026 1:46:53 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: TCP Provider, error: 0 - The remote computer refused the network connection.)
=>The remote computer refused the network connection.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:46:53 ]==========
Log ID: 251e1094-62dd-4681-81eb-ea016714a7e8
UTC Timestamp: 6/21/2026 1:46:53 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: TCP Provider, error: 0 - The remote computer refused the network connection.)
=>The remote computer refused the network connection.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:47:18 ]==========
Log ID: 5459f039-4093-45f5-9afb-49f6d1c5971c
UTC Timestamp: 6/21/2026 1:47:18 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:47:18 ]==========
Log ID: b7fa0e84-4694-40e6-8724-46854eecdaa3
UTC Timestamp: 6/21/2026 1:47:18 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:47:18 ]==========
Log ID: c06e344b-dbfe-4339-a1e3-86515b17a3bc
UTC Timestamp: 6/21/2026 1:47:18 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:55:42 ]==========
Log ID: 091ae970-b22f-4b7f-aa2f-c02ae99ecb83
UTC Timestamp: 6/21/2026 1:55:42 PM
Level: Error
Caller: Query
TargetSite: Void MoveNext()
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'.
Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command. The results, if any, should be discarded.
--- StackTrace ---
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:55:52 ]==========
Log ID: b8a3689b-d9cb-4b94-8042-abbc56970696
UTC Timestamp: 6/21/2026 1:55:52 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:55:53 ]==========
Log ID: 0a690f64-77f6-41ef-8ef8-c4d2c7ae6de9
UTC Timestamp: 6/21/2026 1:55:53 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:56:02 ]==========
Log ID: 05cd6b9b-8a39-4c1a-8bb1-7273ae6023d7
UTC Timestamp: 6/21/2026 1:56:02 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:08 ]==========
Log ID: 384b066b-3f8e-4460-aa11-645728024306
UTC Timestamp: 6/21/2026 1:56:08 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:56:13 ]==========
Log ID: 9d95e92b-54fb-4ffe-8102-5e70d90322b8
UTC Timestamp: 6/21/2026 1:56:13 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:23 ]==========
Log ID: fdefa427-2903-4f20-a37d-bc179998b065
UTC Timestamp: 6/21/2026 1:56:23 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:23 ]==========
Log ID: 5770b271-5a48-4917-b604-188e5f376c3a
UTC Timestamp: 6/21/2026 1:56:23 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:56:33 ]==========
Log ID: 7e15711d-1cbc-476e-8ac1-237d7e1db3dd
UTC Timestamp: 6/21/2026 1:56:33 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:39 ]==========
Log ID: b698bf42-044c-4ca3-9806-dfb6f3095388
UTC Timestamp: 6/21/2026 1:56:39 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:56:43 ]==========
Log ID: b81d4e45-c015-43a4-9087-0b2d0bac0386
UTC Timestamp: 6/21/2026 1:56:43 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:53 ]==========
Log ID: b4aa7cf5-bdb2-4e09-a614-9597456e60e3
UTC Timestamp: 6/21/2026 1:56:53 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:56:53 ]==========
Log ID: 25a76527-0f76-4c4d-b9e6-7e7be38cc10f
UTC Timestamp: 6/21/2026 1:56:53 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:57:03 ]==========
Log ID: d09b5e20-5b6f-4831-a87e-13a0b0f7f394
UTC Timestamp: 6/21/2026 1:57:03 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:57:08 ]==========
Log ID: 18a342dc-928a-4f79-ae41-284871e3314b
UTC Timestamp: 6/21/2026 1:57:08 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:57:13 ]==========
Log ID: 7ca18b74-048c-4a76-8c7a-7f7442f3e00c
UTC Timestamp: 6/21/2026 1:57:13 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| SHUTDOWN is in progress.
Login failed for user 'emsview'. Only administrators may connect at this time.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:58:22 ]==========
Log ID: 609dda02-d431-45ae-9b38-6ba37ea1e063
UTC Timestamp: 6/21/2026 1:58:22 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:58:22 ]==========
Log ID: 0ac8981c-b509-48b3-a6cd-95a574f69b4c
UTC Timestamp: 6/21/2026 1:58:22 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:59:21 ]==========
Log ID: d775ca84-0c0e-44ca-85a4-c26b28e6aace
UTC Timestamp: 6/21/2026 1:59:21 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 06:59:21 ]==========
Log ID: 48a18928-2923-4ae7-a64d-a5dcf3202b2d
UTC Timestamp: 6/21/2026 1:59:21 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 06:59:52 ]==========
Log ID: cafee092-be59-4d78-8ef0-3a22d638330e
UTC Timestamp: 6/21/2026 1:59:52 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:00:31 ]==========
Log ID: 0c3d4618-4b6b-4bb8-8f98-073947cfd7d7
UTC Timestamp: 6/21/2026 2:00:31 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 07:00:52 ]==========
Log ID: 946e7e65-5d72-4d06-bb89-d2597d5cf429
UTC Timestamp: 6/21/2026 2:00:52 PM
Level: Error
Caller: Run
TargetSite: System.Exception ExceptionWithStackTrace(System.Exception)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
--- StackTrace ---
at Microsoft.Data.Common.ADP.ExceptionWithStackTrace(Exception e)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:01:25 ]==========
Log ID: 3f7431b1-eef5-41c5-b30c-4f1503251c15
UTC Timestamp: 6/21/2026 2:01:25 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:01:25 ]==========
Log ID: 71f988f1-0654-470a-a3d3-ae50e1b52be6
UTC Timestamp: 6/21/2026 2:01:25 PM
Level: Error
Caller: Run
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:01:25 ]==========
Log ID: 39018a81-714b-40d3-ab53-71a221fea878
UTC Timestamp: 6/21/2026 2:01:25 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| Cannot open database "QADEPLOY" requested by the login. The login failed.
Login failed for user 'emsview'.
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
=== FleetAnywhere & Enterprise Asset Management API ===
=== Sunday, June 21, 2026 - 7:04:34 AM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
- ==========[ 06/21/2026 07:04:44 ]==========
Database version mismatch with executable. Expected 26.1, got 26.2
Health Check
| FA AppServer: Unable to connect
| Database: 26.2 - step 1 (34 ms)
| OpenSearch: Success (66 ms)
| Uploads Path: Found
- ==========[ 06/21/2026 07:04:44 ]==========
Database connection message doesn't match AppServer, verify your configuration is correct.
Database: MSSQL QA Instance (nightly) (Marta DB) It was a bright cold day in April and the clocks were striking thirteen.
AppServer:
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1001
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1008
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1015
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1002
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1009
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1016
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1003
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1004
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1018
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1036
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1006
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1013
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1032
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1037
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1014
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1026
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1033
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1050
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1027
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1034
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1045
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1039
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1028
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1046
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1035
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1047
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1041
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1042
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1048
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1049
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1022
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1023
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1030
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1019
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1020
- ==========[ 06/21/2026 07:04:54 ]==========
Bad shape for CHACO-PVMT-1038
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1010
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1017
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1011
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1024
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1031
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1025
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1043
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1007
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1021
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1040
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1029
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1005
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1012
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for CHACO-PVMT-1044
- ==========[ 06/21/2026 07:04:55 ]==========
Bad shape for SPOKANE CT
- ==========[ 06/21/2026 07:04:56 ]==========
Bad shape for USA-IA-O'BRIEN
- ==========[ 06/21/2026 07:04:56 ]==========
Bad shape for USA-MD-PRINCE GEORGE'S
- ==========[ 06/21/2026 07:04:56 ]==========
Bad shape for USA-MD-QUEEN ANNE'S
- ==========[ 06/21/2026 07:04:56 ]==========
Bad shape for USA-MD-ST. MARY'S
- ==========[ 06/21/2026 07:04:57 ]==========
Bad shape for RR-UP-SOUTHEAST
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
=== FleetAnywhere & Enterprise Asset Management API ===
=== Sunday, June 21, 2026 - 7:12:49 AM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
- ==========[ 06/21/2026 07:12:56 ]==========
Database version mismatch with executable. Expected 26.1, got 26.2
Health Check
| FA AppServer: Unable to connect
| Database: 26.2 - step 1 (94 ms)
| OpenSearch: Success (329 ms)
| Uploads Path: Found
- ==========[ 06/21/2026 07:12:56 ]==========
Database connection message doesn't match AppServer, verify your configuration is correct.
Database: MSSQL QA Instance (nightly) (Marta DB) It was a bright cold day in April and the clocks were striking thirteen.
AppServer:
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1001
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1008
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1015
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1002
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1009
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1016
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1003
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1004
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1018
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1036
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1006
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1013
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1032
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1037
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1014
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1026
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1033
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1050
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1027
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1034
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1045
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1039
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1028
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1046
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1035
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1047
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1041
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1042
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1048
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1049
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1022
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1023
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1030
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1019
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1020
- ==========[ 06/21/2026 07:13:04 ]==========
Bad shape for CHACO-PVMT-1038
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1010
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1017
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1011
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1024
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1031
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1025
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1043
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1007
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1021
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1040
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1029
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1005
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1012
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for CHACO-PVMT-1044
- ==========[ 06/21/2026 07:13:06 ]==========
Bad shape for SPOKANE CT
- ==========[ 06/21/2026 07:13:07 ]==========
Bad shape for USA-IA-O'BRIEN
- ==========[ 06/21/2026 07:13:07 ]==========
Bad shape for USA-MD-PRINCE GEORGE'S
- ==========[ 06/21/2026 07:13:07 ]==========
Bad shape for USA-MD-QUEEN ANNE'S
- ==========[ 06/21/2026 07:13:07 ]==========
Bad shape for USA-MD-ST. MARY'S
- ==========[ 06/21/2026 07:13:08 ]==========
Bad shape for RR-UP-SOUTHEAST
- ==========[ 06/21/2026 07:27:59 ]==========
Log ID: cde383f7-4852-4cd1-9c7c-b2fdef7118b7
UTC Timestamp: 6/21/2026 2:27:59 PM
Level: Error
Caller: Run
TargetSite: System.Data.Common.DbDataReader <ExecuteDbDataReaderAsync>b__195_0(System.Threading.Tasks.Task`1[Microsoft.Data.SqlClient.SqlDataReader])
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | SHUTDOWN is in progress.
Login failed for user 'emsview'.
Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command. The results, if any, should be discarded.
--- StackTrace ---
at Microsoft.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__195_0(Task`1 result)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.RunQueriesEnumerable(DbConnection oCon, IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(DbConnection oCon, IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:28:02 ]==========
Log ID: 4d100b3f-37bc-4d54-8ed7-f6bddab76136
UTC Timestamp: 6/21/2026 2:28:02 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
=>An existing connection was forcibly closed by the remote host.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry, SqlConnectionOverrides overrides)
at Microsoft.Data.SqlClient.SqlConnection.InternalOpenAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 07:29:12 ]==========
Log ID: 867547e2-fdcb-424b-8954-e42c8a93d5b7
UTC Timestamp: 6/21/2026 2:29:12 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:29:12 ]==========
Log ID: 72ef7d43-084e-4bf8-bdc2-5bda33ffebbd
UTC Timestamp: 6/21/2026 2:29:12 PM
Level: Error
Caller: Query
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 07:29:58 ]==========
Log ID: e3074758-c760-4c73-b018-0e6cc0d754a0
UTC Timestamp: 6/21/2026 2:29:58 PM
Level: Error
Caller: Run
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:30:21 ]==========
Log ID: 4b85d801-a719-4da7-b0ca-66a0a4aa9216
UTC Timestamp: 6/21/2026 2:30:21 PM
Level: Error
Caller: Query
TargetSite: Void Connect(Microsoft.Data.SqlClient.ServerInfo, Microsoft.Data.SqlClient.SqlInternalConnectionTds, Microsoft.Data.ProviderBase.TimeoutTimer, Microsoft.Data.SqlClient.SqlConnectionString, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
- ==========[ 06/21/2026 07:30:57 ]==========
Log ID: 439abe04-4ab5-415c-a5c8-4cbe6967ae0c
UTC Timestamp: 6/21/2026 2:30:57 PM
Level: Error
Caller: Run
TargetSite: Void Connect(Microsoft.Data.SqlClient.ServerInfo, Microsoft.Data.SqlClient.SqlInternalConnectionTds, Microsoft.Data.ProviderBase.TimeoutTimer, Microsoft.Data.SqlClient.SqlConnectionString, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Common\Events\EventLoop.cs
Line: 403
Tag: EventLoop
--- Message ---
Failed to process events | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+MoveNext()
at FASuite.Sql.Execute.RunQueriesEnumerable(IList`1 sets, Nullable`1 cancellationToken, Boolean allowNull)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+MoveNext()
at FA.Api.Common.Events.EventLoop.FetchEvents(DateTime changesAfter)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.ProcessEvents(DateTime changesAfter)
at FA.Api.Common.Events.EventLoop.Run(CancellationToken tkn)
- ==========[ 06/21/2026 07:31:31 ]==========
Log ID: d060007c-d09b-492a-b823-2615ca35e9c3
UTC Timestamp: 6/21/2026 2:31:31 PM
Level: Error
Caller: Query
TargetSite: Boolean TryGetConnection(System.Data.Common.DbConnection, UInt32, Boolean, Boolean, Microsoft.Data.Common.DbConnectionOptions, Microsoft.Data.ProviderBase.DbConnectionInternal ByRef)
File: C:\azure-agent\_work\19\s\src\FA.Api.Index\Elasticsearch\ScreenHandlers\ScreenHandlerBase.cs
Line: 129
Tag:
--- Message ---
Exception in ScreenHandlerBase.Query()
| 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: TCP Provider, error: 0 - The wait operation timed out.)
=>The wait operation timed out.
--- StackTrace ---
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.Query[T](String query, IReadOnlyDictionary`2 prams, IReadOnlyDictionary`2 columnMapping, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.V2.Extensions.AdapterSqlExtensions.QueryAsync[TModel](IApiAdapter adpt, IEnumerable`1 select, IEnumerable`1 clauses, String orderby, Int32 pageIndex, Int32 pageSize)
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.Query(DateTime lastQuery, DateTime nextQuery, List`1 screenHandlers)
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
=== FleetAnywhere & Enterprise Asset Management API ===
=== Sunday, June 21, 2026 - 7:53:42 AM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
- ==========[ 06/21/2026 07:54:50 ]==========
Log ID: 699718e8-053c-44fa-8809-7a2a28b796f7
UTC Timestamp: 6/21/2026 2:54:50 PM
Level: Fatal
Caller: StartServices
TargetSite: System.Exception ExceptionWithStackTrace(System.Exception)
File: C:\azure-agent\_work\19\s\src\FA.Api.Server\Program.cs
Line: 333
Tag:
--- Message ---
Failed to retrieve module licenses | Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
--- StackTrace ---
at Microsoft.Data.Common.ADP.ExceptionWithStackTrace(Exception e)
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.QueryScalars[T](String statement, IReadOnlyDictionary`2 sParams, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.Common.Utils.Licensing.GetModuleLicenses()
at FA.Api.Server.Program.StartServices()
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
=== FleetAnywhere & Enterprise Asset Management API ===
=== Sunday, June 21, 2026 - 8:28:48 AM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
- ==========[ 06/21/2026 08:29:56 ]==========
Log ID: 646f6c23-6921-4b71-bc96-c02c5233af9a
UTC Timestamp: 6/21/2026 3:29:56 PM
Level: Fatal
Caller: StartServices
TargetSite: Void ThrowExceptionAndWarning(Microsoft.Data.SqlClient.TdsParserStateObject, Microsoft.Data.SqlClient.SqlCommand, Boolean, Boolean)
File: C:\azure-agent\_work\19\s\src\FA.Api.Server\Program.cs
Line: 333
Tag:
--- Message ---
Failed to retrieve module licenses | 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
--- StackTrace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, DbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at Microsoft.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.ProviderBase.DbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at FASuite.Sql.Execute.GetConnectionAsync(Boolean readOnly, Nullable`1 cancellationToken)
at FASuite.Sql.Execute.QueryScalars[T](String statement, IReadOnlyDictionary`2 sParams, Nullable`1 cancellationToken, Boolean allowNull)
at FA.Api.Common.Utils.Licensing.GetModuleLicenses()
at FA.Api.Server.Program.StartServices()