3D PLM Entreprise Architecture |
Data Administration |
CAA Partner Product InstallationHow to install and set up environments for partner products |
Technical Article |
AbstractCAA applications developed by CAA partners can be installed as products by customers to be used with V5 products. This article describes the basics of their installation and environment setup. |
The installation procedure
mkCreateRuntimeView -s -t DestDir -d
DESTFOLDER
in the registry key HKLM\SOFTWARE\Dassault Systemes\Bxx\yy
HKLM
stands for HKEY_LOCAL_MACHINE
Bxx
is the V5 installed release level, such as B18 for
V5R18yy
is an integer, starting from 0, that increments with the
count of GA installations of the same build level, and that is limited to
19.If a 32-bit installation and a 64-bit installation coexist on a Windows
machine, to determine to which
installation this directory applies, use the value OSNAME
of the same registry key,
whose value data is INTEL
with 32-bit Windows and WIN64
with 64-bit Windows.
CATGetGALevel
and CATGetSPKLevel
/usr/partner/B18
or C:\ProgramFiles\partner\B18
partner
is the partner namesetcatenv
command to do this:
setcatenv -e PartnerProduct -p V5_InstallPath:Partner_InstallPath
[Top]
Sample scenario: Two partner add-ons are installed, Prod1 and Prod2. The customer may want to use CATIA alone, CATIA with Prod1, CATIA with Prod2, and CATIA with both products. An environment dedicated to each of these cases must be defined.
setcatenv -e CATIA_Alone
setcatenv -e CATIA_And_Prod1 -p CATIA_InstallPath;Prod1_InstallPath
setcatenv -e CATIA_And_Prod2 -p CATIA_InstallPath;Prod2_InstallPath
setcatenv -e CATIA_And_Prods -p CATIA_InstallPath;Prod1_InstallPath;Prod2_InstallPath
Notes:
setcatenv
/catiaenv
catstart_fullpath -run "setcatenv
catenv_options"
setcatenv_fullpath catenv_options
Desktop access: Double clicking the CATIA icon starts CATIA and gives access to the resources defined by the concatenation referred to.
Access from the command line (either located in the appropriate directory or by typing the full path name):
catstart -env used_product_env -d env_path -run my_appli
my_appli -env used_product-env [-dir env_path]
This works with Windows and UNIX, with CATIA or any application. With
Windows, using an application other than CATIA requires to set the Path
environment variable using the file tree/code/bin directory.
[Top]
Version: 1.0 [Aug 2001] | Document created |
[Top] |
Copyright © 2001, Dassault Systèmes. All rights reserved.