ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros

Macros

#define RBF_AEP_not_found_error   (RBF_ERROR_BASE + 7)
 
#define RBF_data_type_not_supported   (RBF_ERROR_BASE + 25)
 
#define RBF_defmodule_not_found_error   (RBF_ERROR_BASE + 6)
 
#define RBF_ERROR_BASE   EMH_RBF_error_base
 
#define RBF_failed_ITK_exit_module   (RBF_ERROR_BASE + 23)
 
#define RBF_init_text_services_error   (RBF_ERROR_BASE + 20)
 
#define RBF_invalid_input_name_error   (RBF_ERROR_BASE + 9)
 
#define RBF_invalid_input_values   (RBF_ERROR_BASE + 24)
 
#define RBF_login_error   (RBF_ERROR_BASE + 21)
 
#define RBF_missing_AccessorData   (RBF_ERROR_BASE + 13)
 
#define RBF_missing_CellData   (RBF_ERROR_BASE + 14)
 
#define RBF_missing_DecisionTable   (RBF_ERROR_BASE + 10)
 
#define RBF_missing_id   (RBF_ERROR_BASE + 16)
 
#define RBF_missing_input_file   (RBF_ERROR_BASE + 17)
 
#define RBF_missing_parm_specifier   (RBF_ERROR_BASE + 15)
 
#define RBF_missing_RBFInputData   (RBF_ERROR_BASE + 11)
 
#define RBF_missing_RBFOutputData   (RBF_ERROR_BASE + 12)
 
#define RBF_wrong_object_type_error   (RBF_ERROR_BASE + 8)
 

Detailed Description

Macro Definition Documentation

#define RBF_AEP_not_found_error   (RBF_ERROR_BASE + 7)

The Application Extension Point identifier "%1$" does not exist.

Definition at line 42 of file rbf_errors.h.

#define RBF_data_type_not_supported   (RBF_ERROR_BASE + 25)

An invalid data type was selected. Valid values are 0 through 5.

Definition at line 87 of file rbf_errors.h.

#define RBF_defmodule_not_found_error   (RBF_ERROR_BASE + 6)

The Module definition identifier "%1$" does not exist.

Definition at line 39 of file rbf_errors.h.

#define RBF_ERROR_BASE   EMH_RBF_error_base

Definition at line 36 of file rbf_errors.h.

#define RBF_failed_ITK_exit_module   (RBF_ERROR_BASE + 23)

The Teamcenter session logout failed. Please check the execute_rbf_rules utility syslog file for more information.

Definition at line 81 of file rbf_errors.h.

#define RBF_init_text_services_error   (RBF_ERROR_BASE + 20)

The text services for the Teamcenter session could not be initialized. Please check the execute_rbf_rules utility syslog file for more information.

Definition at line 75 of file rbf_errors.h.

#define RBF_invalid_input_name_error   (RBF_ERROR_BASE + 9)

The input name "%1$" does not match the Application Extension Point definition.

Definition at line 48 of file rbf_errors.h.

#define RBF_invalid_input_values   (RBF_ERROR_BASE + 24)

Invalid input values specified. The valid format is "ColumnName | DataType | Value".

Definition at line 84 of file rbf_errors.h.

#define RBF_login_error   (RBF_ERROR_BASE + 21)

The Teamcenter session login failed. Please check the execute_rbf_rules utility syslog file for more information.

Definition at line 78 of file rbf_errors.h.

#define RBF_missing_AccessorData   (RBF_ERROR_BASE + 13)

The Business Context cannot be created because a minimum of one Accessor is required.

Definition at line 60 of file rbf_errors.h.

#define RBF_missing_CellData   (RBF_ERROR_BASE + 14)

A Row instance cannot be created because a minimum of one Cell is required.

Definition at line 63 of file rbf_errors.h.

#define RBF_missing_DecisionTable   (RBF_ERROR_BASE + 10)

An Application Extension Rule cannot be created without a Decision Table definition.

Definition at line 51 of file rbf_errors.h.

#define RBF_missing_id   (RBF_ERROR_BASE + 16)

An Application Extension Point identifier is required.

Definition at line 69 of file rbf_errors.h.

#define RBF_missing_input_file   (RBF_ERROR_BASE + 17)

An input file name is required.

Definition at line 72 of file rbf_errors.h.

#define RBF_missing_parm_specifier   (RBF_ERROR_BASE + 15)

A parameter must be preceeded by a "-" character.

Definition at line 66 of file rbf_errors.h.

#define RBF_missing_RBFInputData   (RBF_ERROR_BASE + 11)

An Application Extension Point cannot be created without any Input definitions.

Definition at line 54 of file rbf_errors.h.

#define RBF_missing_RBFOutputData   (RBF_ERROR_BASE + 12)

An Application Extension Point cannot be created without any Output definitions.

Definition at line 57 of file rbf_errors.h.

#define RBF_wrong_object_type_error   (RBF_ERROR_BASE + 8)

The input object type "%1$" does not match the Application Extension Point definition.

Definition at line 45 of file rbf_errors.h.