Additional Windchill Capabilities > Manufacturing Process Management > Transforming an eBOM into an mBOM > Using the BOM Transformer > Configuring BOM Transformer
  
Configuring BOM Transformer
Working on a Part Structure in Multiple Browser Sessions
You can work on a particular part structure in multiple browser sessions in BOM Transformer. However, when working on the same part structure in multiple sessions, most of the actions that can be performed on the part structure are available in two sessions only by default. If you attempt to use the actions on the part structure in a third session an exception is returned.
To allow the use of actions on a part structure in more than two sessions, add the following property to the MAPSB.wt.properties.xconf file:
<Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.windchill.enterprise.associativity.part.mpml.mapsb.MAPSB_UPSTREAM.maxCached" default="3"/>
Configure the default value in the property to specify the number of sessions on which the actions should be made available for use. The value is calculated using the formula:
(n × 2) + 1
where, 2 refers to the upstream and downstream structure panes in a single session.
For example, to make the actions available for use in 28 sessions, the value is calculated as follows:
(28 × 2) + 1 = 57
<Property name="wt.templateutil.processor.ServletSessionCookieManager.com.ptc.windchill.enterprise.associativity.part.mpml.mapsb.MAPSB_UPSTREAM.maxCached" default="57"/>