You are on page 1of 1

Enovia Installation Steps

-----------------------------------------------------------------------------------
------------------------
I)Install Java latest version(6 u 30)
-> Install the java as default steps.
II)install Database (Oracle,SqlServer,DB2)
-> Install Oracle
-> Create Database
->create tablespace TS05 datafile 'TS05.ora' size 500 M reuse autoextend on
next 10 M;
->create user test identified by test default tablespace TS05 temporary
tablespace temp;
->grant connect, resource, dba to test;
->alter user test identified by test;
->commit;
III)Install Enovia Application
->Install Enovia Studio Modelling Flatform(Rich Client)
->Connect the Enovia To oracle (MATRIX-R)
->Install Enovia Live Collaboration Server(Make it using the MATRIX-R)
->Install BPS
->Install Centrals In the following order Program Configuration
Central,Program Experience,Requirement
Central,Variant Configuration Central,Engineering Configuration
Central,Library Central,Supplier Central,X-BOM,Unit Tracking,Collaboration of
MS,VPM Multidescipline and others
-> Start->All Programs->Dessault Systemes Softwares Enovia V6R2012x then run
Enovia War Utility and It will generates the enovia in the "EnoviaV6R2012X\server\
distrib"

IV)Install WebServer (Apache Tomcat Latest version)


-> Copy the enovia folder from distrib folder and paste it in the tomcat\
webapps

--> Start the web server services and check the application via browser
-----------------------------------------------------------------------------------
----------------------

-> Install the LibSchema Agent

-> Start MQL


->set user context creator;
-> verb on;
->tcl;
->%cd {"enter the path of Libschema agent"}
->%exit;
->run "path of libschemaagent\emxInstall.tcl";
->tcl;
-> set the path of spinner
->exit;
->exec prog emxSpinnerAgent.tcl;

-----------------------------------------------------------------------------------
---------------------
Give full privileges to Test Everything(Business & System)

You might also like