Post-Upgrade Modification for the Streaming Viewer

Parameters for the Streaming Viewer have changed and need to be adjusted from prior versions, it is necessary to correct these parameters, located in the ConversionServerConfig.xml file.

Note
If the streaming viewer was not installed/upgraded, then the following steps can be skipped.

  1. Navigate to the root folder of the Innovator Code Tree (by default, C:\Program Files(x86)\Aras\Innovator) and then locate and edit the file: ConversionServerConfig.xml
  2. Modify the following argument values in the Command arguments, by ensuring the highlighted values are in place:
    <ArasCadConverter>
    <Application converterPath="C:\HOOPS Converter\bin\converter.exe” />
    <Command arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\Aras\ Innovator Server Name\HOOPS Converter\Templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' --output_sc '%filepath%\%filename%' --sc_create_scz ‘true’ --sc_compress_scz ‘false’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_logfile '%filepath%\%filename%.log’” />
  3. Modify the following argument values in the AssemblyCommand arguments by adding the highlighted arguments:
    <AssemblyCommand arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\Aras\Innovator Server Name\HOOPS Converter\Templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' –-sc_create_scz ‘true’ --sc_compress_scz ‘false’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_log file '%filepath%\%filename%.log’” streamingEnabled="True"/>
  4. Save and close the file.