Installing the Program Management Extension
Copy
The Program Management Extension can be installed using the Manual Installation option (using the Aras Import Tool).
Manual Installation Option
- Download the Aras ProAppDesigner CD Image from the Aras FTP site, in the Aras ProAppDesigner Releases folder, and unzip the file on the local computer.
- Navigate to \AddOns\Program Management Extension folder
Copy the \Files\Innovator folder to the root of your install directory, overwriting the existing \Innovator folder and all its contents.
It is recommended that this step be performed by an administrator on the server.
- From the root of your code tree, navigate to \Innovator\Server and edit the
method-config.xmlfile.Add below entries as shown:
...<!-- Start: Program Management Extension--><name>$(binpath)/Prorigo.Plm.Apps.ProgramManagement.dll</name><!-- END: Program Management Extension --></ReferencedAssemblies>- Save the changes to the method-config.xml file and close it
From the root of your code tree, navigate to \Innovator\Client and edit the
InnovatorClient.config file.- Change the value of the filesRevision attribute. The value should be changed from std to 2, 3, 4, etc
...<oauth configSource="OAuth.config” /><cachingModule moduleEnabled="true” filesRevision="2" /><staticContent>... - Save the changes to the InnovatorClient.config file and close it.
- Change the value of the filesRevision attribute. The value should be changed from std to 2, 3, 4, etc
- Restart the World Wide Web Service (IIS).
Execute Pre-Import Scripts
Before you install Program Management Extension, execute below scripts:
- Navigate Aras Nash tool using URL http://localhost/InnovatorServer/Client/scripts/nash.aspx
Login in Nash using admin user.
- In the package go to folder PreImportAMLScripts, open each file in below sequence, copy the content in XML form and click on Submit.
- 0001_PM_TemplateDeploy_PreAML.xml
- 0002_MethodPackageCorrection.xml
- Import the Program Management Extension database package with the Package Import Export Utilities (For more information using this tool, please see the Aras Innovator - Package Import Export Utilities documentation.)
- You will need to enable the “Super User” login to perform this step.
Browse to the \PackageImportExportUtilities\Import\ folder and run the Import.exe file. Disable the “Super User” login.
- Enter the following information:
- Server = The connection URL for Aras Innovator
- Database = The target Aras Innovator database (login screen)
- Username = root (login screen)
- Password = Password for “root” login (Default is “innovator”) (login screen)
- Target Release = Program Management Extension
- Description = Program Management Extension
- Manifest File Path = The manifest is found in the unzipped patch folder in
\AddOns\Program Management Extension\Imports\imports.mf - Available for Import = Check all packages
- Type = Merge
- Mode = Thorough Mode
- Click the Import button.
- You will need to enable the “Super User” login to perform this step.
- Disable the “Super User” login.
- Execute Post Import Scripts
After you install Aras Program Management Extension, execute below scripts:- a. Navigate Aras Nash tool using URL http://localhost/InnovatorServer/Client/scripts/nash.aspx
Login in Nash using admin user.
- In the package go to folder PostImportAMLScripts, open each file in below sequence, copy the content in XML form and click on Submit.
- 0001_PM_ExecuteSQL.xml
0002_PM_TemplateDeploy_PostAML.xml