2013/7/18 Martin Geisenhof <[email protected]>: > Here is the part which defines the mainidentifier. > > <propertiesBasedSyncOptions> > <mainIdentifier>"cn=" + srcBean.getDatasetFirstValueById("cn") + > ",ou=people,dc=hoke,dc=idm"</mainIdentifier> > <defaultDelimiter>;</defaultDelimiter> > <defaultPolicy>FORCE</defaultPolicy> > <conditions> > <changeId>false</changeId> > </conditions> > <dataset> > <name>cn</name> > <policy>FORCE</policy> > <forceValues> > <string>srcBean.getDatasetFirstValueById("cn")</string> > </forceValues> > </dataset> > .... > .... >
Ok, alls seems good. I have a working configuration similar to yours on a MySQL database. Maybe you face a problem with Informix? You can maybe try to set #cn:VARCHAR# instead #cn#. Other tricks like this can be found in iBatis documentation, but not sure what works or not. Your error message refers to getStudentenClean-InlineParameterMap, have you something defined with this name? Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

