Search found 10 matches

by pixus
Mon Jun 24, 2013 10:30 am
Forum: Using OpenEMM
Topic: Unsubscribe a target group from a Mailing list and Subscribe
Replies: 0
Views: 3572

Unsubscribe a target group from a Mailing list and Subscribe

Hello everyone, I have this problem: - I have many recipients (grouped in target group TARGET_G) subscribed to a mailing list MAIL_LIST_A. But in this MAIL_LIST_A, I have also some other recipients. - I have to unsubscribe all this target group from MAIL_LIST_A and subscribe to an existing MAIL_LIST...
by pixus
Mon Jun 03, 2013 9:18 am
Forum: Using OpenEMM
Topic: Openemm 2013 scriptaction issues
Replies: 10
Views: 10637

Re: Openemm 2013 scriptaction issues

Sorry, it was my fault, your bugfix was sufficient to solve the problem.
Thanks (even if I'm a little late :) )
by pixus
Mon Mar 11, 2013 11:20 am
Forum: Using OpenEMM
Topic: Openemm 2013 scriptaction issues
Replies: 10
Views: 10637

Re: Openemm 2013 scriptaction issues

I updated ExecuteScript.class with the one in your bugfixes (file modified 2013-03-07) but the problem still exists:
An action with simply:

Code: Select all

#set($scriptResult="1")
produce Error Form
by pixus
Thu Mar 07, 2013 4:53 pm
Forum: Using OpenEMM
Topic: Problem with AddSubscriber via WebServices 2.0
Replies: 3
Views: 4411

Re: Problem with AddSubscriber via WebServices 2.0

is it maybe necessary to pass all the fields as parameters?
Or is it possible to send only the necessary fields and some others known ?
thank you
by pixus
Thu Mar 07, 2013 3:29 pm
Forum: Using OpenEMM
Topic: WebService C#
Replies: 3
Views: 7144

Re: WebService C#

I just got it! I made in this way: PS: WCFemmService is the .cs I generated with the svcutil.exe of Visual Studio. Be careful, in the generated cs file, you have to modify "changeDateField" and "creationDateField" from Datetime to string (if I didn't, i had problems with method G...
by pixus
Thu Mar 07, 2013 3:02 pm
Forum: Using OpenEMM
Topic: Problem with AddSubscriber via WebServices 2.0
Replies: 3
Views: 4411

Problem with AddSubscriber via WebServices 2.0

Hello everyone, I have some difficulties in using AddSubscriber with WebServices 2.0 I used without any problem with webservices 1.0 I adapted the way to pass the parameters of the recipient, i put doublecheck = FALSE , i setted the keyColumn, and Overwrite = FALSE... but I always get customerId = 0...
by pixus
Thu Mar 07, 2013 10:07 am
Forum: Using OpenEMM
Topic: Using webservices in .Net
Replies: 2
Views: 3957

Re: Using webservices in .Net

I got it. Maybe your error is in using ASCII ? this is my solution. string usn = "MyUsername"; string pwd = "MyPassword"; DateTime created = DateTime.Now.ToUniversalTime(); var nonce = getNonce(); string nonceToSend = Convert.ToBase64String(Encoding.UTF8.GetBytes(nonce)); string ...
by pixus
Fri Dec 21, 2012 11:48 am
Forum: Using OpenEMM
Topic: java.lang.IllegalArgumentException: The path of an ForwardCo
Replies: 2
Views: 3953

Re: java.lang.IllegalArgumentException: The path of an Forwa

of course, the solution. It just needs to use a different variable name instead of "$requestParameters" in this code line #set($requestParameters = $ScriptHelper.newHashMap().putAll($Customer.getCustomerDataFromDb())) with this, no error #set([b]$theNameYouPrefer[/b] = $ScriptHelper.newHas...
by pixus
Thu Dec 06, 2012 3:47 pm
Forum: Using OpenEMM
Topic: java.lang.IllegalArgumentException: The path of an ForwardCo
Replies: 2
Views: 3953

java.lang.IllegalArgumentException: The path of an ForwardCo

Hello Everyone, I'm trying the ScriptActions in the documentation. In that case I was trying the one Example to load all customer data for given email address: $Customer.loadCustDBStructure() $Customer.resetCustParameters() $Customer.setCustomerID(0) #set($custId=$Customer.findByKeyColumn("user...
by pixus
Tue Dec 04, 2012 5:04 pm
Forum: Using OpenEMM
Topic: protect form.do ?
Replies: 0
Views: 2955

protect form.do ?

Hello, I'm new to OpenEMM. I'm interested in using OpenEmm to send emails created by an existing structure. I created (like the example in ScriptActions documentation) a ScriptAction to send a single email and a form using that script Action. So, calling the url "http://www.domain.com:8080/form...