Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi.
How I can import Project data with the use of wt.load.LoadFromFile?
Where can I find examples? Based on a example WTPart import in "Windchill Data LoadingReference and BestPractices Guide" do next:
>windchill wt.load.LoadFromFile <path>\Windchill\loadXMLFiles\generalProjectTemplate.xml -CONT_PATH/wt.inf.container.OrgContainer=MuOrg/Default/Projects
And got the result code: 9 or 5. What does this code and where you can see a list of these result codes?
Is the correct method I use to load data Project?
Thanks.
Hi Vasiliy,
Here Is an article we have on the codes returned:https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS168345
Also Creation of Projects is not supported with this utility, as seen in this article: https://www.ptc.com/appserver/cs/view/solution.jsp?n=CS147502
Although looking at your example it looks like we are loading a template.
Here is an example for that:
windchill wt.load.LoadFromFile-d "C: \ ptc \ Windchill_10.1 \ Windchill \ loadFiles \ projectlink \ demodata \ PJLDemoProject.xml"
-CONT_PATH \ "/ wt.inf.container.OrgContainer = demo organization \"
Thanks,
Jarrett