Message Name | Error Message |
INVALID_DISPLAY_IND | Invalid display indicator value. |
The display indicator value entered must be a valid value. Valid values are (Y)es or (N)o. |
INVALID_DISPLAY_NUMBER | Invalid display number value. |
The display number value entered must be a valid integer between 1 - 9999. |
INVALID_PERSONA_CDE | Invalid persona code value. |
The person code entered must be a valid value. Valid values are: 01=Anonymous, 02=Student, 03=Faculty, 04=Admin. |
INVALID_REQUIRED_IND | Invalid required indicator value. |
The required indicator value entered must be a valid value. Valid values are (Y)es or (N)o. |
INVALID_SYSTEM_REQ_IND | Invalid system required indicator value. |
The system required indicator value entered must be a valid value. Valid values are (Y)es or (N)o. |
INVALID_TERM_CODE_EFF | Invalid effective term value. |
The effective term value entered must be a valid term value. |
INVALID_WSFD_CODE | Invalid field code value. |
The field code value entered must be a valid field code value. |
INVALID_WSPG_CODE | Invalid page code value. |
The page code value entered must be a valid page code value. |
MISSING_DISPLAY_IND | Missing mandatory display indicator value. |
The display indicator value is missing and must be specified as either (Y)es or (N)o. |
MISSING_PERSONA_CDE | Missing mandatory persona value. |
The persona value is missing and must be specified. |
MISSING_REQUIRED_IND | Missing mandatory required indicator value. |
The required indicator value is missing and must be specified as either (Y)es or (N)o. |
MISSING_SYSTEM_REQ_IND | Missing mandatory system required indicator value. |
The system required indicator value is missing and must be specified as either (Y)es or (N)o. |
MISSING_TERM_CODE_EFF | Missing mandatory effective term value. |
The effective term value is missing and must be specified. |
MISSING_WSFD_CODE | Missing mandatory field code value. |
The field code value is missing and must be specified. |
MISSING_WSPG_CODE | Missing mandatory page code value. |
The page code value is missing and must be specified. |
DISPLAY_NUMBER_REQUIRED | Display number must be specified. |
Display number is required when display indicator is Y. |
DISPLAY_NUMBER_NOT_UNIQUE | Display number must be unique. |
Display number must be unique for the term, persona and page. |
DISPLAY_IND_INCORRECT | Invalid display indicator for required indicator. |
Display indicator must be Y when required indicator is Y. |
PK_NOT_FOUND | Cannot find the page and field configuration record. |
An attempt to update or delete a page and field configuration record was unsuccessful because the record could not be found using the primary key of term effective, persona, page and field. |
P_DELETE_FAILED | Cannot delete, record does not exist. |
An attempt to delete a page and field configuration record was unsuccessful because the record could not be found. |
RECORD_EXISTS | Cannot create, record already exists. |
An attempt to create a page and field configuration record was unsuccessful because the record already exists; duplicates are not allowed. |