Symptom: You get entries in the error logs like below:
16.02.2020 17:05:43 ERROR(E) 2020-02-16 17:04:45.22 [Error] A Tableau exception occured at processing data (Tableau Status code: Result_InvalidArgument (Result_InvalidArgument). Row: 5, Column: 'Quotation valid to' (7), Value: '31.01.0001',Message: 'DataExtractApi returned code: 303 (Result_InvalidArgument). Message: invalid date value':
Reason: If your SAP data has date fields that have incorrect entries, you will get similar errors from the Tableau SDK. Apparently Tableau cannot handle a date with year 0001.
Solution: If you don't really need this field, then you can remove it from the data source. If you do need it, then you can export it as a string by changing the Extraction Method field on the Field Catalog Extension screen to "F" (Force string data type).
Alternatively, if you can correct all entries with invalid data then it would be the best solution.
Comments
0 comments
Article is closed for comments.