Search found 11 matches

by Helix78
Fri Jul 07, 2017 8:32 am
Forum: General Discussion
Topic: SFTP private key
Replies: 1
Views: 6789

SFTP private key

Is it possible to use a private key for SFTP?

If yes, how to configure this?
by Helix78
Tue Apr 21, 2015 9:13 pm
Forum: General Discussion
Topic: Snapshot failure
Replies: 4
Views: 16212

Re: Snapshot failure

Thank you.
I had to start Robotask as Administrator. This seems to be necessary since 6.4
I can do that but when Robotask starts automatically with windows I have to look how to start it as Adminstrator.
fyi: The main user already has the Administrator role on Windows Server 2012
by Helix78
Tue Apr 21, 2015 11:05 am
Forum: General Discussion
Topic: Snapshot failure
Replies: 4
Views: 16212

Snapshot failure

I guess since 6.4 the window snapshot feature or plugin does not work anymore in my Robotask
Before it worked perfectly. The window nade has not changes. I tried to identify the window again. No solution.

>access denied (translated from german)
>WindowSnap failure

Thank you
by Helix78
Mon Dec 08, 2014 7:48 pm
Forum: General Discussion
Topic: Wait for task activity
Replies: 3
Views: 12314

Re: Wait for task activity

Sorry, I didn't describe correctly.
I want to wait for a task becoming idle which is not an Robotask but a Windows task.
by Helix78
Mon Dec 08, 2014 4:10 pm
Forum: General Discussion
Topic: Wait for task activity
Replies: 3
Views: 12314

Wait for task activity

Is there any chance to wait until a running task has no CPU activity anymore? I have an Excel API. Robotask opens an Excel file and then has to wait until cells get filled with data from the API. I can have Robotask wait for a certain period of time but that is more time consuming than checking the ...
by Helix78
Mon Jul 28, 2014 12:12 pm
Forum: General Discussion
Topic: Cyclic Event - 3 Tasks
Replies: 2
Views: 11437

Re: Cyclic Event - 3 Tasks

Method 1 works perfectly! Thank you

Method 2 won't work because during waiting for task 2, task 1 could start in between. The waiting for tasks works sequentially not cummulative.
by Helix78
Mon Jul 28, 2014 8:56 am
Forum: General Discussion
Topic: Cyclic Event - 3 Tasks
Replies: 2
Views: 11437

Cyclic Event - 3 Tasks

I have to run 3 similar tasks frequently. The interval is not crucial but should be all 5-10 minutes. During the operation of 1 task the other 2 tasks shall pause or not operate to not interfere with each other. With 2 tasks it is easy, I would disable the other task or wait for finish. I don't know...
by Helix78
Tue Jul 22, 2014 2:36 pm
Forum: General Discussion
Topic: VB-Script = Basic?
Replies: 4
Views: 14735

Re: VB-Script = Basic?

And how to save a value back to a Robotask variable?

Code: Select all

? = wb.Range(B2).Value
Is there any documentation beside the "RoboTaskApp object"? There I didn't find it.
by Helix78
Mon Jul 21, 2014 2:03 pm
Forum: General Discussion
Topic: VB-Script = Basic?
Replies: 4
Views: 14735

Re: VB-Script = Basic?

Thank you a lot!
Works perfectly
by Helix78
Thu Jul 17, 2014 2:15 pm
Forum: General Discussion
Topic: VB-Script = Basic?
Replies: 4
Views: 14735

VB-Script = Basic?

I have a VB-Script running from a CMD file now. The CMD file get started by Robotask. Can my script be integrated into the Basic Plugin? > Internal / External Task Script With Copy / Paste the code does not work. Set xl = CreateObject("Excel.Application") xl.Visible = False 'set to False f...