Skip to main content
1-Visitor
January 1, 2021
Question

need to propagate three properties from xconf

  • January 1, 2021
  • 2 replies
  • 1506 views

hello PTC. i would like to propagate the following properties from xconf to wt.properties. 

 

wt.queue.executeQueues=false

 

wt.manager.monitor.services=MethodServer BackgroundMethodServer
wt.manager.monitor.start.MethodServer=1

2 replies

23-Emerald III
January 2, 2021

Run xconfmanager with the -p command, propagate.

 

If you don't know this, are you qualified to be making this level of change to Windchill?

 

krthk86g1-VisitorAuthor
1-Visitor
January 2, 2021

Hi BenLoosli, 

 

Sure I am aware of the xconfmanager propagation. I would be grateful if I get to know the right tag in xconf to populate.

 

not able to position the right tag in xconf to populate to wt.properties.

 

Regards,

Karthik 

14-Alexandrite
January 4, 2021

It would look something like this:

 

xconfmanager -'wt.queue.executeQueues=false' -t codebase/wt.properties
 
xconfmanager -s 'wt.manager.monitor.services=MethodServer BackgroundMethodServer' -t codebase/wt.properties
 
xconfmanager -s 'wt.manager.monitor.start.MethodServer=1' -t codebase/wt.properties