Control Managed Export in batch mode - Intergraph Smart 3D - Reference Data - Hexagon

Intergraph Smart 3D Structural Manufacturing Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Structural Manufacturing
Search by Category
Reference Data
Smart 3D Version
13

The CustomBatchJobsConfiguration.xml file is delivered to the [Reference Data Folder]\SharedContent\Xml\ folder.

The example below shows how to define the ExportType, the Managed Export configuration file, and the action to take during the batch run.

Example

<BatchProcess>
<BatchProcessName>Smart Production</BatchProcessName>
<BatchProcessProgID>
StrMfgBatchRequest.BatchManagedExport</BatchProcessProgID>
<BatchProcessArguments>
<Arguments Name="SmartProduction" Type="0">
<Argument Name="ExportType">Full</Argument>
<Argument Name="ConfigFile">\StructManufacturing\
ManagedExport\SmartProductionConfig.xml</Argument>
<Argument Name="Update">False</Argument>
</Arguments>
</BatchProcessArguments>
</BatchProcess>

ExportType

Matches the value in the NAME attribute, which is defined in the Managed Export configuration XML file.

ConfigFile

Specifies the path and name of the Managed Export configuration file, which is located in the [Reference Data Folder]\SharedContent folder.

Update

Specifies whether the update action is performed after an export. Set the value to True or False.

True

Runs the Manufacturing Service Manager Command, which updates out-of-date manufacturing objects.

False

Does not run the Manufacturing Service Manager Command.