Hi Henning,
I thought this too ... But I connect with isql normally. See my DSN setup: [FBSipServer] Description = Firebird SipServer Driver = Firebird Dbname = localhost:/usr/local/database/FBSipServer.fdb Client = libfbclient.so User = SYSDBA Password = F60dA58 Role = CharacterSet = WIN1252 ReadOnly = No NoWait = No Dialect = 3 QuotedIdentifier = Yes SensitiveIdentifier = No AutoQuotedIdentifier = No
modparam("acc|usrloc|group|avpops|permissions|domain", "db_url", "unixodbc://SYSDBA:F60dA58@localhost/FBSipServer")
-----Mensagem original----- De: Henning Westerholt [mailto:henning.westerholt@1und1.de] Enviada em: quarta-feira, 16 de janeiro de 2008 07:52 Para: users@lists.openser.org Cc: Alcindo Schleder Assunto: Re: [OpenSER-Users] Problems with unixodbc driver
-----Mensagem original----- De: Henning Westerholt [mailto:henning.westerholt@1und1.de] Enviada em: quarta-feira, 16 de janeiro de 2008 07:52 Para: users@lists.openser.org Cc: Alcindo Schleder Assunto: Re: [OpenSER-Users] Problems with unixodbc driver
On Tuesday 15 January 2008, Alcindo Schleder wrote:
Im using unixodbc driver to connect with firebird SGDB. The problem is that the unixodbc driver not connect... ERROR:unixodbc:new_connection: failed to connect Jan 15 14:19:06 xsip openser[4577]: unixodbc:SQLDriverConnect=08004:1:-904:[unixODBC][ODBC Firebird Driver]Unable to connect to data source: library 'libfbclient.so' failed to load
Hi Alcindo,
the error message quoted above comes from the unixodbc driver, it could not load the library. It seems that this is not an error from the OpenSER code, but from the unixodbc driver you use.
Cheers,
Henning