wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

SSL SYSCALL error: EOF detected #83

Open otang opened 4 years ago

otang commented 4 years ago

Is anyone familiar with this error and what may cause it?

ODBC v1.4.6

Error

{ message:
        '[Amazon][Amazon Redshift] (30) Error occurred while trying to execute a query: [SQLState 08S01] SSL SYSCALL error: EOF detected\n',
       state: '08S01' } ],
  error: '[node-odbc] SQL_ERROR',
  message:
   '[Amazon][Amazon Redshift] (30) Error occurred while trying to execute a query: [SQLState 08S01] SSL SYSCALL error: EOF detected\n',
  state: '08S01' }
wankdanker commented 4 years ago

Never seen that before. Quick debug test though, does running the same query with isql result in the same error?