ITK Function Reference

(V10000.1.0.60_20160308.00)
Macros
Mass Update Errors

Macros

#define PS_massupdate_already_done   (PS_error_base + 153)
 
#define PS_massupdate_changeitem_impacted_folder_failure   (PS_error_base + 176)
 
#define PS_massupdate_changeitem_not_modifiable   (PS_error_base + 154)
 
#define PS_massupdate_changeitem_problem_folder_failure   (PS_error_base + 175)
 
#define PS_massupdate_changeitem_solution_folder_failure   (PS_error_base + 177)
 
#define PS_massupdate_changeitem_updated_sol_folder_failure   (PS_error_base + 178)
 
#define PS_massupdate_changeitem_wrong_type   (PS_error_base + 172)
 
#define PS_massupdate_invalid_changeitem   (PS_error_base + 163)
 
#define PS_massupdate_invalid_impacted   (PS_error_base + 162)
 
#define PS_massupdate_invalid_markup_change   (PS_error_base + 164)
 
#define PS_massupdate_invalid_newpart   (PS_error_base + 161)
 
#define PS_massupdate_invalid_operation_type   (PS_error_base + 165)
 
#define PS_massupdate_invalid_target   (PS_error_base + 160)
 
#define PS_massupdate_latest_parent_rev_not_updateable   (PS_error_base + 171)
 
#define PS_massupdate_markup_change_add_conflict   (PS_error_base + 168)
 
#define PS_massupdate_markup_change_already_exists   (PS_error_base + 167)
 
#define PS_massupdate_markup_change_not_member   (PS_error_base + 169)
 
#define PS_massupdate_multiple_dataset_report_refs   (PS_error_base + 174)
 
#define PS_massupdate_multiple_dataset_reports   (PS_error_base + 173)
 
#define PS_massupdate_multiple_markups   (PS_error_base + 159)
 
#define PS_massupdate_newpart_conflict   (PS_error_base + 166)
 
#define PS_massupdate_no_changeitem   (PS_error_base + 152)
 
#define PS_massupdate_no_markups   (PS_error_base + 158)
 
#define PS_massupdate_parent_bvr_checked_out   (PS_error_base + 182)
 
#define PS_massupdate_parent_has_variant_item   (PS_error_base + 181)
 
#define PS_massupdate_parent_in_another_active_changeitem   (PS_error_base + 157)
 
#define PS_massupdate_parent_is_variant_item   (PS_error_base + 180)
 
#define PS_massupdate_parent_not_modifiable   (PS_error_base + 155)
 
#define PS_massupdate_parent_rev_invalid_for_operation   (PS_error_base + 170)
 
#define PS_massupdate_parent_rev_not_modifiable   (PS_error_base + 156)
 
#define PS_option_item_multisited   (PS_error_base + 179)
 
#define PS_option_name_already_used   (PS_error_base + 184)
 
#define PS_sos_save_disabled   (PS_error_base + 183)
 

Detailed Description

Macro Definition Documentation

#define PS_massupdate_already_done   (PS_error_base + 153)

Update is not modifiable or not active, meaning the mass update operation has already been performed. Please supply a different ChangeItemRevision with a modifiable, active update.

Definition at line 238 of file ps_errors.h.

#define PS_massupdate_changeitem_impacted_folder_failure   (PS_error_base + 176)

Unable to add impacted part revision to the Impacted Items Psuedo Folder on the Change Item Revision. Please check condition engine rules are correct for access rights.

Definition at line 312 of file ps_errors.h.

#define PS_massupdate_changeitem_not_modifiable   (PS_error_base + 154)

ChangeItemRevision is not modifiable. Please supply a modifiable ChangeItemRevision.

Definition at line 241 of file ps_errors.h.

#define PS_massupdate_changeitem_problem_folder_failure   (PS_error_base + 175)

Unable to add problem part revision to the Problem Items Psuedo Folder on the Change Item Revision. Please check condition engine rules are correct for access rights.

Definition at line 308 of file ps_errors.h.

#define PS_massupdate_changeitem_solution_folder_failure   (PS_error_base + 177)

Unable to add solution part revision to the Solution Items Psuedo Folder on the Change Item Revision. Please check condition engine rules are correct for access rights.

Definition at line 316 of file ps_errors.h.

#define PS_massupdate_changeitem_updated_sol_folder_failure   (PS_error_base + 178)

Update was successful but failed to add solution part revision to the Solution Items Pseudo Folder on the Change Item Revision. Please check condition engine rules are correct for access rights.

Definition at line 320 of file ps_errors.h.

#define PS_massupdate_changeitem_wrong_type   (PS_error_base + 172)

ChangeItemRevision is not the right type.

Definition at line 298 of file ps_errors.h.

#define PS_massupdate_invalid_changeitem   (PS_error_base + 163)

ChangeItemRevision is null and required, or not valid. Please supply a valid ChangeItemRevision.

Definition at line 268 of file ps_errors.h.

#define PS_massupdate_invalid_impacted   (PS_error_base + 162)

Impacted (parent of the target) ItemRevision is null or not valid. Please supply a valid impacted ItemRevision.

Definition at line 265 of file ps_errors.h.

#define PS_massupdate_invalid_markup_change   (PS_error_base + 164)

Update is null and required, or not valid. Please supply a valid update.

Definition at line 271 of file ps_errors.h.

#define PS_massupdate_invalid_newpart   (PS_error_base + 161)

New ItemRevision is null and required, or not valid. Please supply a valid new ItemRevision.

Definition at line 262 of file ps_errors.h.

#define PS_massupdate_invalid_operation_type   (PS_error_base + 165)

Mass Update operation is not valid. Please supply a valid Mass Update operation.

Definition at line 274 of file ps_errors.h.

#define PS_massupdate_invalid_target   (PS_error_base + 160)

Target ItemRevision is not valid. Please supply a valid target ItemRevision.

Definition at line 259 of file ps_errors.h.

#define PS_massupdate_latest_parent_rev_not_updateable   (PS_error_base + 171)

Solution ItemRevision found in Change Item Revision Solution Psuedo Folder is not modifiable.

Definition at line 295 of file ps_errors.h.

#define PS_massupdate_markup_change_add_conflict   (PS_error_base + 168)

There is already an operation type assigned to the selected target/impacted parent ItemRevision pair. Select a different target and impacted parent ItemRevision pair, or delete the existing pair and add a new operation with the same target and impacted parent ItemRevision pair.

Definition at line 286 of file ps_errors.h.

#define PS_massupdate_markup_change_already_exists   (PS_error_base + 167)

Update for this Mass Update operation already exists.

Definition at line 281 of file ps_errors.h.

#define PS_massupdate_markup_change_not_member   (PS_error_base + 169)

Update does not belong to this ChangeItemRevision. Please supply a different update and/or ChangeItemRevision.

Definition at line 289 of file ps_errors.h.

#define PS_massupdate_multiple_dataset_report_refs   (PS_error_base + 174)

More than one report is attached to the Mass Update dataset.

Definition at line 304 of file ps_errors.h.

#define PS_massupdate_multiple_dataset_reports   (PS_error_base + 173)

More than one Mass Update dataset report is attached to the ChangeItemRevision.

Definition at line 301 of file ps_errors.h.

#define PS_massupdate_multiple_markups   (PS_error_base + 159)

ChangeItemRevision has multiple updates. Please supply a ChangeItemRevision that has a single update.

Definition at line 256 of file ps_errors.h.

#define PS_massupdate_newpart_conflict   (PS_error_base + 166)

New ItemRevision is the same as the target ItemRevision or the impacted (parent of the target) ItemRevision. Please supply another new ItemRevision.

Definition at line 278 of file ps_errors.h.

#define PS_massupdate_no_changeitem   (PS_error_base + 152)

ChangeItemRevision is null. Please supply a valid ChangeItemRevision.

Definition at line 234 of file ps_errors.h.

#define PS_massupdate_no_markups   (PS_error_base + 158)

ChangeItemRevision has no updates. Please supply a ChangeItemRevision that has an update.

Definition at line 253 of file ps_errors.h.

#define PS_massupdate_parent_bvr_checked_out   (PS_error_base + 182)

The parent Item Revision of the target Item Revision is not selectable because its BOM View Revision is checked-out.

Definition at line 334 of file ps_errors.h.

#define PS_massupdate_parent_has_variant_item   (PS_error_base + 181)

The parent Item of the target Item Revision is not selectable because it has a Variant Item.

Definition at line 331 of file ps_errors.h.

#define PS_massupdate_parent_in_another_active_changeitem   (PS_error_base + 157)

Parent ItemRevision of the target ItemRevision is not selectable because it is referenced by another active ChangeItem.

Definition at line 250 of file ps_errors.h.

#define PS_massupdate_parent_is_variant_item   (PS_error_base + 180)

The parent Item of the target Item Revision is not selectable because it is a Variant Item.

Definition at line 328 of file ps_errors.h.

#define PS_massupdate_parent_not_modifiable   (PS_error_base + 155)

Parent Item of the target ItemRevision is not selectable because it is not modifiable.

Definition at line 244 of file ps_errors.h.

#define PS_massupdate_parent_rev_invalid_for_operation   (PS_error_base + 170)

Parent ItemRevision is not selectable because it is not valid for the specified operation.

Definition at line 292 of file ps_errors.h.

#define PS_massupdate_parent_rev_not_modifiable   (PS_error_base + 156)

Parent ItemRevision of the target ItemRevision is not selectable because it is not modifiable.

Definition at line 247 of file ps_errors.h.

#define PS_option_item_multisited   (PS_error_base + 179)

The option name cannot be modified because the parent Item is multi-sited.

Definition at line 325 of file ps_errors.h.

#define PS_option_name_already_used   (PS_error_base + 184)

The option "%1$" cannot be renamed to "%2$", because an option with same name already exists on the Item "%3$".

Definition at line 341 of file ps_errors.h.

#define PS_sos_save_disabled   (PS_error_base + 183)

Saving of "StoredOptionSet" objects has been disabled through the preference "DisableSaveSos". Please contact your system administrator for more information.

Definition at line 338 of file ps_errors.h.