Page 1 of 1

omldapsync sizelimit exceeded

Posted: Fri Mar 16, 2007 5:04 am
by phil
I'm using omldapsync type 21 to import contacts from LDAP on another machine. This appears to be working reasonably well. However in my sync.cfg file I have to have an additional filter which reduces the number of entries down below the threshold otherwise I'm told the size limit is exceeded.

I have around 4500 entries to import. I've set sizelimit to 10000 in sldap.conf for o=Scalix and o=MyContacts. I've also set EX_PAGESIZE to 10000 in the sync.cfg.

Obviously I'm changing the wrong settings. Can anyone tell me which one I should be changing.

Thanks

Posted: Mon Mar 19, 2007 6:57 am
by dannyt
Hi,

I would say check for the search limit setting of the SOURCE system (for type 21 this would normally be the Exchange 5.5 box) and make sure that is high enough as the default may have been 100 or 1000.

Regards,
Danny

Posted: Tue Mar 20, 2007 5:59 am
by phil
It's actually OpenLDAP that I was trying to sync with and the limit was set to 500. I've changed it and still have a problem, but this problem is also showing up on an LDAP browser, so I'm sure it's a problem with OpenLDAP not reloading the config or something.

Anyway since then, I've realised that it's not what I really wanted to do, and instead I've added a new entry into swa.properies to allow a lookup from the OpenLDAP which works perfectly.

Thanks anyway