Sun Java System Access Manager - Delegation plugin errors on AM 7.1 Realm mode
Hello,
I am trying to create a user in Sun Access Manager 7.1 (installed in realm mode) from Sun Identity Manager 7.0. I have configured the default Realm resource adapter with amadmin credentials for the root realm. However, when I try to create a user from IdM and associate the AM realm resource, the creation fails with the following error.
com.waveset.util.WavesetException: An error occurred crea
ting user. com.sun.identity.idm.IdRepoException: Permission to perform the create operation denied to uid=amAdmin,ou=People,d
c=example,dc=com
I also see this error message in "amIdm" log file.
03/27/2007 03:38:18:669 PM EDT: Thread[Provisioning for Configurator,5,main]
ERROR: IdServicesImpl.checkPermission Got Delegation Exception:
com.sun.identity.delegation.DelegationException(1):The user does not have permission to perform the operation.
com.sun.identity.sm.SMSException(2):The user does not have permission to perform the operation.
Message:The user does not have permission to perform the operation.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
Now, AM 7.1 documents talk about a Delegation plugin through which realm administration can happen. However, this code is not public.
If any one has faced this issue, please help me out.
Thanks,
Srinivas

