Notification and Backup
- Notify users that the system will be down at a scheduled time, and they should log out of the system prior to the start of the process.
NoteIt is best to give at least 24-hour notice, as well as a reminder 15 minutes prior to the upgrade. Backup the code tree.
The “Code Tree” refers to files and folders installed to the disk when Aras Innovator was first installed.
The default path for the Code Tree installation would be something like:C:\Program Files (x86)\Aras\Innovator
With the following contents:The following steps can be used to confirm the installation folder:
- From the Windows search field, enter Control to access the Control Panel
- Select Programs and Features
- Right-click the Name column and select More…
- Select the Comments header if it is not checked
- Click OK
- Search for the Aras Innovator entry in the Programs and Features window.
View the value set in the Comments column for the Aras Innovator entry:
After the tree code installation path has been verified, back up the folder and all its contents.
Disconnect all users from the database.
The easiest way to prevent client sessions from committing any further changes to the database is to change the database connection string in the
InnovatorServerConfig.xmlfrom<DB-Connection… to<xDB-Connectionand restart the w3svc service (IIS). This expires all session and prevents all new connections to the Aras Innovator database through the existing instance.- Backup the database.
- Place these files in a safe location, as they will be needed to restore if the process fails.
Enable database connections.
After the database backup has been completed, enable the database connection string in the
InnovatorServerConfig.xmlby changing it from<xDB-Connection… to<DB-Connectionand restarting the w3svc service (IIS).