HI All,
Project Server 2013 Deployed on Win 2008R2 SP1. a Workflow with simple on submit Logic is Created and Published.
On clicking save in the New project (Workflow attached EPT) page the following error comes up.
ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructor to access all error information
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.Web.Services.Protocols.SoapException: ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructor to access all error information
[SoapException: ProjectServerError(s) LastError=GeneralUnhandledException Instructions: Pass this into PSClientError constructor to access all error information]
Microsoft.Office.Project.PWA.<>c__DisplayClass4.<DoInProcCommands>b__3() +765
Microsoft.Office.Project.PWA.PWARequestManager.RunInAppTierContext(Action action) +101
Microsoft.Office.Project.Server.WebServiceProxy.PWARequests.WorkflowGetProjectDrilldownInformationRequest.InProc(PJContext webFrontEndContext, Guid projectUid, String userPropToClear, Boolean bCheckOutProject, Int32 returnLocationId) +235
Microsoft.Office.Project.Server.WebServiceProxy.PWA.WorkflowGetProjectDrilldownInformation(Guid projectUid, String userPropToClear, Boolean bCheckOutProject, Int32 returnLocationId) +237
Microsoft.Office.Project.PWA.ProjectDrillDownWebPartPage.OnLoad(EventArgs e) +372
System.Web.UI.Control.LoadRecursive() +95
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2936
Has anyone faced this issue!!