A user with system administrator privileges can obtain an export of Teamcenter attribute mapping using the export_attr_mappings
command and arguments.
Open a Command Prompt window by choosing Start→Programs→Accessories→Command Prompt.
Set your iman_root
environment variable equal to the installation location of your Teamcenter client.
Example:
C:\>set iman_root=c:\Program Files\UGS\Teamcenter\Express\V3
Set your iman_data
environment variable equal to the location of your Teamcenter data.
Example:
C:\>set iman_data=\\myserver\ugs\tcdata\
Note:
This example assumes a 4-tier Teamcenter connection.
Change directories to the installation location of your Teamcenter client.
Example:
C:\>cd %iman_root%
Change directories to the \bin directory.
Example:
C:\Program Files\UGS\Teamcenter\Express\V3>cd \bin
Run %iman_data%\iman_profilevars
.
Example:
C:\Program Files\UGS\Teamcenter\Express\V3\bin>%iman_data%\iman_profilevars
Export the Teamcenter attribute mappings using the export_attr_mappings
command and arguments.
Example:
C:\Program Files\UGS\Teamcenter\Express\V3\bin>export_attr_mappings –file=c:\temp\attr.txt –u=myuserid –p=mypassword –g=mygroup
The arguments used are:
–file=the mapping file being created locally
–u=userid for your Teamcenter database
–p=password for your Teamcenter database
–g=Teamcenter group
The output of attribute mappings is created in the file you specified. Include this file when creating a diagnostics package to send to product support for assistance.