Configuring the Aras Innovator Server

After installing the Conversion Server, your Aras Innovator Server needs to be configured to communicate with it.

The following steps guide you in the configuration that is required.

  1. Open a Windows Explorer window to the root of the Aras Agent Service Installation.
  2. Open the \AgentService\conversion.config file in text editor.
  3. Configure the ‘cycle’ tag as follows:
    1. DB: Aras Innovator Database
    2. User: admin
    3. Another Aras Innovator User can be specified as long as they are a member of the ConversionManager Identity and they have permissions to lock dependencies of ConversionTask Item which are added by ConversionRules.

    4. Interval: default is 20000 (set in milliseconds)
    5. How often the Conversion Server checks if there are Conversion Tasks that need to be processed.

    6. MaxBatch: default is 5
    7. Number of Conversion Tasks that can be processed at the same time.

    8. Uncomment the tag as follows:
    9. <configuration><Innovator><Conversion><ProcessingCycles><!--cycle DB="{db}" User="{user}" Interval="20000MaxBatch="5” /--></ProcessingCycles></Conversion></Innovator></configuration> Should become: <configuration><Innovator><Conversion><ProcessingCycles><cycle DB="InnovatorSolutions” User="adminInterval="20000MaxBatch="5” /></ProcessingCycles></Conversion></Innovator></configuration> Configure the ‘Conversion’ tag for Force mode as follows:

      Warning
      Leave the following parameters with the default value, because default configuration covers almost all use cases of Force mode (OnAfterAddConversionTask event) Conversion Tasks execution.Update the following configuration only if it is required.

    10. ForceModeMaxConcurrentTasksCount: default is 100
  4. Max number of Force mode Conversion Tasks that can be processed at the same time.
    1. ForceModeMaxConcurrentCyclesCount: default is 10000
  5. Max number of requests with Force mode Conversion Task, that can be processed at the same time.
  6. <configuration>
     <Innovator>

    <Conversion ForceModeMaxConcurrentTasksCount="100ForceModeMaxConcurrentCyclesCount="10000">

     <ProcessingCycles>

     </ProcessingCycles>
     </Conversion>
     </Innovator>
    </configuration>
  7. Save and close the ‘conversion.config’ file.
  8. Log in to Aras Innovator as an administrator.
  9. Go to Administration --> File Handling --> Conversion Servers.
  10. Open the ‘Default’ Conversion Server for editing or create a new Conversion Server.
  11. If not filled out (New Conversion Server), enter the name and Impersonation User.
  12. Hard-code the URL to the conversion server:
  13. http://serverName/ConversionServer/ConversionService.asmx

    Note
    You must replace the highlighted text above with the location of your Conversion Server web application as specified in IIS.

  14. Save, unlock, and close the Conversion Server.
Note
After making adjustments to the conversion.config file, the Aras Innovator Agent should be restarted via Control Panel --> Administrative Tools --> Services.

To begin converting files using the Conversion Server, you need to create or install a Conversion Rule to your instance. If you want to setup the standard Aras Innovator CAD to PDF Converter in your instance, refer to the Aras 3D Visualization 21 – Administration Guide, available in the Documentation folder of the Aras Innovator CD Image. If you are a developer and want to walk through an example of creating your own custom Conversion Rule, refer to the Aras Innovator 33 - Example for Developing Conversion Server Tasks, also available in the Documentation folder of the Aras Innovator CD Image.