Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calling stored procedure

I am trying to call a stored procedure on the database from my qv-script. In the developer everythings works fine, but after deploying on the server (IE client), the procedure is not executed anymore.

Code in script:

sql call procedure_name(par1, par2);

(note: this procedure updates a value in table par1 with value par2)

Any ideas?

Thanks, Nor

Labels (1)
1 Reply
danielrozental
Master II
Master II

Is it a SQL Server database? do you use network authentication to connect to the database?