Creo View MCAD Adapters Guide > Configuring the Creo View Adapter for NX > Server Controlled Publishing with ugworker
Server Controlled Publishing with ugworker
When the visualization server initiates a request to convert NX data to the Creo View format, the server uses the ugworker to convert the CAD data in a background UG/Open application. This Visualization server could be a Windchill server or another customized server environment. The NX worker is an important link in achieving the full functionality of the visualization server. For more information, refer to Visualization Server Definition.
ugworker Overview
The NX worker is used to manage the relationship between NX and the visualization server. ugworker opens a non-graphical UG/Open application and converts the CAD data to the Creo View format used by the Creo View client.
To configure the worker, you must know the visualization server host name, the port number that the Worker Agent is listening on, and the complete path to the worker script ugworker.
Using ugworker
* 
Users are strongly advised to first test their ugbatch configuration before using the ugworker. Troubleshooting ugbatch is an easier way of identifying and resolving most issues that will also affect the worker.
The worker script is created in the setup_directory, and should be run by the visualization server when starting the worker.
When configuring the Worker Agent to use this worker, use the following Execute Command:
<setup_directory>/ugworker.bat
In our example, this command is:
C:/ptc/ug_setup/ugworker.bat
* 
Do not use spaces in the setup directory name. In addition, the .bat extension should be used when the worker is on a Windows machine.
To learn about configuring the Worker Agent to use this worker, refer to Visualization Server Definition.
Was this helpful?