Hi,
I have a orchestration with a mapping (XML–> Flat File).
At one point, I decide whether or not the file is created on the filesystem or sent by email.
Everything worked beautifully.
But now I have changed the mapping a little and gets the following error in biztalk. This error occurs only when the file should be send per mail. Creating the file on the filesysystem works fine(I have to translate from german):
Error executing the Sendepipeline: “Invoice_WDK2.WDKSendEmailPipe, Invoice_WDK2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46e1692e31fd6068” Quelle: “Flatfile-Assembler” Sendport: “Invoice_WDK2_1.0.0.0_Invoice_WDK2.BiztalkOrchestrierung_SendEmailWDK_46e1692e31fd6068” URI: “mailto: [email protected]” Reason: a name entry must be set for the property “Root Reference” in the flat file schema.
I have no idea what this means.