Deploying the ENOVIA V6 Designer Central Connector
Context:
The OnePart connector components are located in a plugin zip file.
ENOVIA Designer Central connector requires the files:
-
enovia-java-connector-plugin-v6.zip
-
Dedicated security source,
enovia-java-security-source.zip
-
Configuration file,
OnePartEnoviaDesignerCentral.xml
To configure the ENOVIA Local Context
Code example
<ProcessInternalConfig xmlns="exa:exa.bee.deploy.v10" name="connectors.*" runtime="java" httpMinThreads="5" httpMaxThreads="500" httpMaxStopTime="100" httpMaxGETQuerySize="32768" httpMaxFormPOSTQuerySize="10000000" httpMaxIdleTimeMS="86400000" httpAcceptorThreads="1" httpAcceptQueueSize="1200"> <params> </params> <args> <StringValue xmlns="exa:exa.bee" value="-Dfile.encoding=UTF-8"/> <StringValue xmlns="exa:exa.bee" value="-XX:+UseConcMarkSweepGC"/> <StringValue xmlns="exa:exa.bee" value="-Xmx2048m"/> <StringValue xmlns="exa:exa.bee" value="-Xms128m"/> <StringValue xmlns="exa:exa.bee" value="-XX:MaxPermSize=128m"/> <StringValue xmlns="exa:exa.bee" value="-XX:PermSize=48m"/> <StringValue xmlns="exa:exa.bee" value="-Djava.awt.headless=true"/> <StringValue xmlns="exa:exa.bee" value="-XX:MaxDirectMemorySize=12g"/> </args> <envOverride> <KeyValue xmlns="exa:exa.bee" key="MATRIXHOME" value="<Enovia Studio Modeling Platform V6R2014.GA Install Dir>\studio" /> <KeyValue xmlns="exa:exa.bee" key="GALAXYHOME" value="<Enovia Studio Modeling Platform V6R2014.GA Install Dir> \studio\win_b64\code\bin" /> <KeyValue xmlns="exa:exa.bee" key="TNS_ADMIN" value="<Path to dir that contains tnsnames.ora file>" /> <KeyValue xmlns="exa:exa.bee" key="DSLS_CONFIG" value="<Path to DSLicSrv.txt file that stores licence servers adresses>" /> </envOverride> <envAppend> </envAppend> <envPrepend> <KeyValue xmlns="exa:exa.bee" key="PATH" value="<Enovia Studio Modeling Platform V6R2014.GA Install Dir>\studio\win_b64\code\ bin; <Enovia Studio Modeling Platform V6R2014.GA Install Dir>\studio\win_b64\code\lib" /> </envPrepend> </ProcessInternalConfig>
To deploy the ENOVIA connectivity java libs
You must deploy some required ENOVIA libs to your OnePart installation.
This file is located on the ENOVIA server at:
- linux_a64/docs/javaserver/FcsServer.jar
- win_b64\docs\javaserever\FcsServer.jar
-
Open a Windows Explorer and go to the
STUDIO_HOME
directory at:<Enovia Studio Modeling Platform <VERSION> InstallDir>\studio\win_b64\docs\javaserver
-
Copy the following jar files from
<STUDIO_HOME>\win_b64\docs\javaserver\
:consolidation_server_provider.jar
-
consolidation_server_rule_processor.jar
eMatrixServletRMI.jar
-
enoviaKernel.jar
-
FcsClient.jar
-
FcsClientLargeFile.jar
FcsBackEnd.jar
FcsServer.jar
-
m1jsystem.jar
-
mx_jdom_1.0.jar
-
search_common.jar
-
Paste them into
your <ONEPART_INSTALL>\datadir\javabin
. - In the Administration Console, click Restart CloudView on this host.