Siebel Data Quality Administration Guide > Working with Data Cleansing and Data Matching in Real-Time and Batch Modes >

About Running Data Quality Batch Mode Requests from the Command Line


You can start your batch mode component jobs using the srvrmgr program from the command line. For more information about running component jobs from the command line, see the chapter on using the Server Manager command-line interface in Siebel System Administration Guide.

Use the following syntax for your batch mode requests:

start task for comp DQMgr with BCName=<Buscomp Name>,
BobjName =<Business Object Name>,
OpType=<Operation Type>,
ObjWhereClause=<Object Where Clause>,
ObjSortClause=<Object Sorting Clause>

For example, the following code starts a batch data cleansing request for account data:

start task for comp DQMgr with BCName="Account",
BObjName="Account",
OpType="Data Cleansing"

For more information about running batch mode data cleansing using the Siebel Data Quality Universal Connector, see About Running Data Cleansing in Batch Mode Using SDQ Universal Connector.

Siebel Data Quality Administration Guide