Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\wf\res\US\wfcore.msg
### $Header: wfcore.msg 26.13 2004/08/02 14:11:44 rosthoma ship $ ### ### WFCORE.MSG - Messages for src/common C code ### ID 0 - 999 ### # # dbdrv: exec fnd bin WFRESGEN bin &phase=daa+35 \ # dbdrv: checkfile:~PROD:~PATH:~FILE \ # dbdrv: &ui_apps 0 Y DATABASE @~PROD:~PATH/~FILE # #Type Name ID Data #---- ------------------------------ ---- --------------------------------- # # # generic 100-199 # WFERR WFXXX_ARGS 100 Internal: invalid arguments. WFERR WFXXX_ASSERT 101 Internal: assertion failed '&NAME'. WFERR WFXXX_STUB 102 Internal: Not implemented. WFERR WFXXX_DB_CONNECT 103 Could not connect to '&CONNECT'. Error code ORA-&CODE. WFERR WFXXX_INVALID_DATE 104 Invalid date. # # # wfcore 200-299 # WFERR WFSTRCK_PTR 200 Internal: null pointer to string argument. WFERR WFSTRCK_EMPTY 201 Non-empty value required. WFERR WFSTRCK_LENGTH 202 Value exceeds maximum length of &MAXLEN. WFERR WFSTRCK_SPACE 203 Value contains leading or trailing spaces. WFERR WFSTRNM_UPPER 204 Value must be upper case. WFERR WFSTRNM_PRINTABLE 205 Value must consist of printable characters. WFERR WFFILOP_INVALID_MODE 206 Internal: invalid file mode. WFERR WFFILOP_FAIL 207 Could not open file '&PATH'. WFERR WFFILWX_FAIL 208 Could not write to file. WFERR WFSYSFI_FAIL 209 Could not connect system to file '&PATH'. WFERR WFUPI_FAIL 210 Oracle Error: &MESSAGE. SQL text: &STATEMENT WFERR WFENV_UNSET 211 Environment variable is not set. WFERR WFENV_TRUNCATED 212 Environment variable value was truncated to fit in return buffer. WFERR WFENVG_FAIL 213 Could not get value of environment variable '&NAME' into &MAXBYTES byte buffer. WFERR WFENVP_FAIL 214 Could not put value '&VALUE' into environment variable '&NAME'. WFERR WFUPICOM_FAIL 215 Could not commit transaction. WFERR WFUPIROL_FAIL 216 Could not rollback transaction. WFERR WFUPIOP_FAIL 217 Could not open and parse sql statement. WFERR WFFILSP_FAIL 218 OS file read error while seeking to offset &OFFSET. WFERR WFSTRNM_SEPERATOR 219 Value may not contain the ':' separator character. WFERR WFLOAD_LANG_NOT_SET 220 Unable to set NLS_LANGUAGE. WFERR WFCORE_NO_MESSAGE 221 Unable to find message &NAME of type &TYPE. WFERR WFFMT_TYPE 222 Invalid format type &TYPE. WFERR WF_ORA 223 Oracle error: &ORA_ERROR # # wfdes 300-499 # WFERR WFLISC_FAIL 300 Could not create new object of size. WFERR WFLISD_FAIL 301 Could not destroy object. WFERR WFARRA_FAIL 302 Could not allocate object array. WFERR WFXXXV_PROTECTED 303 This object is protected from modification or deletion by your access level. WFERR WFXXXV_TYPE 304 Invalid item type '&TYPE'. The object must be of a valid item type. WFERR WFXXXV_NAME 305 Invalid internal name '&NAME'. Internal names must be must be of the form [A-Z0-9_]. WFERR WFXXXV_DNAME 306 Invalid display name '&DNAME'. WFERR WFXXXV_UNIQUE_DNAME 307 Duplicate display name '&DNAME' (conflicts with '&CONFLICT_TYPE/&CONFLICT_NAME). WFERR WFXXXV_DESC 308 Invalid description '&DESC'. Descriptions have a maximum length of 240 bytes. WFERR WFXXXV_FUNCTION 309 Invalid function name '&FUNCTION'. Function names have a maximum length of 240 bytes. WFERR WFXXXS_UNIQUE 310 Duplicate internal name. WFERR WFATTV_TYPE 311 Invalid attribute type '&TYPE'. Attribute types must be one of VARCHAR2, DATE, NUMBER, LOOKUP, FORM, URL, EVENT, or DOCUMENT. WFERR WFATTV_LOOKUP 312 Invalid lookup type '&TYPE' for lookup attribute. WFERR WFATTV_FAIL 313 '&OPERATION' validation failed for attribute '&NAME'. WFERR WFATTV_UNIQUE_NAME 314 Duplicate attribute internal name '&NAME'. WFERR WFATTV_UNIQUE_DNAME 315 Duplicate attribute display name '&DNAME'. WFERR WFATVV_NAME 316 Internal: Attribute value name '&ATV_NAME' does not match attribute definition name '&ATT_NAME'. WFERR WFATVV_VARCHAR2 317 Attribute value exceeds maximum length of &MAXLEN. WFERR WFATVV_LOOKUP 318 Invalid attribute value lookup code '&CODE'. Lookup code must be one of the valid values for lookup type '&TYPE'. WFERR WFATVV_FAIL 319 '&OPERATION' validation failed for attribute '&NAME' value. WFERR WFATVDUP_FAIL 320 Could not duplicate attribute value array. WFERR WFMSGD_FAIL 321 Could not destroy message '&TYPE/&NAME'. WFERR WFMSGV_DELETE 322 Message is referenced by activity '&ACTIVITY' and cannot be deleted. WFERR WFMSGV_SUBJECT 323 Invalid message subject '&SUBJECT'. Subjects are required, and have a maximum length of 240 bytes. ### 324 WFERR WFMSGV_BODY 325 Invalid message body. Body text may contain tabs and new lines, and have a maximum length of 4000 bytes. WFERR WFMSGV_PRIORITY 326 Invalid message priority '&PRIORITY'. Priorities are in the range 1 (high) to 99 (low). WFERR WFMSAV_SOURCE 327 Invalid message attribute source '&SOURCE'. Message source is one of SEND or RESPOND. WFERR WFMSGV_FAIL 328 '&OPERATION' validation failed for message '&TYPE/&NAME'. WFERR WFMSGS_FAIL 329 Could not set message properties for '&TYPE/&NAME'. WFERR WFITTD_FAIL 330 Could not destroy item type '&NAME'. ### 331 WFERR WFITTV_FAIL 332 '&OPERATION' validation failed for item type '&NAME'. WFERR WFITTS_FAIL 333 Could not set item type properties for '&NAME'. WFERR WFLUTD_FAIL 334 Could not destroy lookup type '&NAME'. ### 335 WFERR WFLUCV_UNIQUE_NAME 336 Duplicate lookup code internal name '&NAME'. WFERR WFLUCV_UNIQUE_DNAME 337 Duplicate lookup code display name '&DNAME'. WFERR WFLUTV_NO_CODES 338 Lookup Type must have at least one lookup code. WFERR WFLUCV_FAIL 339 '&OPERATION' validation failed for lookup code '&NAME'. WFERR WFLUTV_FAIL 340 '&OPERATION' validation failed for lookup type '&NAME'. WFERR WFLUTS_FAIL 341 Could not set lookup type properties for '&NAME'. WFERR WFPACATV_FAIL 342 Could not size attribute value array. WFERR WFACTD_FAIL 343 Could not destroy activity '&TYPE/&NAME'. WFERR WFACTV_DELETE 344 Activity is referenced by activity '&TYPE/&NAME', and cannot be deleted. WFERR WFACTV_MESSAGE 345 Invalid activity message '&MESSAGE'. Messages are required by notification activities. WFERR WFACTV_TYPE 346 Invalid activity type '&TYPE'. Activity type must be one of PROCESS, FUNCTION, NOTICE, or FOLDER. WFERR WFACTV_RESULT 347 Invalid result type '&RESULT'. Result type must be a valid lookup type. WFERR WFACTV_RERUN 348 Invalid rerun flag '&RERUN'. Rerun types must be one of IGNORE, RESET, or LOOP. WFERR WFACTV_ERROR_PROCESS 349 Invalid error process '&PROCESS'. An error process must be a root level process defined in the WFERROR item type. WFERR WFACTV_TRANSITION_CODE 350 Invalid transition result code '&CODE'. Transition codes must be valid lookup codes for the originating activity's result type. WFERR WFACTV_MESSAGE_RESULT 351 Notification activity's message must have a respond attribute named 'RESULT' with lookup type '&RESULT'. WFERR WFACTV_PROCESS_START 352 Process must contain a start activity with no 'in' transitions. WFERR WFACTV_PROCESS_END 353 Process must contain at least one end activity. WFERR WFACTV_FAIL 354 '&OPERATION' validation failed for activity '&TYPE/&NAME'. WFERR WFPACV_FOLDER_UNIQUE 355 Duplicate activity in folder. A folder may only have one reference to a particular activity. WFERR WFPACV_END_CODE 356 Invalid end result code '&CODE'. End activity result codes must be one of the valid codes for the parent process' result type. WFERR WFPACV_SEFLAG 357 Invalid start/end flag '&SEFLAG'. Must be one of START or END. WFERR WFPACV_RESULT_MISSING 358 Activity result code '&CODE' has no transition defined for it. All valid result codes must be modeled with specific transitions or a <Default> transition. WFERR WFXXXV_COMMENT 359 Invalid comment '&COMMENT'. Comments have a maximum length of 240 bytes. WFERR WFPATV_FAIL 360 '&OPERATION' validation failed for '&RESULT' transition to activity '&TO_TYPE/&TO_NAME'. WFERR WFPACV_RECURSION 361 Process cannot contain itself as a child activity. WFERR WFPACV_FAIL 362 Validation failed for child activity '&TYPE/&NAME'. WFERR WFACTS_FAIL 363 Could not set activity properties for '&TYPE/&NAME'. WFERR WFXXXV_VTYPE 364 Invalid value type '&VTYPE' for attribute. WFERR WFXXXV_VTYPE_ITEMATTR 365 Invalid Item Attribute '&ITEMATTR' referenced by attribute. WFERR WFITTV_VTYPE_CONSTANT 366 Item Attribute '&NAME' default value must be constant. WFERR WFXXXV_PROTECT 367 Invalid protection level &LEVEL. Protection levels must be in the range 0-1000. WFERR WFXXXV_ICON 368 Invalid icon reference '&ICON'. WFERR WFPACV_END_TRANSITION 369 End activities may not have transitions from them. These transitions would never be taken. WFERR WFROLS_FAIL 370 Could not set role '&NAME'. WFERR WFIMGD_FAIL 371 Could not destroy image '&NAME'. WFERR WFIMGV_DELETE 372 Image is referenced by activity '&ACTIVITY_TYPE/&ACTIVITY_NAME'. WFERR WFIMGD_DATA 373 Image '&NAME' contains no data. WFERR WFIMGV_FAIL 374 '&OPERATION' validation failed for image '&NAME'. WFERR WFIMGS_FAIL 375 Could not set image properties for '&NAME'. WFERR WFPACV_LABEL 376 Invalid activity usage label '&LABEL'. WFERR WFPACV_LABEL_UNIQUE 377 Duplicate activity usage label '&LABEL' conflicts with activity '&CONFLICT_TYPE/&CONFLICT_NAME'. WFERR WFACTV_NTF_FUNCTION 378 Notification activity that uses "expanded group" send style must have an associated PL/SQL function to determine the result. WFERR WFACTV_NTF_FUNCTION_RESPOND 379 Notification activity for a message with no responses may not have a function. WFERR WFACTV_NTF_FUNCTION_EXPAND 380 Notification activity that does not use "expanded group" style send may not have a function. WFERR WFATTV_VTYPE_INCOMPATIBLE 381 Attribute of type '&ATYPE' cannot reference Item attribute of type '&ITYPE'. Types are incompatible. WFERR WFDESV_FAIL 382 Design Validation generated &COUNT warning(s). You may save invalid definitions but they should not be used in running process. WFERR WFPACV_NTF_PERFORMER 383 Notification activity must be assigned a performer when used in a process. WFERR WFLUTV_DELETE_ACT 384 Lookup type is referenced by result of activity '&ACTIVITY_TYPE/&ACTIVITY_NAME'. WFERR WFLUTV_DELETE_ITA 385 Lookup type is referenced by attribute '&NAME' in item type '&ITEM_TYPE'. WFERR WFLUTV_DELETE_ACA 386 Lookup type is referenced by attribute '&NAME' in activity '&ACTIVITY_TYPE/&ACTIVITY_NAME'. WFERR WFLUTV_DELETE_MSA 387 Lookup type is referenced by attribute '&NAME' in message '&MESSAGE_TYPE/&MESSAGE_NAME'. WFERR WFITTV_DELETE_LUT 388 Item type is referenced by lookup type '&LOOKUP'. WFERR WFITTV_DELETE_MSG 389 Item type is referenced by message '&MESSAGE'. WFERR WFITTV_DELETE_ACT 390 Item type is referenced by activity '&ACTIVITY'. WFERR WFMSAV_RESULT_LOOKUP 391 Message attributes named RESULT must be of type LOOKUP. WFERR WFATTV_VARCHAR2_LENGTH 392 Text attributes must have a length between 0 and 4000. WFERR WFMSA_TYPE_ATTRIBUTE 393 Message attributes cannot be of type ATTRIBUTE. WFERR WFPACV_ACT_MISSING 394 Definition for referenced activity '&ACT' is missing. WFERR WF_DUP_ROLE 395 Duplicate role &DISPNAME ('&ROLENAME') WFERR WF_INVALID_ROLE 396 Invalid role name '&ROLENAME' WFERR WF_DUP_USER 397 Duplicate user &DISPNAME ('&USERNAME') WFERR WF_INVALID_USER 398 Invalid user name '&USERNAME' WFERR WF_NO_LANG_TERR 399 Could not resolve NLS language and territory WFERR WFMSGV_TOKEN_OVERFLOW 400 Token name '&NAME' in message &MESSAGE is too long WFERR WFMSGV_TOKEN_MISSING 401 Could not find token '&NAME' among message attributes WFERR WFPACRV_REUSE_PROCESS 402 Should not reuse process '&NAME'. WFERR WFPACTV_FAIL 403 '&OPERATION' validation failed for subprocess tree under activity '&TYPE/&NAME'. WFERR WFMSAV_RESULT_PARTIAL 404 Message attribute RESULT cannot be partially defined WFERR WFATVV_FORMAT_NUMBER 405 Invalid number format '&FORMAT'. WFERR WFATVV_FORMAT_DATE 406 Invalid date format '&FORMAT'. WFERR WF_CANNOT_FORK 407 Cannot Fork this item (must have same process/version/date)# WFERR WFPACV_EVENTNAME_MISSING 408 Event name is missing for RAISE event. # wfidx 500-599 # WFERR WFIDXC_FAIL 500 Could not create index of size '&ROWS'. WFERR WFIDXINS_FAIL 501 Could not insert index row for key '&KEY1/&KEY2'. WFERR WFIDXDEL_NOT_FOUND 502 Index row was not found. WFERR WFIDXDEL_FAIL 503 Could not delete index row for '&KEY1/&KE2'. # # # wfres 600-699 # WFERR WFRESOW_FAIL 600 Could not begin write operation for resource file '&FILE'. WFERR WFRESWDAT_FAIL 601 Could not add data record to write list. WFERR WFRESWR_FAIL 602 Could not add resource '&TYPE/&NAME' to write list. WFERR WFRESHASH_FAIL 603 Could not generate index table. WFERR WFRESPACK_FREE_SLOT 604 Internal: could not locate free slot while packing index table. WFERR WFRESCW_FAIL 605 Could not write resource file. WFERR WFRESOR_FILE_TYPE 606 Not a valid resource file for this program. WFERR WFRESOR_FILE_VERSION 607 Resource file format version '&VERSION' is not supported by this program. WFERR WFRESOR_FAIL 608 Could not read resource file '&PATH'. WFERR WFRESRR_SEEK 609 Seek error, resource file may be corrupt. WFERR WFRESRR_READ1 610 Read error, resource file may be corrupt. WFERR WFRESRR_NOT_FOUND 611 Resource was not found. WFERR WFRESRR_FAIL 612 Could not read resource '&TYPE/&NAME'. WFERR WF_NLS_INIT_FAILED 613 Could not initialize language system. WFERR WFE_SUB_DELETED 614 Event Subscription '&SGUID' has been deleted. Cannot process Event Subscription. # # # wfds 700-799 # WFERR WFDS_HIERARCHY_DISABLED 701 &ORIGSYS is not hierarchy enabled because it is still participating in bulk synchronization.
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de