By default, trigger-based scheduling is enabled.
An occurrence acts as a trigger, causing the report to run. You can
disable this feature by modifying the system.xml file.
Procedure
- Stop the IBM® Cognos® service.
- Open the c10_location/templates/ps/portal/system.xml
file in an XML or text editor.
- Locate the following XML code in the system element:
<param name="enable-trigger-support">
true
</param>
<param name="enable-trigger-tab">
true
</param>
- Change the value of both trigger parameters from true to
false.
The XML code should appear as follows:
<param name="enable-trigger-support">
false
</param>
<param name="enable-trigger-tab">
false
</param>
- Save the file.
- Start the IBM Cognos service.
Results
The
By Trigger tab on the
Schedule page
no longer appears. Entries that are already scheduled for trigger-based
scheduling continue to run, but no further trigger scheduling can
occur while support is disabled.