By default, report specification output is archived.
Report specifications describe how data was generated within a report.
To
turn off the archiving of report specifications to an IBM® FileNet® Content
Manager repository, you must configure both the CM.xml and CM_FileNet.xml files.
Procedure
- Go to the c10_location/webapps/p2pd/WEB-INF/repositories/config directory.
- Using an XML text editor, open the CM.xml file.
- Comment out or remove the following line: <property
name="specifications" metadataPropertyName="specification"
useTempFile="true"
- Save and close the file.
- Go to the c10_location/webapps/p2pd/WEB-INF/repositories/config directory.
- Using an XML text editor, open the file named CM.FILENET.xml.
- Comment out or remove the following element:
<property repositoryName="REPORTEXECUTIONSPECIFICATION" repositoryType="ASSOCIATED"
metadataPropertyName="specification">
<associatedObjectTypes>
<objectType name="VERSIONSPECIFICATION">
<properties>
<property repositoryName="cmis:name" repositoryType="STRING"
metadataPropertyName="reportVersionDefaultName" valueHandler="com.cognos.cm.
repositoryPluginFramework.
PropertyValueAppendStringHandler" valueHandlerArgument="_specification"/>
</properties>
</objectType>
</associatedObjectTypes>
</property>
- Restart background activities on the Content Manager service.
For more information, see the IBM Cognos Administration and
Security Guide.