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
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
3 answers
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>
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>
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>
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>