2014-11-03 23:03 GMT+01:00 Michal Hobot <[email protected]>: > Hi, I have a peculiar problem when setting up <delete> condition. > I’d like to be able to delete only the records that have nonempty > “description” field. > So I put something like that into conditions>delete section: > > <delete><![CDATA[dstBean.getDatasetFirstValueById('description') != > '']]></delete> > > But whatever I do, I get “ERROR - Could not retrieve the object cn=(…) > from the directory!” > > What am I doing wrong? > >
Hi, I think in the clean phase, LSC just read pivots attributes in destination. Could you try to add "description" in pivot attributes in your destination service? You can also set log level do DEBUG in logback.xml to get more information. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

