Alteryx Designer Desktop Discussions

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

deadlock error with Alteryx and sql

Nandakishore
8 - Asteroid

Hello ,

 

I have this strange problem . 

 

When i am loading data into SQL DB using Alteryx , the other person who is working on db / front end ..is unable to perform any update like run db, run portal, run power bi, etc . 

 

May be the alteryx solution is causing locks when loading data .  Any solution for this . 

 

Thanks.

1 REPLY 1
gawa
16 - Nebula
16 - Nebula

@Nandakishore 

If you use Input tool, try to check option "Read Uncommitted". With this, you can read SQL data without lock. Otherwise sql db is locked till transaction is completed, and sometimes trouble like your case take place.

Refer to this past thread for reference.

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/Input-Data-tool-Queries-should-not-l...

Labels