G
Gerardo Abal
Hi.
I create an C# app using PSI that can create tasks, assignments, can update,
checkIn, checkOut and publish projects, also can create and submit a
timesheet with several lines. every thing it's ok...
But, with one of my several projects i catch a
"ProjectSchedulingEngineException" when I call the QueueAddToProject method.
The only change is add a new assignement for an existing Task and an existing
Resource that it's in the project resource team.
In this link
http://msdn2.microsoft.com/en-us/library/websvcproject.project.queueupdateproject.aspx
says that if you change the property TASK_OUTLINE_LEVEL of a task the project
server could throw an ProjectSchedulingEngineException.
Of course I check the task and the property TASK_OUTLINE_LEVEL was the same,
and this task is never been updated.
I need some help, please email me: (e-mail address removed) thanks
I create an C# app using PSI that can create tasks, assignments, can update,
checkIn, checkOut and publish projects, also can create and submit a
timesheet with several lines. every thing it's ok...
But, with one of my several projects i catch a
"ProjectSchedulingEngineException" when I call the QueueAddToProject method.
The only change is add a new assignement for an existing Task and an existing
Resource that it's in the project resource team.
In this link
http://msdn2.microsoft.com/en-us/library/websvcproject.project.queueupdateproject.aspx
says that if you change the property TASK_OUTLINE_LEVEL of a task the project
server could throw an ProjectSchedulingEngineException.
Of course I check the task and the property TASK_OUTLINE_LEVEL was the same,
and this task is never been updated.
I need some help, please email me: (e-mail address removed) thanks