Skip to main content
1-Visitor
November 23, 2021
Question

How to register automatically the server name?

  • November 23, 2021
  • 2 replies
  • 2487 views

As per this thread, related issue.

Hi,

 

Do you kwon how to register automatically the server name?

 

Thx

2 replies

24-Ruby III
November 25, 2021

Article - "Is there a way to register Windchill server automatically when a user launches Creo Parametric the first time?": https://www.ptc.com/en/support/article/CS103228 

Chris3
21-Topaz I
November 29, 2021

This is how we do it. In your startup script we have:

 

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

 

If the user hasn't logged into Windchill then it copies down a .srv_mgr_db3.fldx which has a default workspace that everyone has access to and is set to "no server". Doing this makes sure that everyone is using the same Windchill server alias.

5-Regular Member
August 15, 2023

Does this work for Windchill 11.2 ?

 

I tried and it does not seem to work.

 

Any pointers are appreciated.

 

Thx

avillanueva
23-Emerald I
23-Emerald I
August 15, 2023

Chris works with me. We have used this for 11.1 and Creo 4. We are now on 12.0.2 and Creo 7 and had no issues with it. We have a batch file to start Creo as a shortcut on user's desktops. This sets up a few things like copying config.pro files down and creates the server connection if missing. Yes, this does work but the batch file sets up those environment variables first.