cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Bulk loading teams via XML files.

psweet
4-Participant

Bulk loading teams via XML files.

I'm create the load file(s) for a Team to be loaded at the Org level. Here's a sample file:




<csvteamtemplatebegin handler="wt.team.LoadTeam.createTeamTemplateBegin">


<csvdescription>Product Change Team for ECN and CA</csvdescription>


<csvenabled>true</csvenabled>


<csvroleholder2 handler="wt.team.LoadTeam.createRoleHolder">


<csvassignedprincipal>-</csvassignedprincipal>


<csvteamtemplateend handler="wt.team.LoadTeam.createTeamTemplateEnd"/">





No objects were imported due to the error.


Nested exception is: wt.util.WTException: Loader method wt.team.LoadTeam.createRoleHolder reported a failure Error loading data from file.



token separator = <null,null>


user = <null>


Unexpected problem in export/import process.


-


4 REPLIES 4
MikeLockwood
22-Sapphire I
(To:psweet)

Attached has been helpful for us (shows 9.1 – no real changes for 10.x).

Paul,

I have not done this in a while, but could it be that you are listing your email address in the <csvassigneprincipa> tag instead of your actual windchill ID?


Thanks

Alexius C. Chukwuka
IT Analyst, Global SAP Basis
Technical Change Management (TCM)
Deere & Company World Headquarters
400 19th St, Moline, IL 61265
Office: (309) 765-3133
Mobile: (319) 429-5336
psweet
4-Participant
(To:psweet)

Alexius,

I thought that as well. In our system the UID is the person’s email address. I’ve even tried the using the distinguished name which didn’t work:
uid=-,ou=utcworker,o=utc.com



Regards,
Paul Sweet
[Description: Description: CCS_Logo]
Global Methods Group – Engineering Systems
• 315-433-4540
• -<">mailtoSmiley Tongue->

Paul,

There is a template on the system for doing this. The template is an XML file and also has a corresponding csv. It might be worth it to pull those templates of the system and compare it to yours to see if you are missing anything.

Thanks

Alexius C. Chukwuka
IT Analyst, Global SAP Basis
Technical Change Management (TCM)
Deere & Company World Headquarters
400 19th St, Moline, IL 61265
Office: (309) 765-3133
Mobile: (319) 429-5336
Top Tags