Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
The easiest way to check the status of historically triggered subscriptions is to check Platform Analytics. You can either query the Platform Analytics warehouse or use the Platform Analytics Cube to create the report you need.
There is a pre-built dossier called Subscription Analysis, but it does not by default specify the Status field. Thus, you must make modifications to find what you are looking for.


If some subscriptions have failed, you may want to re-trigger these subscriptions so they are re-executed. This is a fairly common workflow for administrators. To do so, follow these steps:


If you regularly experience failed subscriptions, you may want to automate the re-trigger process and have it iterate through the re-executions. Luckily, there are multiple options.
You first need a mechanism to take the information from above (e.g., Platform Analytics logs), which gives you a list of subscriptions that need to be re-executed. Taking that list, you would use one of the methods below:
Command Manager offers outlines for triggering subscriptions. This can be found in the Command Manager GUI, which can be installed on a Windows machine.

Once you have the Command Manager command and the syntax you need, you want to create a Command Manager Procedure so you can wrap Java logic around it. This will give you the ability to read the list of Subscription IDs (from the file mentioned above) and iterate through them. For more information see About Events and Event Triggered Schedules.
A Command Manager Procedure must be referenced in a script file (*.scp) to be executed. This scp file can be executed from a command line, System Manager workflow, or a third-party workflow management tool. For more information, reference the following doc:
There are Java classes and code examples to perform this type of triggering functionality. Since it’s over Web SDK, you will have various options for iteration and automation. For more information, see KB31981: How to trigger an event based schedule using the MicroStrategy Web Java SDK 10.x.