Siebel Assignment Manager Administration Guide > Running Assignment Manager > Running Assignment Manager in Interactive Mode >

Running Interactive Assignment Using the Command-Line SRVRMGR Utility


Interactive assignment uses the Assignment Manager (AsgnSrvr) server component to make assignments. Assignments can also be made to object rows using the Assignment Manager (AsgnSrvr) component from the command-line interface using the AsgnSrvr command and the parameters in Table 35. The command-line interface of the Server Manager is the srvrmgr program. For more information on using the command-line interface, see Siebel System Administration Guide.

Table 35.  Interactive Assignment Command-Line Interface Parameters
Parameter Name
Display Name
Description
Default Value

AllowDupPostn

Allow Duplicate Position

Allows assignment of duplicate positions to the team

For more information, see AllowDupPostn.

FALSE

AsgnKey

Assignment Key

Rule set used for key-based routing

For more information, see AsgnKey.

All AM Rule Set

AsgnMode

Assignment Mode

Mode of assignment

MatchAssign

AsgnObjName

Assignment Object Name

Name of the assignment object

 

BatchSize

Batch Size

Number of objects to assign before committing results (transaction) to the database.

100

EventDate

Event Date

Date of the event that caused this assignment request

 

IgnoreCache

Ignore assignment rule cache

Ignore assignment rule cache and read from the database

FALSE

LogTxnChgOnly

Log txn only on change

Log transaction only when the assignment has changed

TRUE

MaxSkillsAge

Refresh people skills interval

Interval in which people skills are refreshed in seconds (must be greater than zero seconds).

NOTE:  This parameter is only applicable to interactive assignment.

0

ObjWhereClause

Object Where Clause

SQL WHERE clause that identifies the object rows from the assignment object primary table to be assigned.

For more information, see ObjWhereClause.

 

UseForUpdate

Use FOR UPDATE

If TRUE, Assignment Manager uses the FOR UPDATE SQL clause to lock primary table rows so that, during evaluation and assignment, no other process or user can make changes to this row.

TRUE

Siebel Assignment Manager Administration Guide