Object Tracking Utility
The Object Tracking command line utility allows you to manage the objects that trigger incremental publishing for automation:
java com.ptc.arbortext.windchill.publisher.automation.ObjectTrackingUtilty -u user-name -p user-password -collection [1 | 2 | 3 | 4] -action [list | add | remove_all | remove] -oids [<oid1>...<oidn>]
In the command:
• -collection
◦ 1 = Objects that have undergone changes that trigger incremental publish.
◦ 2 = Representations (for root nodes) that are awaiting incremental publish.
◦ 3 = Root Nodes requiring incremental publish (the nodes that failed the previous publishing).
◦ 4 = Objects that have been deleted that trigger incremental publish.
• -action
◦ list—Lists the objects in the collection.
◦ add—Use this option to add additional objects to the collection.
◦ remove_all—Use this option to remove all objects from the collection.
◦ remove—Use this option to remove specified objects from the collection. Specify which object using -oids argument.
• -oids
◦ <oid1>..<oidn>—A space separated list of object identifiers. This must be the last argument in the command line.