cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

need to propagate three properties from xconf

krthk86g
12-Amethyst

need to propagate three properties from xconf

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

3 REPLIES 3
BenLoosli
23-Emerald II
(To:krthk86g)

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?

 

krthk86g
12-Amethyst
(To:BenLoosli)

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 

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
Top Tags