Is it possible to use a private key for SFTP?
If yes, how to configure this?
Search found 11 matches
- Fri Jul 07, 2017 8:32 am
- Forum: General Discussion
- Topic: SFTP private key
- Replies: 1
- Views: 7383
- Tue Apr 21, 2015 9:13 pm
- Forum: General Discussion
- Topic: Snapshot failure
- Replies: 4
- Views: 17097
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
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
- Tue Apr 21, 2015 11:05 am
- Forum: General Discussion
- Topic: Snapshot failure
- Replies: 4
- Views: 17097
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
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
- Mon Dec 08, 2014 7:48 pm
- Forum: General Discussion
- Topic: Wait for task activity
- Replies: 3
- Views: 13212
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.
I want to wait for a task becoming idle which is not an Robotask but a Windows task.
- Mon Dec 08, 2014 4:10 pm
- Forum: General Discussion
- Topic: Wait for task activity
- Replies: 3
- Views: 13212
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 ...
- Mon Jul 28, 2014 12:12 pm
- Forum: General Discussion
- Topic: Cyclic Event - 3 Tasks
- Replies: 2
- Views: 12129
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.
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.
- Mon Jul 28, 2014 8:56 am
- Forum: General Discussion
- Topic: Cyclic Event - 3 Tasks
- Replies: 2
- Views: 12129
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...
- Tue Jul 22, 2014 2:36 pm
- Forum: General Discussion
- Topic: VB-Script = Basic?
- Replies: 4
- Views: 15633
Re: VB-Script = Basic?
And how to save a value back to a Robotask variable?
Is there any documentation beside the "RoboTaskApp object"? There I didn't find it.
Code: Select all
? = wb.Range(B2).Value
- Mon Jul 21, 2014 2:03 pm
- Forum: General Discussion
- Topic: VB-Script = Basic?
- Replies: 4
- Views: 15633
Re: VB-Script = Basic?
Thank you a lot!
Works perfectly
Works perfectly
- Thu Jul 17, 2014 2:15 pm
- Forum: General Discussion
- Topic: VB-Script = Basic?
- Replies: 4
- Views: 15633
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...