Configuring BOM Transformer
Working on Part Structures in Multiple Browser Sessions
You can work on a particular part structure in multiple browser sessions in BOM Transformer and Service Associative Part Structure Browser (SAPSB). Refer the following table for more details:
Browsers
BOM Transformer
SAPSB
Property name
com.ptc.windchill.enterprise.associativity.part.mpml.mapsb.MAPSB.maxCached
com.ptc.arbortext.windchill.sapsb.client.SAPSB.maxCached
Property format
<Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.windchill.enterprise.associativity.part.mpml.mapsb.MAPSB.maxCached" default="60"/>
<Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.arbortext.windchill.sapsb.client.SAPSB.maxCached" default="60"/>
File in which you add the property
MAPSB.wt.properties.xconf
SAPSB.wt.properties.xconf
File location
<Windchill>/MpmLink/ManufacturingAssociativePartStructureBrowser/src/com/ptc/windchill/enterprise/associativity/part/mpml/mapsb
<Windchill>/arb_wcArbortext/SIS/ServiceAssociativePartStructureBrowser/src/com/ptc/arbortext/windchill/sapsb
Default value
The default value is 60. This value indicates that you can open a maximum of 30 sessions at a time.
The default value is 60. This value indicates that you can open a maximum of 30 sessions at a time.
Example
To open a maximum of 45 sessions, configure the property in the following format: <Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.windchill.enterprise.associativity.part.mpml.mapsb.MAPSB.maxCached" default="90"/>.
To open a maximum of 40 sessions, configure the property in the following format:<Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.arbortext.windchill.sapsb.client.SAPSB.maxCached" default="80"/>.
Was this helpful?