I Have upgraded Orchestrator from 19.10 to 2020.10. after upgradation i am unable to access Orchestrator from the web browser.
i got the below error
{“message”:“An error has occured.”, “errorcode”:0,“resourceIds”:null}
any one could you please help me to figure the issue and also if anyone knows the steps to decrypt web.config file before upgrading and encrypt the web.config file after upgradation.
Hi @vdhanabal
I just familiar this error for only 2 reasons buy maybe more
API call issue
Upgrade without decrypt
Anyway pls follow the step for decrypt the “Web.config” file
Open the Command Prompt.
Change the directory to the location of the Aspnet_regiis.exe tool. This is usually located in %SystemRoot%\Microsoft.NET\Framework\versionNumber . For example: cd %SystemRoot%\Microsoft.NET\Framework\v4.0.30319 .
I have added Identity as DomainName\Username in the Application Pool for Identity, Webhooks (IIS manager).
Issue resolved and working fine now.
Note: While upgrading Orchestrator select Identity Server Settings → Application Pool as Custom Account and enter DomainName\UserName and Password to avoid this issue.
I am also facing a similar issue when we installed the Orchestrator 2020.10.3 version. Can you also Specify whether you have used SQL Authentication or Windows Authentication for the Orchestrator Database Settings during installation ?