Project Online: Opening Projects from Project Center with Firefox
Published Mar 06 2019 01:42 PM 587 Views
Brass Contributor
First published on TECHNET on Dec 18, 2014

I couple of related issues I thought worth documenting when you are using Firefox as your browser with Project Online – or indeed Project Server 2013.  The first is when trying to open some projects from Project Center – using the ribbon option to Open in Project Professional – either read only or for editing – and you find they don’t appear to exist on the server – the second issue is the error handling when incorrect data is entered in Project Details Pages (PDPs) – such as putting text into a cost field.

First the problem with opening some projects:

It looks as though things are working – wheels spin, Project Professional opens, but then you see an error: Project Web App was unable to find the specified project.

At first this seemed somewhat random – then I found the pattern and confirmed by using Fiddler to examine the flow of data to the web services behind the scenes.  It turns out that unlike Internet Explorer and Chrome, Firefox is encoding spaces in the string it gets from the Project Center – so in my example project above – “AA Testplan” – this gets passed into the web service as a project called “AA%20Testplan” – and as no such project exists the error above is generated.  A couple of possible workarounds – obviously you could avoid spaces in project plan names and you can edit the name either in the PDP or in the “File, Open, Show me the list of all projects” page in Project Professional as shown below (please don’t use ‘save-as’ as that would overwrite the plan and all GUIDs would change – causing issues with existing assignments, timesheets etc.)

The other workaround would be to use a different browser such as Chrome or Internet Explorer.

We are currently considering the best fix for this one – either to handle the encoding on the server side, or potentially have the client cope with the %20.  As ‘%’ is not a valid character in a name it should be possible to assume that shouldn’t be there.

The second Firefox issue – and like busses these things tend to come along together – is a missing error if you put invalid data into a PDP custom field – such as text into a cost field.  In IE or Chrome it will alert you to the fact, (Project Online shows this below the field, Project Server 2013 shows it at the top of the page)

Whereas Firefox will refresh the page – but not display the error (and not save anything – which is the same as IE and Chrome of course).  Again using Fiddler I can see that the error was actually returned by the web service but was just not displayed.  Nothing in the pipeline for fixing this right now – and only workaround would be to use another browser.  If a premier customer feels strongly about this then we can certainly discuss a fix for this.

Version history
Last update:
‎Mar 06 2019 01:42 PM
Updated by: