• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

scheduled command/program problem

mrCide

Diamond Member
So we got this progress database on one of our servers--we gotta stop the database before we can do a backup of it. Problem is currently we have to log onto the console so the scheduler we use will run the batch (command line to stop the db) or else it won't run. Regardless if it's this scheduler or MS task scheduler. Apparently the thing just doesn't run unless someone (admin) is logged onto the console/machine.

It's at a CoLo so we use a dell KVM utility to get in (via tcp/ip) and log onto the console with admin.

I'm looking for a way around this basically. Is there a way to trick the program/command line/batch into thinking the console is logged in so the DB will shut down? I mean aside from writing a custom application to somehow do this, i'm not sure.. i'll take any suggestions i think.

TIA
 
In the MS task scheduler you can choose the account to run the task as. If you set this to an admin account, does the problem still occur? If so, then it's something in the batch you're running.
 
Thanks for the response, problem is that it IS what's in the batch. 🙂 Simple batches will run okay but this one runs a command that apparently won't run unless someone is logged onto the console..

So what I think I'm asking for is a way to trick the utility into thinking the machine is 'logged in'. Like, would it be possible to create a fake service that's always manual, and use a batch to 'start' the service and stop it after a few minutes, thus executing the program and then closing it after a set amount of time? Or is something like that not possible?
 
Back
Top