Search found 30 matches

by christian.lang
Tue Aug 19, 2008 10:00 am
Forum: Bugs, bug fixes & releases
Topic: 500 Exception - Out of Memory when opening user list
Replies: 3
Views: 7528

500 Exception - Out of Memory when opening user list

Hello, With OpenEMM 5.5 i currently get an Out-of-Memory-Exception when opening the Users-Tab in OpenEMM. We currently have about 70.000 recipients in the database and added several fields. The problem started a few weeks ago, it wasn't there before. I am wondering why OpenEMM loads that much data i...
by christian.lang
Tue May 27, 2008 4:05 pm
Forum: Bugs, bug fixes & releases
Topic: Bugreport: OpenEMM Error when loading JPEG with CMYK Profile
Replies: 2
Views: 12599

Bugreport: OpenEMM Error when loading JPEG with CMYK Profile

Hello, OpenEMM crashes when a JPEG Picture with an CMYK ICC Profile is embedded in HTML Code and it tries to load the picture. Cause: javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Error: org.springframework.dao.InvalidDataAccessApiUsageException: ...
by christian.lang
Sat Apr 05, 2008 11:41 am
Forum: Using OpenEMM
Topic: Performance of e-mail sending
Replies: 21
Views: 36879

Re: performance of sendmail is very poor

I tested openemm with a recipient list with a size of 280k. Our old newsletter system sends our 280k emails in about 12 to 13 hours. I thought this is a poor performance, but the test with openemm was about 30000 email in 11 hours. Very strange ... our old newsletter system works with postfix ... s...
by christian.lang
Tue Apr 01, 2008 10:01 am
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

...

I am sorry, I don't have that much knowledge in this area :(
by christian.lang
Sun Mar 30, 2008 11:32 am
Forum: Using OpenEMM
Topic: problem with & in link url
Replies: 2
Views: 6245

&amp Problem

This Problem has been discussed several times so far. There is also a Bug-Tracker Entry for this http://sourceforge.net/tracker/index.php?func=detail&aid=1668483&group_id=168937&atid=848488 The problem occurs if the HTML Code for the Mailing is created outside OpenEMM - for example in so...
by christian.lang
Sun Mar 30, 2008 9:50 am
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

...

I would basically suggest using the rdir_log_tbl ... even tough OpenEMM doesn't offer backend statistics for this, the effort of writing an external script (php [...]) for analyzing this seems to be less work for me than creating fields and actions for every mailing. If you have experience with Java...
by christian.lang
Fri Mar 28, 2008 4:39 pm
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

Can you please let me know is there any process we need to follow for tracking these user behaviour...I believe (not sure) we can do it using Actions. Please let me know if I'm on the right track...If it is done using Actions...can you please suggest me with an example....It would be a great help t...
by christian.lang
Wed Mar 26, 2008 9:06 am
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

...

Hello, When you are sending your mailings - how do the links look like in the mail? The links should look like http://youropenemmserver.yourdomain.com:8080/r.html?uid=2.2r.4fz3.2z.m1ti33v instead of http://www.impetus.com (you can see this in the text version of a mailing more easily than in the HTM...
by christian.lang
Sat Mar 15, 2008 4:53 pm
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

...

Links always must be definied as http://www.mylink.com in Text and <a href="http://www.mylink.com">mylink</a> in HTML. You must not forget the "http://" in the link! If your links are correctly defined in the Text / HTML Area of the mailing they should show up in the "Tracka...
by christian.lang
Fri Mar 14, 2008 1:14 pm
Forum: Using OpenEMM
Topic: track urls by user
Replies: 5
Views: 6660

...

As far as you wrote here http://www.openemm.org/forums/ftopic679.html you only want a tracking how often somebody clicked each of your links.
This thread discusses, how a User-Specific Link-tracking is possible (to find out WHICH customer clicked which of the Links).
by christian.lang
Fri Mar 14, 2008 1:12 pm
Forum: Using OpenEMM
Topic: need help for tracking the URL clicks....
Replies: 14
Views: 17800

...

Tracking how often a link in a Mailing has been clicked should be possible without defining a new numeric field or setting up a special action on the link. Linktracking is done by OpenEMM as soon as the Link appears in the "Trackable Links" Section of the mailing-setup and tracking is enab...
by christian.lang
Thu Mar 13, 2008 10:44 pm
Forum: Using OpenEMM
Topic: message-id openemm.invalid ?
Replies: 2
Views: 5701

...

You can find the config file in (if OpenEMM is installed to /home/openemm)
/home/openemm/webapps/core/WEB-INF/classes
the File is named "emm.properties"
by christian.lang
Thu Mar 13, 2008 10:41 pm
Forum: Using OpenEMM
Topic: Problem with seding mailing
Replies: 18
Views: 24788

...

It even seems to work properly with 5.4.0 for me at the moment with OpenSUSE 10. For now i only tried with sending a mailing to 6 recipients but we will send out a bigger mailing to about 40.000 recipients thursday next week - i will keep you up to date whether this will work with this version of Op...
by christian.lang
Thu Mar 13, 2008 12:45 pm
Forum: Using OpenEMM
Topic: Problem with seding mailing
Replies: 18
Views: 24788

...

Hello, I have switched once more to 5.4.0 and tried the same again. slrtscan now seams to work properly, i cleaned up the maillog File - maybe the script parsed it again when i tried yesterday. OpenEMM now also shows me that 6 Mails were generated and sent - so now it seems to work properly. I do no...
by christian.lang
Thu Mar 13, 2008 9:49 am
Forum: Using OpenEMM
Topic: Problem with seding mailing
Replies: 18
Views: 24788

slrtscn.py is our "syslog realtime scanner" which analyzes log files for sent mails and bounces and writes information to files to be processed by update.py. If slrtscan.py is very busy this could mean that is has to handle a lot of bounces. There were no bounces at all in that moment - s...