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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tMSSqlSP sp_send_dbmail Issue

Very strange error. SPROC works fine when I DO NOT specify input parameters. However, when I specifiy two input parameters (see image below), I'm getting weird error below stating that I'm missing sp_send_dbmail parameters. I know the sproc works perfectly. Not sure what could be wrong with tMSSqlSP parameters.
Error Message
At least one of the following parameters must be specified. "@body, @query, @file_attachments, @subject"
Your help is much appreciated!
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Weird, tMSSqlSP DOES NOT like tJavaRow. It only likes tFixedFlowInput

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Weird, tMSSqlSP DOES NOT like tJavaRow. It only likes tFixedFlowInput