-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
MSSQL Node is creating errors on 1.44.1 #9692
Comments
Hey @Caretek1, Are you able to share what the error actually is and which version you downgraded to which doesn't have the issue? |
Hi i down graded to 1.42.1. basically error was coming on MSSQL node and was mostly on update queries with variable from {{$json.xxxx}} sometime error reported it was a production machine so i had to revert it immediately |
Was it the same error message that is in #9665? |
when use UPDATE operation in SQL from n8n i have this error: { "errorMessage": "Cannot read properties of undefined (reading 'error')", "errorDetails": {}, "n8nDetails": { "n8nVersion": "1.44.1 (Self Hosted)", "binaryDataMode": "default", "stackTrace": [ "TypeError: Cannot read properties of undefined (reading 'error')", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:666:253", " at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1079:20" ] } } This is breaking my automations :*{ |
Hey @Giorgio-gatti & @Caretek1, Can you try updating to |
Hi, good morning, I'm testing it in production and everything seems to be working fine. Thank u! |
Perfect, I am going to mark this as closed for now. |
Bug Description
Hi self hosted 1.44.1 started to give errors on MSSQL complete update queries reverted and problem was solved
To Reproduce
Pre Schedule Nodes of MSSQL specifically update queries creating problem
Expected behavior
Workflows of MSSQL nodes creating errors
Operating System
Ubuntu 22.04
n8n Version
1.44.1
Node.js Version
1.44.1
Database
MySQL
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: