Search found 70 matches

by deesloop
Mon Jan 26, 2015 12:06 pm
Forum: General Discussion
Topic: Task not running in service
Replies: 6
Views: 28348

Re: Task not running in service

Even if the SQL failed, I'd still expect an email to come through
by deesloop
Mon Jan 26, 2015 11:30 am
Forum: General Discussion
Topic: Task not running in service
Replies: 6
Views: 28348

Re: Task not running in service

OK here's the code I believe I chnaged the task to run with the correct credentials rather than those of the session. It works when ran manually logged in with the credentials. ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** [Root] A...
by deesloop
Fri Jan 23, 2015 10:00 pm
Forum: General Discussion
Topic: Task not running in service
Replies: 6
Views: 28348

Task not running in service

I have several tasks I write them logged then stop the robotask service and then copy the task from the local profile to the service path and then start the service. It's always worked that way. However the task isn't running - or at least I don't believe it ran cos the email isn't being received I ...
by deesloop
Fri Jan 23, 2015 3:58 pm
Forum: General Discussion
Topic: SQL query producing empty file
Replies: 3
Views: 14396

Re: SQL query producing empty file

Apologies Oleg.
I used the Dataset loop and got the results appended to a text file.
Brilliant - thanks for the pointer :)
by deesloop
Fri Jan 23, 2015 3:25 pm
Forum: General Discussion
Topic: SQL query producing empty file
Replies: 3
Views: 14396

Re: SQL query producing empty file

So it cannot return the results of the SQL query?
It can only come back and say that x rows are involved in the results?
by deesloop
Thu Jan 22, 2015 5:11 pm
Forum: General Discussion
Topic: SQL query producing empty file
Replies: 3
Views: 14396

SQL query producing empty file

I'm trying to connect to a remote SQL server and run a query It's this query here https://social.msdn.microsoft.com/forums/sqlserver/en-US/38f34421-60b8-4bf4-b779-56e2f1d70cc0/how-to-check-cpu-usage-by-sql Now I presume it connects ok as the initial errors were sorted However the file that gets writ...
by deesloop
Thu Apr 17, 2014 10:32 am
Forum: General Discussion
Topic: O verlapping tasks
Replies: 2
Views: 11198

Re: O verlapping tasks

Thanks fro that.
by deesloop
Thu Apr 17, 2014 8:19 am
Forum: General Discussion
Topic: O verlapping tasks
Replies: 2
Views: 11198

O verlapping tasks

I want a task to run every minute The task pings a location once a minute for 8 minutes if those pings fail it is assumed there is a power failure, so initiates a shutdown 2 minutes after sending an email warning of this As you can see there is a potential overlap of several minutes How do i get rou...
by deesloop
Tue Mar 04, 2014 4:04 pm
Forum: General Discussion
Topic: Scheduling for nth weekday of month.
Replies: 10
Views: 40584

Re: Scheduling for nth weekday of month.

Many thanks yet again Oleg.
You're as quick as ever to respond with exactly what is needed.
by deesloop
Tue Mar 04, 2014 3:14 pm
Forum: General Discussion
Topic: Scheduling for nth weekday of month.
Replies: 10
Views: 40584

Re: Scheduling for nth weekday of month.

OK, Iupdated script but now it doesn't like Set objShell = WScript.CreateObject ("WScript.shell") Also F1 for help in script editor give me this error... Why can't I get Help from this program? The Help for this program was created in Windows Help format, which was used in previous version...