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, you must modify two files:
CM.xml and CM_CM8.xml.
Procedure
-
Go to the
install_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
install_location/webapps/p2pd/WEB-INF/repositories/config
directory.
- Open the file named CM.xml in a text editor.
- 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>
Note: In the CM.xml file,
the objectType name
value is <objectType
name="$t!-2_VERSIONSPECIFICATIONv-1">
.
- Restart background activities on the Content Manager service.
For more information, see the IBM
Cognos Analytics with Watson
Administration and Security Guide.