Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX 8.0 throwing error while saving , even though the assembly is getting saved using (NXOpen) ?

Status
Not open for further replies.

biw01

Automotive
Joined
Dec 31, 2011
Messages
152
Location
US
Hello All,

I am getting this weird error after saving my assembly part using NXOpen.
"invalid part tag"

Please help !!!

When i looked into the NX Log File , I am seeing the following exception message
EXCEPTION: Error code 641018 in line 2026 of O:\ugnx80\ip25\src\part\no\ind\part.c
+++ Part corresponding to tag 0 is NULL

I am using the following function to save the full assembly
Code:
        Dim partSaveStatus1 As PartSaveStatus
        partSaveStatus1 = FnGetNxSession.Parts.Work.Save(BasePart.SaveComponents.True, BasePart.CloseAfterSave.False)
        partSaveStatus1.Dispose()

Thanks,
Amitabh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top