2013/1/14 Julien Kerihuel <[email protected]>

> Hi,
>
> I have tried to reproduce your issue with a freshly created
> julien.kerihuel user and with:
>         - latest git rev of openchange
>         - latest git rev of sogo
>         - latest git rev of sope
>         - samba4-0.0 release tarball
>
> So far everything is working properly (user lookup, mailbox
> synchronization etc.). I'm keeping Outlook opened and openchange server
> running for the night and will see tomorrow if I hit the same issue.
>

  Thank you.


>
> In the meanwhile, the problem you reported is SOGo related.
>

  Well, I sent this same email to the SOGo list and since I didn't get any
answer I thought that it could be Openchange related. Sorry again, because
this is my second email sent to the list and the two of them seem to be
SOGo related.


> >
> > 2013-01-11 08:58:22.489 samba[24927] returning wrapper: 0x2ac8650;
> > object: 0x117f828
> > /usr/local/openchange/sbin/samba: Uncaught exception
> > MAPIStoreIOException, reason: could not create special table
> > 'socfs_josecarlos_D_fernandez'
> >
> >   Doing some research I saw there was a bug like this message that was
> > solved. Although, I think, that bug had something to do with dots in
> > the table name and not surrounding it with apostrophes ('). Am I
> > right? So I guess this has to be something different.
>
> The only thing I notice - compared to my setup is that dots within
> usernames are replaced with _d_ when creating pgsl tables. I can't
> however see why _D_ would have any impact.
>

  That socfs_josecarlos_D_fernandez table already exists in sogo MySQL
database and it has some data.


>
> I think your issue shall more be related to configuration issue
>

  That's what I need to think because it would mean that in my next
installation it will work if I find out what was what I did wrong.


> (defaults read).
>

  Would you mind to take a look to my sogo configuration? Maybe you can
find what's what it is in front of my nose that I can't see.

  I checked that all the tables exist in sogo MySQL database.

sogod SOGoDraftsFolderName Drafts
sogod SOGoVacationEnabled YES
sogod SOGoSMTPServer localhost
sogod SOGoUserSources '(
    {
        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = cn;
        baseDN = "cn=Users,dc=aliratiun,dc=tic";
        bindDN = "[email protected]";
        bindPassword = secret;
        canAuthenticate = YES;
        displayName = AddressBook;
        hostname = "192.168.0.137";
        id = public;
        isAddressBook = YES;
        port = 389;
        type = ldap;
    },
    {
        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = cn;
        baseDN = "cn=Users,dc=aliratiun,dc=tic";
        bindDN = "[email protected]";
        bindPassword = secret;
        canAuthenticate = YES;
        displayName = "Listas distribucion";
        hostname = "192.168.0.137";
        id = grupos;
        isAddressBook = YES;
        port = 389;
        type = ldap;
    }
)'
sogod SOGoEnableEMailAlarms YES
sogod SOGoIMAPServer localhost
sogod SOGoLanguage SpanishSpain
sogod OCSEMailAlarmsFolderURL mysql://
sogo:[email protected]:3306/sogo/sogo_alarms_folder
sogod SOGoCalendarDefaultRoles '(
    PublicViewer,
    ConfidentialDandTViewer
)'
sogod SOGoProfileURL mysql://
sogo:[email protected]:3306/sogo/sogo_user_profile
sogod SOGoTimeZone Europe/Madrid
sogod SOGoFoldersSendEMailNotifications YES
sogod SOGoMemcachedHost 127.0.0.1
sogod SOGoSupportedLanguages '(
    English,
    SpanishSpain
)'
sogod SOGoMailingMechanism smtp
sogod SOGoPasswordChangedEnabled YES
sogod OCSSessionsFolderURL mysql://
sogo:[email protected]:3306/sogo/public/sogo_sessions_folder
sogod SOGoTrashFolderName Trash
sogod SOGoSieveServer sieve://localhost:4190
sogod SOGoMailDomain aliratiun.tic
sogod SOGoForwardEnabled YES
sogod OCSFolderInfoURL mysql://
sogo:[email protected]:3306/sogo/sogo_folder_info
sogod SOGoSieveScriptsEnabled YES
sogod SOGoACLsSendEMailNotifications YES
sogod SOGoSentFolderName Sent
sogod SOGoAppointmentSendEMailNotifications YES

  I don't know if it matters but I'm using the LDAP server provided by
Samba with SOGo.
 Also, when I sync folders in Outlook I get a warning about the task
reporting error 0x00040820 although it shows if there“s new mail. This is
what makes me think I made some mistake when I configured SOGo, Openchange
or any other piece, but I cannot find out where and I'm afraid that if I
start a new fresh installation I'll made the same mistake.

  Again, thank yo very much for your help. I mean it.

  Regards,

-- 
Linkedin profile (http://es.linkedin.com/in/lafdez)
G+ profile (https://plus.google.com/u/0/115320207805121303027/about)
Twitter (@lafdez @_lafdez_)
Identi.ca (@lafdez)
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to