I get the below error message in my workflow when doing any of the following:
Error: Data Stream Out (57): Error SQLPrepare: [Teradata][ODBC Teradata Driver][Teradata Database] The object name is too long in NFD/NFC.
Solved! Go to Solution.
I found the cause (as I missed one of the posts), I had a TAB character straight after the SELECT statement, seemed to have resolved the issue (yay).
I am using In-DB tools with Teradata.
Comments do not seem to create this error. I managed to get the error to generate by not having a [space] between my select statement and the next command. For example while using the syntax for select all: "Select*" - Error, "Select *" - No error. The missing space appears to confuse Alteryx but not an SQL interface. In addition I placed comments before the select statement using various syntax methods, I also placed them throughout the SQL editor and the comments did not appear to change the Error message result at all.
Hi
I had the same error. Try avoiding shortforms for select (sel) ,delete (del) ,etc.
It worked for me .
Thanks
Thank you. Removing spaces worked
Finally something worked for me. Thanks!