Connector supports silent or unattended installation of server schema. Follow the
steps stated below.
-
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>
-
Login to mql with an administrative user into a non-ADMINISTRATION vault
set
context person creator password 'password' vault 'eService
Administration';
.
-
Set the following environment variables directly in mql.
set env silent_mode YES;
set env base_directory C:\DassaultSystemes\R2019x\3DSpace\Apps\ConnectorforZukenCR-5000Server
-
Run the main installation script
ECADIntegInstallSchemaMain
run ECADIntegInstallSchemaMain.tcl;
.
-
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.