30-04-21 09:07 PM
03-05-21 03:34 PM
03-05-21 04:25 PM
03-05-21 04:30 PM
03-05-21 04:56 PM
04-05-21 08:38 PM
04-05-21 09:03 PM
Hi, Jennifer,
well, you still want to have one of SQL Servers in PaaS :).
All right, I can't say whether it is going to work and may be it would be better to raise a ticket with support to check whether this configuration is supported or not but let's do some further investigation.
I suspect that the issue is in the Decipher Licensing Service. Can you check the log. You can find it here "c:\Windows\System32\config\systemprofile\AppData\Local\Blue Prism\Decipher Licensing Service\".
If Licensing Service is running fine meaning it could check the license (which I assume you have as you wrote that when you run BP DB on IaaS it worked) then the message there should be something like this 2021-05-04 22:06:58.4462|DEBUG|BluePrism.Decipher.LicensingService.LicensingRequestHandler|Checking license validity.
If it can't check the license there can be something like this
2021-04-16 10:26:46.9350|ERROR|BluePrism.Decipher.LicensingService.DataAccess.BluePrismLicensingClient|System.Data.SqlClient.SqlException (0x80131904): Cannot open database "4Decipher" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\SYSTEM'.
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at BluePrism.Decipher.LicensingService.DataAccess.DataAccessRepository.<ExecuteQuery>d__2.MoveNext() in C:\jenkins\workspace\Decipher-Build\BluePrism.Decipher.ServerLicensing\DataAccessRepository.cs:line 34
--- 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 BluePrism.Decipher.LicensingService.DataAccess.LicensingInfoClientService.<GetActivationRequests>d__11.MoveNext() in C:\jenkins\workspace\Decipher-Build\BluePrism.Decipher.ServerLicensing\LicensingInfoClientService.cs:line 63
--- 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 BluePrism.Decipher.Licensi
Please let us know the result.
Regards,
Zdenek
04-05-21 09:29 PM
04-05-21 09:31 PM
04-05-21 09:39 PM