ITK Function Reference

(V10000.1.0.60_20160308.00)
sa_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef SA_ERRORS_H
15 #define SA_ERRORS_H
16 
17 #include <common/emh_const.h>
18 #include <sa/libsa_exports.h>
19 
26 #define SA_ERROR_BASE EMH_SA_error_base
27 
28 #define SA_user_already_exists (SA_ERROR_BASE + 1)
29 #define SA_not_initialized (SA_ERROR_BASE + 2)
30 #define SA_finding_person (SA_ERROR_BASE + 3)
31 #define SA_finding_role (SA_ERROR_BASE + 4)
32 #define SA_finding_group (SA_ERROR_BASE + 5)
33 #define SA_invalid_password (SA_ERROR_BASE + 6)
34 #define SA_finding_groupmember (SA_ERROR_BASE + 7)
35 #define SA_finding_groupmember_by_group (SA_ERROR_BASE + 8)
36 #define SA_finding_groupmember_by_user (SA_ERROR_BASE + 9)
37 #define SA_finding_groupmember_by_role (SA_ERROR_BASE + 10)
38 #define SA_finding_user (SA_ERROR_BASE + 11)
39 #define SA_not_a_system_administrator (SA_ERROR_BASE + 12)
40 #define SA_not_a_group_administrator (SA_ERROR_BASE + 13)
41 #define SA_group_pfile_not_set (SA_ERROR_BASE + 14)
42 #define SA_group_pfile_not_found (SA_ERROR_BASE + 15)
43 #define SA_group_pfile_dir_bad (SA_ERROR_BASE + 16)
44 #define SA_finding_site (SA_ERROR_BASE + 17)
45 #define SA_no_mes_info_class (SA_ERROR_BASE + 18)
46 #define SA_role_pfile_not_set (SA_ERROR_BASE + 19)
47 #define SA_role_pfile_not_found (SA_ERROR_BASE + 20)
48 #define SA_role_pfile_dir_bad (SA_ERROR_BASE + 21)
49 #define SA_no_group_and_role (SA_ERROR_BASE + 22)
50 #define SA_riog_not_found (SA_ERROR_BASE + 23)
51 #define SA_cant_deactivate_infodba (SA_ERROR_BASE + 24)
52 #define SA_bad_user_group_role_combo (SA_ERROR_BASE + 25)
53 #define SA_invalid_group (SA_ERROR_BASE + 26)
54 #define SA_cant_delete_default_groupmember (SA_ERROR_BASE + 27)
55 #define SA_cant_delete_system_group (SA_ERROR_BASE + 28)
56 #define SA_user_pfile_not_set (SA_ERROR_BASE + 29)
57 #define SA_user_pfile_not_found (SA_ERROR_BASE + 30)
58 #define SA_user_pfile_dir_bad (SA_ERROR_BASE + 31)
59 #define SA_invalid_person_attribute (SA_ERROR_BASE + 32)
60 #define SA_undefined_role (SA_ERROR_BASE + 33)
61 #define SA_find_member_failed (SA_ERROR_BASE + 34)
62 #define SA_duplicate_role_for_member (SA_ERROR_BASE + 35)
63 #define SA_delete_member_failed (SA_ERROR_BASE + 36)
64 #define SA_person_not_found (SA_ERROR_BASE + 37)
65 #define SA_group_not_found (SA_ERROR_BASE + 38)
66 #define SA_cannot_set_bypass (SA_ERROR_BASE + 39)
67 #define SA_user_inactive (SA_ERROR_BASE + 40)
68 #define SA_group_has_no_group_admin (SA_ERROR_BASE + 41)
69 
70 #define SA_rfile_empty (SA_ERROR_BASE + 50)
71 #define SA_rfile_invalid_first_line (SA_ERROR_BASE + 51)
72 #define SA_rfile_one_root_allowed (SA_ERROR_BASE + 52)
73 #define SA_rfile_invalid_data (SA_ERROR_BASE + 53)
74 #define SA_rule_tree_locked (SA_ERROR_BASE + 54)
75 #define SA_rule_tree_undefined_types (SA_ERROR_BASE + 55)
76 #define SA_some_acls_exist (SA_ERROR_BASE + 56)
77 #define SA_some_acls_replaced (SA_ERROR_BASE + 57)
78 #define SA_nonexistent_accessor (SA_ERROR_BASE + 58)
79 #define SA_nonexistent_acl (SA_ERROR_BASE + 59)
80 #define SA_nonexistent_privilege (SA_ERROR_BASE + 60)
81 #define SA_invalid_rule_arg (SA_ERROR_BASE + 61)
82 
83 #define SA_user_owns_released_objects (SA_ERROR_BASE + 70)
84 #define SA_user_owns_signoff_objects (SA_ERROR_BASE + 71)
85 #define SA_member_owns_released_objects (SA_ERROR_BASE + 72)
86 #define SA_user_has_checkouts (SA_ERROR_BASE + 73)
87 #define SA_user_is_currently_logged_in (SA_ERROR_BASE + 74)
88 
89 #define SA_cannot_load_user (SA_ERROR_BASE + 80)
90 #define SA_cannot_lock_user (SA_ERROR_BASE + 81)
91 #define SA_cannot_save_user (SA_ERROR_BASE + 82)
92 
93 #define SA_no_archive_file_name (SA_ERROR_BASE + 90)
94 #define SA_error_create_archive_dir (SA_ERROR_BASE + 91)
95 #define SA_error_write_site_id (SA_ERROR_BASE + 92)
96 #define SA_error_set_archive_info (SA_ERROR_BASE + 93)
97 #define SA_error_deleting_os_file (SA_ERROR_BASE + 94)
98 #define SA_error_closing_archive_files (SA_ERROR_BASE + 95)
99 #define SA_error_invalid_directory (SA_ERROR_BASE + 96)
100 #define SA_not_same_site_id (SA_ERROR_BASE + 97)
101 #define SA_objects_has_dif_time_stamp (SA_ERROR_BASE + 98)
102 #define SA_archive_obj_has_dif_site (SA_ERROR_BASE + 99)
103 #define SA_error_restoring_osfile (SA_ERROR_BASE + 100)
104 #define SA_fail_to_restore (SA_ERROR_BASE + 101)
105 #define SA_dataset_has_no_file (SA_ERROR_BASE + 102)
106 
107 #define SA_has_attribute_invalid_class (SA_ERROR_BASE + 110)
108 #define SA_has_attribute_invalid_attr (SA_ERROR_BASE + 111)
109 #define SA_has_attribute_invalid_type (SA_ERROR_BASE + 112)
110 #define SA_has_attribute_invalid_value (SA_ERROR_BASE + 113)
111 #define SA_NOT_ENOUGH_ACS_BITS (SA_ERROR_BASE + 114)
112 
113 #define SA_class_not_initialized (SA_ERROR_BASE + 115)
114 #define SA_invalid_dataset_tag (SA_ERROR_BASE + 116)
115 #define SA_error_last_mod_date (SA_ERROR_BASE + 117)
116 #define SA_invalid_datasettype_tag (SA_ERROR_BASE + 118)
117 #define SA_ref_obj_not_found (SA_ERROR_BASE + 119)
118 #define SA_invalid_tool_tag (SA_ERROR_BASE + 120)
119 #define SA_sfrVolume_unset (SA_ERROR_BASE + 121)
120 #define SA_archived_object (SA_ERROR_BASE + 122)
121 #define SA_recovery_info (SA_ERROR_BASE + 123)
122 #define SA_invalid_sfr_tag (SA_ERROR_BASE + 124)
123 #define SA_error_checking_member_status (SA_ERROR_BASE + 125)
124 #define SA_inactive_member (SA_ERROR_BASE + 126)
125 #define SA_can_not_deactivate_groupmember (SA_ERROR_BASE + 127)
126 #define SA_groupmember_has_inprocess_signoffs (SA_ERROR_BASE + 128)
127 #define SA_last_gm_in_default_group (SA_ERROR_BASE + 129)
128 #define SA_cannot_switch_to_inactive_role (SA_ERROR_BASE + 130)
129 
130 #define SA_PASSWORD_INVALID_SPEC_CHAR (SA_ERROR_BASE + 131)
131 
132 #define SA_PASSWORD_TOO_SHORT (SA_ERROR_BASE + 132)
133 
134 #define SA_PASSWORD_TOO_FEW_DIGITS (SA_ERROR_BASE + 133)
135 
136 #define SA_PASSWORD_TOO_FEW_ALPHA_CHARS (SA_ERROR_BASE + 134)
137 
138 #define SA_PASSWORD_NOT_MIXED_CASE (SA_ERROR_BASE + 135)
139 
140 #define SA_PASSWORD_TOO_FEW_SPEC_CHARS (SA_ERROR_BASE + 136)
141 
142 #define SA_PASSWORD_NO_SPEC_CHARS (SA_ERROR_BASE + 137)
143 #define SA_bad_user_role_combo (SA_ERROR_BASE + 138)
144 #define SA_bad_user_group_combo (SA_ERROR_BASE + 139)
145 #define SA_bad_workcontext_user (SA_ERROR_BASE + 140)
146 #define SA_invalid_user_teammember (SA_ERROR_BASE + 141)
147 #define SA_invalid_gm_teammember (SA_ERROR_BASE + 142)
148 #define SA_invalid_proj_teammember (SA_ERROR_BASE + 143)
149 #define SA_group_chg_not_allowed (SA_ERROR_BASE + 144)
150 #define SA_project_chg_not_allowed (SA_ERROR_BASE + 145)
151 #define SA_discipline_not_found (SA_ERROR_BASE + 146)
152 #define SA_tccalendar_invalid_parameter (SA_ERROR_BASE + 147)
153 #define SA_tccalendar_already_exists (SA_ERROR_BASE + 148)
154 #define SA_tccalendar_does_not_exist (SA_ERROR_BASE + 149)
155 #define SA_no_access_create_resource_calendar (SA_ERROR_BASE + 150)
156 #define SA_no_access_update_resource_calendar (SA_ERROR_BASE + 151)
157 #define SA_no_access_delete_resource_calendar (SA_ERROR_BASE + 152)
158 #define SA_no_access_create_base_calendar (SA_ERROR_BASE + 153)
159 #define SA_no_access_update_base_calendar (SA_ERROR_BASE + 154)
160 #define SA_cannot_delete_base_calendar (SA_ERROR_BASE + 155)
161 #define SA_tccalendar_unknown_error (SA_ERROR_BASE + 156)
162 #define SA_cannot_create_schedule_calendar (SA_ERROR_BASE + 157)
163 #define SA_cannot_create_sch_member_calendar (SA_ERROR_BASE + 158)
164 #define SA_base_calendar_allreadyexists (SA_ERROR_BASE + 159)
165 #define SA_invalidcalendar_withall_nonworkingdays (SA_ERROR_BASE + 160)
166 
167 #define SA_no_ip_admin_for_ip_clearance (SA_ERROR_BASE + 161)
168 #define SA_no_ip_admin_for_ip_classification (SA_ERROR_BASE + 162)
169 #define SA_no_ip_admin_for_attach_license (SA_ERROR_BASE + 163)
170 #define SA_no_ip_admin_for_detach_license (SA_ERROR_BASE + 164)
171 #define SA_no_itar_admin_for_gov_clearance (SA_ERROR_BASE + 165)
172 #define SA_no_itar_admin_for_gov_classification (SA_ERROR_BASE + 166)
173 #define SA_no_itar_admin_for_geography (SA_ERROR_BASE + 167)
174 #define SA_no_itar_admin_for_nationality (SA_ERROR_BASE + 168)
175 #define SA_no_itar_admin_for_ttcdate (SA_ERROR_BASE + 169)
176 #define SA_no_itar_admin_for_attach_license (SA_ERROR_BASE + 170)
177 #define SA_no_itar_admin_for_detach_license (SA_ERROR_BASE + 171)
178 #define SA_person_already_exists (SA_ERROR_BASE + 172)
179 
180 #define SA_group_does_not_belong_to_org (SA_ERROR_BASE + 173)
181 
182 #define SA_resource_calendar_is_referenced (SA_ERROR_BASE + 174)
183 #define SA_base_calendar_not_available (SA_ERROR_BASE + 175)
184 
185 #define SA_organization_pref_not_valid (SA_ERROR_BASE + 176)
186 #define SA_remote_export_not_support (SA_ERROR_BASE + 177)
187 #define SA_deleted_member_referenced (SA_ERROR_BASE + 178)
188 
189 #define SA_role_name_empty (SA_ERROR_BASE + 179)
190 #define SA_group_full_name_invalid (SA_ERROR_BASE + 180)
191 #define SA_group_name_already_used (SA_ERROR_BASE + 181)
192 #define SA_role_name_already_used (SA_ERROR_BASE + 182)
193 #define SA_discipline_name_already_used (SA_ERROR_BASE + 183)
194 
195 #define SA_cannot_set_lockdate_on_expired_licenses (SA_ERROR_BASE + 184)
196 #define SA_lockdate_must_be_between_currentdate_expdate (SA_ERROR_BASE + 185)
197 #define SA_InAccorWith_can_be_set_only_for_ITAR_Licenses (SA_ERROR_BASE + 186)
198 #define SA_InAccorWith_cannot_be_greater_than_80 (SA_ERROR_BASE + 187)
199 #define SA_expdate_cannot_be_less_than_currentdate (SA_ERROR_BASE + 188)
200 #define SA_cannot_add_users_groups_to_locked_licenses (SA_ERROR_BASE + 189)
201 #define SA_insufficient_privilege_to_perform_the_action (SA_ERROR_BASE + 190)
202 #define SA_group_length_cannot_be_greater_than_256 (SA_ERROR_BASE + 191)
203 #define SA_subgroup_support_not_enabled (SA_ERROR_BASE + 192)
204 #define SA_cannot_set_Authorizing_paragraph_information (SA_ERROR_BASE + 193)
205 #define SA_cannot_attach_locked_or_expired_license (SA_ERROR_BASE + 194)
206 #define SA_no_privilege_to_detach_itar_license (SA_ERROR_BASE + 195)
207 #define SA_invalid_license_administration_privilege (SA_ERROR_BASE + 196)
208 #define SA_cannot_change_type_for_existing_license (SA_ERROR_BASE + 197)
209 
210 #define SA_has_property_invalid_property (SA_ERROR_BASE + 198)
211 #define SA_has_property_invalid_type (SA_ERROR_BASE + 199)
212 #define SA_has_property_invalid_value_type (SA_ERROR_BASE + 200)
213 #define SA_has_property_invalid_value (SA_ERROR_BASE + 201)
214 #define SA_workcontext_invalid_group_member (SA_ERROR_BASE + 202)
215 
216 #define SA_low_on_available_licenses (SA_ERROR_BASE + 203)
217 
218 #define SA_no_privilege_for_gov_classification (SA_ERROR_BASE + 204)
219 #define SA_no_privilege_for_ip_classification (SA_ERROR_BASE + 205)
220 #define SA_could_not_get_authorization (SA_ERROR_BASE + 206)
221 #define SA_cannot_create_clientsessioninfo (SA_ERROR_BASE + 207)
222 #define SA_cannot_find_clientsessioninfo (SA_ERROR_BASE + 208)
223 #define SA_cannot_delete_clientsessioninfo (SA_ERROR_BASE + 209)
224 #define SA_cannot_update_clientsessioninfo (SA_ERROR_BASE + 210)
225 
227 #define SA_category_length_cannot_be_greater_than_128 (SA_ERROR_BASE + 211)
228 
229 #define SA_ada_license_with_given_licenseID_not_found (SA_ERROR_BASE + 212)
230 
231 #define SA_password_incorrectly_formatted (SA_ERROR_BASE + 213)
232 
233 #define SA_Invalid_User (SA_ERROR_BASE + 214)
234 
235 #define SA_cannot_delete_session_groupmember (SA_ERROR_BASE + 215)
236 
237 #define SA_finding_all_groupmember_by_user (SA_ERROR_BASE + 216)
238 
239 #define SA_no_system_admin_for_citizenship (SA_ERROR_BASE + 217)
240 
241 #define SA_no_privilege_for_citizenship (SA_ERROR_BASE + 218)
242 
243 #define SA_invalid_citizenship (SA_ERROR_BASE + 219)
244 
245 #define SA_failed_retrieve_ADA_license_information (SA_ERROR_BASE + 220)
246 
247 #define SA_failed_create_update_ADA_license (SA_ERROR_BASE + 221)
248 
250 #define SA_low_on_available_license_bundles (SA_ERROR_BASE + 222)
251 
252 #define SA_no_system_admin_for_user_property (SA_ERROR_BASE + 223)
253 
254 #define SA_find_group_members_invalid_argument (SA_ERROR_BASE + 224)
255 
256 #define SA_cannot_switch_active_user_default_group (SA_ERROR_BASE + 225)
257 
258 #define SA_invalid_fnd0customprofile_prop (SA_ERROR_BASE + 226)
259 
260 #define SA_invalid_fnd0customprofile_value (SA_ERROR_BASE + 227)
261 
262 #define SA_set_user_profile_prop_generic_err (SA_ERROR_BASE + 228)
263 
264 #define SA_custom_user_profile_not_found (SA_ERROR_BASE + 229)
265 
267 #define SA_tccalendar_cannot_find_timezone (SA_ERROR_BASE + 230)
268 
269 #define SA_tccalendar_invalid_calendar_input (SA_ERROR_BASE + 231)
270 
271 #define SA_tccalendar_error_during_calendar_calculations (SA_ERROR_BASE + 232)
272 
273 #define SA_tccalendar_duration_too_long (SA_ERROR_BASE + 233)
274 
275 #define SA_no_new_owning_user (SA_ERROR_BASE + 234)
276 
277 #define SA_W_LOAD_PERSON_FAILED EMH_SA_W_ERROR_BASE + 1
278 #define SA_W_CREATE_ROLE_FAILED EMH_SA_W_ERROR_BASE + 3
279 #define SA_W_CREATE_PERSON_FAILED EMH_SA_W_ERROR_BASE + 4
280 #define SA_W_SAVE_PERSON_FAILED EMH_SA_W_ERROR_BASE + 5
281 #define SA_W_DELETE_PERSON_FAILED EMH_SA_W_ERROR_BASE + 6
282 #define SA_W_LOCK_OBJECT_FAILED EMH_SA_W_ERROR_BASE + 7
283 #define SA_W_UNLOCK_OBJECT_FAILED EMH_SA_W_ERROR_BASE + 9
284 #define SA_W_LOAD_ROLE_FAILED EMH_SA_W_ERROR_BASE + 10
285 #define SA_W_NO_ROLE_NAME EMH_SA_W_ERROR_BASE + 11
286 #define SA_W_SAVE_ROLE_FAILED EMH_SA_W_ERROR_BASE + 12
287 #define SA_W_DELETE_ROLE_FAILED EMH_SA_W_ERROR_BASE + 13
288 #define SA_W_LOAD_GROUP_FAILED EMH_SA_W_ERROR_BASE + 14
289 #define SA_W_NO_GROUP_SELECTED EMH_SA_W_ERROR_BASE + 15
290 #define SA_W_NO_GROUP_NAME EMH_SA_W_ERROR_BASE + 16
291 #define SA_W_CREATE_GROUP_FAILED EMH_SA_W_ERROR_BASE + 17
292 #define SA_W_ADD_ROLE_TO_GROUP EMH_SA_W_ERROR_BASE + 18
293 #define SA_W_SAVE_GROUP_FAILED EMH_SA_W_ERROR_BASE + 19
294 #define SA_W_DELETE_GROUP_FAILED EMH_SA_W_ERROR_BASE + 20
295 #define SA_W_MODIFY_GROUP_FAILED EMH_SA_W_ERROR_BASE + 21
296 #define SA_W_LOAD_USER_FAILED EMH_SA_W_ERROR_BASE + 22
297 #define SA_W_LOAD_USER_DEFGROUP EMH_SA_W_ERROR_BASE + 23
298 #define SA_W_NO_PERSON_SELECTED EMH_SA_W_ERROR_BASE + 24
299 #define SA_W_NO_USERID_ENTERED EMH_SA_W_ERROR_BASE + 25
300 #define SA_W_NO_USERNAME_ENTERED EMH_SA_W_ERROR_BASE + 26
301 #define SA_W_NO_PASSWORD_ENTERED EMH_SA_W_ERROR_BASE + 27
302 #define SA_W_CREATE_USER_FAILED EMH_SA_W_ERROR_BASE + 28
303 #define SA_W_CREATE_MEMBER_FAILED EMH_SA_W_ERROR_BASE + 29
304 #define SA_W_SAVE_MEMBER_FAILED EMH_SA_W_ERROR_BASE + 30
305 #define SA_W_SAVE_USER_FAILED EMH_SA_W_ERROR_BASE + 31
306 #define SA_W_CHANGE_PASSWORD_FAILED EMH_SA_W_ERROR_BASE + 32
307 #define SA_W_CHANGE_OWNERSHIP EMH_SA_W_ERROR_BASE + 34
308 #define SA_W_DELETE_USER_FAILED EMH_SA_W_ERROR_BASE + 35
309 #define SA_W_SAVE_NEWOWNER_FAILED EMH_SA_W_ERROR_BASE + 36
310 #define SA_W_LOAD_MEMBER_FAILED EMH_SA_W_ERROR_BASE + 37
311 #define SA_W_INVALID_GROUP EMH_SA_W_ERROR_BASE + 38
312 #define SA_W_UNDEFINED_ROLE EMH_SA_W_ERROR_BASE + 39
313 #define SA_W_GETTING_USER_FAILED EMH_SA_W_ERROR_BASE + 40
314 #define SA_W_GETTING_GROUP_FAILED EMH_SA_W_ERROR_BASE + 41
315 #define SA_W_GETTING_ROLE_FAILED EMH_SA_W_ERROR_BASE + 42
316 #define SA_W_DELETE_MEMBER_FAILED EMH_SA_W_ERROR_BASE + 43
317 #define SA_W_LOAD_DATASETTYPE_FAILED EMH_SA_W_ERROR_BASE + 44
318 #define SA_W_CREATE_DATASETTYPE_FAILED EMH_SA_W_ERROR_BASE + 45
319 #define SA_W_ADD_TOOL_TO_DATASETTYPE EMH_SA_W_ERROR_BASE + 46
320 #define SA_W_SAVE_DATASETTYPE_FAILED EMH_SA_W_ERROR_BASE + 47
321 #define SA_W_DELETE_DATASETTYPE_FAILED EMH_SA_W_ERROR_BASE + 48
322 #define SA_W_LOAD_TOOL_FAILED EMH_SA_W_ERROR_BASE + 49
323 #define SA_W_TOOL_SNAME_NOT_ENTERED EMH_SA_W_ERROR_BASE + 50
324 #define SA_W_TOOL_NAME_NOT_ENTERED EMH_SA_W_ERROR_BASE + 51
325 #define SA_W_TOOL_VERSION_NOT_SET EMH_SA_W_ERROR_BASE + 52
326 #define SA_W_TOOL_DESCRIPTION_NOT_SET EMH_SA_W_ERROR_BASE + 53
327 #define SA_W_SAVE_TOOL_FAILED EMH_SA_W_ERROR_BASE + 54
328 #define SA_W_CREATE_TOOL_FAILED EMH_SA_W_ERROR_BASE + 55
329 #define SA_W_DELETE_TOOL_FAILED EMH_SA_W_ERROR_BASE + 56
330 #define SA_W_NO_TOOL_SELECTED EMH_SA_W_ERROR_BASE + 57
331 #define SA_W_TOOL_INITIALIZE_FAILED EMH_SA_W_ERROR_BASE + 58
332 #define SA_W_LOAD_TASKTYPE_FAILED EMH_SA_W_ERROR_BASE + 59
333 #define SA_W_TTNAME_NOT_ENTERED EMH_SA_W_ERROR_BASE + 60
334 #define SA_W_SAVE_TASKTYPE_FAILED EMH_SA_W_ERROR_BASE + 61
335 #define SA_W_CREATE_TASKTYPE_FAILED EMH_SA_W_ERROR_BASE + 62
336 #define SA_W_DELETE_TASKTYPE_FAILED EMH_SA_W_ERROR_BASE + 63
337 #define SA_W_TASKTYPE_NOT_SELECTED EMH_SA_W_ERROR_BASE + 64
338 #define SA_W_NO_DATASETTYPE_SELECTED EMH_SA_W_ERROR_BASE + 65
339 #define SA_W_ERROR_LOADING_WSO EMH_SA_W_ERROR_BASE + 66
340 #define SA_W_FIND_USER_FAILED EMH_SA_W_ERROR_BASE + 68
341 #define SA_W_FIND_GROUP_FAILED EMH_SA_W_ERROR_BASE + 69
342 #define SA_W_CHANGE_PROTECTION_FAILED EMH_SA_W_ERROR_BASE + 70
343 #define SA_W_UNLOAD_USER_FAILED EMH_SA_W_ERROR_BASE + 71
344 #define SA_W_ERROR_GET_ACLLENGTH EMH_SA_W_ERROR_BASE + 72
345 #define SA_W_ERROR_GET_ACLENTRIES EMH_SA_W_ERROR_BASE + 73
346 #define SA_W_GRANT_ACL_FAILED EMH_SA_W_ERROR_BASE + 74
347 #define SA_W_REVOKE_ACL_FAILED EMH_SA_W_ERROR_BASE + 75
348 #define SA_W_NO_ACL_SELECTED EMH_SA_W_ERROR_BASE + 76
349 #define SA_W_DELETE_OBJECT_FAILED EMH_SA_W_ERROR_BASE + 77
350 #define SA_W_NO_USER_SELECTED EMH_SA_W_ERROR_BASE + 78
351 #define SA_W_NO_ROLE_SELECTED EMH_SA_W_ERROR_BASE + 79
352 #define SA_W_NO_MEMBER_SELECTED EMH_SA_W_ERROR_BASE + 80
353 #define SA_W_INVALID_INPUT_DATASETTYPE EMH_SA_W_ERROR_BASE + 81
354 #define SA_W_NO_PERSON_FNAME EMH_SA_W_ERROR_BASE + 82
355 #define SA_W_PERSON_NAME_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 83
356 #define SA_W_NO_SA_GA_PRIVILEGE EMH_SA_W_ERROR_BASE + 84
357 #define SA_W_NO_SA_PRIVILEGE EMH_SA_W_ERROR_BASE + 85
358 #define SA_W_MUST_BE_GA_OF_GROUP EMH_SA_W_ERROR_BASE + 86
359 #define SA_W_INPUT_PERSON_NOT_FOUND EMH_SA_W_ERROR_BASE + 87
360 #define SA_W_NO_PERSON_EXISTED EMH_SA_W_ERROR_BASE + 88
361 #define SA_W_TASKTYPE_DESC_NOT_SET EMH_SA_W_ERROR_BASE + 89
362 #define SA_W_TASKTYPE_FORM_NOT_SET EMH_SA_W_ERROR_BASE + 90
363 #define SA_W_FOLLOW_ACTION_NOT_SET EMH_SA_W_ERROR_BASE + 91
364 #define SA_W_PLACE_MARK_POINT_FAILED EMH_SA_W_ERROR_BASE + 93
365 #define SA_W_NO_NEW_PASSWORD_ENTERED EMH_SA_W_ERROR_BASE + 95
366 #define SA_W_ERROR_CHANGING_PASSWORD EMH_SA_W_ERROR_BASE + 96
367 #define SA_W_NO_OS_USERNAME_ENTERED EMH_SA_W_ERROR_BASE + 101
368 #define SA_W_NO_IO_FORMAT_ENTERED EMH_SA_W_ERROR_BASE + 102
369 #define SA_W_DUPLICATED_FORMAT EMH_SA_W_ERROR_BASE + 103
370 #define SA_W_NO_IO_FORMAT_SELECTED EMH_SA_W_ERROR_BASE + 104
371 #define SA_W_NO_APPROVER_ROLE EMH_SA_W_ERROR_BASE + 105
372 #define SA_W_NO_AUTHORIZER_ROLE EMH_SA_W_ERROR_BASE + 106
373 #define SA_W_NOT_SAME_ARCHIVE_DATE EMH_SA_W_ERROR_BASE + 107
374 #define SA_W_UNABLE_TO_LIST_VOLUME EMH_SA_W_ERROR_BASE + 116
375 #define SA_W_NO_DELETE_LOGIN_USER EMH_SA_W_ERROR_BASE + 124
376 #define SA_W_NO_TOOL_FOR_DATASETTYPE EMH_SA_W_ERROR_BASE + 125
377 #define SA_W_ROLE_NAME_IS_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 126
378 #define SA_W_GROUP_NAME_IS_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 127
379 #define SA_W_USER_ID_IS_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 128
380 #define SA_W_MODIFY_USER_FAILED EMH_SA_W_ERROR_BASE + 129
381 #define SA_W_DOUBLE_CLICK_IS_REQUIRED EMH_SA_W_ERROR_BASE + 130
382 #define SA_W_MODIFY_TOOL_FAILED EMH_SA_W_ERROR_BASE + 131
383 #define SA_W_TOOL_NAME_IS_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 132
384 #define SA_W_TASKTYPE_NAME_IS_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 133
385 #define SA_W_DATASETTYPE_NAME_NOT_UNIQUE EMH_SA_W_ERROR_BASE + 134
386 #define SA_NO_SET_BYPASS (EMH_SA_W_ERROR_BASE + 135)
387 #define SA_NO_REVOKE_BYPASS (EMH_SA_W_ERROR_BASE + 136)
388 #define SA_USER_REFERENCED EMH_SA_W_ERROR_BASE + 137
389 #define SA_GROUP_REFERENCED EMH_SA_W_ERROR_BASE + 138
390 #define SA_REMOVE_GROUP_ROLE_FAIL EMH_SA_W_ERROR_BASE + 139
391 #define SA_NO_SUCH_TOOL (EMH_SA_W_ERROR_BASE + 140)
392 #define SA_INVALID_ACTION (EMH_SA_W_ERROR_BASE + 141)
393 #define SA_NO_DEFAULT_VOLUME EMH_SA_W_ERROR_BASE + 143
394 #define SA_NO_MEMBER_IN_CLIPBOARD EMH_SA_W_ERROR_BASE + 144
395 #define SA_UNDEFINED_ROLE_IN_GROUP EMH_SA_W_ERROR_BASE + 145
396 #define SA_FAIL_TO_REMOVE_ACL EMH_SA_W_ERROR_BASE + 146
397 #define SA_STATUS_NOT_FOUND EMH_SA_W_ERROR_BASE + 147
398 #define SA_FAIL_TO_ARCHIVE EMH_SA_W_ERROR_BASE + 148
399 #define SA_GROUP_ALREADY_EXIST EMH_SA_W_ERROR_BASE + 154
400 #define SA_W_CHANGE_ACL_FAILED EMH_SA_W_ERROR_BASE + 155
401 #define SA_W_FIND_ROLE_FAILED EMH_SA_W_ERROR_BASE + 156
402 #define SA_W_NO_PRIV_SELECTED EMH_SA_W_ERROR_BASE + 157
403 #define SA_W_ONLY_SA_CAN_EDIT_RULE_TREE EMH_SA_W_ERROR_BASE + 158
404 #define SA_W_UNSAVED_CHANGES_IN_RULE_TREE EMH_SA_W_ERROR_BASE + 160
405 #define SA_W_NONEXISTENT_ACCESSOR EMH_SA_W_ERROR_BASE + 167
406 #define SA_W_DUPLICATE_ACCESSOR_IN_ACL EMH_SA_W_ERROR_BASE + 170
407 #define SA_W_ACL_ALREADY_DELETED EMH_SA_W_ERROR_BASE + 171
408 #define SA_W_ACE_ALREADY_DELETED EMH_SA_W_ERROR_BASE + 172
409 #define SA_W_ACL_ALREADY_EXIST EMH_SA_W_ERROR_BASE + 173
410 #define SA_W_NO_CURRENT_PASSWORD EMH_SA_W_ERROR_BASE + 174
411 #define SA_W_NO_SITE_SELECTED EMH_SA_W_ERROR_BASE + 177
412 #define SA_W_PRIV_NOT_DEFINED EMH_SA_W_ERROR_BASE + 178
413 #define SA_W_USER_GROUP_MISMATCH EMH_SA_W_ERROR_BASE + 179
414 #define SA_W_USER_GROUP_ROLE_MISMATCH EMH_SA_W_ERROR_BASE + 180
415 #define SA_W_DELEGATION_PREVENTS_CHANGE EMH_SA_W_ERROR_BASE + 181
416 #define SA_W_CANT_CUT_AM_ROOT EMH_SA_W_ERROR_BASE + 182
417 #define SA_W_INVALID_CONTENTS EMH_SA_W_ERROR_BASE + 183
418 #define SA_W_ADD_ACE_WITH_NO_PRIVS_SET EMH_SA_W_ERROR_BASE + 185
419 #define SA_W_AMBIGUOUS_ACCESSOR EMH_SA_W_ERROR_BASE + 188
420 #define SA_W_DEFAULT_GROUP_FOUND EMH_SA_W_ERROR_BASE + 189
421 #define SA_W_DEACTIVATE_SUGG EMH_SA_W_ERROR_BASE + 190
422 #define SA_W_AMBIGUOUS_SUBGROUP_NAME EMH_SA_W_ERROR_BASE + 191
423 #define SA_USER_NOT_FOUND_IN_REMOTE_DB EMH_SA_W_ERROR_BASE + 192
424 #define SA_ENCHANCED_SECURITY_ENABLED EMH_SA_W_ERROR_BASE + 193
425 #define SA_SHARED_VOL_REPLICA_DEL_DISALLOW EMH_SA_W_ERROR_BASE + 194
426 #define SA_ADD_REPLICA_GROUP_DISALLOW EMH_SA_W_ERROR_BASE + 195
427 
432 #define SA_IMPEXP_XFER_USER_NO_RELATED_OBJ (EMH_SA_W_ERROR_BASE + 196)
433 #define SA_IMPEXP_XFER_NOT_TOP_LEVEL_GROUP (EMH_SA_W_ERROR_BASE + 197)
434 #define SA_IMPEXP_duplicate_master_obj (EMH_SA_W_ERROR_BASE + 198)
435 #define SA_IMPEXP_organization_export_error (EMH_SA_W_ERROR_BASE + 199)
436 #define SA_IMPEXP_gsid_match_error_during_import (EMH_SA_W_ERROR_BASE + 200)
437 #define SA_IMPEXP_gsid_creation_error (EMH_SA_W_ERROR_BASE + 201)
438 #define SA_IMPEXP_organization_import_error (EMH_SA_W_ERROR_BASE + 202)
439 #define SA_IMPEXP_user_default_group_not_exist (EMH_SA_W_ERROR_BASE + 203)
440 #define SA_IMPEXP_user_match_person_not_exist (EMH_SA_W_ERROR_BASE + 204)
441 #define SA_IMPEXP_groupmember_no_match_user (EMH_SA_W_ERROR_BASE + 205)
442 #define SA_IMPEXP_groupmember_no_match_group (EMH_SA_W_ERROR_BASE + 206)
443 #define SA_IMPEXP_groupmember_no_match_role (EMH_SA_W_ERROR_BASE + 207)
444 #define SA_IMPEXP_site_not_permitted_push_admin_data (EMH_SA_W_ERROR_BASE + 208)
445 #define SA_IMPEXP_cannot_export_replica_system_object (EMH_SA_W_ERROR_BASE + 209)
446 #define SA_IMPEXP_migrate_extra_subgroup_on_master_site (EMH_SA_W_ERROR_BASE + 210)
447 #define SA_IMPEXP_object_migration_fail (EMH_SA_W_ERROR_BASE + 211)
448 #define SA_IMPEXP_related_object_not_migrated (EMH_SA_W_ERROR_BASE + 212)
449 #define SA_IMPEXP_migrate_not_match_on_import (EMH_SA_W_ERROR_BASE + 213)
450 #define SA_IMPEXP_migrate_user_based_on_diff_person (EMH_SA_W_ERROR_BASE + 214)
451 #define SA_IMPEXP_migrate_extra_groupmember_on_replica_site (EMH_SA_W_ERROR_BASE + 215)
452 #define SA_IMPEXP_migrate_extra_subgroup_on_replica_site (EMH_SA_W_ERROR_BASE + 216)
453 #define SA_IMPEXP_migrate_extra_role_on_replica_site (EMH_SA_W_ERROR_BASE + 217)
454 #define SA_IMPEXP_infodba_person_export (EMH_SA_W_ERROR_BASE + 218)
455 #define SA_IMPEXP_infodba_based_person_user_export (EMH_SA_W_ERROR_BASE + 219)
456 #define SA_IMPEXP_migrate_group_not_top_level (EMH_SA_W_ERROR_BASE + 220)
457 #define SA_IMPEXP_migrate_user_not_under_group_role (EMH_SA_W_ERROR_BASE + 221)
458 #define SA_IMPEXP_migrate_missing_groupmember_objs (EMH_SA_W_ERROR_BASE + 222)
459 #define SA_IMPEXP_group_block_for_export (EMH_SA_W_ERROR_BASE + 223)
460 #define SA_IMPEXP_role_block_for_export (EMH_SA_W_ERROR_BASE + 224)
461 #define SA_IMPEXP_groupmember_block_for_export (EMH_SA_W_ERROR_BASE + 225)
462 #define SA_IMPEXP_projteam_groupmember_block_for_export (EMH_SA_W_ERROR_BASE + 226)
463 
464 #define SA_add_local_group_to_replica_group (EMH_SA_W_ERROR_BASE + 227)
465 
466 #define SA_add_local_groupmember_to_replica_group (EMH_SA_W_ERROR_BASE + 228)
467 
468 #define SA_invalid_login_user_or_password (EMH_SA_W_ERROR_BASE + 229)
469 
472 #include <sa/libsa_undef.h>
473 #endif