Search found 2607 matches

by maschoff
Thu Apr 24, 2008 4:53 pm
Forum: Installation & Upgrades
Topic: opened mail stats show "0"
Replies: 6
Views: 11108

Just to make sure that you know:

If the e-mail client of the recipient uses an image blocker or the recipient views only the text version of an e-mail it is not possible to count the opening.
by maschoff
Thu Apr 24, 2008 4:09 pm
Forum: Using OpenEMM
Topic: Different Sender Email addresses?
Replies: 11
Views: 17785

Yes, you can use a field from your database for the sender address field.
by maschoff
Thu Apr 24, 2008 4:05 pm
Forum: Using OpenEMM
Topic: Cannot get a connection, pool exhausted
Replies: 4
Views: 8662

Your installation ran out of database connections. Try to increase the connection pool via the file emm.properties and restart OpenEMM.
by maschoff
Thu Apr 24, 2008 4:00 pm
Forum: Installation & Upgrades
Topic: Error: Cannot find bean emm.layout in scope request
Replies: 3
Views: 10094

There seems to be something fundamentally wrong with the installation. We did not test OpenEMM with Ubuntu. However, various comments in these forums show that it is possible to use OpenEMM with Ubuntu. Did you check out this posting? http://www.openemm.org/forums/viewtopic.php?t=551&highlight=u...
by maschoff
Sat Apr 19, 2008 6:31 pm
Forum: Installation & Upgrades
Topic: opened mail stats show "0"
Replies: 6
Views: 11108

Just to make sure I understand it correctly: You use the VMX version of OpenEMM 5.4.0 and link clicks are visible in the statistics but mail openings are not?
by maschoff
Mon Apr 14, 2008 10:30 am
Forum: Using OpenEMM
Topic: Unsubscribe from all mailing lists?
Replies: 6
Views: 15087

To activate the script actions feature in OpenEMM insert permission 'action.op.ExecuteScript' into table admin_group_permission_Tbl with

mysql –u root -p openemm
use openemm
INSERT INTO admin_group_permission_tbl (admin_group_id, security_token) values (4, 'action.op.ExecuteScript');
commit;
quit
by maschoff
Sun Apr 06, 2008 5:36 pm
Forum: Bugs, bug fixes & releases
Topic: [Solved] Problems with Import of > 100.000 addresses
Replies: 2
Views: 6486

Yes. The error message "OutOfMemoryError: Java heap space" indicates that the memory available for Java is too small. Either you give OpenEMM more memory or you split the import into two files. We recommend a maximum of 65.536 data records for each import job.
by maschoff
Wed Apr 02, 2008 7:35 pm
Forum: Using OpenEMM
Topic: WebServices BadTypes Exception
Replies: 27
Views: 24448

My pleasure. :-)
by maschoff
Wed Apr 02, 2008 7:30 pm
Forum: Using OpenEMM
Topic: WebServices BadTypes Exception
Replies: 27
Views: 24448

OK, we will look into it next week.
by maschoff
Tue Apr 01, 2008 8:54 am
Forum: Using OpenEMM
Topic: WebServices BadTypes Exception
Replies: 27
Views: 24448

Do other webservice methods work in your configuration or do you have a general problem with the webservices?
by maschoff
Thu Mar 27, 2008 1:49 pm
Forum: Miscellaneous
Topic: Is there a german support?
Replies: 3
Views: 10951

Yes, we can handle only 1 language and since 77% of the visits to openemm.org are not from Germany, Austria or Switzerland, English is the best alternative.
by maschoff
Thu Mar 27, 2008 8:42 am
Forum: Bugs, bug fixes & releases
Topic: Redirects in 5.4 broken
Replies: 3
Views: 7286

We have already more than 100 OpenEMM users working with version 5.4.0 on a regular basis (including me). Since no one else reported this problem so far, I doubt that the code is the problem. Can anyone confirm this problem?
by maschoff
Tue Mar 25, 2008 5:32 pm
Forum: Bugs, bug fixes & releases
Topic: Error en Images - components
Replies: 4
Views: 7605

That is really strange, because Resin should compile the JSP file automatically to a class file ...
by maschoff
Tue Mar 25, 2008 10:11 am
Forum: Bugs, bug fixes & releases
Topic: Error en Images - components
Replies: 4
Views: 7605

Unfortunately, we could not reproduce this problem. The error message says, that the file you wanted to delete did not exist. Could you please provide the exact procedure how you uploaded the image as well as the format and size of the file?
by maschoff
Tue Mar 25, 2008 9:16 am
Forum: Using OpenEMM
Topic: How to use wildcards to search for recipents in Web admin?
Replies: 1
Views: 3501

Example: You are looking for all british e-mail addresses ending with co.uk:

Select data field "email", operator "LIKE" and search string "%co.uk"

I just tested it with 5.4.0 and it worked fine!