Running the Method Code Analysis
Copy
- In the Aras Migration Analyzer package, find MigrationAnalyzer.WpfUI.exe and run it to start the Aras Migration Analyzer.
Enter the url of your Aras Innovator instance and click Login.
- When the Aras Innovator login page appears, choose the database you want to analyze and enter credentials for an administrative user like admin or root. Click Login.
Next, the tool will present the main page for running the method code analysis.
- Home: Return to the initial login page.
- Refresh: Reload the method list from the Aras Innovator database.
- Select All: Select every method in the list.
- Deselect All: Deselect every method in the list.
- Expand All: Expand all categories and packages to see every method in the list.
- Collapse All: Collapse all categories to hide all packages and methods in the list.
- .Net Version: Choose the .Net version (.NET 6 or .NET Core 3.1) to check the server methods for compatibility analysis.
- Analyze: Run the .NET Core migration analysis on the selected methods.
Method List: This pane contains a list of server methods in the Aras Innovator database, organized by package. Packages are grouped into three categories:
- Custom Methods: Contains all packages that are not core Aras Innovator packages. This includes Aras applications and custom packages.
- Aras Innovator Default Methods: Contains core Aras Innovator packages. This category is deselected by default because Aras migrated all core code to .NET Core when subscribers upgraded to Release 15.
- Not in Package: Contains methods that don’t belong to a package definition.
- Detail Pane: Presents detailed analysis information about the selected method.
- Status Bar: Displays the progress of the analysis. When the analysis is complete, the status bar indicates how many methods are compatible with .NET Core, incompatible, or have compilation errors.
- Export to PDF: Allows the user to save the analysis results to a PDF file for review and sharing.
- Select the methods you want to analyze from the method list and click the Analyze button.
- Wait until the status bar indicates that the analysis is complete. Now you’re ready to review the results.