I have a problem connecting to a stored procedure. I have also found other topics with similar problem. I went through those topics as well. But i could not find any mistakes on my configuration. May be i am still missing something that i could not simply notice it.
Also i am looking for a way to store a returned value from a store procedure, and forward this value as an output parameter from mssql-plus node to other nodes in the flow.
Hi Steve,
I am only getting "could not find stored procedure dbo.sp_test" error.
But if i set the editor in "Query" mode and pass the parameters by calling the stored procedure like -> dbo.sp_test @serialNumber, @iccid
then it works. Please let me know if you are looking for more details.
Hi Steve,
Thank you for your reply. Please let me know if you come with some other recommendations once you test it on your SQL serve instance running.
Also about my other query, can you please provide an example to get the return value from a stored procedure and forward it to other nodes? I checked that the returned value on the debug node is always 'null'.
I am not sure if i am doing in a right way. This is how i did:
I defined an output parameter 'returnValue' as 'int' in mssql-plus node, then i passed this parameter to the stored procedure together with other parameters like:
And also regarding the problem with 'cannot find stored procedure' error, if you come up with any solutions, then please kindly let me know. I would be glad to learn that as well.