Hey All,
I do have a problem with the Scheduling Manager in the Management Console.
I deleted a flow without unscheduling it. It is triggered by a dropfile and still runs on the Distributed in-process servers scheduling server, without being available in the scheduling manager.
Is there any way I can see what is currently scheduled by the scheduling manager? And how can I removed this object with rescheduling all flows?
Edwin
Hello,
In my environment, we use Platform Process Manager's Flow Manager to view flows (and their progress) that are either scheduled or submitted once.
If you have this, you are then able to remove a scheduled flow from the batch scheduler.
However, when I delete a flow in Management Console it also will delete the flow but that's when I'm logged in as the same user.
I indeed forgot to unschedule this flow.
Do you know how I can remove this flow? Do I need to create a flow with exactly the same name or is there somewhere registration which I can change?
Edwin
We are not running on LSF but on the distributed in process scheduler of SAS itself and I don't think we have the Flow manager.
Hello @Edwin_de_Jong, Edwin,
I don't think you have an easy task in front of you. This scheduler is a java-based one, and I could not find documentation on how to access the insides of this scheduler.
Perhaps you could try to clean up your gemfire/data folder, it might help with cleaning the messaging service, but not sure. Did you already tried to open a ticket at SAS Technical Support?
I actually found a solution to this problem.
Use either sas EG or commandline to run this command to talk directly to the scheduler:
. /opt/apps/fris/sas/pm/conf/profile.js; jremove -u lsfuser <flowname>
@edwindejong - Your answer implies you are using LSF but above you say you aren't using it. Which is correct? If you are using LSF then Flow Manager is the easy way to delete flows.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.