Changing the Maximum File Upload Size

Managing Content Repositories 11-55

11.13.2.3 Example

The following example edits SharePoint repository connection details. wls:weblogicserverConfig setJCRSharePointConnectionappName=webcenter, name=MySPConnection, url=http:mysharepoint.mycompany.com, extAppId=myExtApp

11.13.3 listJCRSharePointConnections

Module: Oracle WebCenter Use with WLST: Online

11.13.3.1 Description

Without any arguments, this command lists all of the SharePoint connections that are configured for a named WebCenter application.

11.13.3.2 Syntax

listJCRSharePointConnectionsappName, [verbose, name, server, applicationVersion]

11.13.3.3 Example

The following example lists the names of all the SharePoint connections that are configured for an application named webcenter. wls:weblogicserverConfig listJCRSharePointConnectionsappName=webcenter The following example lists connection details for all of the SharePoint connections that are configured. 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 WebCenter application in which to perform this operation. verbose Optional. Displays SharePoint connection details in verbose mode. Valid options are 1 true and 0 false. When set to 1, listJCRSharePointConnections lists all SharePoint connections that are configured for a WebCenter application, along with their details. When set to 0, only connection names are listed. This argument defaults to 0. name Optional. Name of an existing SharePoint connection. When specified you can view connection details for a specific SharePoint connection. If you supply a value for name, you must supply a value for verbose. 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