CECN0175E (0x010C00AF) CECN0175E The data server encountered an error at offset offset while setting the scheduled end time to restart-time for all subscriptions as requested by user-id. The time specified did not follow the format YYYY-MM-DD-hh.mm.ss.thmiju or specified an invalid value at the error offset. The error detected was: error-string.
Explanation
An error prevented the server from setting the scheduled end time for all subscriptions as the user requested.
The specific problem is identified by the error-string and is one of the following:
- The time must be specified to at least the second (ss)
- An unexpected character was found in the time at the specified offset (zero-based)
- The year value is not within the supported range of 1900 through 2042
- The month value is not within the supported range of 01 through 12
- The day is not valid for the specified month
- The hour value is not within the supported range of 00 through 23
- The minute value is not within the supported range of 00 through 59
- The second value is not within the supported range of 00 through 59
- The microseconds value is not within the supported range of 000000 through 999999
- Unknown
User response
Use the information in the error message to correct the command and re-issue the request to set the scheduled end time.