ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
DPV Errors

Macros

#define DPV_data_not_found   (EMH_DPV_error_base + 124)
 
#define DPV_data_not_found_for_feature_attr_codes   (EMH_DPV_error_base + 125)
 
#define DPV_duplicate_row_encountered   (EMH_DPV_error_base + 111)
 
#define DPV_excel_dataset_not_found   (EMH_DPV_error_base + 117)
 
#define DPV_excel_validation_not_met   (EMH_DPV_error_base + 114)
 
#define DPV_feature_attribute_code_not_found   (EMH_DPV_error_base + 123)
 
#define DPV_id_does_not_exist   (EMH_DPV_error_base + 119)
 
#define DPV_item_id_is_null   (EMH_DPV_error_base + 116)
 
#define DPV_object_type_not_exist   (EMH_DPV_error_base + 115)
 
#define DPV_plant_not_defined   (EMH_DPV_error_base + 1)
 
#define DPV_plant_uid_not_available   (EMH_DPV_error_base + 113)
 
#define DPV_revision_id_not_found_under_routine   (EMH_DPV_error_base + 121)
 
#define DPV_routine_id_not_found_under_plant   (EMH_DPV_error_base + 120)
 
#define DPV_specification_sheet_not_found   (EMH_DPV_error_base + 122)
 
#define DPV_specification_sheets_not_available   (EMH_DPV_error_base + 118)
 
#define DPV_table_not_exist   (EMH_DPV_error_base + 112)
 

Detailed Description

Macro Definition Documentation

#define DPV_data_not_found   (EMH_DPV_error_base + 124)

No data could be found for the provided search criteria. Please refine the search criteria.

Definition at line 99 of file dpv_errors.h.

#define DPV_data_not_found_for_feature_attr_codes   (EMH_DPV_error_base + 125)

No data could be found for the provided feature attribute codes "%1$". Please refine the search criteria.

Definition at line 104 of file dpv_errors.h.

#define DPV_duplicate_row_encountered   (EMH_DPV_error_base + 111)

The primary key constraint is violated. Please check if there is any duplicate row.

Definition at line 33 of file dpv_errors.h.

#define DPV_excel_dataset_not_found   (EMH_DPV_error_base + 117)

No Excel dataset could be found under the given operation/routine "%1$".

Definition at line 63 of file dpv_errors.h.

#define DPV_excel_validation_not_met   (EMH_DPV_error_base + 114)

The Validation Status is "failed", because the Excel validations on the provided Routine object have failed. Please run the static validations on that object to see the exact errors.

Definition at line 49 of file dpv_errors.h.

#define DPV_feature_attribute_code_not_found   (EMH_DPV_error_base + 123)

The Feature attribute code "%1$" could not found in the given Specification sheet "%2$".

Definition at line 94 of file dpv_errors.h.

#define DPV_id_does_not_exist   (EMH_DPV_error_base + 119)

The provided plant ID "%1$" does not exist in the Teamcenter database. Please contact your site administrator for the list of valid plant IDs.

Definition at line 74 of file dpv_errors.h.

#define DPV_item_id_is_null   (EMH_DPV_error_base + 116)

The Item ID could not be retrieved for the object type "%1$". This type might be invalid.

Definition at line 58 of file dpv_errors.h.

#define DPV_object_type_not_exist   (EMH_DPV_error_base + 115)

Either the provided object type "%1$" is invalid, or the query has not found any object of this type.

Definition at line 53 of file dpv_errors.h.

#define DPV_plant_not_defined   (EMH_DPV_error_base + 1)

The target database for the given plant is not defined. Check DPV_DB_LOCATOR and DPV_LINK_LOCATOR.

Definition at line 29 of file dpv_errors.h.

#define DPV_plant_uid_not_available   (EMH_DPV_error_base + 113)

The Unique Identifier of the Plant is not available in the "DPV_DB_LOCATOR" table. Please contact your site administrator to create this table by following the Technical Documentation information in the chapter "Define Measurement Tables".

Definition at line 44 of file dpv_errors.h.

#define DPV_revision_id_not_found_under_routine   (EMH_DPV_error_base + 121)

The provided routine revision ID "%1$" could not be found under the plant ID "%2$".

Definition at line 84 of file dpv_errors.h.

#define DPV_routine_id_not_found_under_plant   (EMH_DPV_error_base + 120)

The provided routine ID "%1$" could not be found under the plant ID "%2$".

Definition at line 79 of file dpv_errors.h.

#define DPV_specification_sheet_not_found   (EMH_DPV_error_base + 122)

The provided specification sheet "%1$" could not be found under the Excel sheet "%2$".

Definition at line 89 of file dpv_errors.h.

#define DPV_specification_sheets_not_available   (EMH_DPV_error_base + 118)

The Specification sheets are not available in the Excel sheet "%1$".

Definition at line 68 of file dpv_errors.h.

#define DPV_table_not_exist   (EMH_DPV_error_base + 112)

The Dimensional Planning and Validation module has detected an internal error: the DPV_ai_token table does not exist in the database. Please contact your site administrator to create this table by following the Technical Documentation information in the chapter "Define Measurement Tables".

Definition at line 39 of file dpv_errors.h.