Input value error
Errors that start with "VALID" are displayed when errors relating to Input value occur.
VALID01101:Fail to read date value.
- Cause
Year(YYYY) is not numeric. - Countermeasure
Please check date value, input or selected.
VALID01102:Fail to read date value.
- Cause
Month(MM) is not numeric. - Countermeasure
Please check date value, input or selected.
VALID01103:Fail to read date value.
- Cause
Day(DD) is not numeric. - Countermeasure
Please check date value, input or selected.
VALID01104:Fail to read date value.
- Cause
Year(YYYY) is out of range (0 - 9999) - Countermeasure
Please check date value, input or selected.
VALID01105:Fail to read date value.
- Cause
Month(MM) is out of range (1 - 12) - Countermeasure
Please check date value, input or selected.
VALID01106:Fail to read date value.
- Cause
Day(DD) is out of range (1 - n(the last day of MM)). - Countermeasure
Please check date value, input or selected.
VALID01201:Fail to read time value.
- Cause
Hour(HH) is not numeric. - Countermeasure
Please check time value, input or selected.
VALID01202:Fail to read time value.
- Cause
Minute(MM) is not numeric. - Countermeasure
Please check time value, input or selected.
VALID01203:Fail to read time value.
- Cause
Second(SS) is not numeric. - Countermeasure
Please check time value, input or selected.
VALID01204:Fail to read time value.
- Cause
Hour(HH) is out of range(0 - 24). - Countermeasure
Please check time value, input or selected.
VALID01205:Fail to read time value.
- Cause
Minute(MM) is out of range(0 - 59). - Countermeasure
Please check time value, input or selected.
VALID01206:Fail to read time value.
- Cause
Second(SS) is out of range(0 - 59). - Countermeasure
Please check time value, input or selected.
VALID01207:Fail to read time value.
- Cause
Time(HH:MM:SS) is out of range(0:00:00 - 24:00:00). - Countermeasure
Please check time value, input or selected.