Hi Ralf, > -----Original Message----- > From: Ralf Becker [mailto:[EMAIL PROTECTED] > Sent: Montag, 16. August 2004 17:17 > To: [EMAIL PROTECTED] > Subject: Cant connect from php via unixODBC > > > Hi all, > > I have successfully connected to MaxDB on a SuSE 9.0 using > php complied > with iODBC. Now I installed MaxDB on a RH Enterprise Server 3 which's > php is compiled against unixODBC. When I try to connect I get the > following error-message: > > [unixODBC][MySQL MaxDB][LIBSQLOD SO][MaxDB] Unable to connect to data > source;-709 CONNECT: (database not accesssible: stat on pipe (13:) > > 13 usualy means Permission denied, but I have no idea on on > which pipe, > or how I can fix that. > > /etc/odbc.ini (permissions 644): > [maxegw] > Description = MaxDB 7.5 > Driver=MaxDB > ServerNode=localhost > ServerDB=MAXEGW
If communication via loopback (127.0.0.1) works, maybe the communication via shared memory fails since the driver can not create the shared memory segment. HTH Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
