Stored Procedures error 500

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.

1 Like