Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jackm75
Creator
Creator

Qlik Data Gateway with SQL Stored Procedures

Has anyone had success with setting up a data gateway to on-premise SQL server then executing a stored procedure? 

When I run it, it never returns data; just spins. However, if I run the raw query from the SP directly in the Qlik load script, it returns as expected. Does the Data Gateway set up just not like stored procedures? 

Example:

LOAD *;

SQL

EXEC [Server].[Schema].[StoredProcedure];

 

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

Hi, yes, and worked. There is an option 'Allow non-SELECT queries' in the SQL connector, try checking that option.

If still doesn't works check that you have the most updated version of Data Gateway. You will need to install, setup and configure again.

 

View solution in original post

2 Replies
rubenmarin

Hi, yes, and worked. There is an option 'Allow non-SELECT queries' in the SQL connector, try checking that option.

If still doesn't works check that you have the most updated version of Data Gateway. You will need to install, setup and configure again.

 

jackm75
Creator
Creator
Author

Thanks @rubenmarin . Can't believe I missed that option on set up. Checking that box did the trick!