Installing the Connector for Zuken CR-5000 Server

You can follow these instructions to install the Connector for Zuken CR-5000, or to install it silently.

This task shows you how to:

Install the Connector for Zuken CR-5000 Server

You can Install the Connector for Zuken CR-5000 Server using the following commands.

  1. Copy the contents of the Connector Server installer folder provided (ConnectorforZukenCR-5000Server-V6R2019x.AllOS) to the Apps folder of the 3DEXPERIENCE server installation directory.

    For Example:

    C:\DassaultSystemes\R2019x\3DSpace\Apps\<ConnectorforZukenCR-5000Server>

  2. Open the mql.exe from C:\DassaultSystemes\R2019x\3DSpace\win_b64\code\bin\mql.exe.
  3. Set the path of the Connector server installer folder to execute the tcl file as shown below.

    MQL<1>tcl;
    % cd C:/DassaultSystemes/R2019x/3DSpace/Apps/ConnectorforZukenCR-5000Server; 
    % exit

  4. Run the ECADIntegInstallSchemaMain.tcl under C:\DassaultSystemes\R2019x\3DSpace\Apps\ConnectorforZukenCR-5000Server to install the schema. Set the context user and vault before installing.

    MQL<2>set context user creator password "password" vault "eService Administration";
     MQL<3>run ECADIntegInstallSchemaMain.tcl;

The installation is completed with all Schema installed.

Install the Connector for Zuken CR-5000 Server Silently

Connector supports silent or unattended installation of server schema. Follow the steps stated below.

  1. Copy the contents of the Connector Server installer folder provided (ConnectorforZukenCR-5000Server-V6R2019x.AllOS) to the Apps folder of the 3DEXPERIENCE server installation directory.

    For Example:

    C:\DassaultSystemes\R2019x\3DSpace\Apps\<ConnectorforZukenCR-5000Server>

  2. Login to mql with an administrative user into a non-ADMINISTRATION vault set context person creator password 'password' vault 'eService Administration';.
  3. Set the following environment variables directly in mql.

    set env silent_mode YES;
    set env base_directory C:\DassaultSystemes\R2019x\3DSpace\Apps\ConnectorforZukenCR-5000Server

  4. Run the main installation script ECADIntegInstallSchemaMain run ECADIntegInstallSchemaMain.tcl;.
  5. You can use this method also directly from a command line or a shell by passing over the commands to mql.

    For Example:

    C:\DassaultSystemes\R2019x\3DSpace\win_b64\code\bin\mql.exe -c "
    set context person creator vault 'eService Administration';set env silent_mode YES;
    set env base_directory
     C:\DassaultSystemes\R2019x\3DSpace\Apps\ConnectorforZukenCR-5000Server;
    run C:\DassaultSystemes\R2019x\3DSpace\Apps\ConnectorforZukenCR-5000Server\ECADIntegInstallSchemaMain.tcl"

The installation is completed with all schema installed.