|
|||||||||||
|
fixing problems in eGroupWare with MaxDB
From: Ralf Becker <RalfBecker(at)outdoor-training.de>
Date: Mon Jun 25 2007 - 16:31:51 EDT
a few years ago I got eGroupWare (www.egroupware.org) running with MaxDB. Now one release later there are a few problems, I could not solve:
SELECT * FROM egw_addressbook
That query show the addressbook sorted by family-name (placing the contacts without family name at the end). I also tried:
SELECT *,n_family<>'' AS others FROM egw_addressbook
...
But that gives the same error :-) n_family, n_given and org_name are varchar(40), contact_owner, contact_private are int columns. I also noticed a strainge behavior of the odbc driver. Under openSUSE 10.2 (I think the same is true for all SuSE versions) the odbc.ini is usually in /etc/unixODBC. Placing it there does not work with MaxDB. It only works if I symlink /etc/odbc.ini to /etc/unixODBC/odbc.ini. Took me quite a while to find out ...
Ralf
-- This archive was generated by hypermail 2.1.8 : Mon Jun 25 2007 - 16:40:01 EDT |
||||||||||
|
|||||||||||