While developing a new program in Project Server CSOM today I got a strange error message in the queue:
The program was trying to insert a new task in a project. Inserting the task manually through the PWA also causes the error. There is no workflow on my EPT which makes the error message much more confusing.
The ULS logs didn't provide any other information.
or
Configure outgoing e-mail settings in SharePoint-Central Administration.
GeneralQueueJobFailed (26000) - WorkflowCheckinNotify.ProjectCheckinNotifyWorkflowMessage.
Details: id='26000' name='GeneralQueueJobFailed' uid='c71ab4e8-161e-e411-94b6-00155d006e04'
JobUID='c41ab4e8-161e-e411-94b6-00155d006e04'
ComputerName='20cd9b2e-c115-41ab-b138-70be4280f816'
GroupType='WorkflowCheckinNotify'
MessageType='ProjectCheckinNotifyWorkflowMessage' MessageId='1' Stage=''
CorrelationUID='4620ac9c-98d6-207f-0f81-68c3227e07e2'.
For more details, check the ULS logs on machine 20cd9b2e-c115-41ab-b138-70be4280f816 for entries with JobUID c41ab4e8-161e-e411-94b6-00155d006e04.
The program was trying to insert a new task in a project. Inserting the task manually through the PWA also causes the error. There is no workflow on my EPT which makes the error message much more confusing.
The ULS logs didn't provide any other information.
Reason
The reason for the error is strait forward. I had not configured outgoing e-mail settings and when Project Server tried to send an email on workflow check-in it causes the error.Solution
Disable notifications under Manage My Alerts in the PWAor
Configure outgoing e-mail settings in SharePoint-Central Administration.
Comments
Post a Comment