SUMMARY:
This technical note describes an issue with running the script LIST SCHEDULERELATIONS in Strategy Command Manager 10.x. This script is no longer used to return the list of schedules at the user or project levels.
SYMPTOM:
In Strategy Command Manager 10.x, when any user, including the Administrator user, runs the script ‘LIST SCHEDULERELATIONS’ for a user, group or project, no results are returned:

No results returned.
‘LIST ALL SCHEDULERELATIONS IN PROJECT "Strategy TUTORIAL";
CAUSE:
This is working as designed. Starting with Strategy Command Manager 9.x, the script ‘LIST SCHEDULERELATIONS’ is no longer used to list subscriptions at the user, group, or project level.
ACTION:
To list the schedules at the user, group, or project level run the following script in Command Manager 10.x:
LIST [ALL] SUBSCRIPTIONS FOR RECIPIENTS (CONTACT "<contact_name>" | ADDRESS "<address_name>" | CONTACTGROUP "<contact_group_name>" | USER "<login_name>" | GROUP "<user_group_name>") FOR PROJECT "<project_name>";
LIST SUBSCRIPTIONS FOR RECIPIENTS GROUP "Test" FOR PROJECT "Strategy Tutorial";