Alteryx Designer Desktop Discussions

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

Unable to Execute Stored Procedure using ODBC connection (NetSuite)

cvalteryx
7 - Meteor

Hi All,

 

I need to execute Stored Procedure using ODBC connection (NetSuite). But, I'm getting below screen:

 

cvalteryx_0-1657805920190.png

 

cvalteryx_0-1657808930191.png

 

 

 

 

Can you please let me know how to execute stored procedure in Alteryx?

 

TIA

3 REPLIES 3
TheOC
15 - Aurora
15 - Aurora

hey @cvalteryx 

I found this thread that might be some help by searching the error message on the community:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Stored-Procedures-are-not-Supported-fo...
it looks like you can use the 'pre SQL statement' to execute the stored procedure using the following:

exec your_stored_procedure


Hope this helps,
TheOC


Bulien
cvalteryx
7 - Meteor

Hey @TheOC ,

 

I saw the thread and still I get below error:

cvalteryx_0-1657852758821.png

Even if I write EXEC <SP Name> in SQL editor. Can I know how can I view its result? Is it possible to use a 'pre SQL statement' without a Table/query? I get below error:

cvalteryx_1-1657853414557.png

 

adam_rafael_18
8 - Asteroid

Hi, 

 

Were you able to find a solution to this?

Labels