Configuring the Aurora integration
Configure the property mapper for data exchange between Teamcenter and Aurora
When data is transferred between Teamcenter and Aurora, certain property values are always transferred by default — for example, WBS number and element name values are exported from Teamcenter to Aurora. Likewise, when importing data from Aurora to Teamcenter, start date, end date, and duration values are always transferred. If you want to transfer the value of other properties, you can configure the solution to transfer those properties.
Examples of configuring the property mapper for data exchange follow:
Only work package property values can be transferred from Teamcenter to Aurora, and the solution updates the task or activity property in Aurora. To configure this, update the
WBSElemRev.ExportPropertyToExternalSchedulepreference, which contains a map of properties in Teamcenter and the corresponding property in Aurora. Each entry specifies a property in Teamcenter that should update the value of a property in Aurora. For example:wbs0PlanObject: originatingModelIn this example,
wbs0PlanObjectis a property of the Work Element Revision whose value is to be mapped to theoriginatingModelproperty in Aurora.Configure additional property values to transfer from Aurora to Teamcenter by updating the
PropertyMapper.cfgconfiguration file in the TC-Aurora-Connector package. This file contains the properties that are mapped to Teamcenter, and its path is specified in theconfig.cfgfile in the package.Only activity and task property values in Aurora can be transferred to Teamcenter, and these properties can only be mapped to
ipp0ExternalTaskInfoproperties. This example shows a property mapping in thePropertyMapper.cfgfile:object_desc = descriptionIn this example,
descriptionis the property of the task in Aurora and its value is mapped to theobject_descproperty of the Task Info object in Teamcenter.