Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello Everyone,
My requirement is to migrate the custom objects which is not able to do using WBM tool.
This Migration is in 12.0.2 version and Windchill - Windchill Migration.
Hope any one of you help me to answer my question.
Awaiting for your response 🙂
Hi @DA_10748724
You need to get more information about your objects.
There is lodfromfile functionality that supports many types of objects in the system, or you can create own functionality.
PetrH
You have to create your own loader. Its not too hard if you have custom objects, you should have a method to create them. You need to create a loader that can read in the data from the current system and populate those items in the new system. I had to do this once for objects that could not be created from LoadFromFile methods. Pay attention to timestamps to make sure data loads exactly.