Search found 3023 matches

by Oleg
Wed Sep 08, 2004 2:07 am
Forum: General Discussion
Topic: Cancel Task?
Replies: 2
Views: 12139

Cancel Task?

Try to use "Question dialog" coupled with "If then" action. In question dialog you ask user: "Do you want to send email?". And if he clicked Yes, task send a message.
Question dialog have autochoice (with timeout), therefore you don't need press any button necessarily.
by Oleg
Mon Aug 30, 2004 5:49 am
Forum: General Discussion
Topic: Exclude files
Replies: 2
Views: 12078

Exclude files

Try to type in "Exclude masks" parameter "Passport Print.*" with quotation marks. Your file mask contains a spacebar.
by Oleg
Mon Aug 23, 2004 1:39 am
Forum: General Discussion
Topic: Copy form Computer that is off
Replies: 2
Views: 11712

Copy form Computer that is off

Try to allow the task execution, when error occured. In edit task form click "Advanced" tab and set "If error occured" parameter to "Continue execution" value. You can check error presence by "IsError" macrofunction.
by Oleg
Fri Aug 13, 2004 2:59 am
Forum: General Discussion
Topic: How do I set up service?
Replies: 2
Views: 12777

How do I set up service?

See other topics, please, with similar questions: here (#1), here (#2) and here (#3)
Probably it will help you.
by Oleg
Fri Aug 13, 2004 2:36 am
Forum: General Discussion
Topic: Robotask Service Via Temrinal Server
Replies: 8
Views: 33739

Robotask Service Via Temrinal Server

Is there some way to make a shortcut or link that would emulate clicking on the green icon normally associated with the service? No, service can't interact with desktop in terminal session. It's "Windows" property. 1. Control my server remotely use terminal services. You can oversee RoboT...
by Oleg
Wed Aug 11, 2004 11:10 pm
Forum: General Discussion
Topic: Robotask Service Via Temrinal Server
Replies: 8
Views: 33739

Robotask Service Via Temrinal Server

Robotask service works properly on "Terminal Server", BUT robotask service (or any other service) can interact with console in DEFAULT DESKTOP only. For "Terminal Server" technology "Default Desktop" is Local console (not Terminal session). "Terminal session" ...
by Oleg
Wed Aug 04, 2004 11:50 pm
Forum: General Discussion
Topic: Run As Service requires active session
Replies: 7
Views: 22158

Run As Service requires active session

"RoboTask-desktop" and "RoboTask-service" can be running simultaneously but they use different task folders (by default). In the RoboTask-service , select the "Options | Settings" in the main menu, and specify the same folder that is used in RoboTask-desktop.
by Oleg
Wed Aug 04, 2004 11:16 pm
Forum: General Discussion
Topic: Run As Service requires active session
Replies: 7
Views: 22158

Run As Service requires active session

Are you sure that RoboTask is installed as service? It isn't installed by default. You can install service "Start -> Programs -> Robotask -> NT Service -> Install Service". "RoboTask - service" will be started every time when computer is turned on. You don't need logon. In active...
by Oleg
Tue Aug 03, 2004 2:53 am
Forum: Suggestions
Topic: Bug Alert - SQL
Replies: 4
Views: 22129

Bug Alert - SQL

Are you sure that "SQL" variable contains an integer value?
Send me this task (if possibly). I want to see it. May be I don't understand something...
My mail oleg @ robotask.com
by Oleg
Tue Aug 03, 2004 1:18 am
Forum: Suggestions
Topic: Bug Alert - SQL
Replies: 4
Views: 22129

Bug Alert - SQL

Your database must support expression "select top 100 id from ....". I think it's bad sql expression. For example: Oracle does not support this expression kind. For oracle database you need to type this: "select id from anytable where rownum < 100" i.e. in Robotask: "select ...