Moving to Teamcenter
Moving to Teamcenter
(OP)
I am in process of setting up TcE 2005SR1/2007/8 oh wait, it's really V10.0.3.8, for a pilot test with NX 6. I want to import some assemblies into the database to test. The File-> Import Assembly into Teamcenter seems to work well for this except I need it to catch some related drawing files in the process. I can't figure out how to specify where attach the drawing files to a given item master. After the fact, do I have to use the ug_import command to do this while running from the teamcenter menu command window (currently this is giving me a cannot connect to database error) or is there a way to bring the drawings in through the gui after the assembly has already been imported?





RE: Moving to Teamcenter
IMAN_ROOT
IMAN_BIN
IMAN_DATA
then call %IMAN_DATA%\iman_profilevars.bat
2. You need to run ugmanager_import.exe tool with a mapfile to import dwg files, you could use this tool to import both 2D and 3D at the same time. check the documentation for map file settings.
sample code from NX5 import:
C:\Program Files\UGS\NX 5.0\Ugmanager\ugmanager_import.exe -part=G:\Engineering\Import_Test\xyz-02.prt -u=infodba -p=infodba -g=dba -mapping=xyz-mapfile.txt -search=xyz.txt -dryrun
3. Other wise you could create a UGPART dataset manually in Teamcenter and import the dwg file thru namedreferences, you may have to re-associate the model into your dwg file.
Ram
RE: Moving to Teamcenter