Hello everyone,
I got an issue that involve my transactionnal message when trying to link a template I create with an event using SoapUI.
I already see another post on the forum but with no real answers on my issue.
So I first make a simple template and create an event name to specify the event type of the template and I publish the template with success.
I also send a proof with no problem.
I then make a SoapRequest such as this :
I got a success answer :
But still, when I check in the Adobe Campaign's event history, my events are not covered and the documentation doesn't help get through the problem.
I already check in the properties of the template to make sure the event name is correct and it's the case.
I also see that lots of people are facing this issue, do you have some answers for my problem ?
If you need more information, feel free to ask me !
Using Adobe Campaign v7 on Windows 10.
Regards,
Thibault
Views
Replies
Total Likes
Hi Thibault,
Usually when event status is "event not covered", it means MC routing phase didn't find any eligible template for your event. Please check that
you pushed the event with the proper operator
you have published your template
your template has the proper event type and the proper channel
Please go through below link to know more on this.
Views
Replies
Total Likes
Hello shrawans31530030
So I check all of what you ask and I'm facing another issue.
I push the event with the proper operator but go an error when pushing as see on those screens :
Here are my methods, Javascripts and dataSchema I use for this :
Then the publish of my template is good :
And in the properties, my template has the proper event type and the proper channel :
Maybe it's coming from the SoapUI request error when I try to log with the mc operator.
Any idea on that ? Thank you.
Thibault
EDIT :
Also, I don't understand this part of the documentation concerning the screen with <batchEvent>
They say : Definition of the event type in the event properties.
Where can I find those event properties or should I make something with batch ? I am confuse with that.
Thank you for your answers !
Thibault
Views
Replies
Total Likes
Hello everybody,
Any idea on how to fix that "event not covered" issue or it maybe happened to someone recently ?
Thibault
Views
Replies
Total Likes
Bonjour Thibault,
Perhaps a stupid question, but did you already add your event item in the dbEnum enumeration?
https://docs.campaign.adobe.com/doc/AC/en/MCE_Instance_configuration_Creating_event_types.html
Cordialement.
J-Serge
Views
Replies
Total Likes
Hello Jean-Serge,
This step is done as well on the screen below :
Still have no idea on how to fix that, any more ideas ?
Thibault
Views
Replies
Total Likes
Bonjour Thibault,
Because you have extended the nms:rtEvent schema with cus:rtEvent, your Javascript function should be named accordingly:
cus_rtEvent_envoiMailTransactionnel
Cdt
J-Serge
Views
Replies
Total Likes
Hello Jean-Serge,
I still got the same issue on my SoapRequest even with that function name modification. (Too many arguments)
And the event not covered still remain.
Views
Replies
Total Likes
Thibault,
You forgot to write your argument xml xmlEnvoyer in your Javascript function cus_rtEvent_envoiEmailTransactionnel.
BR
JS
Views
Replies
Total Likes
Hello Jean-Serge,
Yes I notice that error and I change it already few days ago, sorry for not updating that.
it looks like that for now :
Or with the function change name :
The error in my SoapRequest for reminder :
Regards,
Thibault
Views
Replies
Total Likes
It is strange, the error still mentions the nms:rtEvent instead of your cus method.
Views
Replies
Total Likes
Please add xmlEnvoyer in your logInfo in order to debug
Views
Replies
Total Likes
Yes I noticed it mentions the wrong method.
When I check the log, it gives me that :
Views
Replies
Total Likes
Ajoute xmlEnvoyer, le paramètre que tu as ajouté en argument, au logInfo. Peut-être est-il vide.
Please check the value of xmlEnvoyer as parameter to logInfo, perhaps it is empty value.
Views
Replies
Total Likes
Quand je rentre le xmlEnvoyer, il me renvoie un \n, qu'est ce que ca signifie ?
When i put the xmlEnvoyer, he gives me back a \n, what does that mean ?
Views
Replies
Total Likes
\n is new line
Views
Replies
Total Likes
Hello,
Make sure you are sending the soap request with the same operator, using which you have connected your execution server with the control server. i.e mc.
So Firstly take a session token from mc user -
Then use this token within your request.
I was using the different operator then I got the same issue. But after that I tried with mc then issue is resolved.
Thanks.
Parvesh.
Thanks @parveshp7822672 .... This solved my problem.
Views
Replies
Total Likes
Hi @parveshp7822672 How to generate session token in soap ui?and also can you post the scripts given in the soap ui screenshots?
Regards,
soumya!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies