Skip to content
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

Closed
Caretek1 opened this issue Jun 11, 2024 · 7 comments
Closed

MSSQL Node is creating errors on 1.44.1 #9692

Caretek1 opened this issue Jun 11, 2024 · 7 comments

Comments

@Caretek1
Copy link

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)

@Joffcom
Copy link
Member

Joffcom commented Jun 11, 2024

Hey @Caretek1,

Are you able to share what the error actually is and which version you downgraded to which doesn't have the issue?

@Caretek1
Copy link
Author

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

@Joffcom
Copy link
Member

Joffcom commented Jun 11, 2024

Was it the same error message that is in #9665?

@Giorgio-gatti
Copy link

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 :*{
"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"
]
}
}

@Joffcom
Copy link
Member

Joffcom commented Jun 17, 2024

Hey @Giorgio-gatti & @Caretek1,

Can you try updating to 1.44.2 and let me know if you still see this.

@Giorgio-gatti
Copy link

Hi,

good morning, I'm testing it in production and everything seems to be working fine. Thank u!

@Joffcom
Copy link
Member

Joffcom commented Jun 18, 2024

Perfect, I am going to mark this as closed for now.

@Joffcom Joffcom closed this as completed Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants