Suppressing message pop up

Suppressing message pop up

SaddamShaikh77
Advocate Advocate
713 Views
3 Replies
Message 1 of 4

Suppressing message pop up

SaddamShaikh77
Advocate
Advocate

Hello forum,
I am exporting Inventor 2016 verion files to  AutoCAD 2016 dwg files using Inventor 2019.

While iterating through table configurations it is giving me pop up message which is interrupting my batch processing.

I have made Inventor.silentOperation=true;

Find screenshot for the same

0 Likes
Accepted solutions (1)
714 Views
3 Replies
Replies (3)
Message 2 of 4

Mark.Lancaster
Consultant
Consultant
Accepted solution

@SaddamShaikh77 

 

That message is indicating the current information is not matching the iPart table and it wants to know do I maintain that value or switch it to the value you have indicated in the iPart table.

Mark Lancaster


  &  Autodesk Services MarketPlace Provider


Autodesk Inventor Certified Professional & not an Autodesk Employee


Likes is much appreciated if the information I have shared is helpful to you and/or others


Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.

Message 3 of 4

johnsonshiue
Community Manager
Community Manager

Hi Saddam,

 

Yes, Mark is right. The warning message usually indicates something is not set consistently. For example, a property needs to be specific to a member and the value needs to be captured on the table. But, somehow it was overridden outside of the table. You need to make sure the member specific values properly captured on the author table.

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 4 of 4

SaddamShaikh77
Advocate
Advocate

Hello Mark,

Thanks for your reply.

Yeah, I am aware of the fact. Actually I am working with Inventor 2019, and due to this pop up, my files are automatically getting saved in 2019 version from 2016. I want to suppress this message so that it should not stop my batch processing.

Is there any way to suppress this pop up or it will keep popping up?

I have used Invento.silentOperation=true;

 

0 Likes