-
The
mxcatiav5batchprocessor.bat or EV6CatiaV5DerivedOutputProcessor.bat file must be edited using the following steps:
For WINDOWS client,
Open EV6CatiaV5DerivedOutputProcessor.bat or mxcatiav5batchprocessor.bat file and specify the following values:
-
Set
CATIA_INSTALL_DIR to CATIA V5 Installation folder
-
Set
BATCHPROCESSOR_INSTALL_DIR to the location from where the batch processor will be executed.
-
Set
ENV_FILE_NAME to the environment file name without extension, located in ENV_FILE_LOCATION
-
Set
ENV_FILE_LOCATION to the location where environment file specified in variable ENV_FILE_NAME is present.
The EV6CatiaV5DerivedOutputProcessor.bat and mxcatiav5batchprocessor.bat file contains a sample for a Win32-bit machine.
- For UNIX client,
Open mxcatiav5batchprocessor.sh or EV6CatiaV5DerivedOutputProcessor.sh file and specify the following values: - Set
CATSTART_LOCATION to CATIA V5 Installation folder - Set
BATCHPROCESSOR_INSTALL_DIR to the location from where the batch processor will be executed. - Set
ENV_FILE_NAME to the environment file name without extension, located inside ENV_FILE_LOCATION . - Set
ENV_FILE_LOCATION to the location where environment file specified in variable ENV_FILE_NAME is present.The mxcatiav5batchprocessor.bat and EV6CatiaV5DerivedOutputProcessor.sh file contains a sample for an AIX machine.
-
Open
DSCBatchProcessorConfig.xml and navigate to the following node:
Batchprocessor > operationlist > operation name > integrationslist > integration name="MxCATIAV5
Provide the following values inside above node:
-
version="V6R20xxx", where xxx is the installation version. For example,
V6R2013x .
-
<implementationclass> node contains the following class path:
For Batch Rename--com.matrixone.MCADIntegration.applications.batchprocessor.DSCBatchProcessorCATIAV5Instance
For Background Derived Output--com.matrixone.MCADIntegration.applications.batchprocessor.DSCBatchDerivedOutputCATIAV5Instance
-
<configfile> node contains path for DSCBatchProcessorCATIAV5Config.xml located in BATCHPROCESSOR_INSTALL_DIR .
for example, D:\DSCBatchProcessor\config\DSCBatchProcessorCATIAV5Config.xml
-
Open
DSCBatchProcessorCATIAV5Config.xml and provide the following:
-
Specify the correct cseversion (
V6R20xxx , where xxx is the installation version). For example, V6R3013x .
-
Specify the harnessversion (
R2xx , where xx is the installation version of X-CAD Design Management). For example, R215.
-
Specify the debug log directory as
BATCHPROCESSOR_INSTALL_DIR\logs .
By default, the LCO attribute IEF-SelectedBackgroundDerivedOutputs is enforced to none . After configuring background derived output processing, the administrator must remove the enforcement.
The file formats in which background derived outputs are generated should be defined in the GCO by the administrator.
|