CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Civi Mail Error when group is greater than 1000
Pages: [1]

Author Topic: Civi Mail Error when group is greater than 1000  (Read 6598 times)

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Civi Mail Error when group is greater than 1000
August 01, 2013, 03:51:42 pm
I am not sure this is the problem but It coincides that when the group I am trying to send has more than 1000 contacts I get an error when using CiviMail.

The very first screen of civimail when selecting an intelligent group with all the contacts,  I get an Unknown DB Error in the next screen Saying the table i_86 is full. if the group is smaller the error is not occuring.

Anybody know why this is happening, Please help,  I need to use this feature right away and would hate to have to send two different mailings to smaller groups.

Thank you

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Re: Civi Mail Error when group is greater than 1000
August 01, 2013, 07:41:24 pm
This is the error message coming up.

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> -1
    [message] => DB Error: unknown error
    [mode] => 16
    [debug_info] =>
INSERT IGNORE INTO I_86 (email_id, contact_id)
SELECT     e.id as email_id, c.id as contact_id
FROM       civicrm_contact c
INNER JOIN civicrm_email e                ON e.contact_id         = c.id
INNER JOIN civicrm_group_contact_cache gc ON gc.contact_id        = c.id
LEFT  JOIN X_86                      ON X_86.contact_id = c.id
WHERE      gc.group_id = 15
  AND      c.do_not_email = 0
  AND      c.is_opt_out = 0
  AND      c.is_deceased = 0
  AND      (e.is_bulkmail = 1 OR e.is_primary = 1)
  AND      e.on_hold = 0
  AND      X_86.contact_id IS null
ORDER BY   e.is_bulkmail
 [nativecode=1114 ** The table 'I_86' is full]
    [type] => DB_Error
    [user_info] =>
INSERT IGNORE INTO I_86 (email_id, contact_id)
SELECT     e.id as email_id, c.id as contact_id
FROM       civicrm_contact c
INNER JOIN civicrm_email e                ON e.contact_id         = c.id
INNER JOIN civicrm_group_contact_cache gc ON gc.contact_id        = c.id
LEFT  JOIN X_86                      ON X_86.contact_id = c.id
WHERE      gc.group_id = 15
  AND      c.do_not_email = 0
  AND      c.is_opt_out = 0
  AND      c.is_deceased = 0
  AND      (e.is_bulkmail = 1 OR e.is_primary = 1)
  AND      e.on_hold = 0
  AND      X_86.contact_id IS null
ORDER BY   e.is_bulkmail
 [nativecode=1114 ** The table 'I_86' is full]
    [to_string] => [db_error: message="DB Error: unknown error" code=-1 mode=callback callback=CRM_Core_Error::handle prefix="" info="
INSERT IGNORE INTO I_86 (email_id, contact_id)
SELECT     e.id as email_id, c.id as contact_id
FROM       civicrm_contact c
INNER JOIN civicrm_email e                ON e.contact_id         = c.id
INNER JOIN civicrm_group_contact_cache gc ON gc.contact_id        = c.id
LEFT  JOIN X_86                      ON X_86.contact_id = c.id
WHERE      gc.group_id = 15
  AND      c.do_not_email = 0
  AND      c.is_opt_out = 0
  AND      c.is_deceased = 0
  AND      (e.is_bulkmail = 1 OR e.is_primary = 1)
  AND      e.on_hold = 0
  AND      X_86.contact_id IS null
ORDER BY   e.is_bulkmail
 [nativecode=1114 ** The table 'I_86' is full]"]
)

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Civi Mail Error when group is greater than 1000
August 02, 2013, 08:44:02 am

might want to check:

http://stackoverflow.com/questions/730579/error-1114-hy000-the-table-is-full

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Civi Mail Error when group is greater than 1000

This forum was archived on 2017-11-26.