Details
I have set up asynchronous JT creation on save using Dispatcher and everything is working fine but the owner of new JT dataset is the windows installation user, not dcproxy. I want the owner to be dcproxy.
Solution
Here is how you have dcproxy ownership of resulting JT files:
comment out this section of the Translator.xml:
<!-- <Option name="clientoption" optionkey="user" string="-u=" value="dcproxy"
description="Specifies username for NX Translator login to Teamcenter."/>
<Option name="clientoption" optionkey="password" string="-p=" value="dcproxy"
description="Specifies password for NX Translator login to Teamcenter."/>
<Option name="clientoption" optionkey="group" string="-g=" value="dba"
description="Specifies group for NX Translator login to Teamcenter."/> -->
Also ensure encrypt is set to false.
Then edit the pvtransdirect.bat on this line:
"%UGII_BASE_DIR%\ugmanager\run_nxtrans.bat" "-pim=yes" -u=dcproxy -p=dcproxy -g=dba %*
Hardware/Software Configuration
Platform: AMD64
OS: windows
OS Version: 1064
Product: NX
Application: TRANSLATOR
Version: V1872
Function: NX_JT
Ref: 002-8040568