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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Translate the entire conversation x

need to propagate three properties from xconf

krthk86g
13-Aquamarine

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 III
(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
13-Aquamarine
(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 

AndyHermanson
14-Alexandrite
(To:krthk86g)

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
Announcements

Top Tags