Skip to main content
1-Visitor
March 23, 2012
Question

Loading Objects into multiple containers using a single load file

  • March 23, 2012
  • 1 reply
  • 564 views

Hi,


I am trying to load WTParts/WTDocuments using a load XML file and LoadFromFile command. What i want to do is to load objects into multiple Product/Library containers in a single load XML file.


Is it possible? Any help is appreciated.


Thanks


Praseeth M

1 reply

1-Visitor
March 23, 2012
What you can do is build a load file that invokes the load from file command
on each of your load files the way the WindchillLoader works on new or
refreshed installs. A good look into the DTD along with install and
loadFile directories is your clue. This method requires you to modify a
resource bundle in wt.load package. Alternatively, just script something
with ANT and a build.properties file.