Creo View MCAD Adapters Guide > Configuring the Creo View Adapter for DGN > Server Controlled Publishing with dgnworker
Server Controlled Publishing with dgnworker
When the Visualization server initiates a request to convert DGN data to the Creo View format, the Visualization server uses the dgnworker to convert the file in the background. This Visualization server could be a Windchill server or another customized server environment.
The DGN worker is an important link in achieving the full functionality of the Visualization server. For more information, refer to Visualization Server Definition.
dgnworker Overview
The DGN worker is used to manage the relationship between DGN and the Visualization server. dgnworker converts the files 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 dgnworker.
Using dgnworker
* 
Users are strongly advised to first test their dgnbatch configuration before using the dgnworker. Troubleshooting dgnbatch 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>/dgnworker.bat
In our example, this command is:
C:/ptc/dgn_setup/dgnworker.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 the Visualization Server Definition.
Was this helpful?