Details
Mass is mapped to a Teamcenter property type "Double". If the user has defined in Windows a comma as decimal separator the attribute is not synchronized to Teamcenter. In contrast, with the point as decimal separator it works.
Solution
In this case the used attribute mapping was the problem. The user did not include the "Item type" in their mapping.
e.g:
{ Dataset type="SE Part"
"Mass" : ItemRevision.a3Weight /master=cad /description="model weight"
}
For Solid Edge this mapping is not correct, it requires the inclusion of the "Item type". The issue is fixed by changing the attribute mapping to the following:
{ Dataset type="SE Part"
{Item type="Item"
"Mass" : ItemRevision.a3Weight /master=cad /description="model weight"
}
}
Hardware/Software Configuration
Platform: na
OS: n/a
OS Version: n/a
Product: SOLID_EDGE
Application: DOC_MANAGEMENT
Version: V220MP8
Function: SEEC
Ref: 002-8513886