How to export Reference only component using Export Assembly Outside Teamcenter.
Solution
If you are having a drawing file with Reference only component as shown in below snap and if you want to export these reference only components along with the Drawing file then kindly follow below steps-
Method 1 - By Default in above snap only master part and non-master drawing will get exported when you add the Item ID in Export Assembly outside Teamcenter with below options.
When only Item of the master part file selected it will not export the reference part. So you have to manually add the reference e part as well while exporting. See below snap-
Method 2- Add the Item ID which you ant to export in Export Assembly outside Teamcenter and generate the clone log file by switching "ON" Dry Run operation and then Execute, see below snap and the sample clone log file-
Sample Clone log file generated using 'Dry Run' -
*********************************************************
Assembly Cloning Log File
&LOG Operation_Type: EXPORT_OPERATION
Revision rule current when this operation was performed: "As Saved"
&LOG Default_Cloning_Action: OVERWRITE
&LOG Default_Naming_Technique: AUTO_TRANSLATE
&LOG Default_Container: ""
&LOG Default_Directory: "C:\IR_Data\123\"
&LOG Default_Part_Type: ""
&LOG Default_Part_Name: ""
&LOG Default_Part_Description: ""
&LOG Default_Copy_Associated_Files: Yes
&LOG Default_Non_Master_Copy: specification Yes
&LOG Default_Non_Master_Copy: manifestation Yes
&LOG Default_Non_Master_Copy: altrep Yes
&LOG Default_Non_Master_Copy: cae_motion Yes
&LOG Default_Associated_Files_Directory: ""
&LOG
&LOG Part: @DB/000402/A
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000402_A.prt"
&LOG Container: ""
&LOG Part_Type: Item
&LOG Part_Name: 000402
&LOG Part_Description: 000402
&LOG Associated_Files_Directory: "C:\IR_Data\123\000402_A"
&LOG
&LOG Part: "@DB/000402/A/specification/000402-A-dwg1"
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000402_A_s_000402-A-dwg1.prt"
&LOG Container: ""
&LOG Part_Type: Item
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: "C:\IR_Data\123\000402_A_s_000402-A-dwg1"
&LOG
&LOG Part: @DB/000039/A
&LOG Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000039_A.prt"
&LOG Container: ""
&LOG Part_Type: ""
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: ""
&LOG
&LOG Part: @DB/000041/B
&LOG Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000041_B.prt"
&LOG Container: ""
&LOG Part_Type: ""
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: ""
&LOG
*********************************************************
Now, save this file and edit this clone log file for Reference only parts like in above case "000039" and "000041" are reference only parts, so remove the line "&LOG Naming_Technique: DEFAULT_NAMING" and replace it with "&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING". So clone log will look like below, use this new clone log file for exporting the data. This will also export the Reference only parts as well.
*********************************************************
Assembly Cloning Log File
&LOG Operation_Type: EXPORT_OPERATION
Revision rule current when this operation was performed: "As Saved"
&LOG Default_Cloning_Action: USE_EXISTING
&LOG Default_Naming_Technique: AUTO_TRANSLATE
&LOG Default_Container: ""
&LOG Default_Directory: "C:\IR_Data\123\"
&LOG Default_Part_Type: ""
&LOG Default_Part_Name: ""
&LOG Default_Part_Description: ""
&LOG Default_Copy_Associated_Files: Yes
&LOG Default_Non_Master_Copy: specification Yes
&LOG Default_Non_Master_Copy: manifestation Yes
&LOG Default_Non_Master_Copy: altrep Yes
&LOG Default_Non_Master_Copy: cae_motion Yes
&LOG Default_Associated_Files_Directory: ""
&LOG
&LOG Part: @DB/000402/A
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000402_A.prt"
&LOG Container: ""
&LOG Part_Type: Item
&LOG Part_Name: 000402
&LOG Part_Description: 000402
&LOG Associated_Files_Directory: "C:\IR_Data\123\000402_A"
&LOG
&LOG Part: "@DB/000402/A/specification/000402-A-dwg1"
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000402_A_s_000402-A-dwg1.prt"
&LOG Container: ""
&LOG Part_Type: Item
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: "C:\IR_Data\123\000402_A_s_000402-A-dwg1"
&LOG
&LOG Part: @DB/000039/A
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000039_A.prt"
&LOG Container: ""
&LOG Part_Type: ""
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: ""
&LOG
&LOG Part: @DB/000041/D
&LOG Cloning_Action: DEFAULT_DISP Naming_Technique: DEFAULT_NAMING
&LOG Clone_Name: "C:\IR_Data\123\000041_D.prt"
&LOG Container: ""
&LOG Part_Type: ""
&LOG Part_Name: ""
&LOG Part_Description: ""
&LOG Associated_Files_Directory: ""
&LOG
*********************************************************
Use this edited clone log file with Export Assembly Outside Teamcenter option under 'Log File' tab with "Load and Apply Existing Log File", see below snap-
Notes and References
9294149
Hardware/Software Configuration
Platform: INTL64
OS: window
OS Version: 764SP1
Product: NX
Application: NXMANAGER
Version: V12.0.2
Function: CLONE_EXPORT
Ref: 002-8007368