User Profile

Collapse

Profile Sidebar

Collapse
ghoti70
ghoti70
Last Activity: Aug 31 '12, 03:13 PM
Joined: Jun 6 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ghoti70
    replied to Scheduled Task odd behavior
    in .NET
    To answer my own question:

    DO NOT USE INTEGRATED SECURITY ON SCHEDULED TASK APPS.

    You may want to create a special SQL user that has permission to update / insert / whatever you are doing in your app. But you will need to specify a user in the connection string.
    See more | Go to post

    Leave a comment:


  • ghoti70
    started a topic Scheduled Task odd behavior
    in .NET

    Scheduled Task odd behavior

    I have 2 .NET 4 console apps that I want to run as a scheduled tasks, but set up so that it does not need user logged in.

    Both apps are nearly identical, and are reading Exchange inboxes via IMAP.

    #1 copies attachments to a folder
    #2 saves the body to a database, based on the subject line.

    #1 is working perfectly, no problems.
    #2 works fine when run manually, or when the task is set up...
    See more | Go to post
No activity results to display
Show More
Working...