NX How to map the release status of the UGPART

2021-10-06T23:27:49Z
NX for Design

Summary


Details

How to map the release status assigned to the UGPART to the NX drawing specification. 
This would allow the release status of the UGPART to be used in a drafting note.



Solution

1. Export your Teamcenter mapping file. 
     a. Open a Teamcenter command prompt. 
     b. Type: export_attr_mappings -u=infodba -p=<password> -g=dba -file=C:\user\mapping.txt 
         NOTE: Specify your own infodba password and specify a path for the mapping file that fits your folders. 
2. Edit the mapping.txt in a text editor. 
    a. Under UGPART, add the following mapping: 
        NOTE: That you would enter the ItemType of the data being mapped. This example is mapping to the OOTB "Item" ItemType.


{ Dataset type="UGPART" 
 # (hard-wired) DB_DATASET_ID : "Part File ID" 
 # (hard-wired) DB_DATASET_REV : "Part File Rev" 
{Item type="Item" 
RELEASE_STATUS_NAME : last_release_status /master=iman /description="Release Status Name" 

}


3. Save the mapping file. 
4. Import the modified mapping file back into Teamcenter. 
    a. Open a Teamcenter command prompt. 
    b. Type: import_attr_mappings -u=infodba -p=<password> -g=dba -file=C:\user\mapping.txt 
        NOTE: Specify your own infodba password and specify a path for the file that fits your folders.



Notes and References


Hardware/Software Configuration

Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: NXMANAGER
Version: V1926
Function: ATTRIBUTES

Ref: 001-9946812

KB Article ID# PL8521333

Contents

SummaryDetails

Associated Components

Teamcenter Integration for NX