Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Unable to load the plan, After one iteration is moved

Trying to move the iteration to different timeline and archived.

Note: issue happens only for one iteration.

Unable to load the plan, After one iteration is moved can not the project plan more loading, error.

Planning is not possible because the project configuration invalid is. For more information, see the Details .: The
Residue iteration '/ New timeline (2) / Neue_Iteration / H2 // 14' for the timeline 'New timeline (2)' could not be resolved. hide details The residue iteration '/ New timeline (2) / Neue_Iteration / H2 // 14'
for the time axis 'New timeline (2)' could not be resolved.

com.ibm.team.apt.internal.common.PlanningConfigurationValidator. perform validation (PlanningConfigurationValidator.java:177)  com.ibm.team.apt.internal.common.PlanningConfigurationValidator.
performValidationIfNeeded (PlanningConfigurationValidator.java:93)
com.ibm.team.apt.internal.service.IterationPlanService.
validatePlanningConfiguration (IterationPlanService.java:1039)
sun.reflect.GeneratedMethodAccessor586.invoke (Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke

0 votes



3 answers

Permanent link
The issue is because the process configuration source xml code, in Project area template.

Cause:
Below is the peace of code which was picking up and causing the issue .
Might have added any code manually in process configuration source about iterations.

Identify the log file about the iterations and verify in process configuration source and delete the respective entries.

Below is an example in my case, after deleting the below source xml code, plan loaded without any issues.

    <configuration-data final="false"
id="com.ibm.team.apt.configuration.workItemProgressMode"
xmlns=" http://com.ibm.team.apt/workItemProgressMode">
                <estimationMode name="TimeRemaining"/>
                <estimateOutputFormat name="Hours"/>
                <backlogIteration id="Neue Zeitachse (2)" path="/Neue
Zeitachse (2)/Neue_Iteration/H2 // 14"/>
            </configuration-data>


0 votes


Permanent link
The issue is because the process configuration source xml code, in Project area template.

Cause:
Below is the peace of code which was picking up and causing the issue .
Might have added any code manually in process configuration source about iterations.

Identify the log file about the iterations and verify in process configuration source and delete the respective entries.

Below is an example in my case, after deleting the below source xml code, plan loaded without any issues.

    <configuration-data final="false"
id="com.ibm.team.apt.configuration.workItemProgressMode"
xmlns=" http://com.ibm.team.apt/workItemProgressMode">
                <estimationMode name="TimeRemaining"/>
                <estimateOutputFormat name="Hours"/>
                <backlogIteration id="Neue Zeitachse (2)" path="/Neue
Zeitachse (2)/Neue_Iteration/H2 // 14"/>
            </configuration-data>


0 votes


Permanent link
The problem, I think, is that you configured a plan view to use the iteration that you then deleted. By deleting the plan view configuration that got corrupted in the process XML, you removed the problem that was created by deleting the iteration.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 1,220

Question asked: Mar 14 '16, 6:05 a.m.

Question was seen: 2,478 times

Last updated: Mar 14 '16, 7:47 a.m.

Confirmation Cancel Confirm