Unable to access account USERNAME at this time. (activesync)

We are getting this error when somebody changes his password in a activesync resource (for example LDAP), and somebody (for example) the administrator is editting this user profile. The problem is what the update password event is missed!!!

Should not the active sync ldap password capture re-try latter?

Is it possible avoid this problem?

Very thanks.

[377 byte] By [sduenasda] at [2007-11-27 7:43:00]
# 1

Replying myself:

Lock time maybe reduced in the XML: Configuration->Repository Configuracion, in the field TimeoutMillis (by default 300000 = 5 minutes).

Reading the activesync class code, it doesn't do retries:

protected void processUpdates(List list) throws WavesetException, IAPIException {

[...]

if(event != null)

{

event.setLogger(_util.getLogger());

WavesetResult result = event.submit(); <-- Try the operation

logUpdate(2, row, result);

}

It prints out the error, but no retry ("result" is not processed), then the password's change is lost.

sduenasda at 2007-7-12 19:23:47 > top of Java-index,Web & Directory Servers,Directory Servers...