UnlockFGPReport: Stsadm operation (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2009-08-25
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:
Check permissions for a user or group (https://go.microsoft.com/fwlink/?LinkId=162429)
Compare permission sets (https://go.microsoft.com/fwlink/?LinkId=162430)
Run broken inheritance reports (https://go.microsoft.com/fwlink/?LinkId=162431)
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