Specialized Administration > Supporting Visualization and Publishing > Configuring the Distributed File Server Worker > Troubleshooting the Distributed File Server Worker > Publishing Fails When the File Server Name Contains Spaces
  
Publishing Fails When the File Server Name Contains Spaces
Publishing jobs on a specific File Server site are not sent to a dedicated Distributed File Server Worker when there are embedded spaces in the File Server name.
The Distributed File Server Worker does not recognize embedded spaces in the File Server name. If a File Server is configured in Windchill with a name such as "Fileserver two", then publish jobs from this File Server doesl not use the File Server Worker. To fix this problem, in the auth.properties file, you can escape the space in the file name, since this file is a Java Properties file. In the above example, the fix looks like this:auth.Fileserver\two.PROE=w.worker.remote:password In the case of the distrule in the agent.ini file, the space can be left in, since the code removes spaces when doing distrule comparison checks.