Upgrading Aras ProAppDesigner
Copy
- Download the Aras ProAppDesigner CD Image from the Aras FTP site, in the
Aras ProAppDesigner Releasesfolder, and unzip the file on the local computer. - From the root of your install directory, navigate to
Innovator\Client\scripts\AppStudiofolder and delete all its content - From the root of your install directory, navigate to Innovator\Server\bin folder and delete below listed DLLs
- Prorigo.Protrak.ExpressionEvaluatorStd.Impl.dll
- Prorigo.Protrak.ExpressionEvaluatorStd.dll
- Prorigo.Plm.PresentationGenerator.dll
- Prorigo.Plm.PresentationGenerator.Aras.dll
- Prorigo.Plm.Logging.Framework.dll
- Prorigo.Plm.DocumentGenerator.dll
- Prorigo.Plm.DocumentGenerator.Aras.dll
- Prorigo.Plm.DiscussionPanel.dll
- Prorigo.Plm.Core.dll
- Prorigo.Plm.Aras.BackgroudCronJobFramework.dll
- Prorigo.Plm.AppStudio.RuleEngine.Impl.dll
- Prorigo.Plm.AppStudio.RuleEngine.dll
- Prorigo.Plm.AppStudio.IntegrationFramework.dll
- Prorigo.Plm.AppStudio.dll
- From the root of your install directory, navigate to ConversionServer\bin folder and delete below listed DLLs
- Prorigo.Plm.Logging.Framework.dll
- Prorigo.Plm.Core.dll
- Prorigo.Plm.Aras.BackgroudCronJobFramework.dll
- Prorigo.Plm.AppStudio.IntegrationFramework.dll
- Copy the
\Files\Innovator\Clientfolder to the root of your installation directory. When prompted, overwrite the existing\Innovator\Clientfolder and all of its contents. - Copy the
\Files\ConversionServerfolder to the root of your install directory, overwriting the existing\ConversionServerfolder and all its contents. - From the root of your code tree, navigate to
\Innovator\Serverand edit themethod-config.xmlfile.Add below entries as shown:
...<!-- ProAppDesigner DLLs : Start --><name>$(binpath)/Prorigo.Plm.Aras.dll</name><name>$(binpath)/Prorigo.Plm.Aras.AppStudio.dll</name><name>$(binpath)/Prorigo.Plm.Aras.TDP.dll</name><name>$(binpath)/Prorigo.Plm.Aras.SubscriptionFramework.dll</name><name>$(binpath)/Prorigo.Plm.Aras.DocumentGenerator.dll</name><name>$(binpath)/Prorigo.Plm.Aras.BackgroundCronJobFramework.dll</name><name>$(binpath)/Prorigo.Plm.Aras.RuleEngine.dll</name><name>$(binpath)/Prorigo.Plm.Aras.PresentationGenerator.dll</name><name>$(binpath)/Prorigo.Plm.Aras.IntegrationFramework.dll</name><name>$(binpath)/Prorigo.Plm.Aras.IntegrationFramework.Connector.dll</name><name>$(binpath)/Prorigo.Plm.Aras.DiscussionPanel.dll</name><name>$(binpath)/Prorigo.Plm.Aras.Logger.dll</name><name>$(binpath)/Prorigo.Plm.LicensingFramework.dll</name><!-- ProAppDesigner DLLs : End --></ReferencedAssemblies>- Save the changes to the method-config.xml file and close it
WarningIf any of the DLLs mentioned in the DLLs to be deleted section, please delete the corresponding entry frommethod-config.xmlfile.
- Execute Pre-Import Scripts
Before you install Aras ProAppDesigner, 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.
- 04500_TemplateDeploy_PreAML.xml
- Complete the Aras ProAppDesigner Installation: Import the ProAppDesigner 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.
- 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 = ProAppDesigner
- Description = ProAppDesigner
- Manifest File Path = The manifest is found in the unzipped patch folder in \Aras ProAppDesigner CD Image\Imports\ProAppDesigner\imports.mf
- Available for Import = Check all packages
- Type = Merge
- Mode = Thorough Mode
- Click the Import button.
- Disable the “Super User” login.
- Execute Post Import Scripts
After you install Aras ProAppDesigner, 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 PostImportAMLScripts, open each file in below sequence, copy the content in XML form and click on Submit.
- 05000_TemplateDeploy_PostAML.xml