In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Error SQLExecute: [Amazon][RedShift ODBC] (30) Error occurred while trying to execute a qu

JohnBell
8 - Asteroid

Hi,

 

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

2 REPLIES 2
MichaelF
Alteryx Alumni (Retired)

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

JohnBell
8 - Asteroid

Thanks Michael!