Real Time Information Director User Documentation

RTID Subscriptions
Hewlett-Packard Company 17 529618 - 002
The following are examples of command lines that can be used in the Insert, Browse, and
Delete modes:
. <your wls domain folder>/scripts/setenv.sh
RegSubs.sh -i
RegSubs.sh -i -p RTSCapp.prop -f RTSCsubs.xml
RegSubs.sh -b
RegSubs.sh -d -n 13 -p RTSCapp.prop
Note: Make sure to create an index on the top-level table for each subscription you
create. The tables to which you subscribe must have an index on the DATETIME
column and the primary key columns. For example, subscriptions for ORDERS05 must
have an index defined for table SALES_ORDER, and subscriptions for INVOIC01 must
have an index defined for table BILLING_DOCUMENT.
The index is required if the DATETIME field is not part of the key or if you use an
ORDER BY clause in the SELECT statement.
Registering the Canned Subscriptions
To register the canned subscriptions distributed with SubServ, use the following
commands at the OSS prompt:
cd $RTID_HOME/bin
RegSubs.sh -i –p /<your wls domain folder>SubServ.properties –f
/usr/tandem/rtid/bin/SubServ.xml