UnlockFGPReport: Stsadm operation (Office SharePoint Server)

Applies To: Office SharePoint Server 2007

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

 

Topic Last Modified: 2016-11-14

Operation name: UnlockFGPReport

Assists an administrator in tracking and controlling permissions for report generation on lists with a certain number of items within an entire farm.

For additional information, see Remarks.

Note

This operation was introduced in SharePoint Administration Toolkit version 4.0.

Syntax

stsadm -o unlockfgpreport

**   -URL <URL>**

**\[-reapplylock\]**

**\[-list\]**

Parameters

Parameter name

Value

Required?

Description

URL

A valid URL

Yes

Specifies the Uniform Resource Locator (URL) of the list, site, or library that needs to be locked or unlocked.

If a URL of a Web application is provided, all lists or libraries within the Web application are automatically unlocked.

reapplylock

<none>

No

Resets the lock status on a previously unlocked list.

list

<none>

No

Displays the unlocked lists in the entire farm.

Remarks

By default, report generation will work for a list or library for less than 5,000 items. If the list or library contains more than 5,000 items the report will not be generated which will cause the job to fail and a message in the job’s additional information field will explain the reason.

For more information, see the following topics:

Examples

To lock or unlock a list in a farm, use the following syntax:

stsadm –o unlockFGPReport –URL <list URL>

To re-apply a lock to a previously locked list or Web application in a farm, use the following syntax:

stsadm –o unlockFGPReport –URL <list URL> -reApplyLock

To display all unlocked lists in a farm, use the following syntax:

stsadm –o unlockFGPReport –list