Siebel Remote and Replication Manager Administration Guide > Implementing Siebel Remote Server > Starting Siebel Remote Server Components >

Transaction Router


The Transaction Router calculates visibility for transactions and routes data to mobile users. Table 7 shows selected parameters for the Transaction Router.

Table 7.  Start-Up Parameters for the Transaction Router
Name
Alias
Required/Optional
Default Value and Usage Notes

Sleep Time

SleepTime

Optional

Time to sleep between iterations (in seconds). The default is 60.

Maximum writes per file

MaxWrite

Optional

Maximum number of operations written per DX file. The default is 5000.

Maximum reads per iteration

MaxRead

Optional

Maximum number of operations processed by the Transaction Router for a given mobile user during each run. The default is 10000.

Set Application Server Name

SetAppName

Optional

Upgrades Mobile Web Clients from previous versions of Siebel eBusiness Applications to v4.0 and above. The default is TRUE.

At start-up, the transaction router searches the server database for Mobile Web Clients whose Siebel Remote server value is not set and that have a docking directory on the local server. This parameter sets the application server name in the server database for each of these Mobile Web Clients.

Write compressed .dx files

WriteCompressed

Optional

Write DX files in compressed format. The default is TRUE.

TS Cache Size

TSCacheSize

Optional

Cache size for dobjinst.dbf database in kilobytes. The default is 2048 kilobytes. Maximum value should not exceed the number of mobile users on the application server multiplied by the size of the largest dobjinst.dbf file.

Read client list iterations

ReadClientsIter

Optional

The number of runs before the Transaction Router refreshes the list of users it should be processing from the database.

The default is 10 iterations.

Id Db Recreate

IdDbRecreate

Optional

Recreates the visibility ID database, visdata.dbf. It is a cache storage for data required for the visibility check. The default is FALSE, which means it does not recreate the database every time Txnroute starts.

Id Db Size

IdDbSize

Optional

Size of the visibility ID database, visdata.dbf. This parameter is used only when no visdata.dbf file is present, or when Id Db Recreate is set to True. The default is 10MB, which is optimal in most cases. Maximum value should not exceed 200 MB.

Node Division Factor

NodeDivFactor

Optional

Determines the maximum number of mobile users to process by a Transaction Router instance during every run. The component will process the fractional number of users computed using this parameter. For example, if the value of this parameter is 5 (the default) and there are 100 mobile users on the Application server, the component will process 100/5 or 20 users.

Maximum seconds per iteration

MaxSecs

Optional

Determines the longest duration that a Transaction Router instance will work on one mobile user during each run. The default is 300 seconds.

Siebel Remote and Replication Manager Administration Guide