Hi,
When sending email campaign all messages go into email queue, which I have to send manually - I believe because I am not using Sendmail. I have 1437 targets/contacts in this particular campaign
Only 50 of the messages are send when i receive the following error message:
"......111111111Error: Query limit of 1000 reached for EmailMan module."
The value of 'default limit', excerpt below from config.php (in sugar's root folder) was set to 1000 in this scenario.
'resource_management' =>
array (
'special_query_limit' => 50000,
'special_query_modules' =>
array (
0 => 'Reports',
1 => 'Export',
2 => 'Import',
3 => 'Administration',
4 => 'Sync',
),
'default_limit' => 1000,
),
Once i set this value to 2000 and i manually "send queued campaign emails" approx 100 messages will be sent.
Does anyone have any advice as to why this is happening?
Here is my setup.
OS -> Fedora Core 5
Sugar -> Version 5.2.0a (Build 5447) (community)
Webserver -> Apache 2.2.2
PHP -> PHP 5.2.5
Mysql ->
I appreciate that I can carry on upping the value above, but this seems like a random kludge, rather than an actual fix.
Many Thanks in advance.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks