Skip to main content
16-Pearl
March 19, 2013
Question

New role not availabe for Team Template? 9.1

  • March 19, 2013
  • 3 replies
  • 1378 views

I am working on a new Process Workflow for a Change Request. The CR uses a Team Template to populate some Roles into the CRB.

I am able to create new roles (that are not listed in the Out Of Box list) but they do not show up in the available roles to add to the Team Template?

The new Role is at the Org level.

The CR Team Template is at the Org level.

The Workflow is at the Site level.

The Life Cycle is at the Site level.

3 replies

1-Visitor
March 20, 2013

If you are in PTCapplets.

Stop the Method Server
Rebuild the client jars from the Windchill shell :

ant -f codebase\MakeJar.xml custUpdate

Start the Method Server
Restart the Java Applets on the client side.

Possible action need:
-delete jar from local java client
and delete file from that folder
-Windchill_9.1/Tomcat/work/*
-Windchill_9.1/Windchill/tmp/*
-Windchill_9.1/Windchill/tasks/codebase/com/infoengine/compiledTasks/file/*
-ptcServlet/*

lgrant16-PearlAuthor
16-Pearl
March 21, 2013

So your saying that there is nothing inside the GUI such as options that I could do?

1-Visitor
March 21, 2013

Adding roles through EnumCustomize *may* do it? But no, just edit your rbInfo, then from the WC shell:

ResourceBuild wt.project.* (to compile the .rbInfo from <wchome>/src/wt/project to <wchome>/codebase/wt/project)

ant -f codebase\MakeJar.xml (to clean the wc jars. PTC applets use them. ie LifeCycle Administrator, Workflow Administrator, Team Template Administrator, etc)