Errors in clean install PWA on Windows 2008R2

I came across this one recently, basically after successfully provisioning PWA on a new Windows 2008 R2 server I then found that I received the following errors in Resource Center and when editing items such as Users:

“There was an error loading the page. Please try again by clicking Refresh. If this problem persists, contact your administrator.”

“An error was encountered in loading the page. Refresh the page, or contact your server administrator if this problem persists.”

This led me to increase ULS logging to Verbose and eventually find this little one:

Application error when access /_vti_bin/PSI/resource.asmx, Error=’gzip’ is not a supported encoding name.  Parameter name: name   at System.Globalization.EncodingTable.internalGetCodePageFromName(String name)     at System.Globalization.EncodingTable.GetCodePageFromName(String name)     at System.Text.Encoding.GetEncoding(String name)     at Microsoft.Office.Project.Server.PSIForwarderHandler.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

It seems some settings were different in this installation (this was a clean install by clearly not default), see the IIS Compression settings (Open IIS Manager and select the Compression setting under the server name):

Once I deselected ‘Enable dynamic content compression’ and hit Apply then immediately the above errors disappeared!

UPDATE:

Came across the following KB article which covers this issue for IIS6: http://support.microsoft.com/kb/947899

Share and Enjoy !

Shares

Protected Baseline Lost?

If you have configured any client to restrict permission to save a protected baseline then you might be unlucky enough to see this one, basically restricting this permission causes the next save to completely delete any previously saved baseline!
Not exactly what you meant when you tried to ‘protect’ that baseline is it?
Anyway I just noticed while researching another issue, that this has now been fixed!
Quote from KB958138:
“On the Edit User page in Project Web Access (PWA), you select the Deny check box for Save Unprotected Baseline. When you try to save a existing project file to a new file, baseline 0 through 10 are removed.”

Share and Enjoy !

Shares

Cannot edit Budget Cost values?

I came across this problem while working with a customer and trying to use the very useful Budget Cost Resource feature, basically when using Budget Cost Resources and also restricting the ‘Save Protected Baseline’ permission (as many companies do) the Budget Cost values appear to be restricted with the baseline values! I.e. The values cannot be edited in the Task Usage view.

It definitely looks like a bug (ahem “code – defect”) to me, however it’s not one I have had a chance (or need) to log with MS.

Here are some reproduction notes I made while working on this one with a customer, needless to say we opted for the workaround as opposed to attempting to get a resolution.

These steps are tested with the October 2009 CU package for both Project Server and Project Professional (Build 12.0.6520.5000).


Issue:

Budget Cost entry not working when Save Protected Baseline permission restricted.

Scenario:

Our organisation process requires that in Project Server Baselines can only be saved by the PMO department and not by project managers as such we have removed the default permission to ‘Save Protected Baseline’ from the ‘Project Managers’ project server group. Additionally for our project status reporting we need to track Budget expenditure compared to baseline, unfortunately we have found that when the ‘save protected baseline’ permission is removed from the PM’s they are no longer able to enter any budget costs into a project unless they were the original creator of the project (ie not someone who the ‘Owner’ was changed to). As our PMO is responsible for creating all projects with set templates and then assigning the PM this issue results in PM’s never being able to update Budget Cost’s.

Environment:

MOSS & Project farm deployment:

– 1 x WFE with MOSS and Project Server 2007 (SERVICE PACK 2)

– 1 x Project Application Server (SP2)

– 1 x SQL 2008 database server (SP1)

All servers running Windows 2008 SP1, all clients running Project Professional 2007 SP2.

Reproduction Steps:

  1. As administrator in PWA open the ‘Project Managers’ group and remove the ‘Save Protected Baseline’ permission from all categories.
  2. As administrator create a new Project in project professional, create a local cost resource and from the resource properties, select “Budget” resource as the type.
  3. Assign the budget resource to the project summary task; first from Tools – options enable the option to show the project summary task, then assign the resource to that task in the normal way.
  4. From Task Usage view, add the ‘Budget Cost’ to the right hand side of the window, then enter some cost values.
  5. Save and Publish the project.
  6. From PWA – Project Centre, edit project properties and change the owner to a member of the Project Managers group (not an administrator).
  7. Open the project from Project Professional as the PM user then open the Task Usage view and add ‘Budget Cost’ (if required)

RESULT:

Unable to add further budget costs to any item, HOWEVER the PM is able to delete exiting costs!

EXPECTED RESULT:

PM is able to edit all items in the ‘Budget Cost’ line.

Workaround:

If the procedure is changed so that the PM creates the Project in step 2 above then the PM is always able to edit the Budget Costs, however this requires that internal business process be changed and does not account for future changes in the assigned PM needing to make updates.

(Hope this helps someone out there…)

PS. Ten points to anyone who recognizes where my issue subjective template comes from!

Share and Enjoy !

Shares