I made sure thatsource_id’s are correct and the schema matches. I even gave scope all to the PAT, still not sure why it’s saying this. Any help would be appreaciated.
Our File Upload Utility has been working seamlessly and this error message is not helping with troubleshooting. The source file is populated, but the file it writes to is coming in blank. Can someone help point me in the right direction to troubleshoot this further???
Error: HTTP Code[400] Message[Bad Request] Body[{“detailCode”:“400.1 Bad request content”,“trackingId”:“cc…….d”,“messages”:[{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“The request was syntactically correct but its content is semantically invalid.”},{“locale”:“und”,“localeOrigin”:“REQUEST”,“text”:“The request was syntactically correct but its content is semantically invalid.”}],“causes”:}]
It seems , bad characters in the source files. Check the file content in notepad ++
Try uploading the exact same source file directly through the ISC UI on the source configuration page.
If the UI upload fails with the same error, the problem is definitively in the file’s content/format or the Source Schema configuration in ISC.
Try reducing the file content to just one row of data with only the absolutely required columns and test the upload again to eliminate the possibility of bad data in a specific record.