Authentication unsuccessful / if time

Discuss RoboTask here
Post Reply
Ulli24
Posts: 1
Joined: Mon May 11, 2009 8:14 am
Location: Germany

Authentication unsuccessful / if time

Post 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.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Authentication unsuccessful / if time

Post 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).
Post Reply