cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

executing stored procedure issue

svisveswaraiya
17-Peridot

executing stored procedure issue

Hi,

I wrote a stored procedure and tried to execute in thingworx using execute command and kept the type as sql query but I am getting error and when I execute it am getting result set as Nan. Below is the command I wrote:

 

execute Modelwise_RollOff_QaOk @typeName = [[Type]] ,@shiftName = [[ShiftName]],@model = [[Model]];

288E30E7.PNG

 

Please provide some help.

 

Thanks,

V shalini.

1 REPLY 1

Hi @svisveswaraiya what exactly does this procedure do? Also could you share what sort of output does this service provide?

Top Tags