14 Jan
2004
14 Jan
'04
8:52 p.m.
Julian Clark wrote at 2004-1-14 09:09 +0800:
I had tried this, and surprisingly, an overflow error occurred. This seems a little bizarre, as in the listLocalRoles on the zope 2-3-3 instance, there is no try/except, and this error does not occur. Is there a way of determining how many results will cause overflow? Or are there other reasons that overflow occurs?
The overflow is usually indicated by the LDAP server. It has a limit (which can probably be changed via configuration) how many records it is ready to deliver in a request. It issues an overflow when the limit is reached. -- Dieter