Hi Rochelyn,
I assume your question is on the trigger side.
With Cognos Analytics, there is a trigger folder located in
<cognos_analytics_directory>\webapps\utilities\triggerThis is a CLI utility.
You can fire a trigger with the following URL:
trigger "http://<cognos_server>:<port>/p2pd/servlet/dispatch" <userName> <password> <nameSpaceID> <triggerList>If you want to fire a single trigger, triggerList would be YourTriggerName, for instance.
If you want to fire multiple triggers, triggerList would be (with the double quote): "YourFirstTrigger,YourSecondTrigger".
You need to create a schedule based on a trigger for your data set.
Best regard,
------------------------------
Patrick Neveu
Positive Thinking Company
------------------------------