We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

row limit of 5000000 exceeded

noopurjain
8 - Asteroid

I am getting below error while executing an Alteryx flow.

 

" Error SQLExecute: ERROR: WLM row limit of 5000000 exceeded; Error while executing the query"

 

My Alteryx application is directly connected to the database.  

3 REPLIES 3
apathetichell
20 - Arcturus

Is this In-DB or through an Input tool - what kind of DB - this looks like a setting in your  ODBC as I know Alteryx doesn't have a 5,000,000 row limit.

danilang
19 - Altair
19 - Altair

Hi @noopurjain 

 

This is a non-superuser row limit imposed in systems like Yellowbrick. You can get around it by putting your output tool in a batch macro and setting it up so each iteration of the macro only writes 5M rows.

 

Dan    

Qiu
21 - Polaris
21 - Polaris

@noopurjain 
I followed the comment of @danilang , if your DB is YellowBrick, you can ask your administrator to uplift the row limit.
https://www.yellowbrick.com/docs/4.0/workload/wlm_rule_actions.html

Qiu_0-1649025241235.png

 

Labels
Top Solution Authors