Search found 7 matches

by carcus88
Tue Jan 23, 2007 9:02 pm
Forum: Bugs, bug fixes & releases
Topic: Change recepients atributes
Replies: 9
Views: 17257

Yes please provided an update, we are unable to use OpenEMM because of this bug as there is no elegant way to update data.
by carcus88
Mon Nov 27, 2006 10:26 pm
Forum: Bugs, bug fixes & releases
Topic: HTML agnDB merge failure does not report errors
Replies: 0
Views: 9021

HTML agnDB merge failure does not report errors

Most HTML editors will embed double quotes as &quote; This will cause a problem when adding in a database field into your HTML. So in the source for the HTML you will end up with [agnDB column="survey_id"] Instead of [agnDB column="survey_id"] This will cause OpenEMM to die o...
by carcus88
Thu Nov 16, 2006 6:55 pm
Forum: Bugs, bug fixes & releases
Topic: Change recepients atributes
Replies: 9
Views: 17257

I appologize, I did not notice the time stamp. I know you are hard at work and I did not intend to be pushy.
by carcus88
Thu Nov 16, 2006 6:22 pm
Forum: Bugs, bug fixes & releases
Topic: Change recepients atributes
Replies: 9
Views: 17257

Has there been any progress on this import bug, it makes near impossible to update recipient information unless you manually update the DB which is a pain.
by carcus88
Wed Nov 15, 2006 5:01 pm
Forum: Suggestions
Topic: Defined API
Replies: 4
Views: 25301

I am curious as to what sort of API is being defined. What sort of remote method call platform are you planning on using , XML-RPC, SOAP, REST? I'm sure any of these standards would be ok but which one is going to be preferred by the devlopers and the community? Here is a short list of things that I...
by carcus88
Wed Nov 15, 2006 3:53 pm
Forum: Bounce Management
Topic: Delete bounced subscribers
Replies: 3
Views: 9904

I figured out a way in the database to do this, maybe someone can verify if this is good or not. Here is the SQL I used to delete all bounced subscribers whether it was a hard or soft bounce I think delete from customer_1_tbl where customer_id in ( select customer_id from customer_1_binding_tbl wher...
by carcus88
Tue Nov 14, 2006 1:20 am
Forum: Bounce Management
Topic: Delete bounced subscribers
Replies: 3
Views: 9904

Delete bounced subscribers

I want to be able to delete subscribers that have bounced back. Is this possible? There is also a bounced option in the import but this does not seem to function as the recipeients never get marked as bounced. Should this be adding rows to the bounce_tbl table? If not how are the recorded?