Skip to main content
14-Alexandrite
March 3, 2021
Solved

How to update service.properties?

  • March 3, 2021
  • 1 reply
  • 1699 views

I recently updated our windchill 11.0 CPS and the customization we had to the find number field got dropped.

 

I'm stuck on step 2D of the help file linked below. Can anyone tell me what syntax I use in the xconfmanager?

 

http://support.ptc.com/help/windchill/wnc/r11.1_m020/whc_en/index.html#page/Windchill_Help_Center/WCCG_UICust_PresentInfoUI_CustFindNumberField.html

 

 

Best answer by imendiola

You can try with this command:

 

xconfmanager -s "wt.services/svc/default/wt.part.ValidateFindNumbersDelegate/null/java.lang.Object/0=wt.part.DefaultValidateFindNumbersDelegate/duplicate" -t "codebase/service.properties" -p

 

Regards

1 reply

imendiola13-AquamarineAnswer
13-Aquamarine
March 4, 2021

You can try with this command:

 

xconfmanager -s "wt.services/svc/default/wt.part.ValidateFindNumbersDelegate/null/java.lang.Object/0=wt.part.DefaultValidateFindNumbersDelegate/duplicate" -t "codebase/service.properties" -p

 

Regards

Aaronm8714-AlexandriteAuthor
14-Alexandrite
March 4, 2021

Thanks! That's exactly what I needed.