Msg.--> Unit name "Party" is not valid in Inventor.

Msg.--> Unit name "Party" is not valid in Inventor.

Anonymous
Not applicable
417 Views
2 Replies
Message 1 of 3

Msg.--> Unit name "Party" is not valid in Inventor.

Anonymous
Not applicable

Hey experts,

 

I'm just repeating  tutorial exercises and am specifically stuck in the following step.

 

http://help.autodesk.com/view/INVNTOR/2015/ENU/?guid=GUID-31BCC26D-713B-4816-9A80-26950D21C7EB

 

I've attached the screen shot. What's wrong here?

 

FYI, I'm unable to change the name '3rd Party'.

 

Anyone else faced similar issue?

 

Regards

Kamalesh

0 Likes
418 Views
2 Replies
Replies (2)
Message 2 of 3

MegaJerk
Collaborator
Collaborator

Notice how you have an extra quote in front of a few of the GoExcel methods?

It should be

Feature.ThreadDesignation("Port_A_Threads") = GoExcel.CurrentRowValue("tap_dim")


You currently have : Feature.ThreadDesignation("Port_A_Threads") = "GoExcel.CurrentRowValue("tap_dim")

See that extra quote? You'll need to get rid of that in the line above your error as well as the other two lines that it seems to be on. 





If my solution worked or helped you out, please don't forget to hit the kudos button 🙂
iLogicCode Injector: goo.gl/uTT1IB

GitHub
Message 3 of 3

Anonymous
Not applicable

Spot on, bro. 

 

Quotes are draining my time.

 

Regards

Kamalesh

0 Likes