While importing Solid Edge parts/assembly into teamcenter (AtT), the non
graphic parts are throwing this issue "includes properties
SE_ASSEMBLY_QUANTITY_OVERRIDE and SE_ASSEMBLY_QUANTITY_STRING which are not
prepared for import to Teamcenter. These Solid Edge properties are used to
define a non-graphic part workflow. These properties should be analyzed with
Teamcenter Unit of Measure (UOM) and updated to align with Teamcenter
requirements. The Item will be added to the Assembly without the non-graphic
information."
It appears that you have not "data prepped" the file properties to include
the 2 custom properties needed to sync up the non-modeled file within
Teamcenter. Please note you must also set / create TC based preferences to
support this concept.
To control the type we use an attribute SE_ASSEMBLY_QUANTITY_OVERRIDE
0 for a non-graphic part with a unit and quantity
1 for a non-graphic part without a unit or quantity
To control the Unit of measure we use SE_ASSEMBLY_QUANTITY_STRING
N/A for a non-graphic part without a unit or quantity
<Teamcenter UOM> for a non-graphic part with a unit and
quantity
The custom property SE_ASSEMBLY_QUANTITY_STRING captures the type of unit and
the number of decimal places you require. For example, Liters;4. You must
separate the unit type and the decimal places with a semi-colon (;)
The SEEC administrator documentation includes further details.