File: C:\AssetWorks\FASuite\main-ms\Logs\202608\20260815\DataServices\DataServices.log
- ==========[ 08/15/2026 19:10:21 ]==========
Log ID: 545cd521-d85c-4915-854d-da89b1b62b9e
UTC Timestamp: 8/16/2026 2:10:21 AM
Level: Error
Caller: Query
TargetSite: Void MoveNext()
File: C:\azure-agent\_work\1\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>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:11:29 ]==========
Log ID: 47475564-fee6-4cd4-8a42-b75fcc6a1421
UTC Timestamp: 8/16/2026 2:11:29 AM
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\1\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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:12:39 ]==========
Log ID: 04a49e9b-523f-4446-9246-965996ce5e85
UTC Timestamp: 8/16/2026 2:12:39 AM
Level: Error
Caller: Query
TargetSite: Void OnError(Microsoft.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
File: C:\azure-agent\_work\1\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.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
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, Boolean isFirstTransparentAttempt, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, Boolean useOriginalAddressInfo, Boolean disableTnir)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover, Boolean isFirstTransparentAttempt, Boolean disableTnir)
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, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, DbConnectionPool pool, String accessToken, SqlClientOriginalNetworkAddressInfo originalNetworkAddressInfo, Boolean applyTransientFaultHandling, 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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:13:48 ]==========
Log ID: f28303e2-7b63-4890-9e9c-b3d99a10364f
UTC Timestamp: 8/16/2026 2:13:48 AM
Level: Error
Caller: Query
TargetSite: Void OnError(Microsoft.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
File: C:\azure-agent\_work\1\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.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
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, Boolean isFirstTransparentAttempt, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, Boolean useOriginalAddressInfo, Boolean disableTnir)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover, Boolean isFirstTransparentAttempt, Boolean disableTnir)
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, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, DbConnectionPool pool, String accessToken, SqlClientOriginalNetworkAddressInfo originalNetworkAddressInfo, Boolean applyTransientFaultHandling, 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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:14:58 ]==========
Log ID: 557c125f-6f2d-4140-9a67-06efdfc791dd
UTC Timestamp: 8/16/2026 2:14:58 AM
Level: Error
Caller: Query
TargetSite: Void OnError(Microsoft.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
File: C:\azure-agent\_work\1\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.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
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, Boolean isFirstTransparentAttempt, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, Boolean useOriginalAddressInfo, Boolean disableTnir)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover, Boolean isFirstTransparentAttempt, Boolean disableTnir)
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, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, DbConnectionPool pool, String accessToken, SqlClientOriginalNetworkAddressInfo originalNetworkAddressInfo, Boolean applyTransientFaultHandling, 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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:16:07 ]==========
Log ID: 305bb70c-c92b-46b6-a86d-013dbd76b36b
UTC Timestamp: 8/16/2026 2:16:07 AM
Level: Error
Caller: Query
TargetSite: Void OnError(Microsoft.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
File: C:\azure-agent\_work\1\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.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
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, Boolean isFirstTransparentAttempt, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, Boolean useOriginalAddressInfo, Boolean disableTnir)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover, Boolean isFirstTransparentAttempt, Boolean disableTnir)
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, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, DbConnectionPool pool, String accessToken, SqlClientOriginalNetworkAddressInfo originalNetworkAddressInfo, Boolean applyTransientFaultHandling, 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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
- ==========[ 08/15/2026 19:16:42 ]==========
Log ID: ed9c20a0-9d03-4700-b81a-dbd466dfd8d7
UTC Timestamp: 8/16/2026 2:16:42 AM
Level: Error
Caller: Query
TargetSite: Void OnError(Microsoft.Data.SqlClient.SqlException, Boolean, System.Action`1[System.Action])
File: C:\azure-agent\_work\1\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.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
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.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, TimeoutTimer timeout, Boolean withFailover, Boolean isFirstTransparentAttempt, Boolean disableTnir)
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, ServerCertificateValidationCallback serverCallback, ClientCertificateRetrievalCallback clientCallback, DbConnectionPool pool, String accessToken, SqlClientOriginalNetworkAddressInfo originalNetworkAddressInfo, Boolean applyTransientFaultHandling, 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 where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<GetConnectionAsync>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FASuite.Sql.Execute.<Query>d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at FA.Api.V2.Extensions.AdapterSqlExtensions.<QueryAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at FA.Api.Index.Elasticsearch.ScreenHandlers.ScreenHandlerBase.<Query>d__11.MoveNext()
OS shutdown signal received, stopping service...
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
==================== DataServices ====================
=== Saturday, August 15, 2026 - 7:20:08 PM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
Configuration Information
| Web Service URL: http://10.8.1.25:42069
| Host Machine IP: 10.8.1.25
| Local Time: Saturday, August 15, 2026 7:20:08 PM
| Version: 26.2.0+28cacdbee61f82189fe2c43206f67eac986d31fb
| OS Version: Microsoft Windows NT 6.3.9600.0
| Running As: Service
| Log Verbosity: Warn
| Target Database: MSSQL - QADEPLOY @ SPKSQL-TEMP\I22
| FA AppServer: 127.0.0.1:50420
| Mapping Enabled: True
| Mobile Licensed: True
| Uploads Path: C:\AssetWorks\FASuite\main-ms\Uploads
| Logs Base Path: C:\AssetWorks\FASuite\main-ms\Logs
| Mapping Licensed: True
| Advanced Indexing: True
| Maintain Indexes: False
| OpenSearch URL: http://10.8.0.149:9200
| OpenSearch Index Prefix: SPKQADeploySQL
Health Check
| FA AppServer: Unable to connect
| Database: Success (105 ms)
| OpenSearch: Success (105 ms)
| Uploads Path: Found
- ==========[ 08/15/2026 19:20:30 ]==========
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:
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1001
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1008
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1015
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1002
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1009
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1016
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1003
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1004
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1018
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1036
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1006
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1013
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1032
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1037
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1014
- ==========[ 08/15/2026 19:20:49 ]==========
Bad shape for CHACO-PVMT-1026
- ==========[ 08/15/2026 19:20:50 ]==========
Bad shape for CHACO-PVMT-1033
- ==========[ 08/15/2026 19:20:50 ]==========
Bad shape for CHACO-PVMT-1050
- ==========[ 08/15/2026 19:20:50 ]==========
Bad shape for CHACO-PVMT-1027
- ==========[ 08/15/2026 19:20:50 ]==========
Bad shape for CHACO-PVMT-1034
- ==========[ 08/15/2026 19:20:50 ]==========
Bad shape for CHACO-PVMT-1045
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1039
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1028
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1046
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1035
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1047
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1041
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1042
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1048
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1049
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1022
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1023
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1030
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1019
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1020
- ==========[ 08/15/2026 19:20:51 ]==========
Bad shape for CHACO-PVMT-1038
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1010
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1017
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1011
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1024
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1031
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1025
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1043
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1007
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1021
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1040
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1029
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1005
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1012
- ==========[ 08/15/2026 19:20:55 ]==========
Bad shape for CHACO-PVMT-1044
- ==========[ 08/15/2026 19:20:56 ]==========
Bad shape for SPOKANE CT
- ==========[ 08/15/2026 19:20:56 ]==========
Bad shape for USA-IA-O'BRIEN
- ==========[ 08/15/2026 19:20:56 ]==========
Bad shape for USA-MD-PRINCE GEORGE'S
- ==========[ 08/15/2026 19:20:56 ]==========
Bad shape for USA-MD-QUEEN ANNE'S
- ==========[ 08/15/2026 19:20:56 ]==========
Bad shape for USA-MD-ST. MARY'S
- ==========[ 08/15/2026 19:20:58 ]==========
Bad shape for RR-UP-SOUTHEAST
OS shutdown signal received, stopping service...
___ __ _
/\ | \ \ / / | |
/ \ ___ ___ ___| |\ \ /\ / /__ _ __| | _____
/ /\ \ / __/ __|/ _ \ __\ \/ \/ / _ \| '__| |/ / __|
/ ____ \\__ \__ \ __/ |_ \ /\ / (_) | | | <\__ \
/_/ \_\___/___/\___|\__| \/ \/ \___/|_| |_|\_\___/
==================== DataServices ====================
=== Saturday, August 15, 2026 - 7:26:40 PM ===
Loading config from C:\AssetWorks\FASuite\main-ms\config\FASuite.config
Configuration Information
| Web Service URL: http://10.8.1.25:42069
| Host Machine IP: 10.8.1.25
| Local Time: Saturday, August 15, 2026 7:26:40 PM
| Version: 26.2.0+28cacdbee61f82189fe2c43206f67eac986d31fb
| OS Version: Microsoft Windows NT 6.3.9600.0
| Running As: Service
| Log Verbosity: Warn
| Target Database: MSSQL - QADEPLOY @ SPKSQL-TEMP\I22
| FA AppServer: 127.0.0.1:50420
| Mapping Enabled: True
| Mobile Licensed: True
| Uploads Path: C:\AssetWorks\FASuite\main-ms\Uploads
| Logs Base Path: C:\AssetWorks\FASuite\main-ms\Logs
| Mapping Licensed: True
| Advanced Indexing: True
| Maintain Indexes: False
| OpenSearch URL: http://10.8.0.149:9200
| OpenSearch Index Prefix: SPKQADeploySQL
Health Check
| FA AppServer: Unable to connect
| Database: Success (160 ms)
| OpenSearch: Unable to connect
| Uploads Path: Found
- ==========[ 08/15/2026 19:27:05 ]==========
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:
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1001
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1008
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1015
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1002
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1009
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1016
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1003
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1004
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1018
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1036
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1006
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1013
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1032
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1037
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1014
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1026
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1033
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1050
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1027
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1034
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1045
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1039
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1028
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1046
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1035
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1047
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1041
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1042
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1048
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1049
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1022
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1023
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1030
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1019
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1020
- ==========[ 08/15/2026 19:27:24 ]==========
Bad shape for CHACO-PVMT-1038
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1010
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1017
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1011
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1024
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1031
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1025
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1043
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1007
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1021
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1040
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1029
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1005
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1012
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for CHACO-PVMT-1044
- ==========[ 08/15/2026 19:27:26 ]==========
Bad shape for SPOKANE CT
- ==========[ 08/15/2026 19:27:27 ]==========
Bad shape for USA-IA-O'BRIEN
- ==========[ 08/15/2026 19:27:27 ]==========
Bad shape for USA-MD-PRINCE GEORGE'S
- ==========[ 08/15/2026 19:27:27 ]==========
Bad shape for USA-MD-QUEEN ANNE'S
- ==========[ 08/15/2026 19:27:27 ]==========
Bad shape for USA-MD-ST. MARY'S
- ==========[ 08/15/2026 19:27:27 ]==========
Bad shape for RR-UP-SOUTHEAST