If facing an issue in WebCenter Capture 11.1.1.8 cluster with workspace imported / created on one node not being available on the other node of cluster as detailed in this post, one of the ways to resolve the issue is using an OID Based Policy Store.
- On MT Host 1, invoke WLST
cd ORACLE_COMMON_HOME/common/bin
./wlst.sh
- Run connect() as below
connect("Admin_User","Admin_User_Password","t3://hostname:port")
- Execute reassociateSecurityStore command as below using correct domain name and LDAP details
reassociateSecurityStore(domain="your_domain",admin="cn=orcladmin",password="orclPassword",ldapurl="ldap://LDAP_HOST:LDAP_PORT",servertype="OID",jpsroot="cn=jpsroot_ecm")
- Restart the complete domain once reassociateSecurityStore is executed without any errors.
- Now from the other cluster node (say Node 2) try accessing workspace that was created / imported on one of the WebCenter Capturecluster nodes (say Node 1). Workspace should now be visible from both the cluster nodes.
Related Posts:
WebCenter Capture 11.1.1.8 Cluster - Workspace created or imported on one node is not visible on the other node and workspace gets deleted on restart of cluster node
WebCenter Capture 11.1.1.8 Cluster - Using Database Based Security Store
WebCenter Capture 11.1.1.8 Cluster - Creating OPSS schema for using Database Based Security Store
No comments:
Post a Comment