how to get rid of SUSPECT939 warning
how to get rid of SUSPECT939 warning
(OP)
Hello All,
NX6 question.. I have a prt file , which when I try to load in NX session give a warning message of SUSPECT 939 , which is related to spline.. How to fix this issue? I know we can turn off the warning window, which will not take care of the error related to spline.. I want to fix that spline.. Iam unable to find that spline.. How to I hunt it down.. In the log file , I get the spline ID, but Iam unable to find that spline..
Please suggest.
NX6 question.. I have a prt file , which when I try to load in NX session give a warning message of SUSPECT 939 , which is related to spline.. How to fix this issue? I know we can turn off the warning window, which will not take care of the error related to spline.. I want to fix that spline.. Iam unable to find that spline.. How to I hunt it down.. In the log file , I get the spline ID, but Iam unable to find that spline..
Please suggest.





RE: how to get rid of SUSPECT939 warning
To find the Spline that is being flagged, go to...
Information -> Object...
...and when the dialog comes up, expand the 'Filters' section and select the 'Attribute Filter' icon. When the next dialog opens, select the button at the bottom labeled 'User-Defined Attributes', set the 'Attribute Type' to 'String' and type SUSPECT939 in the 'Title' entry and hit OK. Even if the spline is on an invisible layer, it should get selected and the report that gets displayed should include information about the Spline including what layer it's on as well as the contents of the Attribute which may help you decide what your next action should be.
For more information about the 'SUSPECT939' feature, go to your Help files and search on SUSPECT939 and you will find an entry which provides some additional information for what I've included above.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: how to get rid of SUSPECT939 warning
#Disables SUSPECT939 error message
UGII_NO_SUSPECT939_WARN_DIALOG=1
To get rid of the error message. It doesn't get rid of the problem, if in fact there is a problem with a spline, it only suppresses the error message.
Reference the following PR's:
PR-06119801
PR-01713424
PR-01712113
and mine PR-05887919
In our case, the error would arise opening an assembly, and could never be tracked back to an individual part. Plus, all of the parts were very simple, none of them (that I could find) had a spline in them.
-Dave
NX 5.0.6.3mp7
RE: how to get rid of SUSPECT939 warning
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: how to get rid of SUSPECT939 warning
"...set the 'Attribute Type' to 'String' and type SUSPECT939 in the 'Title' entry and hit OK."
I tried this several times with no success. Finally worked out that you have to hit 'Apply', then 'OK'. (At least on our installation.)
Just in case somebody else has the same problem.