-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name: 'RequestError', message: 'SqlContext Error. Failed on step "__result__" with: "No connection is specified for that request."', code: 'ENOCONN', step: '__result__' #52
Comments
Same experience here, but from Windows to Ubuntu. |
I am experiencing the same issue. Locally everything works fine but when deployed to my Heroku-like platform I get the following error:
@calvinb @Prestaul it'd be greatly appreciated if we could get some feedback on this. I was originally using
|
@takotuesday Looks like other folks are having the same problem with other tedious-based libraries. I just ran across this solution that sounds like it has worked for some: tediousjs/node-mssql#383 (comment) |
@calvinb it seems like that solution requires me to use
|
@takotuesday If you see a simple way we could get |
@takotuesday To clarify, |
I added |
So, this is the result that I get when trying to run in a lambda. The query runs and returns fine when executed locally, any idea's why or what I may be able to do to get this to work on aws lambda. Thanks
The text was updated successfully, but these errors were encountered: