P
Paul Elling
I struggled to update a large Project file's actuals on Project Server using
the UpdateQueueProject method of a web service. Like many posts suggest,
it's a good idea to set the maxRequestLength and executionTimeout attributes
to large values. However, this is not enough. It's really only necessary
to update Project Server with the actuals that have been changed. To do
this, use the HasChanges method of the dataset with a parameter of either
DataRowState.Added or DataRowState.Modified. Then, use the GetChanges
method of the dataset to create a new dataset that will be supplied to the
UpdateQueueProject or the QueueAddToProject.
url:http://www.ureader.com/gp/1117-1.aspx
the UpdateQueueProject method of a web service. Like many posts suggest,
it's a good idea to set the maxRequestLength and executionTimeout attributes
to large values. However, this is not enough. It's really only necessary
to update Project Server with the actuals that have been changed. To do
this, use the HasChanges method of the dataset with a parameter of either
DataRowState.Added or DataRowState.Modified. Then, use the GetChanges
method of the dataset to create a new dataset that will be supplied to the
UpdateQueueProject or the QueueAddToProject.
url:http://www.ureader.com/gp/1117-1.aspx