CounterSoft Community Server

Welcome to CounterSoft Community Server Sign in | Join | Help
Home Forums

Problems with Scheduler v3.0.4 b2026 mailbox processing

Last post 08-20-2008, 8:02 AM by LePiaf. 2 replies.
Sort Posts:
  •  08-19-2008, 2:46 PM

    Problems with Scheduler v3.0.4 b2026 mailbox processing

    After configuring one simple mailbox processor scheduler starts to import emails, but seems that it does not complete whole process. It does not delete messages (it is configured to do so), so it keeps importing already imported messages. Since no source is currently available, I looked through CheckEmails() function through Reflector.
    At start it queries registry for lastDate and lastMsgID settings - but nowhere in whole registry I found that values which seems the reason why it keeps repeatedly importing already imported messages and somwhere failing to delete them. Attachments are also not imported, but it might be because it throws exception somewhere before. Return value of RegistryHelper Set* functions is not checked while they're called, and it might be false (it fails and returns false on creation of reg keys). I've tried to create keys its asking manually, but still no change (I might missed something there though). Debug is set to true, but no errors are logged there or in eventlog. Service is running under standard LocalSystem account on Windows 2003, tried to run it as other user but same behaviour.

    any  ideas? :)

    regards,
    Vladimir
  •  08-19-2008, 8:08 PM

    Re: Problems with Scheduler v3.0.4 b2026 mailbox processing

    Hello,

    You can download the complete source code for Scheduler from the Client Portal.  This could really help you find the problem.

    The missing registry keys could indicate that maybe the service account does not have access to HKLM (LOCAL MACHINE section)?!


    Harvey Kandola
    CounterSoft™
  •  08-20-2008, 8:02 AM

    Re: Problems with Scheduler v3.0.4 b2026 mailbox processing

    I've tried to run it under local administrator account but same behavior, will download the source and see what's going on :)

    thanx,
    Vladimir
View as RSS news feed in XML