thibaultb473199
thibaultb473199
10-04-2018
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
shrawans3153003
Employee
shrawans3153003
Employee
10-04-2018
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.
thibaultb473199
thibaultb473199
10-04-2018
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
thibaultb473199
thibaultb473199
13-04-2018
Hello everybody,
Any idea on how to fix that "event not covered" issue or it maybe happened to someone recently ?
Thibault
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
13-04-2018
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
thibaultb473199
thibaultb473199
15-04-2018
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
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
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
thibaultb473199
thibaultb473199
16-04-2018
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.
Jean-Serge_Biro
MVP
Jean-Serge_Biro
MVP
16-04-2018
Thibault,
You forgot to write your argument xml xmlEnvoyer in your Javascript function cus_rtEvent_envoiEmailTransactionnel.
BR
JS
thibaultb473199
thibaultb473199
16-04-2018
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