Upgrading orchestrator

Should Upgrade-Orchestrator.ps1 work if you are upgrading orchestrator from 2016.2.6302->2016.2.6393?
After following instructions in UiPath Orchestrator Upgrade Guide 2016.2.pdf and getting no errors
from the script you get application error when you are starting the portal.
After restoring IIS 6302 backup everything works fine again.
This happened in standard Windows Server 2012R2 and IIS 8.5.
Do we need to do full reinstallation to get upgraded orchestrator?

We are getting this same issue, but are working with UiPath support. So wondering if anyone here has been able to resolve this.

Hi,

There seems to be a problem in the upgrade script for this version.
To fix it, after running the Upgrade-Orchestrator.ps1 script, open the web.config file of the UiPathOrchestrator web app. Locate the 3 lines with the following text:

<bindingRedirect oldVersion="0.0.0.0-6.15.0.0" newVersion="6.15.0.0" />

and replace them with:

<bindingRedirect oldVersion="0.0.0.0-7.1.0.0" newVersion="7.1.0.0" />

1 Like

Seems to work now after that fix. Thanks a lot!