EPMFAQ
Project Server Help, FAQs, Blogs, and HowTos
This is The Header Then

Project Server 2007 Version Reference

posted May 8th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Quick post today… just for reference, the version numbers for the various major hotfixes and service pack.

RTM: 12.0.4518.1016
SP1 (KB 936984): 12.0.6218.1000
Post-SP1 Hotfix Rollup (KB 941426): 12.0.6300.5000
April 3rd, 2008 Hotfix (KB 950816): 12.0.6309.5000

Update: Chris Fiessinger posted an article back in December detailing the four ways to retrieve the version information from Project Server. The version numbers above should align to those returned by the PSI and within the Published DB.

Popularity: 25%




Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts

  • No Related Posts



Retrieve the Guid of a Custom Field Using its Name

posted May 7th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Within the Project Object Model, the Application object has a method, FieldNameToFieldConstant(), that returns a PjField constant for use by the various SetField() and GetField() methods throughout the object model. More information on the SetField Method (and other associated methods) can be found here.

Unfortunately, when using the PSI, there’s no quick way to lookup the Guid for a field. This can be a problem, since the various CustomFieldsRow objects (Task, Resource, Assignment, and Project) do not include the name of the custom field, only the UID (for an example, look at the ProjectCustomFieldsRow entity in the Project 2007 SDK).

Retrieving custom field information in the PSI is accomplished by using the CustomFields web service. The code below is a class that implements a method to retrieve the Guid of a custom field using the field’s name and entity type. I had to chop the code up a lot because of space constraints, so I apologize for the excessive line breaks. This code assumes that you’ve set up a Web Reference to the CustomFields web service named WebSvcCustomFields.




Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts

  • No Related Posts



Creating or Viewing Views in Data Analysis can cause Analysis Services to become unresponsive

posted April 23rd, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

At a previous client, I encountered an issue where, when creating or viewing certain views in Data Analysis, the Analysis Services service would spike in processor/memory utilization and become unresponsive.

I have recently discovered that this is a known issue in environments that have an interaction between Office Web Components and SQL Server 2005 Analysis Services with Service Pack 2 (which means Project Server).

Although I’m not 100% sure, I believe the KB that covers this issue is KB936251. The symptoms seem to fit.

At any rate, I have been told that the resolution was included way back in SQL Server 2005 Cumulative Update 2. I recommend that you install the current CU, which is CU7, due to the number of fixes it contains. UPDATE: I’ve recieved information that CU6 is a better choice due to some issues introduced by CU7. I’ve posted a followup article here.




Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts



Create a Custom Timer Job to Enforce Changes to PWA Permission Levels

posted April 14th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5 out of 5)
Loading ... Loading ...

In our previous article, we discussed Permission Levels for Project Web Access sites. We talked about how they were too liberal for most organizations and how to change them.

Unfortunately for us, the fact of the matter is that any changes you make to the default permission levels (in PWA or in a PWS) are not permanent, since the two Membership Synchronization processes overwrite them.

The PSI Methods for these two processes (QueueSynchronizeMembershipForWssSite and SynchronizeMembershipForPwaAppRootSite) can be found in the WssInterop service, which resides at http://ServerName/ProjectServerInstanceName/_vti_bin/psi/WssInterop.asmx. As previously discussed, both of them will delete and recreate the permission levels (or roles, depending which part of what document/interface/article/SDK you read) whenever triggered either by you or by Project Server.




Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts



EPM Streamlines Your Activities

posted April 4th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
This is part three of the Understanding the Value of EPM and EPM Consultants series.

One of the best aspects of Project Server is that it does the grunt work of collaboration and data collection for you. As Project Managers, we spend a lot of our time having meetings, preparing for meetings, reviewing and gathering status, and ensuring our plans are in line with expectations. Project Server allows you to handle the legwork for many of these tasks automatically.

Consider a standard status report that a team member fills out. Typically, these reports contain a list of issues, risks, past and future tasks, and a matrix of how their time was spent. The unfortunate downside of this method of communication is that the list of issues, risks, and tasks often becomes complicated and unwieldy on long projects or ones with more than a few people. Some teams choose to work around this by decreasing the detail provided in the report, but doing this obviously decreases the value of this report.



Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts

  • No Related Posts



Adjust the Default Project Web Access Permission Levels

posted April 3rd, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5 out of 5)
Loading ... Loading ...

At many of my clients, I encounter situations where the default Permission Levels created by Project Server for Project Web Access sites cause problems. Typically, everything is going along just fine when suddenly one day PWA has a different theme or the “My Tasks” or “My Timesheets” page is blank and/or throws an error. While on occasion the error is legitimate, usually it is due to an inexperienced user editing the Shared version of the page. If you haven’t encountered this issue yourself, at this point you may be wondering how this is possible… The simple answer is that for many organizations, the default Permission Levels grant too much power to non-Administrative users.

When you provision a new Project Web Access site, Project Server creates four Permission Levels (described in this technet article):

  • Web Administrators (Microsoft Office Project Server)
  • Project Managers (Microsoft Office Project Server)


Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts



Looking behind “An unexpected error has occurred” messages

posted March 31st, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

At one time or another, almost everybody recieves an error while working in Project Server 2007’s Project Web Access. By default, SharePoint (and therefore Project Server 2007) are configured to present what are known as “custom” errors. These are an inherent part of ASP.NET that allow developers to create friendly error pages to report errors rather than the stock ones provided by the .NET Framework. These pages are generally simplistic and often leave out a great deal of information, such as stack traces. The reason for these pages is chiefly to spare the user the gory details of whatever unhandled exception just occurred. Unfortunately, not every error is or can be logged. This causes an obvious problem in Project Server deployments — especially when trying to resolve a transient error.



Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts

  • No Related Posts



EPM is a Business Enabler

posted March 24th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

When developing their software, Microsoft has always made ease of use and installation a priority. Microsoft puts a significant amount of effort into making the User Interfaces in their products efficient, intuitive, and friendly. This holds true for not only their client products, but also for their server products as well. Ease of deployment is one of the primary reasons why I love working with Microsoft products. Less time spent fighting through a difficult product installation means more time for implementing a truly integrated and comprehensive solution.



Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts



Consultants Provide Strategic Vision

posted March 14th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

In today’s modern business environment, most organizations are familiar with the concept of a technology consultant. However, while many organizations tend to use the title consultant and contractor interchangeably, the job of a consultant differs significantly from that of a contractor.

A contractor is typically a specialist in a particular discipline or product, often serving as staff augmentation or hired to perform a specific task. Typically, the job that needs to be done is relatively simple, but the organization lacks the capacity or skill to perform it. Contrast this with consultants, who are typically multidisciplinary generalists who specialize in the creation of one or more types of comprehensive solutions that leverage technology to solve business problems. They may or may not specialize in a particular platform or technology, and they may be very experienced technicians. As such, consultants may perform technical or implementation duties in addition to their other duties. When all is said and done, the true value of a consultant is their ability to “see the forest for the trees”, which is to say that they can view the work as a whole and strategize without getting overly caught up in the details until necessary.



Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts



Your Take: Language Packs and Customized Themes

posted March 6th, 2008 by Stephen Sanderlin
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

One of my clients has recently deployed a Sandbox of Project Server 2007 with MOSS 2007 (both RTM versions). During the course of this deployment they installed a number of the SharePoint Language Packs, in addition to creating a custom theme for Project Web Access. After deployment, they started having problems with incorrect rendering of the ASPX pages, along with some people recieving numerous authentication prompts (sometimes up to 17). In addition, for some people the page renders correctly on the initial load but manifests these problems if refreshed.

I believe the problem is one of two things: the permissions on the custom theme files, or some unforseen interaction with the language packs. The client is presently conducting further testing to confirm this theory. I have also suggested they fully patch both PS and MOSS from RTM to the Post-SP1 Hotfix Rollup.



Discuss this post on the EPMFAQ Blog Posts Forum.


Related Posts

  • No Related Posts




The opinions expressed on this site by the authors and those providing comments are theirs alone, and do not reflect the opinions of the respective employers of the authors or any employee thereof. Our respective employers are not responsible for the accuracy of any of the information supplied by on this site.

Terms of Use | Privacy Policy | Publishers

All content on this website is covered by the
Creative Commons Attribution-Share Alike 3.0 United States License.
Theme ©2007 The Heckerped WordPress Theme created by JTk of Doc5 under the Creative Commons Attribution License.