Skip to main content
17-Peridot
February 6, 2026
Solved

Configure Default Windchill Server Name for Silent Install of Workgroup Manager (WGM)?

  • February 6, 2026
  • 1 reply
  • 206 views

Does anyone have a crafty solution to define or change the Name of the Windchill server in Windchill Workgroup Manager (WGM) without user intervention? 

 

I am using Windchill Workgroup Manager v13 with Solidworks and would like to update the installation process with the silent installation method deployed in Windows Intune. 

 

The Windchill Workgroup Manager supports the ability to define a default Windchill server URL, but it does not support an entry to define the Name of the default Windchill server in the wgmclient.ini file. When a default Windchill server URL is defined, the Name is automatically set to the domain of the server URL. I would much rather have a descriptive string assigned to the Name and cannot find a way to do this. 

 

If we were using Creo Parametric, I could create a mapkey to change the name, but I am not aware of any mapkey, scripting or trail file execution in the Workgroup Manager client. 

Best answer by avillanueva

We do this for Creo Parametric for initial startup and configuration. If this file does not already exist, we copy a precreated file with a server connection to the same location which ensures you have the right server name. This is important for config.pro paths since they use the server name which means all users need to be using the same name. 

If Not Exist "%PTC_WF_ROOT%\.ssappd\ServerMgr\.srv_mgr_db3.fldx" robocopy "%SERVER_DIR%\creo9\configs" "%PTC_WF_ROOT%\.ssappd\ServerMgr" /r:0 /NDL /NJH /NJS /nc /ns /if .srv_mgr_db3.fldx

1 reply

avillanueva
23-Emerald I
23-Emerald I
February 9, 2026
17-Peridot
February 9, 2026

@avillanueva thanks, this is related, but there was no solution identified to set the value for the default server name. i am not sure why ptc would put in a setting to define the default server URL and not the default server name. i'm guessing this ask will ultimately turn into a Windchill Idea. 

14-Alexandrite
February 10, 2026

You don't have to remove the Workspace tag. As far as I know, .srv_mgr_db3.fldx has only 1 workspace stored for each server and uses it as the primary active workspace for the active server:

DmitryC_0-1770763884233.png

 

Also, if a user does not have a workspace with that name, WWGM will automatically create it during startup. You can use it to your advantage to ensure that all users start with the same default workspace after WWGM is installed.

 

I just copy standard .srv_mgr_db3.fldx file as a part of a silent installation script.