A
alex
Hi,
It's the following of my post named Problem psi - Update Project Team.
This post has been solved and it's working, fine.
The context is the following.
I add sereval resources to one project team for one project.
So it's working but sometimes, I really says sometimes.
I obtain an error during this process in the queue
=>Project Checkin Blocked Due To A Failed Job
In that case, the project is in checkout and I can't launch the simple
method checkin
=>
jobId = Guid.NewGuid();
projectSvc.QueueCheckInProject(jobId, selProject, false, sessionId,
"description op");
System.Threading.Thread.Sleep(2000);
I see I can try to restart checkin but the process never works.
So the only solution is to go in the servers settings->Force checkin, choose
the project.
I search but I don't find the method to process to a "Force Checkin".
Thanks,
Best Regards,
Alexandre
It's the following of my post named Problem psi - Update Project Team.
This post has been solved and it's working, fine.
The context is the following.
I add sereval resources to one project team for one project.
So it's working but sometimes, I really says sometimes.
I obtain an error during this process in the queue
=>Project Checkin Blocked Due To A Failed Job
In that case, the project is in checkout and I can't launch the simple
method checkin
=>
jobId = Guid.NewGuid();
projectSvc.QueueCheckInProject(jobId, selProject, false, sessionId,
"description op");
System.Threading.Thread.Sleep(2000);
I see I can try to restart checkin but the process never works.
So the only solution is to go in the servers settings->Force checkin, choose
the project.
I search but I don't find the method to process to a "Force Checkin".
Thanks,
Best Regards,
Alexandre