Announcement

Collapse
No announcement yet.

Alerts are not always sent

Collapse
X
 
  • Filter
  • Time
Clear All
new posts

    Alerts are not always sent

    Every few weeks or so the server outbox folder [ \\server\COMMIT\Server\QSysEDOutbox ] fills up with emails that are supposed to go out.

    This causes major headaches.

    If we restart the server service they all send. This is what we've been doing for the past year but i am tired of doing this.

    Any idea what causes this hiccup?

    I could write a script that restarts the CommitCRM server every night at 3am, but I shouldn't have to do this........

    Re: Alerts are not always sent

    We used to have this problem as well, it stopped happening a few months ago with no explanation... not sure what changed on our end.

    Austin Speer

    Comment


      Re: Alerts are not always sent

      I created a script to check the number of files and restart if greater than five... Never did figure out why it happens. But I think it only happens when a large volume of new tickets are created in a short period of time.

      Comment


        Re: Alerts are not always sent

        Glad to hear i'm not the only one.

        It does seem to happen more often if many alerts are to be sent at once.

        Anyone from CommitCRM listening :)

        Comment


          Re: Alerts are not always sent

          Care to share that script?

          Comment


            Re: Alerts are not always sent

            I'm executing this command in Labtech and checking it's output for > 5:
            @echo off
            dir /b /s /A-d "D:\Company Folders\Applications\CommitCRM\Server\QSysEDOutbox " | find "" /v /n /c

            You coud just as easily add the "if" logic to the batch file (if > 5 then net stop commitserver then net start commitserver).

            I'm doing it in Labtech so that I can get an email each time this condition is encountered and it restarts. ...and yes, I get emailed basically every time we do a large # of tickets in a short period of time. I haven't been too worried about it because I thought I must be the only person with the problem.

            Comment


              Re: Alerts are not always sent

              Add a 3rd to the 'Outbox server folder filling up' party. Started last month after we migrated CommitCRM from a Win 7 machine to Server 2012, and upgraded to SQL.

              So far about once a week outgoing emails alerts just stop for unknown reason. Crawled through machine event logs trying to find anything around the time they stop that might be interfering / conflicting, so far no joy.

              Been manually restarting the service. Nice script! Will get that a shot. Thank you for posting that.

              Comment


                Re: Alerts are not always sent

                I set the service to reboot once a day which fixes the issue, but it's ugly.

                Comment


                  Re: Alerts are not always sent

                  This is becoming a big problem for us. Is there a permanent fix for this?

                  Comment


                    Re: Alerts are not always sent

                    When this happens - each case is different where usually the root cause is a security setting or policy that blocks the process from sending any more emails until restarted. We will be happy to review your log files to figure our if we can tell what's your specific case though many times we just see the 'blocked' error code, but not the actual blocking reason on the mail server side. Anyway, feel free to email your logs.

                    Comment


                      Re: Alerts are not always sent

                      I will do that now.

                      Comment


                        Re: Alerts are not always sent

                        I'm not convinced it is a server side issue - if it is, then the only thing that is affected is CommitCRM email server and just restarting the CommitServer service fixes the issue. I'm not worried about it because I have a monitor to monitor the # of files in the outbox folder, but it would be nice to have a more long term fix!

                        Comment


                          Re: Alerts are not always sent

                          Hi Luke,

                          Just saw this thread..

                          We too have been having this issue..

                          We are running SBS2008. I restarted a bunch of things (yes we have also had to restart the server).

                          It seems to revolve around the POP3 service / COMMIT ALERTS ..

                          Emails are all working perfectly..

                          Its very distressing when it stops.. We also have another party using Interlink and its bad if the CommitCRM Alerts stop things dont work.

                          I see that you can spot the number of outstanding messages if you run the ServerConfig utility and go to ALERTS and you can use the little green recycle button to update the number of outstanding alerts.. (we had HEAPS).

                          I will send you the email...

                          Cheers, S.

                          Comment

                          Working...
                          X