NX How to use "iges.cmd" in 4-Tier Environment?

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

Summary


Details

How to use "iges.cmd" in 4-Tier Environment?



Solution

If you want to use the "iges.cmd" in the 4-Tier environment, then you can set up your command line syntax like as mentioned below-
 
****************************************************************
 
@echo off
set FMS_HOME=C:\apps\Siemens\Tc11\tc_root\tccs
set TC_ROOT=C:\apps\Siemens\Tc11\tc_root
set UGII_BASE_DIR=C:\apps\Siemens\NX12.0
set IGES_DIR=C:\apps\Siemens\NX12.0\iges\
set UGII_UGMGR_HTTP_URL=http://GTAC:7001/tc/aiws/aiwebservice
set UGII_UGMGR_COMMUNICATION=HTTP
set UGII_UGMGR_FMS_PARTIAL_FILE=DISABLED
set PATH=C:\apps\Java\jre8\bin;C:\apps\Siemens\NX12.0\nxbin;C:\apps\Siemens\NX12.0\nxbin;C:\apps\Siemens\NX12.0\nxbin;C:\apps\Siemens\NX12.0\ugii;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\
cd C:\apps\Siemens\NX12.0\UGII
 
title IGES Export
call "C:\apps\Siemens\NX12.0\iges\iges.cmd" "@DB/001024/A" d="C:\apps\Siemens\NX12.0\IGES\igesexport.def" l="C:\IR_Data\igs\iges_log1.log"  -pim="yes" -u="infodba" -p="infodba" -g="dba"
 
@echo "***** Translator processing complete. *****"
 
****************************************************************
 
Please Note path Environment Variable may be required and you need to add the additional Java and NXBIN and UGII directory path along with existing PATH Value. You can capture the "PATH" Environment Variable Value from your System Environment Variables. See below snap-
 





Notes and References

9752773  



Hardware/Software Configuration

Platform: INTL64
OS: windows
OS Version: 1064
Product: NX
Application: NXMANAGER
Version: V12.0.2
Function: TRANSLATORS

Ref: 002-8510597

KB Article ID# PL8510597

Contents

SummaryDetails

Associated Components

Teamcenter Integration for NX