-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I sometimes get the RequestError Could not find stored procedure. I'am sure the stored procedure exists and normally the stored procedure is executed and I get the result. Has somebody the same problem?
Error:
...
RequestError: Could not find stored procedure 'spOrdersSingleTotals'.
at Connection. (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/lib/tedious.js:851:17)
at emitOne (events.js:116:13)
at Connection.emit (events.js:211:7)
at Parser. (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/connection.js:441:15)
at emitOne (events.js:116:13)
at Parser.emit (events.js:211:7)
at Parser.nextToken (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/token/token-stream-parser.js:91:18)
at Parser.addBuffer (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/token/token-stream-parser.js:68:17)
at Connection.sendDataToTokenStreamParser (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/connection.js:879:35)
at Connection.data (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/connection.js:275:23)
at Connection.dispatchEvent (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/connection.js:742:59)
at MessageIO. (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/connection.js:670:22)
at emitOne (events.js:116:13)
at MessageIO.emit (events.js:211:7)
at MessageIO.eventData (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/message-io.js:56:12)
at Socket. (/home/DataTakerPortal/bundle/programs/server/npm/node_modules/meteor/emgee_mssql/node_modules/mssql/node_modules/tedious/lib/message-io.js:3:59)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at addChunk (_stream_readable.js:263:12)
at readableAddChunk (_stream_readable.js:250:11)
at Socket.Readable.push (_stream_readable.js:208:10)
at TCP.onread (net.js:594:20)
...