I just realized the patch doesn't seem to have installation instructions. You can follow the steps below to apply this hotfix to your environment.
Import
1. Download the Package Import/Export Utilities
2. Unzip this package and navigate to the \PackageImportExportUtilities\Import\ folder
3. Run import.exe to open the tool
4. Follow the import process in this blog post to apply the package to your database
- Note: The manifest (.mf) file you'll use can be found in the \Imports\ folder of the hotfix.
Codetree
1. Copy the \Innovator\ folder from the hotfix
2. Navigate to the installation directory of your Aras Innovator instance (C:\Program Files (x86)\Aras\Innovator\ by default)
- Note:This should be the folder that contains the InnovatorServerConfig.xml
3. Paste the \Innovator\ folder into this directory to apply the change
4. Accept any file changes made by this hotfix
After following the steps above, you will also need to let Innovator know to pull the latest copy of the files from the codetree. You can do this in one of two ways.
1. Clear your browser cache (in Chrome you can use Ctrl+Shift+Del to open this window)
2. Update the filesRevision tag in the codetree
a. From your install directory, open the \Innovator\Client\web.config in a text editor
b. Locate the <cachingModule> near the bottom of the file
c. Increment the value of the filesRevision attribute
- std->2->3->4->etc.
Chris