Accessing NX models in Teamcenter using 2-tier Teamcenter rich client.

  1. Set the Teamcenter tier type to TWO_TIER in the Syndeia settings (section 4.9.3) after installation.
  2. Set TC_ROOT environment variable as the location of TC installation (2-tier client) on the user's machine where NX is installed, e.g. C:\Alpha\SIEMENS\tcua91_2tier_tcdev06
  3. Set FMS_HOME as the location of tccs folder in TC_ROOT, e.g. %TC_ROOT%\tccs
  4. Set TC_DATA as the location of TC data folder on the server machine that should be accessible from the client, e.g. \\tcdev06\tce\apps\ugs\win\datadir\tcua91_tcdev06_data
  5. To verify these settings, open a command prompt and type the following commands:
    C:\> cd C:\Program Files\Siemens\NX 9.0\UGII
    C:\Program Files\Siemens\NX 9.0\UGII>
    ugraf -pim=yes -u=<user_name> -p=< password>

This should launch NX in managed mode, similar to as shown in the previous section. If successful, it implies that your NX and Teamcenter installations are ready to access NX models in Teamcenter using Syndeia.