Real Time Information Director User Documentation
 RTID Management 
Hewlett-Packard Company  8  529618 - 001 
-wt <numberoftags> 
Use this option to set the WARNING_THRESOLD. <numberoftags> is a long value that 
specifies the number of XML start tags beyond which parser reports a warning message 
that the warning threshold was exceeded. 
Example: 
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password 
mypassword -wt 300000 
In this example, if the Director received a document that had 400000 XML tags, a 
warning message would be logged to indicate that the threshold was exceeded. 
More Examples: 
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password 
mypassword –get TotalDocumentsProcessed RecordsInserted 
You should see the following output.  The first column is the client side timestamp (in 
yyyy-MM-dd HH:mm:ss.SSS format) of when the counters were queried. This allows 
you to maintain a running history of the counters. The second column (41) is the 
TotalDocumentsProcessed count and the third column (605) is the RecordsInserted count. 
2003-11-14 18:28:57.033  41  605 
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password 
mypassword –load com.hp.rtsc.documents.NewOrders05 
com.hp.rtsc.documents.NewInvoic02 
You will see the following messages in the Director server log. 
<Loading variant/aliased document definition ORDERS05 from 
com.hp.rtsc.documents.NewOrders05> 
<Loading variant/aliased document definition INVOIC02 from 
com.hp.rtsc.documents.NewInvoic02> 
java MBeanClient -url 127.0.0.1:7001 -server myServer -user rtidAdmin -password 
mypassword –log DEBUG 
You will see the following messages in the Director server log. 
<Log level set to DEBUG> 
The following example sets the Fusion NA (SAPR00) source to CLOSED_ERROR mode 
and the RSAP(SAPPAP) source to CLOSED_DEFER mode: 










