-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error connecting using 'driverName' => '{IBM DB2 ODBC DRIVER}' #31
Comments
Hi @taperinha There's still a Windows package. See there: It is written... We have developers here who are under Windows 10 without any issue. Actually you don't have to set the port number. I don't set it in the DSN. You forced it by setting the "driverName". Please get back to me if you still have issues after you downloaded the right package... Best regards, |
Hi @cooperl22 I checked with support team and we are without IBM support. Only in August the IBM support will be active again. I didn't understand why I'v got this error:
in this class/line:
when I connect with that trick using IBM ODBC CLI Driver:
But ok, I'm gonna wait our IBM support be active again, then download that file (IBM_i_Access_Client_Solutions_-_Win_AP_LCD8_2011_08.zip) I really appreciate your atention. Thank you very much. Best regards, |
Where i have {IBM DB2 ODBC DRIVER} ? |
Hello @VieiraGabrielAlexandre , Please, check the cooperl22's comment about Windows package, right above my last comment. If you are using Linux, I suggest you read this link: http://www-01.ibm.com/support/docview.wss?uid=swg21692171. Kind regards, |
Hi everyone, I'm trying to connect with DB2 instance but T got this error when I check database connection "SQLSTATE[08004] SQLDriverConnect: 10061 [IBM][Controlador ODBC de System i Access]Error de enlace de comunicaciones. comm rc=10061 - CWBCO1049 - La aplicaci�n del servidor de IBM i no se ha iniciado o la conexi�n ha sido bloqueada por un cortafuegos". This is my configuration database file `'ibmi' => [
Best regards, |
Hello,
I'm using windows 8.1 64 bits with php_pdo_odbc.dll for php. Already installed IBM ODBC CLI driver 64bits.
When I try to use standard parameters connection like:
I get this error: SQL30081N A communication error has been detected. Communication protocol
being used: "TCP/IP". Communication API being used: "SOCKETS". Location
where the error was detected: "". Communication function detecting the error: "connect".
Analising the connection string I saw that DB2Connector class put all parameters, but when it pass to Connector class(laravel) the port and protocol parameters are not been passed.
Then I do this trick:
Doing this I'v got a connection, but when I tried to call Model::all() method I'v got this error: FatalErrorException
syntax error, unexpected '?'
Unfortunatly, there is no php_pdo_ibm.dll for windows 64bits. Plus, i Access IBM driver was discontinued after windows 7.1.
Any clue will be welcome ^^.
By the way, congratulations and thank you for the effort to develop this plugin. I know linux is better for this purpose, so I'm builduing a virtual machine to test my code.
Best Regards,
Alexander
The text was updated successfully, but these errors were encountered: