If your previously functioning schedule begins failing with the error message Caused by error in as.POSIXlt.character(): character string is not in a standard unambiguous format
, it is likely due to a data type change in a date column from the data source.
To resolve this issue:
- Open Exploratory Desktop and attempt to re-import the data.
- If the problem persists, open the source step and check the date data. If the data is not in a date format, create a new step to convert it to a date, or find the correct data and use it instead.
- Republish the content and select “Run Immediately” from the Scheduling dialog to confirm the fix.