Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
My application (daemon) runs as stand alone but when i start the service which calls the daemon gives me an error. The daemon checks for emails using MAPI control. Does anyone have any idea.
Note: I think as a programmer not as a human, so use my answer at your will
Posted

tried local service and admin account also

 

A common source of problems with services are security-related. What user account is the service running under?

 

I tried local service and admin account also, but i still get same error.

 

Signon error. My application connects to Outlook and downloads emails with attachments and starts an application.

Note: I think as a programmer not as a human, so use my answer at your will
  • Administrators
Posted

You will need to create an outlook profile for the account the service is running as, try logging onto the local machine as admin, open outlook and configure the profile etc. so you can send / receive e-mail while logged on.

Log out and then get the service to use the admin account and try again.

 

Also I would generally recommend against running services with admin permissions unless they really, really, really need it (and even then I would think twice), create a new account for the application and configure it as above and use that instead if you are going to be a bit more secure....

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...