Hi,
I'm back with the same problem. The email test fails and returns an
error : "Failed to fetch url content (Le serveur distant a retourné
une erreur : (500) Erreur interne du serveur)"
This time, it's not the problem with the script XMPie which has been
included twice. I have an error message at the level of the port, and
not in the job center. This error is : "One or more of the recipients
(334811) do not exist."
Which is very strange is that le recipient 334811 does NOT exist in
the table defined in the port but in another table with the same
structure. As is not possible to have filters defining the data in
batches, we have created several tables with the same structure.
Well, our first tests worked in a whole table named ENVOI6 with all
data . The port have been defined in this table and the first
recipient is 334811. In a second time, we have batched this table in
several tables named ENVOI6_C1, ENVOI6_C2 ... The recipient 334811 is
not in the table ENVOI6_C1 but in another table. Finally we have
modified the port to define the recipient data source on ENVOI6_C1.
When we test the email we obtain the error.
We have tried to delete the port and create a new defined on ENVOI6_C1
but it's the same problem.