NHibernate.Exceptions.GenericADOException: could not execute query [ SELECT this_.Id as id1_0_1_, this_.Title as title2_0_1_, this_.ShortDescription as shortdescription3_0_1_, this_.PageTitle as pagetitle4_0_1_, this_.CreateDate as createdate6_0_1_, this_.ImagePath as imagepath7_0_1_, this_.LinkFragment as linkfragment8_0_1_, this_.Area as area9_0_1_, categories2_.ArticleId as articleid1_1_3_, category3_.Id as categoryid2_1_3_, category3_.Id as id1_2_0_, category3_.Name as name2_2_0_, category3_.Description as description3_2_0_, category3_.IsSelectable as isselectable4_2_0_, category3_.ImagePath as imagepath5_2_0_, category3_.LinkFragment as linkfragment6_2_0_, category3_.Parent as parent7_2_0_, (select count(1) from Categories categs where categs.Parent=category3_.Id) as formula0_0_, (select count(1) from Discussions dis where dis.Category=category3_.Id) as formula1_0_, (select count(1) from ArticleCategories arCategs where arCategs.CategoryId=category3_.Id) as formula2_0_ FROM Articles this_ left outer join ArticleCategories categories2_ on this_.Id=categories2_.ArticleId left outer join Categories category3_ on categories2_.CategoryId=category3_.Id WHERE this_.Id in (SELECT this_0_.Id as y0_ FROM Articles this_0_ ORDER BY CURRENT_TIMESTAMP OFFSET ? ROWS FETCH FIRST ? ROWS ONLY) and lower(this_.Area) like ? ] Name:skip_0 - Value:180 Name:take_1 - Value:20 Name:cp2 - Value:articles [SQL: SELECT this_.Id as id1_0_1_, this_.Title as title2_0_1_, this_.ShortDescription as shortdescription3_0_1_, this_.PageTitle as pagetitle4_0_1_, this_.CreateDate as createdate6_0_1_, this_.ImagePath as imagepath7_0_1_, this_.LinkFragment as linkfragment8_0_1_, this_.Area as area9_0_1_, categories2_.ArticleId as articleid1_1_3_, category3_.Id as categoryid2_1_3_, category3_.Id as id1_2_0_, category3_.Name as name2_2_0_, category3_.Description as description3_2_0_, category3_.IsSelectable as isselectable4_2_0_, category3_.ImagePath as imagepath5_2_0_, category3_.LinkFragment as linkfragment6_2_0_, category3_.Parent as parent7_2_0_, (select count(1) from Categories categs where categs.Parent=category3_.Id) as formula0_0_, (select count(1) from Discussions dis where dis.Category=category3_.Id) as formula1_0_, (select count(1) from ArticleCategories arCategs where arCategs.CategoryId=category3_.Id) as formula2_0_ FROM Articles this_ left outer join ArticleCategories categories2_ on this_.Id=categories2_.ArticleId left outer join Categories category3_ on categories2_.CategoryId=category3_.Id WHERE this_.Id in (SELECT this_0_.Id as y0_ FROM Articles this_0_ ORDER BY CURRENT_TIMESTAMP OFFSET ? ROWS FETCH FIRST ? ROWS ONLY) and lower(this_.Area) like ?] ---> 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.Loader.Loader.GetResultSetAsync(DbCommand st, QueryParameters queryParameters, ISessionImplementor session, IResultTransformer forcedResultTransformer, CancellationToken cancellationToken) at NHibernate.Loader.Loader.DoQueryAsync(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies, IResultTransformer forcedResultTransformer, QueryCacheResultBuilder queryCacheResultBuilder, CancellationToken cancellationToken) at NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollectionsAsync(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies, IResultTransformer forcedResultTransformer, QueryCacheResultBuilder queryCacheResultBuilder, CancellationToken cancellationToken) at NHibernate.Loader.Loader.DoListAsync(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer, QueryCacheResultBuilder queryCacheResultBuilder, CancellationToken cancellationToken) ClientConnectionId:0545e1f0-0146-46cd-812b-991baf162efa Error Number:4060,State:1,Class:11 --- End of inner exception stack trace --- at NHibernate.Loader.Loader.DoListAsync(ISessionImplementor session, QueryParameters queryParameters, IResultTransformer forcedResultTransformer, QueryCacheResultBuilder queryCacheResultBuilder, CancellationToken cancellationToken) at NHibernate.Loader.Loader.ListIgnoreQueryCacheAsync(ISessionImplementor session, QueryParameters queryParameters, CancellationToken cancellationToken) at NHibernate.Loader.Criteria.CriteriaLoaderExtensions.LoadAllToListAsync[T](IList`1 loaders, ISessionImplementor session, CancellationToken cancellationToken) at NHibernate.Impl.SessionImpl.ListAsync[T](CriteriaImpl criteria, CancellationToken cancellationToken) at NHibernate.Impl.SessionImpl.ListAsync[T](CriteriaImpl criteria, CancellationToken cancellationToken) at NHibernate.Impl.CriteriaImpl.ListAsync[T](CancellationToken cancellationToken) at WebApp.Controllers.ArticlesController.Index(Int32 page, String categoryId) in /src/uconsalt/WebApp/Controllers/ArticlesController.cs:line 62 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: 35.171.22.220 X-Real-IP: 35.171.22.220