Search found 33 matches

by mkalen
Mon Feb 16, 2009 7:57 pm
Forum: Bugs, bug fixes & releases
Topic: Temporary tables never cleaned
Replies: 6
Views: 11887

Temporary tables never cleaned

Hello, I use OpenEMM 5.5.1 with MySQL on Windows and I notice an increasing number of tables in the OpenEMM database named with a "TMP_CRT_" prefix. Whenever I click "Send test mails to the administrators", "Send test mails to the test recipients", "Send mailing no...
by mkalen
Thu Feb 05, 2009 3:40 pm
Forum: Installation & Upgrades
Topic: Using webservices
Replies: 4
Views: 8071

How to add the WebService user

Does anybody know the default username and password for the webservices? You need to read the "Deployment information" section at the start of the document called "Documentation of OpenEMM webservices interface"(available from the OpenEMM Download Center ). There you will find i...
by mkalen
Wed Feb 04, 2009 3:56 pm
Forum: Installation & Upgrades
Topic: Installation on 1und1 Homepage Server (managed)
Replies: 7
Views: 10701

Virtual OpenEMM image

They don't offer installation support. ...and since you don't want to do administration yourself I guess you should look for another option? The option for a WM-ware host provider I will try. Eh, what does 'WM' stand for? VMware (I always write it incorretcly, it's "VM" and not "WM&q...
by mkalen
Wed Feb 04, 2009 3:19 pm
Forum: Installation & Upgrades
Topic: Using webservices
Replies: 4
Views: 8071

Re: Using webservices

The only thing I can't seem to be able to get working are the webservices... I already generated the ws.wsdl using the cmd file provided but when accessing http://localhost:8080/services/urn:agnitas-webservice?wsdl I get 404 Not Found /services/urn:agnitas-webservice was not found on this server. N...
by mkalen
Wed Feb 04, 2009 2:50 pm
Forum: Installation & Upgrades
Topic: Installation on 1und1 Homepage Server (managed)
Replies: 7
Views: 10701

Re: 1 & 1

To get the info on technical details to you, would you care to follow this link to the providers site. There you would find all of the techn Info available to me. Warning, though, the provider is a German company, so the info is in German language. I found some information in english: http://order....
by mkalen
Tue Feb 03, 2009 10:51 pm
Forum: Bugs, bug fixes & releases
Topic: WebService method newEmailMailing does not work as specified
Replies: 1
Views: 6330

WebService method newEmailMailing does not work as specified

Regarding ID 2549858 in the SourceForge bugtracker, there is a second difference between the documentation and actual function. Documentation states: The values for mailinglistID, targetID and emailSender will be taken from the template in case you set them to 0 and "" (empty string for em...
by mkalen
Mon Feb 02, 2009 2:06 pm
Forum: Bugs, bug fixes & releases
Topic: Source code for the WS template copy fix
Replies: 4
Views: 7984

Re: Source code for the WS template copy fix

Done! Thanks again for this. I have a few comments on the fixed version of the loadTemplate function: 1. Since the clone() method of the Mailing class is now used, every component will be loaded from the template. This includes the text- and HTML-components and the following code from EmmWebservice...
by mkalen
Mon Feb 02, 2009 1:53 pm
Forum: Bugs, bug fixes & releases
Topic: WS newEmailMailing(WithReply) incomplete template copy
Replies: 1
Views: 5758

Re: WS newEmailMailing(WithReply) incomplete template copy

Would it not be better if the loadTemplate function also copied TrackableLinks and components other than agnText/agnHtml (i.e. uploaded files etc) to the new mailing? This is already fixed with the issue 2545398 . By using the clone() method of the Mailing bean, all trackable links and every compon...
by mkalen
Mon Feb 02, 2009 12:58 pm
Forum: Bugs, bug fixes & releases
Topic: Source code for the WS template copy fix
Replies: 4
Views: 7984

Thank you

Great! Thanks for your prompt response.
Cheers,
Martin
by mkalen
Fri Jan 30, 2009 7:00 pm
Forum: Bugs, bug fixes & releases
Topic: Source code for the WS template copy fix
Replies: 4
Views: 7984

Source code for the WS template copy fix

Could you please attach a patch or Java source code to the following issue: https://sourceforge.net/tracker2/?func= ... tid=848488 ?

I would like to integrate the fix with my customized WebService.

Thanks!
by mkalen
Fri Jan 30, 2009 5:06 pm
Forum: Development
Topic: How would you like the OpenEMM sourcecode ...
Replies: 23
Views: 46680

Re: How would you like the OpenEMM sourcecode ...

Please tell us! Some kind of source control is a must! Be it CVS, SVN or Git - the choice is not so important. (Eclipse support is better for CVS and SVN today but this will change as more and more people adopt Git and the Eclipse plugin gets better.) The project is already on SourceForge, would no...
by mkalen
Fri Jan 30, 2009 4:52 pm
Forum: Installation & Upgrades
Topic: Installation question
Replies: 4
Views: 6571

Re: Installation question

when installing OpenEMM, I cam across some questions, where the installation manual is not that clear for me. My situation is like that: - OpenEMM is installed on a server, let's call it server_a (root server) - The mail server and the server, where our Website is hosted, is different from that, le...
by mkalen
Fri Jan 30, 2009 4:23 pm
Forum: Bugs, bug fixes & releases
Topic: WS newEmailMailing(WithReply) incomplete template copy
Replies: 1
Views: 5758

WS newEmailMailing(WithReply) incomplete template copy

Greetings all, I have a question about the WebService functions newEmailMailing and newEmailMailingWithReply. I want to do the following: Create templates in OpenEMM Upload picture components to the templates Manage link tracking of the templates Use WebService/SOAP to automatically create a number ...
by mkalen
Fri Jan 30, 2009 4:01 pm
Forum: Using OpenEMM
Topic: agndate displays in german
Replies: 2
Views: 4051

Re: agndate displays in german

There are two undocumented attributes you can use with the [agnDATE] tag to control the locale used for formatting the date in Java. Example for a swedish date: [agnDATE type="2" language="sv" country="SE"] The list of possible language- and country codes are limited to...
by mkalen
Mon Jan 26, 2009 8:52 pm
Forum: Using OpenEMM
Topic: Problems with Images
Replies: 13
Views: 22537

BUT I have an idea why you don't see your pictures: Be sure there is a admin or test-user on the mailinglist. If there are non of both, the picture wasn't shown at my first try. Thank you for this tip, that helped me out with version 5.5.1 as well. All I had to do was add a test user to the mailing...