How to Use the Aras Migration Analyzer

Setting Up the Database

Perform the following steps for each Aras Innovator database you want to analyze.

  1. Unzip the Aras Migration Analyzer package. You can do this on the server or a client machine.
  2. Open the Nash utility page for your Innovator installation in a web browser: http://{server}/{webalias}/Client/scripts/Nash.aspx

    Figure 1. Nash.aspx
    Figure 1. Nash.aspx

    Figure 1. Nash.aspx

  3. Enter credentials for an administrative user like admin or root and click Login.
  4. In the Aras Migration Analyzer package, open InnovatorSideUtility/AMA_UtilityMethod.xml.
  5. Copy the contents of AMA_UtilityMethod.xml and paste into the XML field in the Nash form.
  6. Click Submit to add the method to the Aras Innovator database you want to analyze.
Note
Executing this AML more than once will result in a “Method already exists” error message. If this happens, move on to the next section.

Setting Up the Code Tree

Perform the following steps for each Aras Innovator installation you want to analyze.

  1. Open the InnovatorServerConfig.xml file in the installation directory of your Aras Innovator instance.
  2. Add the following line to the file if it does not exist. If the DebugServerMethod operating parameter does exist, make sure it is set to “true”.
    <operating_parameter key="DebugServerMethod” value="true” />
  3. Save the InnovatorServerConfig.xml file.
Note
After you finish running the analysis, be sure to come back to this file and set the DebugServerMethod operating parameter to “false”. Leaving the parameter enabled for long periods of time cause many log files to accumulate on the server.