Managing Configuration Items › Manage Staged Transactions › Transaction Work Area
Transaction Work Area
CA SDM provides the transaction work area (TWA) for inspecting and modifying CI and relationship data before you load the data into the CMDB.
The TWA process works as follows:
- Load the data into the TWA. The content can include CI transactions or relationship transactions. The input process does not attempt to reconcile records; it simply populates the work area with CI and relationship transaction records in one of the following ways:
- GRLoader – Reads XML data and stores it in the TWA using the -lttwa or -lttwar options.
- Native SQL – Places data into the TWA using standard SQL processing.
- Create a CI transaction or relationship transaction using the web interface.
- (Optional) Manually reconcile transactions to existing CIs in the CMDB before you load the data. You can also simulate loading the data to predetermine whether a set of transactions can create new CIs (and therefore create new ambiguities for other CIs) or relationships.
For more information, see Review and Modify Inbound Data Using Transaction Work Area (TWA).
- Modify the data. You can modify the TWA from the following sources:
- CA SDM user interface
-
The web-based user interface lets you view and modify transactions in the work area.
- Native SQL
-
When performing many changes to multiple transactions, native SQL can modify the data in the TWA.
Note: Changes made using native SQL can bypass all CA SDM security.
- GRLoader loads the data from the TWA to the CA CMDB using the -lftwa or -lftwai options. Each TWA row is treated as a separate transaction.
- If there is an error after a GRLoader run, the error code is populated into the transaction to indicate that it is incomplete (to facilitate future retries).
- All other records are identified as completed transactions.
- Review the transaction results and correct any errors using the web interface. Repeat steps 3 and 4 as needed.
Note the following:
- If you created any custom families or attributes and want their columns to appear in the work area, modify the work area to include the customized columns. For more information, see Extend the TWA Object.
- Use the latest version of GRLoader to take advantage of the TWA. If you are using a product that includes a previous release of GRLoader, upgrade GRLoader to the latest version.
- Changes made to transactions in the TWA are not audited.