It's all about the answers!

Ask a question

Unable to load the plan, After one iteration is moved


Arun K Sriramaiah (3.2k13177) | asked Mar 14 '16, 6:05 a.m.
edited Mar 14 '16, 6:07 a.m.
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

3 answers



permanent link
Arun K Sriramaiah (3.2k13177) | answered Mar 14 '16, 6:18 a.m.
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>



permanent link
Arun K Sriramaiah (3.2k13177) | answered Mar 14 '16, 6:47 a.m.
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>



permanent link
Ralph Schoon (63.1k33646) | answered Mar 14 '16, 7:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.

Your answer


Register or 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.