When exporting an assembly outside Teamcenter, is there a way to export all revisions of the assembly and all revisions of every component?
Solution'Export Assembly from Teamcenter' and the ug_clone utility will not export all revisions of every component, only the revisions used by the assembly structure with the revision rule that is specified. However, users can export all revisions of the assembly itself. Notes
Turn ON, "Enable Multiple Revisions" in Customer Defaults. Then using 2-tier ugmanager_clone, specify each revision of the assembly to export.
For example: ugmanager_clone -pim= -o=export -default_dir=c:\temp -default_n=autotranslate -r="Working; Any Status" -asse=@DB/assy1/A -asse=@DB/assy1/B -asse=@DB/assy1/C
Notes