Description Syntax Example addDiscussionsServerAdmin

10-68 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.7.13 listAnnouncementServiceProperties

Module: Oracle WebCenter Use with WLST: Online

10.7.13.1 Description

Lists all configurable properties for the Announcements service.

10.7.13.2 Syntax

listAnnouncementServicePropertiesappName, [server, applicationVersion]

10.7.13.3 Example

The following example lists configuration properties for the Announcements service, in an application named webcenter. wls:weblogicserverConfig listAnnouncementServicePropertiesappName=webcenter

10.7.14 addDiscussionsServerAdmin

Module: Oracle WebCenter Use with WLST: Online

10.7.14.1 Description

Grants system administrator permissions on the discussions server to a user or a group. This command is useful when you connect the discussions server to a new identity store that does not contain any of the current administrators.

10.7.14.2 Syntax

addDiscussionsServerAdminappName, name, [type, server, applicationVersion] Argument Definition appName Name of the WebCenter application in which to perform this operation. 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. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. Argument Definition appName Name of the discussions server application in which to perform this operation. For example, owc_discussions. name Name of the user or group to add as an administrator on the discussions server. type Optional. Identifies the type of identity. Valid values are USER and GROUP. The default value is USER. 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