Showing posts with label online. Show all posts
Showing posts with label online. Show all posts

2015/04/28

Project Online Workflow Issue (HTTP InternalServerError)

Hi

Just a quick post about an issue that i have had this week and i just managed to get to the bottom of it, I was working on one of my clients sites trying to create what you can consider the most straightforward WF it was a sequential workflow with no approvals, when i created the first project the workflow wouldn't move with and was stuck with the following status


Workflow Stage Status

The workflow is still processing. Refresh the page and try again.


when i went to check the workflow status it was in started for a while with the following error

The environment im working on is a test PWA (not the default PWA URL) and with SharePoint permission mode.

to resolve this issue or better to workaround this issue I have found that I had the Project site create ion settings is set to Do not create a site , and when I switched that to automatically create a site and I attached a project site to my project and restarted the workflow it did work fine with no issues.

I have a case open with Microsoft I will keep you all updated on this

have a nice day :)
Malek

2013/10/03

Quick Tip Project Server 2013 Online PDP

Hi
I have been working on this Project Server 2013 environment for the last week , yesterday i have had this problem that almost made me pull my hair out

simply i have a costume field that is linked to a lookup table , the custom field is a RAG so it should display graphical indicator... simply  i created  it and added the custom field to the PDP ... open the project to edit to find this


This Web Part was unable to load.
Information that may be useful in solving this problem was written to the Unified Logging Service (ULS) log 
an error in the web part with a nice GUID that to a ULS entry that i don't have access to ( i have opened a Support request with Microsoft) meanwhile i couldn't just wait around so i started trying to figure out what is the problem , i have noticed that the web-part do show normally when the project is in read only mode the problem only happen when i open the project in edit mode , so it must be a problem when project server try to read the custom field and what all of those custom fields have in common they are new and empty

to fix this i went to the lookup table added a new entry (N/A) and from the custom field i selected the new value as a default , that did solve the issue for me

hope this help
have fun