...
- Open Windows Explorer.
- Browse to: \[fw folder]\Upgrade\Upgrade7Upgrade_v7_0_0_[xx]\ECM\
- Double-click the FworkUpgrade.exe file. A Database Backup confirmation prompt will be displayed.
- Click Yes to confirm that a manual backup of the Framework ECM database has been performed (if a manual backup has not been performed, see Step 5 - Backup Framework ECM Database). The Start Upgrade confirmation prompt will be displayed.
- Click Yes to perform the upgrade.
- If the upgrade was successful, a successfully completed message prompt will be displayed.
- Click OK.
- Click Close.
...
Database Administration Command Line
By default there are database administration functions that will be run performed during the ECM Upgrade to improve database performance.
To disable the Shrink Database Log and Update Stats This includes shrinking the database log files and updating database statistics.
To disable these functions, a command line switch can be used.
- Open Windows Explorer.
- Browse to: \[fw folder]\Upgrade\Upgrade_v7_0_0_[xx]\ECM\
- Right-click on FworkECMUpgrade.exe and select Create Shortcut. A shortcut to the executable will be created.
- Right-click on the new shortcut and select Properties. The Properties dialog will be displayed.
- On the Shortcut tab, edit the Target field and include the command line switch -skipDBAdmin at the end of the line. The target should look similar to the following:
"C:\Framework\Upgrade\Upgrade_v7_0_0_[xx]\ECM\FworkECMUpgrade.exe" -skipDBAdmin - Click the OK button. The Properties dialog will close.
After creating a new shortcut with the command line switch, run the Database Upgrade using the new shortcut.
Unsuccessful Database Upgrade
...