Manual Aras 3DV Installation
Aras Package Import provides a manual application installation process.
The installation procedure differs across Aras 3D Visualization components. The subsections of this section discuss the procedure for each component. The installation procedure should be performed for every component to be installed in the order discussed in the Component Installation Order section.
Manual Aras CAD Converter Installation
The following steps outline the process of manual Aras CAD Converter Installation:
- In the unzipped Aras 3D Visualization 35 CD Image package, navigate to the following folder:
Aras 3D Visualization 35 CD Image\Packages\CADConverter. - Copy the HOOPS Converter folder from the CADConverter package folder into a permanent location on a machine with the Conversion Server, for example,
C:\HOOPS Converter. - Copy the
ConversionServerfolder from theCADConverterpackage folder to a folder that includes theConversionServerfolder with the installed Conversion Server. - Open the
ConversionServerConfig.xmlfile in a text editor with an admin’s privileges. This file is the root Aras Innovator code tree folder for the default installation. Do not confuse this file with theConversionServer.configXML file in theConversionServerfolder with the Conversion Server. - In the child
sectionGroup name="ConverterSettings”tag of theconfigSectionstag, add the following section tags with attributes:
<configSections>
<sectionGroup name="ConverterSettings">
<section name="ArasCadConverter” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"></section>
<section name="ArasCadConverterPrc” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"></section><section name="DpnCadConverterStepJt” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter” />
</sectionGroup>
</configSections>
These new tags define the configurations of the new ArasCadConverter and ArasCadConverterPrc converters.
- In the child Converters tag of the
ConversionServertag, add the following Converter tags with attributes:
<ConversionServer>
<Converters>
<Converter name="Aras CAD to PDF Converter” type="Aras.ConversionFramework.Converter.Hoops.HoopsConverter, ArasCadConverter” />
<Converter name="Aras PRC to SCS Converter” type="Aras.ConversionFramework.Converter.Hoops.HoopsConverterPrc, ArasCadConverter” /><Converter name="JT Step CAD Converter” type="Aras.CadConverter.StepJtCadConverter, ArasCadConverter” xdt:Transform="Insert"/>
</Converters>
</ConversionServer>
These new tags define the new converters. Such a tag specifies a DLL for a given converter and a Class within this DLL that performs the conversion.
- In the
ConverterSettingstag, add the followingArasCadConverterandArasCadConverterPrctags with child tags and attributes:
<ConverterSettings>
<ArasCadConverter>
<Application converterPath="C:\HOOPS Converter\bin\converter.exe"/>
<Command arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\HOOPS Converter\templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' --output_scs '%filepath%\%filename%.scs’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_logfile '%filepath%\%filename%.log’” />
<Output>
<UploadToVault>
<File extension="prc” argsMarkers="--output_prc” />
<File extension="scs” argsMarkers="--output_scs” />
<File extension="pdf” argsMarkers="--output_pdf” />
<File extension="png” argsMarkers="--output_png” />
<File extension="stl” argsMarkers="--output_stl” />
<File extension="xml” argsMarkers="--output_xml_assemblytree” />
</UploadToVault>
</Output>
<AssemblyCommand dynamicEnabled="True” arguments="--sc_compute_bounding_boxes ‘All’ --input_pdf_template_file ‘C:\HOOPS Converter\templates\Blank_Template_L.pdf’ --output_pdf '%filepath%\%filename%.pdf’ --output_png '%filepath%\%filename%.png’ --output_png_resolution ‘150x150' --output_scs '%filepath%\%filename%.scs’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_prc '%filepath%\%filename%.prc’ --background_color ‘1.0, 1.0, 1.0' --output_logfile '%filepath%\%filename%.log’” />
</ArasCadConverter>
<ArasCadConverterPrc>
<Application converterPath="C:\HOOPS Converter\bin\converter.exe"/>
<Command arguments="--output_scs '%filepath%\%filename%.scs’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_logfile '%filepath%\%filename%.log’” />
<Output>
<UploadToVault>
<File extension="prc” argsMarkers="--output_prc” />
<File extension="scs” argsMarkers="--output_scs” />
<File extension="pdf” argsMarkers="--output_pdf” />
<File extension="png” argsMarkers="--output_png” />
<File extension="stl” argsMarkers="--output_stl” />
<File extension="xml” argsMarkers="--output_xml_assemblytree” />
</UploadToVault>
</Output>
</ArasCadConverterPrc><DpnCadConverterStepJt>
<Application converterPath="/opt/exchange/bin/linux64"/>
<Parameters>
<Parameter key="JTVersion” value="8.1" /> <!-- Optional. Possible values: 8.1|9.5|10.0 -->
</Parameters>
</DpnCadConverterStepJt>
</ConverterSettings>
The ArasCadConverter and ArasCadConverterPrc tags set up the new converters.
The converterPath attributes should include the path to the converter.exe application in the HOOPS Converter folder copied in the third step.
The --input_pdf_template_file argument in the arguments attributes should include the path to the Blank_Template_L.pdf template file in the HOOPS Converter folder copied in the third step.
An entire <… arguments="…" /> attribute must be only one single line without carriage returns or newlines.
The child File tags of the UploadToVault tags enable the files of the given file types to be uploaded to the Vault and rendered correctly by the Viewer.
Capitalization differences, typos, extra newlines, and carriage returns in the ConversionServerConfig.xml file raise an error discussed in the 500.19 Internal Server Error section.
- Save and close the
ConversionServerConfig.xmlfile. - Restart the Internet Information Services (IIS).
Import the Aras 3D Visualization 3D Common database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Login button and enter:
- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – 3D Common
- Manifest File Path: The manifest file
\Packages\CADConverter\Imports\3d_common.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Click the Import button.
Import the Aras 3D Visualization CAD Converter database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – CAD Converter
- Manifest File Path: The manifest file
\Packages\CADConverter\Imports\imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Disable the Super User (root) login.
- This step is optional. Confirm the successful installation. See the Confirming Aras 3DV Installation section.
- If the installation fails, restore the Aras Innovator code tree, Conversion Server, and database with the backups done before the installation and contact Aras Support at support@aras.com.
Manual Aras 3D Viewers Installation
The following steps outline the process of manual Aras 3D Viewer:
- In the unzipped Aras 3D Visualization 33 CD Image package, navigate to the following folder:
Aras 3D Visualization 35 CD Image\Packages\3DViewers - Copy the Innovator folder from the
3DViewerspackage folder to the root Aras Innovator code tree folder where theInnovatorfolder exists. - Replace the files in the destination if it is prompted.
- In the Aras Innovator code tree, navigate to
\Innovator\Clientand open theInnovatorClient.configfile in a text editor run as an administrator. - In the
cachingModuletag, change the value of thefilesRevisionattribute from std to 2. If it is already an integer, change it to a next higher value; for example, from 2 to 3:
<configuration>
...
<cachingModule moduleEnabled="true” filesRevision="2" />
...
</configuration>
Such value modification reloads the cache. If the cache is not reloaded after the Aras 3DV installation, the Aras 3DV UI may not be displayed correctly; for example, icons can be absent.
- Save and close the
InnovatorClient.configfile. Import the Aras 3D Visualization 3D Viewers database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – 3D Viewers
- Manifest File Path: The manifest file
\Packages\3DViewers\Imports\imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Disable the Super User (root) login.
- This step is optional. Confirm the successful Aras 3D Viewers installation. See the Confirming Aras 3DV Installation section.
- If the installation fails, restore the Aras Innovator code tree and database with the backups done before the installation and contact Aras Support at support@aras.com.
Manual Aras Dynamic Visualization Installation
The following steps outline the process of Manual Aras Dynamic Visualization Installation:
- In the unzipped Aras 3D Visualization 33 CD Image package, navigate to the following folder:
Aras 3D Visualization 35 CD Image\Packages\DPN - Copy the Innovator folder from the DPN package folder to the root Aras Innovator code tree folder that includes the Innovator folder.
- Replace the files in the destination if the system prompts.
- In the Aras Innovator code tree, navigate to \Innovator\Server and open the
method-config.xmlfile in a text editor run as administrator. - In the
ReferencedAssembliestag, add the following child name tags:
<ReferencedAssemblies>
...
<name>$(binpath)/Aras.DynamicModelViewer.Core.dll</name>
<name>$(binpath)/Aras.DynamicModelViewer.DataModel.dll</name>
<name>$(binpath)/Aras.DynamicModelViewer.QueryProcessor.dll</name>
<name>Microsoft.Extensions.Logging.dll</name>
</ReferencedAssemblies>
- Save and close the
method-config.xmlfile. - Restart the Internet Information Services (IIS).
Import the Aras 3D Visualization Dynamic Model Constructor database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – Dynamic Model Constructor
- Manifest File Path: The manifest file
\Packages\DPN\Imports\dynamic_model_constructor_imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
Import the Aras 3D Visualization Dynamic Viewer database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\ folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – Dynamic Viewer
- Manifest File Path: The manifest file
\Packages\DPN\Imports\dynamic_viewer_imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Disable the Super User (root) login.
- This step is optional. Confirm the successful Aras Dynamic Visualization installation. See the Confirming Aras 3DV Installation section.
- If the installation fails, restore the Aras Innovator code tree and database with the backups done before the installation and contact Aras Support at support@aras.com.
Manual Aras Streaming Viewer Installation
The Streaming Viewer currently cannot be deployed in a cloud environment. The HOOPS Server must be deployed with networked file access to a single vault containing view files for rendering.
The following steps outline the process of manual installation of Aras 3DV Streaming Viewer:
- In the unzipped Aras 3D Visualization 35 CD Image package, navigate to the following folder:
Aras 3D Visualization 35 CD Image\Packages\HOOPS Server - Copy the
HOOPS Serverfolder from HOOPS Sever package to a permanent location on a machine. For example,C:\HOOPS Server. - In the
HOOPS Serverfolder, go toC:\HOOPS Server\server\nodeand openConfig.jsfile in a text editor run as administrator. - For
publicHostnameparameter, replace “localhost” value with the IP Address of the local machine.
For example,publicHostname: “10.188.182.38"
- For
communicatorDirparameter, enter the path toHoops Serverdirectory created in the third step.
For example,communicatorDir: “C:/Hoops Server”
- For
modelDirsparameter, enter the path to Aras Innovator instance Vault.
For example, modelDirs: [“C:/Aras/Vault/14SP10",]
- Set the
windowsServiceRespawnEnabledparameter to true.
- Copy the Aras.CADConverter3 license from the Feature Licenses. Only copy the content from the <HoopsLicense> tag for the latest available version, for example:
<license id="hoops2024"><HoopsLicense>4E...xeR</HoopsLicense>
- In the
Config.jsfile, for thelicenseparameter, replace it with the newest license copied from the previous step.
- Save the
Config.jsfile. - In the
Hoops Serverfolder, right-clickstart_servicefile and select Run as Administrator.
- Open Windows Services and check if InnovatorRenderingService is added and is running.
- Copy the
ConversionServerfolder from theCADConverterpackage folder(Aras 3D Visualization 33 CD Image\Packages\CADConverter)to a folder that includes theConversionServerfolder with the installed Conversion Server.
Replace the files in the destination if the system prompts. - Open
ConversionServerConfig.xmlfile in a text editor run as administrator. This file is in the root Aras Innovator code tree folder in the case of the default installation. - In the
<sectionGroup>tag, add the following:
<section name="ArasCadConverter” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"> </section><section name="ArasCadConverterPrc” type="Aras.ConversionFramework.Converter.Hoops.Configuration.HoopsConverterConfiguration, ArasCadConverter"> </section>
- In the <
Converters> tag, add the following:
<Converters><Converter name="Aras CAD to PDF Converter” type="Aras.ConversionFramework.Converter.Hoops.HoopsConverter, ArasCadConverter” /> <Converter name="Aras PRC to SCS Converter” type="Aras.ConversionFramework.Converter.Hoops.HoopsConverterPrc, ArasCadConverter” /></Converters>
- In the <
ConverterSettings> tag, add the following:
<ConverterSettings>
<!-- Place here configuration sections for converters -->
<ArasCadConverter>
<Application converterPath="C:\Aras\14SP10\HOOPSConverter\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’” />
<Output>
<UploadToVault>
<File extension="prc” argsMarkers="--output_prc” />
<File extension="scs” argsMarkers="--output_scs” />
<File extension="pdf” argsMarkers="--output_pdf” />
<File extension="png” argsMarkers="--output_png” />
<File extension="stl” argsMarkers="--output_stl” />
<File extension="xml” argsMarkers="--output_xml_assemblytree” />
<File extension="scz” argsMarkers="--output_sc” />
</UploadToVault>
</Output>
<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"/>
</ArasCadConverter>
<ArasCadConverterPrc>
<Application converterPath="C:\Aras\ Innovator Server Name \HOOPS Converter\bin\converter.exe” />
<Command arguments="--output_scs '%filepath%\%filename%.scs’ --output_xml_assemblytree '%filepath%\%filename%.xml’ --output_logfile '%filepath%\%filename%.log’” />
<Output>
<UploadToVault>
<File extension="prc” argsMarkers="--output_prc” />
<File extension="scs” argsMarkers="--output_scs” />
<File extension="pdf” argsMarkers="--output_pdf” />
<File extension="png” argsMarkers="--output_png” />
<File extension="stl” argsMarkers="--output_stl” />
<File extension="xml” argsMarkers="--output_xml_assemblytree” />
</UploadToVault>
</Output>
</ArasCadConverterPrc>
</ConverterSettings>
- Save and close the
ConversionServerConfig.xmlfile. - Restart the Internet Information Services (IIS).
- Copy the
Innovatorfolder from the 3DViewers package folder (Aras 3D Visualization 35 CD Image\Packages\3DViewers) to the root Aras Innovator code tree folder where theInnovatorfolder exists.
Replace the files in the destination if the system prompts. - Copy the
Innovatorfolder from the DPN package folder (Aras 3D Visualization 35 CD Image\Packages\DPN) to the root Aras Innovator code tree folder where theInnovatorfolder exists.
Replace the files in the destination if the system prompts to. - In the Aras Innovator code tree, navigate to
\Innovator\Serverand open themethod-config.xmlfie in a text editor run as administrator. - In the <
ReferencedAssemblies> tag, add the following:
<ReferencedAssemblies>
...
<name>$(binpath)/Aras.DynamicModelViewer.Core.dll</name>
<name>$(binpath)/Aras.DynamicModelViewer.DataModel.dll</name>
<name>$(binpath)/Aras.DynamicModelViewer.QueryProcessor.dll</name>
<name>Microsoft.Extensions.Logging.dll</name>
</ReferencedAssemblies>
- Save and close the
method-config.xmlfile. - Restart the Internet Information Services (IIS).
- Restart Aras Innovator Agent for corresponding instance on Server side on Windows Services.
- Import the Aras 3D Visualization 3D Common database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the \
PackageImportExportUtilities\Import\ folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – 3D Common
- Manifest File Path: The manifest file
\Packages\CADConverter\Imports\3d_common.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Import the Aras 3D Visualization CAD Converter database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\ folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – CAD Converter
- Manifest File Path: The manifest file
\Packages\CADConverter\Imports\imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Import the Aras 3D Visualization 3D Viewers database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Login button and enter:
- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – 3D Viewers
- Manifest File Path: The manifest file
\Packages\3DViewers\Imports\imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Click the Import button.
- Import the Aras 3D Visualization Dynamic Model Constructor database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Login button and enter:
- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – Dynamic Model Constructor
- Manifest File Path: The manifest file
\Packages\DPN\Imports\dynamic_model_constructor_imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Click the Import button.
- Import the Aras 3D Visualization Streaming Viewer database package with the Package Import Export Utilities. For more information using this tool, refer to the Aras Innovator 35 – Package Import Export Utilities documentation.
- Enable the Super User (root) login.
Browse to the
\PackageImportExportUtilities\Import\folder and run the Import.exe file.- Input the connection information.
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
Click the Login button and enter:- Database: The target Aras Innovator database. By default, it is InnovatorSolutions.
- Username: root
- Password: Password for “root” login (Default is “innovator”)
- Target Release: 3DV14.0.8
- Description: Aras 3D Visualization 14.0.8 – Streaming Viewer
- Manifest File Path: The manifest file
\Packages\DPN\Imports\streaming_viewer_imports.mf - Available for Import: Select All Packages
- Type: Merge
- Mode: Thorough Mode
- Server: The connection URL for Aras Innovator. By default, it is http://localhost/InnovatorServer/.
- Click the Import button.
- Disable the Super User (root) login.
- This step is optional. Confirm the successful installation. See the Confirming Aras 3DV Installation section.
- For the required setup to get the streaming viewer running, refer to the Administrative Configuration for Streaming Viewer section.
- If the installation fails, restore the Aras Innovator code tree, Conversion Server, and database with the backups done before the installation and contact Aras Support at support@aras.com.