---------------
When creating an idealized part from a CAD design, the new ipart does not
create and NX reports an error - Input for part file name was invalid
(Teamcenter V10000.1.0.60_20160315.00 and NX 10.0.3.5 MP4).
Solution
The customer's DPV file contained the following entry:
<Pref Application="Simulation" Category="General" Tab="FE Model and Simulation
Create" displayValue="**IMPORTANT: Use the COE4_CAE_iPart item type**"
modified="2016-04-12T15:15:21" name="CAE_DefaultTcIdealizedPartName"
title="Default Names for New Teamcenter Simulation Files from Navigator -
Idealized Part" value="**IMPORTANT: Use the COE4_CAE_iPart item type**"/>
which was causing the invalid part file name issue.
Changing the value to a null name fixes the problem and allows NX to generate
an ipart:
<Pref Application="Simulation" Category="General" Tab="FE Model and Simulation
Create" displayValue="" modified="2016-05-10T18:02:27"
name="CAE_DefaultTcIdealizedPartName" title="Default Names for New Teamcenter
Simulation Files from Navigator - Idealized Part" value=""/>
Notes