Hello, sorry for the delay...
Now it works. i've changed the cn datatype in my informix view from integer to char.
But i have another question. i make an encryption like described here: http://lsc-project.org/wiki/documentation/2.0/configuration/security/encryption and in my lsc.xml looks like this.
<dataset>
<name>...</name>
<policy>FORCE</policy>
<forceValues>
<string>SecurityUtils.encrypt(srcBean.getDatasetFirstValueById("text"))</string>
</forceValues>
</dataset>
<name>...</name>
<policy>FORCE</policy>
<forceValues>
<string>SecurityUtils.encrypt(srcBean.getDatasetFirstValueById("text"))</string>
</forceValues>
</dataset>
<encryption>
<keyfile>/etc/lsc/prod/lsc-pers/etc/lsc.key</keyfile>
<algorithm>AES</algorithm>
<strength>128</strength>
</encryption>
<keyfile>/etc/lsc/prod/lsc-pers/etc/lsc.key</keyfile>
<algorithm>AES</algorithm>
<strength>128</strength>
</encryption>
It works, but when i import about 6000 objects during the night i always get about 40 objects with this error:
Aug 01 01:00:11 - ERROR - javax.script.ScriptException: sun.org.mozilla._javascript_.internal.WrappedException: Wrapped java.lang.IllegalStateException: Cipher not initialized (<Unknown source>#3) in <Unknown source> at line number 3
I googled this quiet a long time but didn't find any helpful answer. any ideas?
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org
lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

