Message Name | Error Message |
INVALID_AUTO_NOTIFY_IND | Invalid value for the automatic waitlist notification indicator on the waitlist section control record. |
An attempt was made to create or update the control on waitlist section control to allow automatic notification when a seat becomes available to a value other than 'N' (No) or 'Y' (Yes). |
INVALID_CRN | Invalid value for the course reference number on the waitlist section control record. |
An attempt was made to create or update the course reference number with a value that does not exist on the section's general information record for the specified term code. |
INVALID_DATA_ORIGIN | Invalid value for the data source on the waitlist section control record. |
An attempt was made to create or update the waitlist section control data origin with an invalid value. |
INVALID_DEADLINE_NOTIFY | Invalid value for the waitlist notification deadline hours on the waitlist section control. Value should be greater than zero. |
An attempt was made to create or update the waitlist notification deadline hours with a value less than zero. |
INVALID_TERM_CODE | Invalid value for the term code on the waitlist section control record. |
The term code entered must be valid in the term code validation table (STVTERM). |
INVALID_USER_ID | Invalid value for the user ID on the waitlist section control record. |
An attempt was made to create or update the user id for the waitlist section control record with an invalid value. |
INVALID_WL_POS_WEBC_DISP_IND | Invalid value for the show waitlist position on the self-service indicator on the waitlist section control record. |
An attempt was made to create or update the show waitlist position on the self-service indicator for the waitlist section control with an invalid value. |
INVALID_WL_REG_CHECK_IND | Invalid value for the use waitlist registration checking indicator on the waitlist section control record. |
An attempt was made to create or update the control to enforce waitlist registration errors checking with a value other than 'N' (No) or 'Y' (Yes). |
INVALID_MAX_RESEND_HRS | Invalid value for the maximum resend hours on the waitlist section control. Value should be greater than or equal to zero. |
An attempt was made to create or update the maximum resend hours with a value less than zero. |
MISSING_AUTO_NOTIFY_IND | Missing mandatory value for the automatic waitlist notification indicator on the waitlist section control record. |
The required indicator to enforce automatic notification when a seat becomes available is missing and must be designated with a value of 'N' (No) or 'Y' (Yes). |
MISSING_CRN | Missing mandatory value for the course reference number on the waitlist section control record. |
An attempt was made to create or update the waitlist section control course reference number with a NULL value. |
MISSING_DEADLINE_NOTIFY | Missing value for the waitlist notification deadline hours on the waitlist section control record.
Waitlist notification deadline hours cannot be null when the automatic waitlist notification indicator is active. |
Waitlist deadline hours must be provided when the automatic waitlist notification indicator is active. |
MISSING_PARENT | Course reference number for the specified term does no exist on the section general information. |
The term code and course reference number are required and must be defined in the section general information table (SSBSECT). |
MISSING_TERM_CODE | Missing mandatory value for the term code on the waitlist section control record. |
The required term code value is missing and must be valid in the Term Code validation table (STVTERM). |
MISSING_USER_ID | Missing mandatory value for the user ID on the waitlist section control record. |
An attempt was made to create or update the waitlist section control user ID with a NULL value. |
MISSING_WL_POS_WEBC_DISP_IND | Missing mandatory value for the show waitlist position on the self-service indicator on the waitlist section control record. |
The required indicator to allow the display of the student's waitlist position on self-service is missing and must be designated with a value of 'N' (No) or 'Y' (Yes). |
MISSING_WL_REG_CHECK_IND | Missing mandatory value for the use waitlist registration checking indicator on the waitlist section control record. |
The required indicator to enforce waitlist registration checking is missing and must be designated with a value of 'N' (No) or 'Y' (Yes). |
PK_NOT_FOUND | Cannot find the record using the primary key for the waitlist section control. |
An attempt to update or delete a waitlist section control record was unsuccessful because the record could not be found using the primary key of the student term code and course reference number. |
P_DELETE_FAILED | Cannot delete the record because it does not exist for the waitlist section control. |
An attempt to delete a waitlist section control record was unsuccessful because the record could not be found. |
RECORD_EXISTS | Cannot create the record because it already exists for the waitlist section control. |
An attempt to create a waitlist section control record was unsuccessful because the record already exists; duplicates are not allowed. |