The ECR Impact Matrix project implements a simplified version of the Express ECO Impact Matrix onto the ECR, and adds an item action to convert an ECR to an ECN. It's compatible with Aras Innovator 11 SP12 out-of-the-box, as well as Aras Innovator with PE 11.0 R4 installed.
Release | Notes |
---|---|
v1.0.0 | First release. |
Project | Aras |
---|---|
v1.0.0 | 11.0 SP12+ with PE 11.0 R4 |
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SP12+)
- Aras Package Import Utility
- ECR Impact Matrix import packages
- Code Tree overlay
- Backup your code tree and store the backup in a safe place.
- Copy the
Innovator
folder from\CodeTree
in your local repository. - Paste this folder to the root install directory of your code tree.
- This should be the same folder that contains the
InnovatorServerConfig.xml
.
- This should be the same folder that contains the
- Backup your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must login as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\ecr-impact-matrix\Import\1-Pre\imports.mf
file in the Manifest File field. - Select the following in the Available for Import field.
- com.aras.innovator.solution.PLM
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Enter the path to your local
..\ecr-impact-matrix\Import\2-Post\imports.mf
file in the Manifest File field. - Select the following in the Available for Import field.
- com.aras.innovator.solution.PLM
- Click Import in the top left corner.
- Close the Aras Package Import tool.
You are now ready to login to Aras and check out the ECR Impact Matrix.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].
Created by Mike Gavlak, Aras Corporation.
Aras Labs projects are published to Github under the MIT license. See the LICENSE file for license rights and limitations.