Use the reconfigure ACC command to change settings, such as ports.
Make sure that no file in the installation directory is locked. Therefore, close all Command Prompts pointing into the ARIS installation folder. If the prerequisites are not met and files are not writable, the setup fails because files cannot be updated. In this case, your installation cannot be automatically restored and ARIS may no longer run. To restore your installation, you must take further action.
Make sure to exit ACC before running the update setup.
If the ARIS help link does not work anymore (404 error) after the update of a custom configuration, the help URL is broken. You can easily fix it by modifying the useraction_default.xml file (<ARIS installation directory>\server\bin\work\work_copernicus_<s, m or l>\base\webapps\ROOT\WEB-INF\config\<customization>\instances\UserAction\).
In the broken URL the /connect/ entry is missing, for example:
/static/help/{locale}/handling/ca/index.htm#52910.htm
Add /connect/. The URL must look like in this example:
/static/help/{locale}/handling/connect/ca/index.htm#52910.htm.