Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

  1. #1
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Task pollMonitoredInboxesForBouncedCampaignEmails "FAILED"

    Greetings,

    I īm sending some Campains and was working very vell, But today without explanation my last campain donīt work.

    1. I check in the "Admin" - "Scheduler" and the Job: Run Nightly Process Bounced Campaign Emails now show me the message: "In progress".

    2. I had this job with that settings:

    Interval: Every 3 minutes

    3. My crontab is :

    * * * * * cd /home/************/public_html/crm; php -f cron.php > /dev/null 2>&1

    and was working very well.

    4. Now this job show me:

    "In progress"
    "In progress"
    "In progress"
    "In progress"
    "In progress"
    "In progress"


    Someone know about this problem?

    Thanks for the help
    Last edited by johanqnms; 2010-07-04 at 05:13 PM.
    Tres Zero Ltda.

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Please list your environment:

    operating system + version
    version of php, mysql & webserver
    version of sugarcrm

  3. #3
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Thanks

    SugarCRM Versión 5.5.0 (Build 6653)
    Community Edition

    Hosting with Linux
    Mysql 5.0.81
    PHP Version 5.2.5

    Now the process show me:

    Failed
    Failed
    Failed
    Failed
    Failed
    Failed


    In the Attachment I upload the phpinfo.html

    Image of the process:




    Thanks for the help

    Attached Files Attached Files
    Tres Zero Ltda.

  4. #4
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Greetings,

    Other problem is If We want to create a new Campaing, Sugarcrm show us this message:

    Campaign may not function as desired and your emails may not be sent for the following reasons:
    Scheduler has not been set up to process Bounced Campaign Emails.

    go to scheduler admin screen.

    I appreciate your help,
    Tres Zero Ltda.

  5. #5
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Any ideas?

    Or Could I report it as a bug?

    Thanks
    Tres Zero Ltda.

  6. #6
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Greetings,

    I suspect that the bug began for this reason:

    1. I created a Campaing with the date: 18/02/2010
    Hour for send: 10: 00 AM

    2. I clicked "Send Mails" at 10: 15 AM because I Forgot to change the hour.

    3. As my crontab execute the process "Run Nightly Process Bounced Campaign Emails" each 5 minutes then At 10: 20 minutes my process crashed.

    4. Now the process: "Run Nightly Process Bounced Campaign Emails" show me:
    In process
    Failed
    Failed
    Failed
    Failed

    5. Before that, everything worked fine, I sent campains without problem.

    I reported the bug: Bug Number: 35973

    Thanks
    Tres Zero Ltda.

  7. #7
    johanqnms's Avatar
    johanqnms is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    38

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    News:

    In the forum recommend check the sugarcrm.log

    The log show me:

    Mon Feb 15 10:43:12 2010 [10428][9dcb5517-027d-0333-3a05-4b55c353c642][FATAL] SugarPHPMailer encountered an error: SMTP Error: Data not accepted.
    Thu Feb 18 08:06:01 2010 [3620][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Fri Feb 19 10:17:06 2010 [15358][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Sun Feb 21 18:39:19 2010 [18631][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Sun Feb 21 18:39:46 2010 [19655][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Mon Feb 22 02:19:18 2010 [15044][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Mon Feb 22 02:19:19 2010 [15805][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Mon Feb 22 05:11:39 2010 [15710][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.
    Mon Feb 22 09:36:39 2010 [3059][1][FATAL] If you see a whole string of these, there is a chance someone is attacking your system.


    Do you know about this problem : /
    I reported this in the Forum "HELP"
    http://www.sugarcrm.com/forums/showt...961#post204961

    Thanks for the help
    Tres Zero Ltda.

  8. #8
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    The schedulers sometimes hang if there are uncompleted log entries in the database table schedulers_times.
    I solved such issues by deleting the entries in schedulers_times.

    You should set the interval to a higher value as it seems there are a lot of emails in your inbox.

    But the campiagn/bounce handling is very complex, you should follow the manual exactly.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  9. #9
    BrentR is offline Member
    Join Date
    Oct 2006
    Posts
    8

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    So I was experiencing the same In Process, Failed, Failed,issue and the nightly email campaign was running fine (on 5.2.0k).

    What turned out to be the issue for me was that my PHP didn't have IMAP compiled into my PHP [ --with-imap --with-imap-ssl ] which is required for Inbound Email module. We're not using the Inbound Email explicitly anywhere, but I think the key missing documentation point is that the bounce email checking uses Inbound Email module even if you don't (and even if you're doing POP3).

    I hope this saves someone else some hair!

  10. #10
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Task pollMonitoredInboxesForBouncedCampaignEmails "In progress"

    Another fact I found on windows systems is that the batch job uses an other php.ini than the webserver on some xampp installations.
    So I had the problem that the php.ini of the webserver had 64MB memory but the php.ini used for the batch had only 8MB and could not send my campaign-emails.
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 2009-08-11, 01:12 PM
  2. Replies: 13
    Last Post: 2009-08-11, 01:10 PM
  3. Replies: 2
    Last Post: 2008-04-28, 04:54 PM
  4. Replies: 0
    Last Post: 2007-07-27, 08:13 AM
  5. Workflow scheduler stuck in "In Progress"
    By tenaciousd in forum Help
    Replies: 0
    Last Post: 2006-06-13, 11:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •