admin 发表于 2020-2-8 09:59:14

启动teamcenter 四层客户端使用 translator的方法

Using a translator in Teamcenter four-tier environment


The Teamcenter dispatcher server, which is needed to run the translators, only operates in the Teamcenter two-tier environment. However, there may be cases where you want to run a translator in a four-tier environment where the dispatcher server is not located on your local installation. To enable this, you can modify the startup files for the translator.
NoteThis workaround may not always work as expected due to the requirements, environment, installation, and setup at your site.
Perform the following for the NxToPvDirect translator (other translators are similar). Edit the startup files nxtopvdirect.bat and nxtocgmdirect.bat as follows:
[*]Edit the environment variables.

[*]Delete the environment variables TC_ROOT and TC_DATA.
[*]Set the following environment variables:

[*]set UGII_UGMGR_COMMUNICATION=HTTP
[*]set UGII_UGMGR_HTTP_URL=<Your four-tier URL>
[*]Add your Teamcenter username and password to the to the line that calls the translator. Result is as follows:%UGII_BASE_DIR%\PVTRANS\run_ugtopv.bat"-u=<your username>-p=<your password> -config="%UGII_CONFIG_FILE%" -noupdate "-pim=yes" %3 %4 %5 %6 %7 %8 %9
For additional information on the dispatcher server and the translators, see the Teamcenter Dispatcher Server Translators Reference Guide.
页: [1]
查看完整版本: 启动teamcenter 四层客户端使用 translator的方法