Admin::QueueApplyResourceCapacityTimeRange method
Puts a message on the project queue to apply the resource capacity time range in the Reporting database.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Parameters
- jobUid
- Type: System.Guid
The GUID for the queue job ID.
- forceFullSync
- Type: System.Boolean
If true, forces full synchronization of the Reporting database.
A SharePoint timer service calls QueueApplyResourceCapacityTimeRange every night to maintain resource capacity data. The Project Web App site administrator can set the time for resource capacity updates and the months back and months ahead time range for capacity data on the Additional Server Settings page (http://ServerName/ProjectServerName/_layouts/pwa/Admin/ServerConfig.aspx).
Note |
|---|
You should not call QueueApplyResourceCapacityTimeRange during peak hours, after a significant extension of the capacity window, or with the forceFullSync parameter set to true. The process of loading all base calendars and resource calendars and calculating capacity is memory intensive and CPU intensive. |
Project Server Permissions
Permission | Description |
|---|---|
Allows a user to manage the configuration information for Project Server. Global permission. |
Note