Description Syntax Example syncDiscussionServerPermissions

Oracle WebCenter Custom WLST Commands 10-69

10.7.14.3 Example

The following example grants system administrator permissions on the discussions server to the user weblogic: addDiscussionsServerAdminappName=owc_discussions, name=weblogic, type=USER The following example grants system administrator permissions on the discussions server to all users in the Administrators user group: addDiscussionsServerAdminappName=owc_discussions, name=Administrators, type=GROUP

10.7.15 syncDiscussionServerPermissions

Module: Oracle WebCenter Use with WLST: Online

10.7.15.1 Description

WebCenter Spaces only Synchronizes discussion server permissions for Subspaces that inherit security from their parent. When you update Discussions or Announcement permissions for Space hierarchies in WebCenter Spaces, the Subspaces do not automatically inherit the corresponding permission change on the Oracle WebCenter Discussions server. Therefore, whenever changes are made, you must run this command to synchronize Discussions and Announcement permissions within a Space hierarchy, such that Subspaces inherit the same Oracle WebCenter Discussions server permissions as their parent.

10.7.15.2 Syntax

syncDiscussionServerPermissionsappName, [server, applicationVersion] server Optional. Name of the managed server on which the application is deployed. For example, WC_Collaboration. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the application is deployed. Note: To execute discussion server WLST commands, such as syncDiscussionServerPermissions, the user used to connect to the Admin Server must also have administrative privileges on the discussion server. Argument Definition appName Name of the WebCenter Spaces application in which to perform this operation—always webcenter. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. Argument Definition 10-70 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.15.3 Example

The following example synchronizes Discussions and Announcement permissions in WebCenter Spaces, that is, Subspaces inherit the same Oracle WebCenter Discussions server permissions as their parent: wls:weblogicserverConfig syncDiscussionServerPermissionsappName=webcenter

10.7.16 setDiscussionsServerProperty