This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The highly anticipated Alteryx Community tradition is back! We hope you'll join us!
Learn MoreHi,
This morning a scheduled workflow got the following error:
Data Stream Out (2) Error SQLExecute: [Amazon][RedShift ODBC] (30) Error occurred while trying to execute a query: ERROR: Disk Full¶DETAIL: ¶ -----------------------------------------------¶ error: Disk Full¶ code: 1016¶ context: node: 0¶ query: 15125257¶ location: fdisk_api.cpp:589¶ process: query0_1007_15125257 [pid=112968]¶ -----------------------------------------------¶¶
I have an assumption, but I'm not positive how to interpret this...
Can somewhere share there knowledge on this error message?
Thanks in advance,
John
Hi @JohnBell
It looks like that the Redshift Disk might be full, based on the message.
Stack overflow has a thread which you might have to look more into -
https://stackoverflow.com/questions/34281520/how-to-verify-that-redshift-are-really-disk-full
Thanks Michael!