You have properly created the OIM server connection from OIA , Provided the correct authwl.conf and OIM FIles in the connection information. You are trying to import objects from OIM and getting error when the scheduled job is run. The log reports error like "javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied"
Solution: you can pass the login conf as Java Argument in setDomainEnv.sh script when Web Logic starts. Open the setDomainEnv.sh and append this to the Java Arguments
-Djava.security.auth.login.config=%DESIGN_CONSOLE%/conf/authwl.conf
Restart the OIA Server and try importing the OIM objects again.
Solution: you can pass the login conf as Java Argument in setDomainEnv.sh script when Web Logic starts. Open the setDomainEnv.sh and append this to the Java Arguments
-Djava.security.auth.login.config=%DESIGN_CONSOLE%/conf/authwl.conf
Restart the OIA Server and try importing the OIM objects again.
No comments:
Post a Comment