Flemming Frandsen wrote:
[SAP AG][LIBSQLOD SO][SAP DB]Unable to connect to data source;-709 CONNECT: (cannot create reply fifo). (SQL-08001)(DBD: db_login/SQLConnect err=-1)
>
This means that the script connected to the database around 4300 times without anything going wrong, so it's not like this bug shows up a lot.This sounds a lot like what happens when people forget to handle EINTR, and the process suddenly gets a signal for some reason.
sql41_create_fifo, the routine that seems to fail, contains calls to mknod and chown, both may return EINTR and there is no sign of re-trying the system calls in that case.
There is also no trace of trying to report the actual errorcode (errno), something that would make it a lot easier to debug this problem...
As a bonus, who is UKP?
--
Regards Flemming Frandsen - http://dion.swamp.dk
PartyTicket.Net co founder & Yet Another Perl Hacker
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general
