Skip to main content
Nintex Community Menu Bar

SQL Request Stored Procedure parameter not supplied

  • February 21, 2019
  • 1 reply
  • 40 views

Forum|alt.badge.img+7

 Hi 

I am using Nintex forms to grab some data from a remote SQL server for a dropdown field.

 

The SQl query ran fine but I wanted to change this to use a stored procedure.

 

When I test run the stored procedure in Nintex Forms i get an error shown in the screenshot below:

 

145i3FD69AF92045F597.png

 

The thing is, when I run this in SQL, I get the expected results (a list of customers).

I am thinking that the value for the @CUSTTABLECUBEPARTITION ids not being passed for some reason.

 

I have tried altering the stored procedure so that it only needs one paramaeter (@DATAAREAID) and the same problem comes up:

147iF46B3D10C6F0EAD6.png

 

Anyone know what may be going on here and how to get the value to pass from Nintex/Sharepoint to the stored procedure?

 

Thanks.

1 reply

Forum|alt.badge.img+7
  • Author
  • February 21, 2019

Ok Solved this one. I removed the "@" before the parameter name in the SQL Request configuration. Instead of typing "@DATAAREAID", I used "DATAAREAID". Working as expected now. 

 

154i9D0EC80E42C526FB.png