Andrija
unread,Dec 22, 2011, 3:52:32 AM12/22/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello All,
My current issue is with Domino Notes DB + Domino LDAP -> Profiles DB
Synchronization, it takes ~6-7 seconds per user.
I am using a Custom AL feed to read from Notes DB and look up another
value from LDAP, then FC to oob AL SyncDBFromSource to write in the
Connections DB
I managed to narrow down the search and the bottleneck seems to be in
this call to the connections API
tdiCRUDSvc =
com.ibm.lconn.profiles.api.tdi.service.impl.ProfilesTDICRUDServiceImpl.getInstance();
tdiCRUDSvc.updateProfile(theEntry);// This takes ~6seconds to finish
and come back to the debugger
Has anyone experienced something similar, and what would be the
expected transaction time, since a couple of seconds per user is way
too much?
Thanks