IRM 11g connecting to External LDAP wlst setIRMExportFolder
560362Jul 29 2010 — edited Apr 10 2012http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14495/config.htm#BABGHICG
I am following this section of the above document 4.9 Reassociating the Identity Store with an External LDAP Authentication Provider. I am stuck at this command
setIRMExportFolder('/scratch/irm-data')
Where this folder needs to be on the windows file system. I get this error.
wls:/irm_domain/serverConfig> setIRMExportFolder('irmdata')
You will need to be connected to a running server to execute this command
Traceback (innermost last):
File "<console>", line 1, in ?
File "C:\Oracle\MIDDLE~1\ORACLE~2\common\wlst\IRMExportFolderOperations.py", l
ine 43, in setIRMExportFolder
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
at javax.management.remote.rmi.RMIConnectionImpl_1033_WLStub.setAttribut
e(Unknown Source)
at weblogic.management.remote.common.RMIConnectionWrapper$14.run(ClientP
roviderBase.java:799)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
dSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
147)
at weblogic.security.Security.runAs(Security.java:61)
at weblogic.management.remote.common.RMIConnectionWrapper.setAttribute(C
lientProviderBase.java:797)
at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.
setAttribute(RMIConnector.java:936)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
javax.management.AttributeNotFoundException: javax.management.AttributeNotFoundE
xception: "ExportFolder" is not writable
wls:/irm_domain/serverConfig>
Edited by: user557359 on Jul 29, 2010 3:31 PM