NHibernate.Exceptions.GenericADOException: Failed to execute multi criteria[SQL: SELECT this_.Id as id1_2_0_, this_.Name as name2_2_0_, this_.Description as description3_2_0_, this_.IsSelectable as isselectable4_2_0_, this_.ImagePath as imagepath5_2_0_, this_.LinkFragment as linkfragment6_2_0_, this_.Parent as parent7_2_0_, (select count(1) from Categories categs where categs.Parent=this_.Id) as formula0_0_, (select count(1) from Discussions dis where dis.Category=this_.Id) as formula1_0_, (select count(1) from ArticleCategories arCategs where arCategs.CategoryId=this_.Id) as formula2_0_ FROM Categories this_; SELECT this_.Id as id1_4_0_, this_.Title as title2_4_0_, this_.Description as description3_4_0_, this_.CreateDate as createdate4_4_0_, this_.Phone as phone5_4_0_, this_.LinkFragment as linkfragment6_4_0_, this_.IsOpen as isopen7_4_0_, this_.Category as category8_4_0_, this_.UserId as userid9_4_0_ FROM Discussions this_ ORDER BY this_.CreateDate desc OFFSET ? ROWS FETCH FIRST ? ROWS ONLY; SELECT count(*) as y0_ FROM Discussions this_; ] ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Cannot open database "uconsalt" requested by the login. The login failed. Login failed for user 'sa'. at Microsoft.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, 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, Boolean ignoreSniOpenTimeout, 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, SqlAuthenticationProviderManager sqlAuthProviderManager) at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) at Microsoft.Data.ProviderBase.DbConnectionFactory.<>c__DisplayClass40_0.b__1(Task`1 _) 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 where exception was thrown --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location where exception was thrown --- at NHibernate.Connection.DriverConnectionProvider.GetConnectionAsync(String connectionString, CancellationToken cancellationToken) at NHibernate.AdoNet.ConnectionManager.<>c__DisplayClass79_0.<g__InternalGetConnectionAsync|0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at NHibernate.AdoNet.AbstractBatcher.PrepareAsync(DbCommand cmd, CancellationToken cancellationToken) at NHibernate.AdoNet.AbstractBatcher.ExecuteReaderAsync(DbCommand cmd, CancellationToken cancellationToken) at NHibernate.Driver.BatcherDataReaderWrapper.CreateAsync(IBatcher batcher, DbCommand command, CancellationToken cancellationToken) at NHibernate.Driver.BasicResultSetsCommand.GetReaderAsync(Nullable`1 commandTimeout, CancellationToken cancellationToken) at NHibernate.Impl.MultiCriteriaImpl.GetResultsFromDatabaseAsync(IList results, CancellationToken cancellationToken) ClientConnectionId:d62862b2-16be-4857-9aaf-61687d4b75b5 Error Number:4060,State:1,Class:11 --- End of inner exception stack trace --- at NHibernate.Impl.MultiCriteriaImpl.GetResultsFromDatabaseAsync(IList results, CancellationToken cancellationToken) at NHibernate.Impl.MultiCriteriaImpl.DoListAsync(CancellationToken cancellationToken) at NHibernate.Impl.MultiCriteriaImpl.ListIgnoreQueryCacheAsync(CancellationToken cancellationToken) at NHibernate.Impl.MultiCriteriaImpl.ListAsync(CancellationToken cancellationToken) at NHibernate.Impl.MultiCriteriaImpl.GetResultAsync(String key, CancellationToken cancellationToken) at WebApp.Controllers.DiscussionsController.Index(Int32 page) in /src/uconsalt/WebApp/Controllers/DiscussionsController.cs:line 40 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) HEADERS ======= Connection: close Accept: */* Host: www.urist-center24.ru User-Agent: claudebot X-Forwarded-For: 44.221.43.88 X-Real-IP: 44.221.43.88