Medium severitydata source
Power BI Refresh Error:
OrcDateTimeExceedLimit
What does this error mean?
A datetime value in an ORC file exceeds ADF's valid ticks range. Values like 0001-01-01 00:00:00 fall outside the valid range due to differences between the Julian and Gregorian calendars.
Common causes
- 1The ORC file contains datetime values of 0001-01-01 00:00:00, which in some calendar systems falls outside the valid ticks range
- 2Calendar conversion differences between Julian and proleptic Gregorian calendar produce an out-of-range ticks value
How to fix it
- 1Check the ticks value referenced in the error message and identify the source column producing it.
- 2Avoid using the datetime value 0001-01-01 00:00:00 in ORC datetime columns — replace with NULL or a valid default date.
- 3Filter or transform out-of-range datetime values in the source before writing to ORC.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-orc