Running CAE utilities
cae_execute_cae_accountability_check
Compares the attributes of a product and model structure using the accountability check framework along with data mapping rules. The attributes are compared by applying data mapping rules. The attributes marked as mapped in the NodeXMLConfig.xml file used by data mapping is considered for comparison. Data mapping rules are applied on the input product structure, and the data mapped values are compared with the model attribute value. The product and model item keys and the revision IDs are required along with the data mapping domain as input. You can optionally specify the configuration information for the product and the model. The result of the comparison is created as a named reference containing a dataset (Microsoft Excel file) with the name you specify in the -comparison_dataset_name argument. The result is attached to the root of the model structure. Syntax cae_execute_cae_accountability_check [-u=user_name {-p=user_name -pf=password-file} -g=dba] -ou=cae_admin -og=simulation_administrator -or=simulation_administrator -product_item_key=key-to-the-root-item-of-the-product-structure -product_rev_id=revision-ID-of-the-product-item-revision -product_rev_rule=revision-rule-of-the-product-structure -product_snapshot=snapshot-folder-name-for-product-structure -product_variant_rule=variant-rule-for-the-product-structure -model_item_key=key-to-the-root-item-of-the-model-structure -model_rev_id=revision-ID-of-the-model-item-revision -model_rev_rule=revision-rule-of-the-model-structure -model_snapshot=snapshot-folder-name-for-the-model-structure -model_variant_rule=variant-rule-of-the-model-structure -domain=data-mapping-domain-you-want-to-use -mode=compare-or-propagate-mode -comparison_dataset_name=dataset-name-to-save-the-comparison-log-if- the-mode-is-compare -param_file=parameter-file-in-text-format-containing-parameters-for-the-utility [-h] Arguments -u Specifies the user ID. Note If Security Services single sign-on (SSO) is enabled for your server, the -u and -p arguments are authenticated externally through SSO rather than being authenticated against the Teamcenter database. If you do not supply these arguments, the utility attempts to join an existing SSO session. If no session is found, you are prompted to enter a user ID and password. -p Specifies the password. This argument is mutually exclusive with the -pf argument. -pf Specifies the password file. This argument is mutually exclusive with the -p argument. -g Specifies the group associated with the user. If used without a value, the user's default group is assumed. -ou (Optional) Specifies the owning user ID. This user owns all created objects. -og (Optional) Specifies the group associated with the owning user. Note If you specify the -ou argument and do not specify the -og argument, the user’s default group is used. -or (Optional) Specifies the role associated with the owning user. -product_item_key Specifies the key to the root item of the product structure. Example: Copy -product_item_key="item_id=000001,my_prop=NVH"\n"); -product_rev_id Specifies the revision ID of the product item revision. -product_rev_rule (Optional) Specifies the revision rule of the product structure. This argument is not considered if you specify the -product_snapshot argument. -product_snapshot (Optional) Specifies the snapshot folder name for product structure. -product_variant_rule (Optional) Specifies the variant rule for the product structure. -model_item_key Specifies the key to the root item of the model structure. Example: Copy -model_item_key="item_id=000002,my_prop=NVHM"\n"); -model_rev_id Specifies the revision ID of the model item revision. -model_rev_rule (Optional) Specifies the revision rule of the model structure. This argument is not considered if you specify the -model_snapshot argument. -model_snapshot (Optional) Specifies the snapshot folder name for the model structure. -model_variant_rule (Optional) Specifies the variant rule of the model structure. -domain Specifies the data mapping domain you want to use. -mode Specifies the mode for CAE accountability check. The mode can be compare or propagate. If you use the compare mode, the resultant Excel dataset is created under the model root item revision with the name given in the comparison_dataset_name dataset name. If you use the propagate mode, the resultant propagate HTML dataset is created under the model root item revision with the name from the CAE_attribute_propagate_summary_dataset_name preference. -comparison_dataset_name Specifies the dataset name to save the comparison log to if the mode is compare. If the dataset name already exists in the model revision, the dataset content is replaced. -param_file Specifies a parameter file in text format containing parameters for the utility. -h Displays help for this utility. Example 1 Using an item key and rev ID (mode is compare), enter the following command in a single line: Copy cae_execute_cae_accountability_check -u=adminjones -p=adminjones -g=admin -product_item_key=item_id=0001 -product_rev_id=A -product_rev_rule=myRevRule -product_variant_rule=myVariantRule -model_item_key=item_id=0002 -model_rev_id=A -model_rev_rule=myRevRule -model_variant_rule=myVariantRule -domain=CAE -mode=compare -compare_log=C:\temp\comparereport.html Example 2 Using a product and model snapshot (mode is propagate), enter the following command in a single line: Copy cae_execute_cae_accountability_check -u=adminjones -p=adminjones -g=admin -product_snapshot=prodSnapshot -product_variant_rule=myVariantRule -model_snapshot=ModelSnapshot -model_variant_rule=myVariantRule -domain=CAE -mode=propagate Example 3 Using a parameter file (mode is compare), enter the following command in a single line: Copy cae_execute_cae_accountability_check -u=adminjones -p=adminjones -g=admin -param_file=C:\temp\myparamfile.txt Parameter file contents: Copy product_item_key=item_id=0001 -product_rev_id=A -product_rev_rule=myRevRule -product_variant_rule=myVariantRule -model_item_key=item_id=0002 -model_rev_id=A -model_rev_rule=myRevRule -model_variant_rule=myVariantRule -domain=CAE -mode=compare -comparsion_dataset_name=ComparisonReport Related Topics Simulation Process and Data Management on Rich Client ─ Usage
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/utilities_reference/ovy1737253716650/xid604968.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)