Page 1 of 1

Authentication unsuccessful / if time

Posted: Mon May 11, 2009 8:21 am
by Ulli24
Hello,
I try to send an email with robotask while running it as a service. I allways get "Authentication unsuccessful" when i send an email.
We are using exchange 2003. I already tried to use an other useraccount for the service. Doing so, in the systemtray not icon for robotask has been shown.
When i try this code
If date >= 17:00 then
  do somthing
else
  do other thing
endif

Robotask will hang.

Authentication unsuccessful / if time

Posted: Wed May 13, 2009 12:46 am
by Oleg
It seems the problem is that the Exchange uses your user account parameters by default.
When you use RoboTask in service mode you must specify authentication parameters explicitly, because RoboTask is working outside of your session (under System account).