Search found 54 matches

by Vara04
Wed Jun 20, 2012 10:26 am
Forum: General Discussion
Topic: Start Task - Assign output variable
Replies: 2
Views: 9282

Start Task - Assign output variable

I want to start a task (Task 2 - template task) from another task (Task 1) and retrieve values of local variables of task2 in the main task (task1). It's ok to pass parameters between Task1 to task2 but in the other direction ... How can I do?   - A first solution is to use global variables (but be ...
by Vara04
Wed Jun 20, 2012 8:46 am
Forum: General Discussion
Topic: Send mail with smtp and TLS
Replies: 0
Views: 11244

Send mail with smtp and TLS

I'm trying to send mail by Office 365 of Microsoft.
So, I need to use SMTP configuration with TLS.
If I check SSL, I've got Error occurred: Error connecting with SSL.
And without SSL : Error occurred: 5.7.1 Client was not authenticated

Not mandatory at the moment, but may be in a next version ?
by Vara04
Mon Jun 18, 2012 6:39 am
Forum: General Discussion
Topic: Best way to use Robotask service ?
Replies: 2
Views: 10238

Best way to use Robotask service ?

Actually I did not make the link between the utility of
Network Server/Client and NT Service.

It is exactly what I'm looking for.

So, I have installed Robotask on my server.
On my PC I need too to install Robostak
and then, I connect it to my server to manage tasks.

Thanks
by Vara04
Sun Jun 17, 2012 5:54 am
Forum: General Discussion
Topic: Best way to use Robotask service ?
Replies: 2
Views: 10238

Best way to use Robotask service ?

Now I have my License to use Robotask, I have several questions but they are as follows: What is the best way to use Robotask service? (I'm using Robotask v5.2.1 on Win2008 x64) Maybe it will help others Is it mandatory to install Robotask with “Run as administrator” if current user is an Administra...
by Vara04
Mon May 28, 2012 12:06 pm
Forum: General Discussion
Topic: Error to send mail in service mode
Replies: 5
Views: 14375

Error to send mail in service mode

Ok I'm going to make other tests
by Vara04
Sun May 27, 2012 7:45 pm
Forum: General Discussion
Topic: Error to send mail in service mode
Replies: 5
Views: 14375

Error to send mail in service mode

It works when I launch it by GUI
by Vara04
Sat May 26, 2012 2:34 pm
Forum: General Discussion
Topic: Error to send mail in service mode
Replies: 5
Views: 14375

Error to send mail in service mode

I set Robotask in NT service. When I try to send mail, I've got : I 26/05/2012 17:14:35: Executing "1.Send Email" E 26/05/2012 17:14:38: Error occurred: Socket Error # 11004<CR><LF> E 26/05/2012 17:14:38: An error occurred. Step #1 (Send Email). Any idea ? Note : I'm using Trial mode on W2...
by Vara04
Sun Feb 26, 2012 3:34 am
Forum: Suggestions
Topic: Run program and stdout / stderr
Replies: 1
Views: 15291

Run program and stdout / stderr

My suggestion in action screen


But to make it works, I think it's a little bit difficult
by Vara04
Sun Feb 26, 2012 3:12 am
Forum: Suggestions
Topic: Use variable for password
Replies: 3
Views: 21453

Use variable for password

So for password variable I suggest this :

View

And to use it in FTP Log on (for example) :

View

Unfortunately, I don't have source code
by Vara04
Sat Feb 25, 2012 3:42 pm
Forum: Suggestions
Topic: Run program and stdout / stderr
Replies: 1
Views: 15291

Run program and stdout / stderr

How can I get batch stdout and stderr when I run program ?

I try with parameter
1>LogStdout.txt
2>LogStderr.txt

But it doesn't work

Is it exist a workaround ?
(without call a .bat file which laucnh the .exe file with
parameters 1> and 2> )