jcrodriguezt / laravel-sybase

Connection and Laravel Eloquent driver for Sybase
GNU General Public License v2.0
2 stars 1 forks source link

an error was encountered during handshakes before login #18

Open kikig1 opened 2 weeks ago

kikig1 commented 2 weeks ago

Hi, i get the error SQLSTATE[08001]: [Microsoft][ODBC Driver 17 for SQL Server]Client unable to establish connection because an error was encountered during handshakes before login. Common causes include client attempting to connect to an unsupported version of SQL Server, server too busy to accept new connections or a resource limitation (memory or maximum allowed connections) on the server. when trying to connect to a sybase 10 Server!

Sybase 10 is a litle bit older ;) Maybe this is the problem?

I am running Php: 8.2.20, Laravel: 10.48.12 an ubuntu 20,04

i can't find something helpful about this error nor about this server version. Maybe i have to install older drivers? but when: which ones? Is it correct that i get an error from Microsoft odbc driver? i configured the host by ip address not host name. with dbeaver i can connect, but dbeaver uses jdbc:sybase:tds and i can't find a way to use this in laravel.

Are there any tips to get more infos about the error, maybe some log to have a log? I can't find anything helpful and would be very happy for every tip.

Sorry for my bad English. best regards.