how to create groups using LoadFromFile utility
hi,
I tried to create a groups by LoadFromFile Utility, but i got the errors like
these,
C:\ptc\Windchill_9\Windchill\loadFiles>windchill wt.load.LoadFromFile -d groups.xml
Error detected in createUserGroup <ast authors=">
Loader method wt.load.LoadUser.createUserGroup reported a failure
No objects were imported due to the error.
Unexpected problem in export/import process.
Nested exception is: wt.util.WTException: Loader method wt.load.LoadUser.createUserGroup reported a failure Error loading data from file.
data file = <groups.xml,c:\ptc\windchill_9\windchill\loadfiles\groups.xml>
map file = <null,null>
token separator = <null,null>
method = <null,create>
user = <null>
Command line = <{}>
Unexpected problem in export/import process.
Nested exception is: wt.util.WTException: Loader method wt.load.LoadUser.createUserGroup reported a failure
and my groups.xml file :
<nmloader>
<csvusergroup handler="wt.load.LoadUser.createUserGroup">
<csvuser></csvuser>
<csvgroupname>Authors</csvgroupname>
<csvusername>ast</csvusername>
</csvusergroup>
<csvusergroup handler="wt.load.LoadUser.createUserGroup">
<csvuser></csvuser>
<csvgroupname>Authors</csvgroupname>
<csvusername>ddb</csvusername>
</csvusergroup>
</nmloader>
What am I missing?
- Shreyas Atre
