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
  • 205 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. 

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

Can you show how file looks with these settings currently?