Closed mwiorek closed 8 years ago
I wasn't able to reproduce this but I know that there has been some problems with the old version of the Utils library. Could you try the new release?
I got the same problem, seams like the propertybag is not read correctly
The new release works as expected and the issue has been resolved
When using Visual Studio 2013 and BizTalk Server 2013R2 there is a problem when adding the DestinationProperty directly in Visual Studio. When deploying the solution from Visual Studio, BizTalk does not seem to recognize that a value is provided to the pipeline component and gives an error
There was a failure executing the send pipeline:...Source: "PromoteNewGuid" Send Port: ...Reason: DestinationProperty: Property must be set
. even though a property is set and the property is available in the send port and in the pipeline configuration dialog in BizTalk Administration Console.In Visual Studio
In BizTalk Administration Console
Workaround
If DestinationProperty is left blank i visual studio and added through the BizTalk Administration Console the pipeline works as expected.
In Visual Studio In BizTalk Administration Console