Installation and Upgrade > Installation and Configuration Guide > Using the PTC Solution Installer > Installing Windchill Solutions > Optional Product Settings > Windchill Service Information Manager - S1000D Module > Post-Upgrade Tasks
  
Post-Upgrade Tasks
If you have updated an earlier Windchill installation, some additional tasks are required:
Configure new actions for user roles
Map an S1000D product’s Publication Identifier attribute
Update custom Servigistics InService A&D publishing rules
Configure New Actions for User Roles
If upgrading a pre-11.1 F000 installation.
Two Windchill License profiles for S1000D, PTC Service Information Manager S1000D License and PTC Service Parts S1000D License control Windchill Service Information Manager and Windchill Service Parts actions when carried out in an S1000D product or library context.
The license profiles define actions that control navigation of information structures and publication structures in an S1000D context:
S1000D Information Structures action
S1000D Publication Structures action
If access is granted to information and publication structure navigation via the general Information Structures and Publication Structures actions, the same changes should be applied to the S1000D Information Structures and S1000D Publication Structures actions. With these changes, existing users of Windchill Service Information Manager - S1000D Module will not experience a change in accessibility.
For more information, see User Roles and About the PTC Service Information Manager S1000D License and PTC Service Parts S1000D License Profiles.
Map an S1000D Product’s Publication Identifier Attribute
If upgrading a pre-11.0 M010 installation.
Existing S1000D products have a single Publication Identifier attribute. The option to define multiple Publication Identifiers for a product is provided from 11.0 M010. Existing products must be updated to take advantage of this new feature:
Open Windchill in a web browser.
In the Navigator pane, go to the Products table.
Select an existing S1000D product and access its Details page.
In the Actions menu, select Edit. The Edit Product window opens.
In the Servigistics InService A&D Publishing Configuration section, add the product's existing Publication Identifier value as the value of the new Publication Identifiers attribute.
Click OK to exit the Edit Product wizard and apply your changes.
Repeat these steps for all existing S1000D products.
The Publication Identifier can now be used when publishing to Servigistics InService A&D.
Update Custom Servigistics InService A&D Publishing Rules
If upgrading a pre-11.0 F000 installation.
This task is only required if you are planning to publish content as a Servigistics InService A&D bundle.
A post publish delegate introduced in 11.0 F000 is used to publish a representation from Windchill to Servigistics InService A&D.
If you have customized publishing rules for Servigistics InService A&D, you must update these to include this post publish delegate:
<post-publish name="delegate">com.ptc.arbortext.windchill.rules.wvs.server.publish.InServiceAADPostPublishDelegate</post-publish>
Here is an example of a complete publishing rule for Servigistics InService A&D:
<param-set name="InService AAD Publishing Rules">
<worker name="com.ptc.arbortext.wvs/PreferAdapter">no</worker>
<worker name="com.ptc.arbortext.pe.service/outputPackageFileName">{EPM_NAME}.zip</worker>
<worker name="com.ptc.arbortext.pe/serviceApp.noStructIncr">1</worker>
<worker name="com.ptc.arbortext.pe/filterSectionTitle">[No Title]</worker>
<post-publish name="delegate">com.ptc.arbortext.windchill.rules.wvs.server.publish.InServiceAADPostPublishDelegate</post-publish>
</param-set>