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

Accessing the plan types throwing the error in an unconfigured process

Hello,

We have created a ccm project based on unconfigured process template.

In the plan types it showed all the list of plan types.when we try to add the plan mode and save it ...it throwed the fallowing error and all the plan types are missing.

We are not sure what need to be modifed, is any thing to be changed on the source configuration.

Please help me to resolve this issue.

Thank you in advance..

Error:

Error running operation 'Loading additional data for 'Plan Types'...'

Can't find data element for @com.ibm.team.apt.internal.common.process.Path(to=, flags=0, value=planmodes@default, from=, refines=false, defaultDefinition=)@getDefaultPlanMode. Expected one element, but found <missing argument>.

Can't find data element for @com.ibm.team.apt.internal.common.process.Path(to=, flags=0, value=planmodes@default, from=, refines=false, defaultDefinition=)@getDefaultPlanMode. Expected one element, but found <missing argument>.

1 vote

Comments

I am testing the process sharing capability in RTC 4.0.4. I have a provider process area, that has a Formal process template and I have a consumer process area with "Unconfigured process" and sharing the process from provider.  when I try editing the plan types I get the same error reported Ashwath.


Did you get this resolved? I am having the same problem using the Simple template. I also cannot create a new plan - get the same error. It would appear there is no default planmode set but I found instructions for adding that manually to the process config source and it didn't help. Note that I was not originally getting this error. It appeared to start after I successfully edited Plan Type in the UI by adding Taskboard to the product backlog plan type. I tried removing the newly added view from the source and that didn't help either. I tried deleting the old iteration (there was only one) and adding a new one and that didn't help.

I was able to fix it by deleting the whole plan types section from the configuration source. I assume it reloaded from the template.



2 answers

Permanent link
Please note the description of that template:
This process should be used for project areas that consume a shared process or that are used to manage work item access control. It does not provide any configuration.
This template is meant to be used with process sharing. The template has no timelines, no work item types and nothing that would be required to work with plans. I have never tried to start with just it and configure it to a point that it is usable.

However, I just tried with 4.0.3 and I was able to specify a plan without errors showing up.

0 votes

Comments

Dear Ralph,
    I am seeing the error reported by Ashwath in RTC 4.0.4. Please see my comment above.

I would suggest to open a support request.


Permanent link
Hi Ashwath

An excerpt of manually modified PA configuration source file which has issues:
----
<configuration-data xmlns="<http://com.ibm.team.apt.configuration/planTypes>" final="false" id="com.ibm.team.apt.configuration.plantypes">
                               <plantype icon="/icons/obj16/backlog_plan_obj.gif" id="com.ibm.team.apt.plantype.product.backlog" name="Product Backlog">
                                   <planitems definition="com.ibm.team.apt.planitems.projectReleasePlan"/>
                                   <planmodes>
                                    <planmode definition="com.ibm.team.apt.viewmodes.internal.productBacklog.workBreakdown"/>
                                       <planmode definition="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking"/>
                                   </planmodes>
                                   <planchecks>
                                       <plancheck definition="com.ibm.team.apt.plancheck.invalidEstimateCheck"/>
                                       <plancheck definition="com.ibm.team.apt.plancheck.requiredAttribute"/>
                                   </planchecks>
                                   <scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/>
                                   <planmodes default="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking"/>
                               </plantype>


Excerpt of the Correct version of code:
--------
<configuration-data xmlns="<http://com.ibm.team.apt.configuration/planTypes>" final="false" id="com.ibm.team.apt.configuration.plantypes">
                               <plantype icon="/icons/obj16/backlog_plan_obj.gif" id="com.ibm.team.apt.plantype.product.backlog" name="Product Backlog">
                                   <planitems definition="com.ibm.team.apt.planitems.projectReleasePlan"/>
                                   <planmodes default="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking">
                                       <planmode definition="com.ibm.team.apt.viewmodes.internal.productBacklog.workBreakdown"/>
                                       <planmode definition="com.ibm.team.apt.viewmodes.internal.productBacklog.ranking"/>
                                   </planmodes>
                                   <planchecks>
                                       <plancheck definition="com.ibm.team.apt.plancheck.invalidEstimateCheck"/>
                                       <plancheck definition="com.ibm.team.apt.plancheck.requiredAttribute"/>
                                   </planchecks>
                                   <scheduler definition="com.ibm.team.apt.scheduler.agileScheduler"/>
                                </plantype>

Once the PlanModes tags are corrected, the Plan types tab is accessible.

Regards,
Rohit


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
× 6,121

Question asked: Jul 02 '13, 5:08 a.m.

Question was seen: 4,864 times

Last updated: Feb 27 '15, 5:46 a.m.

Related questions
Confirmation Cancel Confirm