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

Is it possible to export, if template name and project area name are the same

Hi Team,

Is it correct scenario to export , having template name and project area name same in RTC. we have a tool in which we can export the PA(template.zip). But when i tried to export an PA with same Template from the tool, i got
FAT ~ TeamRepositoryException could not be handled
com.ibm.team.repository.common.TeamRepositoryException: Process template referenced by existing project area 'ApplArchTeam_ProjectArea_Testing' .

Is it correct scenario to export an PA having same Template or do i need to allow to export the PA from my Tool.

0 votes

Comments

Adding to previous question , doing following check in the code:
 IProcessDefinition old =
            ((ProcessClientService) this.service).findProcessDefinition(this.rtcProjectAreaName.toLowerCase(),
                IProcessClientService.ALL_PROPERTIES, this.monitor);
 if(null != old){
this.service.delete(old, true, monitor);
}
while deleting the old processdefination, getting the TeamRepository Exception. Let me know what i am doing wrong here.


Be the first one to answer this question!

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
× 10,953

Question asked: Aug 29 '16, 2:33 a.m.

Question was seen: 1,779 times

Last updated: Aug 29 '16, 3:14 a.m.

Confirmation Cancel Confirm