Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Start Nxmanager with NX6 or NX7.5 1

Status
Not open for further replies.

PSI-CAD

Computer
Joined
Feb 13, 2009
Messages
997
Location
FR
With TeamCenter 2005/SR1 I was able to switch from NX5 to NX6 by editing ...\portal\...\start_nxmanager.bat and changing the following lines:
set UGII_BASE_DIR=C:\softs\ugnx6
set UGII_ROOT_DIR=%UGII_BASE_DIR%\ugii

Now, I use TeamCenter 8.3 and NX6/NX7.5
But the same action doesn't work. NX7.5 start each time

Thanks in advance


Regards
Didier Psaltopoulos
 
Didier,

One additional change is required in the start_nxmanager.bat file.

The line that does the actual launch of NX passes the information for which version of NX to use via the "version" argument.

To launch NX 6 the line will have the value of V24.0 for the version argument. E.g.

%UGII_ROOT_DIR%\ugs_router -ugm -enable_cancel -version=V24.0 %*

For NX 7 use V25.0
For NX 7.5 use V25.5

Regards, Joe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top