Skip to content

Commit

Permalink
Update readme features, release, and install steps for ECR IM
Browse files Browse the repository at this point in the history
  • Loading branch information
EliJDonahue committed Mar 18, 2019
1 parent 1b5e052 commit aa0a369
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ The Aras CM2 Community Project package adds to and modifies the base PLM applica
* CM2 Order Bill itemtype to define the BOM for a specified part and effective date on an order, generated through a “Derive Order Bill” action to derive the order bill from the effective planning bill for that part
* Work Authorization with action to derive Work Authorization BOM
* Combined CR/CN capability on CR form and workflow map
* [ECR Impact Matrix](https://github.com/ArasLabs/ecr-impact-matrix) - a simplified version of the Express ECO Impact Matrix
* ECR to ECN conversion action

## History

Release | Notes
--------|--------
[v1.2.0](https://github.com/ArasLabs/CM2/releases/tag/v1.2.0) | Adds a simplified version of the Express ECO Impact Matrix onto the ECR, and adds an item action to convert an ECR to an ECN.
[v1.1.0](https://github.com/ArasLabs/CM2/releases/tag/v1.1.0) | This release adds a Work Authorization, with an action to derive Work Authorization BOM. It also combines CR/CN capability on the CR form and workflow map.
[v1.0.1](https://github.com/ArasLabs/CM2/releases/tag/v1.0.1) | Typo fix in readme.
[v1.0.0](https://github.com/ArasLabs/CM2/releases/tag/v1.0.0) | First release.
Expand All @@ -31,6 +34,7 @@ Release | Notes

Project | Aras
--------|------
[v1.2.0](https://github.com/ArasLabs/CM2/releases/tag/v1.2.0) | 11.0 SP12+
[v1.1.0](https://github.com/ArasLabs/CM2/releases/tag/v1.1.0) | 11.0 SP12+
[v1.0.1](https://github.com/ArasLabs/CM2/releases/tag/v1.0.1) | 11.0 SP12+
[v1.0.0](https://github.com/ArasLabs/CM2/releases/tag/v1.0.0) | 11.0 SP12+
Expand All @@ -46,21 +50,33 @@ Project | Aras
2. PE 11.0 R4 installed
3. Aras Package Import Utility
4. CM2 Community Project package
5. Code Tree overlay

### Install Steps

#### The Code Tree
1. Backup your code tree and store the backup in a safe place.
2. Copy the `Innovator` folder from `\CodeTree` in your local repository.
3. Paste this folder to the root install directory of your code tree.
* This should be the same folder that contains the `InnovatorServerConfig.xml`.

#### The Database
1. Back up your database and store the BAK file in a safe place.
2. Open up the Aras Package Import tool.
3. Enter your login credentials and click **Login**
* _Note: You must log in as root for the package import to succeed!_
4. Enter the package name in the TargetRelease field.
* Optional: Enter a description in the Description field.
5. Enter the path to your local `..\cm2\Import\imports.mf` file in the Manifest File field.
5. Enter the path to your local `..\cm2\Import\1-Pre\imports.mf` file in the Manifest File field.
6. Select the following in the Available for Import field.
* **com.aras.innovator.solution.PLM**
7. Select Type = **Merge** and Mode = **Thorough Mode**.
8. Click **Import** in the top left corner.
9. Close the Aras Package Import tool.
9. Enter the path to your local `..\cm2\Import\2-Post\imports.mf` file in the Manifest File field.
10. Select the following in the Available for Import field.
* **com.aras.innovator.solution.PLM**
11. Click **Import** in the top left corner.
12. Close the Aras Package Import tool.

You are now ready to login to Aras and use the new CM2 capabilities.

Expand Down

0 comments on commit aa0a369

Please sign in to comment.