Likely this is a difference between the driver behavior in Windows and *nix (different drivers are used between those environments). Typically it’s been noticed that DSP will throw an error if a SPROC returns no values. The best way to resolve this would be to edit your SPROC to return a value, even just a dummy one, so DSP knows the procedure was executed successfully.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| MS SQL stored procedure output error | 3 | 3415 | August 31, 2016 | |
| Stored Procedure call returns Code 500 with Response Body: no content | 8 | 3914 | December 22, 2014 | |
| Make a Stored Procedure Call using .NET SDK | 2 | 2575 | September 17, 2015 | |
| Calling Mysql Sproc return no results | 1 | 1541 | February 24, 2016 | |
| Rest api > mysql proc (two params) > json post data | 2 | 2491 | January 20, 2018 |