Hello everybody,
I have a problem with launching Orchestrator
All of steps of installing Orchestrator was respected.
At the same time I have this problem also
Thank you in advance
Hello everybody,
I have a problem with launching Orchestrator
All of steps of installing Orchestrator was respected.
At the same time I have this problem also
Thank you in advance
Hi,
Can you please check Event Viewer on Orchestrator server and tell us what is the error that you receive?
Thanks,
Andrei
Hi @Andrei_Oprea
I have tow type of problem
the first Warnning with this message
Error during Orchestrator start-up System.Data.Entity.Core.EntityException: The underlying provider failed on Open. —> System.Data.SqlClient.SqlException: Login failed for user ‘IIS APPPOOL\UiPath Orchestrator’.
The second is error with this message
r during Orchestrator start-up System.Data.Entity.Core.EntityException: The underlying provider failed on Open. —> System.Data.SqlClient.SqlException: Login failed for user ‘IIS APPPOOL\UiPath Orchestrator’.
at bool System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, uint waitForMultipleObjectsTimeout, bool allowCreate, bool onlyOneCheckConnection, DbConnectionOptions userOptions, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource retry, DbConnectionOptions userOptions, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource retry, DbConnectionOptions userOptions)
at bool System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource retry)
at bool System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource retry)
at Task System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
at void System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy+<>c__DisplayClass4+<b__3>d__6.MoveNext()
at async Task System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.ExecuteAsyncImplementation(Func<Task> func)
at async Task System.Data.Entity.Core.EntityClient.EntityConnection.OpenAsync(CancellationToken cancellationToken)
— End of inner exception stack trace —
at async Task System.Data.Entity.Core.EntityClient.EntityConnection.OpenAsync(CancellationToken cancellationToken)
at async Task System.Data.Entity.Core.Objects.ObjectContext.EnsureConnectionAsync(bool shouldMonitorTransactions, CancellationToken cancellationToken)
at async Task System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransactionAsync(Func<Task> func, IDbExecutionStrategy executionStrategy, bool startLocalTransaction, bool releaseConnectionOnSuccess, CancellationToken cancellationToken)
at async Task System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.ExecuteAsyncImplementation(Func<Task> func)
at T System.Data.Entity.Utilities.TaskExtensions+CultureAwaiter.GetResult()
at async Task<ObjectResult> System.Data.Entity.Core.Objects.ObjectQuery.GetResultsAsync(Nullable forMergeOption, IDbExecutionStrategy executionStrategy, CancellationToken cancellationToken)
at T System.Data.Entity.Utilities.TaskExtensions+CultureAwaiter.GetResult()
at async Task System.Data.Entity.Internal.LazyAsyncEnumerator.FirstMoveNextAsync(CancellationToken cancellationToken)
at async Task System.Data.Entity.Infrastructure.IDbAsyncEnumerableExtensions.ForEachAsync(IDbAsyncEnumerator enumerator, Action action, CancellationToken cancellationToken)
at async Task<List> Abp.EntityFramework.Repositories.EfRepositoryBase<TDbContext, TEntity, TPrimaryKey>.GetAllListAsync(Expression<Func<TEntity, bool>> predicate)
at async Task Abp.Threading.InternalAsyncHelper.AwaitTaskWithPostActionAndFinallyAndGetResult(Task actualReturnValue, Func postAction, Action finalAction)
at async Task<List> Abp.Configuration.SettingStore.GetAllListAsync(Nullable tenantId, Nullable userId)
at async Task Abp.Threading.InternalAsyncHelper.AwaitTaskWithPostActionAndFinallyAndGetResult(Task actualReturnValue, Func postAction, Action finalAction)
at async Task<Dictionary<string, SettingInfo>> Abp.Configuration.SettingManager.GetApplicationSettingsAsync()+(?) => { }
at void Abp.Runtime.Caching.CacheExtensions+<>c__DisplayClass5_0<TKey, TValue>+<b__0>d.MoveNext()
at async Task Abp.Runtime.Caching.CacheBase.GetAsync(string key, Func<string, Task> factory)
at async Task Abp.Runtime.Caching.CacheExtensions.GetAsync<TKey, TValue>(ICache cache, TKey key, Func<TKey, Task> factory)
at async Task<Dictionary<string, SettingInfo>> Abp.Configuration.SettingManager.GetApplicationSettingsAsync()
at async Task Abp.Configuration.SettingManager.GetSettingValueForApplicationOrNullAsync(string name)
at async Task Abp.Configuration.SettingManager.GetSettingValueInternalAsync(string name, Nullable tenantId, Nullable userId, bool fallbackToDefault)
at async Task UiPath.Application.Services.SettingsService.SynchronizeAppSettingsAsync()
at async Task Abp.Threading.InternalAsyncHelper.AwaitTaskWithPostActionAndFinally(Task actualReturnValue, Func postAction, Action finalAction)
at void Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at void Nito.AsyncEx.Synchronous.TaskExtensions.WaitAndUnwrapException(Task task)
at void Nito.AsyncEx.AsyncContext.Run(Func action)
at void UiPath.Web.UiPathWebModule.PostInitialize()
at void System.Collections.Generic.List.ForEach(Action action)
at void Abp.AbpBootstrapper.Initialize()
at void UiPath.Web.MvcApplication.Application_Start(object sender, EventArgs e)
System.Data.SqlClient.SqlException (0x80131904): Login failed for user ‘IIS APPPOOL\UiPath Orchestrator’.
at bool System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, uint waitForMultipleObjectsTimeout, bool allowCreate, bool onlyOneCheckConnection, DbConnectionOptions userOptions, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource retry, DbConnectionOptions userOptions, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, out DbConnectionInternal connection)
at bool System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource retry, DbConnectionOptions userOptions)
at bool System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource retry)
at bool System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource retry)
at Task System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)
at void System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy+<>c__DisplayClass4+<b__3>d__6.MoveNext()
at async Task System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.ExecuteAsyncImplementation(Func<Task> func)
at async Task System.Data.Entity.Core.EntityClient.EntityConnection.OpenAsync(CancellationToken cancellationToken)
ClientConnectionId:809df11a-b41d-40e6-af9d-9c39d3b13d52
Error Number:18456,State:1,Class:14
Blockquote
thank you in advance