JGuarino
(Jerry Guarino)
January 13, 2018, 11:29am
1
Hi,
I have deployed the Orchestrator as an Azure App Service following the ‘One Node’ installation in Azure App Service Installation .
However, it looks like I cannot access the website and I’m always getting runtime error.
Azure Diagnostics says: Your app is healthy, Platform is healthy
Anybody here who had deployed Orchestrator successfully as an Azure App Service?
Do you have any additional steps apart than those steps 1-8 in Azure App Service Installation ?
Have you uploaded any SSL Certificates to Azure?
Looking forward for your response. TIA
JGuarino
(Jerry Guarino)
January 13, 2018, 1:31pm
2
Please disregard, I got this fixed. Thanks
Can you please explain what next steps you did? Im facing the same problem.
JGuarino
(Jerry Guarino)
January 19, 2018, 12:06am
4
in my case, it was because I cannot connect to SQL DB, I just updated the connection string on my web.config file.
1 Like
cclements
(Chris Clements)
August 22, 2018, 8:49pm
5
Note that the ID that is used to create the DB during an installation or an upgrade will need to have access to the master database.
Thiago
(Thiago Minhaqui Oechsler)
October 24, 2018, 2:32pm
6
Hello all,
I am trying to run Orchestrator in Azure but I am getting a runtime error.
I have followed the 8 steps tutorial for Single Node installation, but still it gives me two types of errors when running:
Error 1:
Second run:
Here is the details:
PowerShell installation ok
Connection String config:
Server=tcp:uipathsql.database.windows.net,1433;Initial Catalog=Orchestrator;Persist Security Info=False;User ID=toechsle@uipathsql.database.windows.net ;Password=xxxxxxx; MultipleActiveResultSets=False;Encrypt=True; Connection Timeout=30;TrustServerCertificate=True;
Application Settings:
{
“LoadBalancer.UseRedis”: “false”,
“LoadBalancer.Redis.Port”: “6379”,
“LoadBalancer.Enabled”: “false”,
“NuGet.Packages.ApiKey”: “e99ec691-cd1e-4ac0-972c-e8baaccafa71”,
“NuGet.Packages.Path”: “~/NuGetPackages”,
“OrganizationUnit.Enabled”: “false”,
“LoadBalancer.Redis.Server”: “”,
“NuGet.Activities.ApiKey”: “e99ec691-cd1e-4ac0-972c-e8baaccafa71”,
“AcceptedRootUrls”: “*”,
“NuGet.Activities.Path”: “~/NuGetPackages/Activities”,
“LoadBalancer.Redis.Password”: “”,
“LoadBalancer.UseSqlServer”: “false”,
“Tenant.Registration.Enabled”: “false”
}
I have also changed the connection string in Web.config file:
What am I doing wrong?
RamReddy
(Ramreddy)
October 28, 2018, 7:24am
7
Hi,
Were you able to fix the issue. We are also facing the same issue after deployment of Orchestrator on Azure. Any response is highly appreciated!
Regards,
Ramreddy