>Yesterday something strange happened while configuring a Service Key Provider in the OSB SBconsole.
The following error occured:
Security:090802 PKI Credential Mapper has got an LDAP exception.
And it was impossible to activate the SBconsole session.
Because we use a RDBMS security store running on a Oracle Database the DBA had run a script named “rdbms_security_store_oracle.sql” as deliverd by Oracle/BEA.
However apparently the default length of some fields in table BEAPRMP (VARCHAR256) apparently is not enough.
After dropping the table and recreating it with larger (VARCHAR1024) values the problem was fixed.
*update* I received an email that in another case they only got the problem fixed by using 2048 instead of 1024.