Project Server 2013 Issue – TF294012: Cannot access the following enterprise project

Audience

Everyone

When you try to map an individual Enterprise Project to a specific Team Project you get a TF294012: Cannot access the following enterprise project error that you can’t resolve.

TF294012: Cannot access the following enterprise project
Figure: TF294012: Cannot access the following enterprise project

With the message:

TF294012: Cannot access the following enterprise project: MyFirstEP. Verify that the project exists, has been published and that the necessary permissions have been granted to the service account for the team project collection to access the project.

Following the documentation does not help.

Applies to

  • Project Server 2013
  • Team Foundation Server 2012
  • Project Server Extensions for Team Foundation Server

Findings

If you look at the documentation you will see an instruction over and over again that will frustrate the hell out of you!

From the home page for PWA, in the Quick Launch area, click Server Settings.

But no matter how much you look you cant find “Server Settings”.

So where is that Server Settings on the Quick Launch in Project Server 2013
Figure: So where is that Server Settings on the Quick Launch in Project Server 2013

You expect it to be in the Quick Launch as noted, but it is devoid of anything that looks like “Server Settings”. So in your despair you start hunting for any sort of settings and combing through every piece of text and hover that you can find.

Oh..Oh.. “PWA Settings” in Project Server 2013
Figure: Oh..Oh.. “PWA Settings”?

But no… not there… I don’t see the required “Manage Categories” or “Manage Users” options.

There is always Site Setting in SharePoint 2013
Figure: There is always Site Setting in SharePoint 2013

But no… not there either… I still don’t see the required “Manage Categories” or “Manage Users” options.

After some moping around and a little self mutilation I finally got a hold of a working Project Server 2010 instance and stole the URL to the Manage Groups page.

So if you add “/PWA/_layouts/15/pwa/admin/ManageGroups.aspx” to the URL and hit it we get…

This page is not available when Project Web App is operating in SharePoint permission mode
Figure: This page is not available when Project Web App is operating in SharePoint permission mode

Now I have something to look for!

So I looked through all of the instructions for  Enable Data Flow Between Team Foundation Server and Microsoft Project Server and could not find any information on the Permissions Sad smile

But it does look like there are two permission modes that you have to choose between when you create your Collection and I must have chosen “SharePoint Permission Management” when I needed “Classic Permission Management”.

Now why did I not know that Disappointed smile

Solution – Switch to SharePoint Permission Management

You can switch the permissions at the Project Server level but there are warnings all over the place that this will delete all permissions and you would need to build them manually Surprised smile.

So lets bite the bullet now before we get any users on there!

You need to follow the documentation to switch to Project Server mode so that TFS will work with it. The SharePoint mode is new for Project Server 2013 and I do not think that the Project Server Extensions for Team Foundation Server 2013 currently work with it.

Set-SPPRojectPermissionMode –Url http://win-eo45n4fnsoc/PWA/ 
                            -AdministratorAccount win-eo45n4fnsocadministrator 
                            -Mode ProjectServer

Figure: Execute some PowerShell to make the switch

And that should be it…

image
Figure: Now running Project Web Access in Project Server Permission mode

Lets check the UI…

Now I get Manage Users and Manage Groups for Project Server 2013
Figure: Now I get Manage Users and Manage Groups for Project Server 2013

I hope this helps you solve your problem, but remember that mine are very specific and this solution may not fit your problem…

Create a conversation around this article

Share on Facebook
Share on Twitter
Share on Linkdin

Read more

Martin Hinshelwood
For a long time now I have been searching for that perfect domain that epitomised the vision, the why, of what I am trying to achieve with my customers and the industry at large. Now I have found it in http://nkdagility.com
Martin Hinshelwood
At the MVP Summit I was appalled by the number of people who asked questions about new features for supporting hierarchical tasks! I shared a disgusted look with Peter Provost and we had a quick (and I mean really quick) conversation that resulted in this post. it really comes down …
Martin Hinshelwood
In my journey of delivering an immersive Product Development Mentor Program over the last eight weeks, a compelling narrative unfolded that beautifully illustrates the essence and true strength of Scrum. This story, rooted in the practical application of Scrum through Minecraft, unveils the depth of adaptability and resilience that Scrum …
Martin Hinshelwood
The Boards in Azure DevOps are a powerful tool that your teams can leverage to enable transparent visualization of the current state of value delivery.  However, the inclusion of Blocked columns can stealthily erode the very foundations of efficiency these boards are meant to uphold. By obfuscating the state of …