Structure Management ─ Deployment and Administration
Status syncdispatch output
Understand how to monitor the status of the syncdispatch process for structure indexes in Teamcenter along with an example. Run the following command: Copy runTcFTSIndexer -status | find "ProductConf" Following is an example of the output in the syncdispatchstep section filtered to show only the structure status information: Copy U14977b73edd1c0a802641379 0.00 Started {ProductConfigUID=goZRkWxoqd$DyB, WindowUID=nmSCFWD0M1SBXC, Process=sync (update), Status=SOA call in progress, CurrentState=8 (SolrIndexGenSuccess), StateHistory=[8, 5, 8], LastStatusUpdate=2014-10-27 17:02:54 -0500}
U1493c8428cd7c0a802641381 0.00 Started {ProductConfigUID=gocRkWxoqd$DyB, WindowUID=ybqRdpVmM1Sn1A, Process=sync (update), Status=SOA call in progress, CurrentState=8 (SolrIndexGenSuccess), StateHistory=[8], LastStatusUpdate=2014-10-27 17:02:54 -0500}
U14949b7e5e27c0a802641383 0.00 Started {ProductConfigUID=gofRkWxoqd$DyB, WindowUID=OVSe3Sn0M1CE$B, Process=sync (update), Status=Waiting for 1 permits, CurrentState=8 (SolrIndexGenSuccess), StateHistory=[8], LastStatusUpdate=2014-10-27 17:02:39 -0500} ... Following is an explanation of the columns: ProductConfigUID Indicates the UID of the BomIndexAdminData object that identifies the product configuration details. WindowUID Indicates the BOM window UID. Process Indicates the type of processing that is occurring for the given product configuration. Following are available values: Dispatching Indicates that dispatching is occurring. This is a transient message. sync (initial) Indicates the first time the index is generated (for example, during re-index). sync (update) Indicates an incremental sync update is occurring. sync (delete) Indicates sync delete processing. promoting to failure (found in intermediate state) Indicates that the given product configuration did not complete processing on the last sync action and is being promoted to a failure state. ignored (previously failed) Indicates that the given product configuration was previously promoted to a failure state and is being skipped during this processing. Status Indicates fine-grained detail about the current processing. Possible values include: Waiting for # permits Indicates that processing is waiting for the required number of permits to begin processing. Waiting for connection Indicates that processing is waiting for a Teamcenter connection. SOA call in progress Indicates that a Teamcenter SOA call is in process. Download Indicates that export files are being downloaded. Transform Indicates that export data is being transformed into Solr files. Solr Indicates that Solr is being updated. Done Indicates that process completed without error. Failed Indicates that an error occurred. CurrentState Indicates the current state of the given product configuration. StateHistory Indicates the history of the states recorded while processing this product configuration during this sync process. Some expected values are [8, 5, 8] (sync update) and [0, 2, 5, 8] (initial sync).
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/administering_product_structures/ygh1737253426868/xid909838.html · retrieved 2026-07-11