Configuring the Queues for Custom Batch Jobs - Intergraph Smart 3D - Reference Data

Intergraph Smart 3D Reference Data

Language
English
Product
Intergraph Smart 3D
Subproduct
Reference Data
Search by Category
Reference Data
Smart 3D Version
11 (2016)

To configure a queue for a custom batch job, you must retrieve the command ProgID, job name, and job ProgID and copy them into the CustomBatchJobsDetails.xml file, located in [Product Directory]\SharedContent\Xml.

Below is the sample format of the CustomBatchJobsDetails.xml. If this file does not exist, then create a new file in the below format.

<JOB>

<JobType>Check Database Integrity</JobType>

<JobDescription>To check the S3D database integrity and consistency</JobDescription>

<JobProgId>BatchSvcCmds,Ingr.SP3D.ProjectMgmt.Client.Commands.BatchR3DMultipleUpdate </JobProgId>

<IsModelSpecific>True</IsModelSpecific>

</JOB>

  • JobType - Defines the name of the job. The name should be unique.

  • JobDescription - Defines the job description.

  • JobProgId - Defines the ProgID created for the custom batch job.

  • IsModelSpecific - Defines the type of job. Set IsModelSpecific to True to specify the job as a model-specific job, and set IsModelSpecific to False to specify the job as a site-specific job.

    Custom batch jobs can only be created for models, so set IsModelSpecific to True.

Register this custom batch job so that the administrator can configure queues for the job in Project Management.