Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: AUTH_DB module - initializing Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: ERROR:unixodbc:new_connection: failed to connect Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: register_udomain(): Can not open database connection Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: domain_fixup(): Error while registering domain Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: ERROR: fix_actions: fixing failed (code=-1) at cfg line 148 Apr 21 13:33:25 sylvain-desktop /usr/sbin/openser[24539]: INFO:mi_fifo:mi_destroy: process hasn't been created -> nothing to kill
Hi Sylvain!
It's may be a bug/feature when ODBC return SQL_SUCCESS_WITH_INFO which treat as error in current releases. It will be fixed in future releases I hope (see http://openser.org/pipermail/devel/2007-April/007070.html) Now you can try comment "goto err" line 147 (for 1.2.0 release) in odbc/my_con.c and reinstall module
Hi victor,
Thanks you, i test this.
Sylvain