You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run a stored procedure on my SQL database from the node server using seriate. however i get the following error and i am not sure why. I'd really appreciate your help on it.
Error: { [RequestError: SqlContext Error. Failed on step "GetData" with: "Timeout: Request failed to complete i 15000ms"] name: 'RequestError', message: 'SqlContext Error. Failed on step "GetData" with: "Timeout Request failed to complete in 15000ms"', code: 'ETIMEOUT', number: 'ETIMEOUT', lineNumber: undefined, state: undefined, class: undefined, serverName: undefined, procName: undefined, precedingErrors: [], step: 'GetData' }
Hi,
I am trying to run a stored procedure on my SQL database from the node server using seriate. however i get the following error and i am not sure why. I'd really appreciate your help on it.
Error: { [RequestError: SqlContext Error. Failed on step "GetData" with: "Timeout: Request failed to complete i 15000ms"] name: 'RequestError', message: 'SqlContext Error. Failed on step "GetData" with: "Timeout Request failed to complete in 15000ms"', code: 'ETIMEOUT', number: 'ETIMEOUT', lineNumber: undefined, state: undefined, class: undefined, serverName: undefined, procName: undefined, precedingErrors: [], step: 'GetData' }
This is my code:
The text was updated successfully, but these errors were encountered: