Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How can I resolve the Party Name › Re: How can I resolve the Party Name
I have tried that. The BTS.Source does not seem to have a value. I used this code in an expression shape:
System.Diagnostics.Debug.WriteLine("PID "+Message_1(BTS.SourcePartyID));
System.Diagnostics.Debug.WriteLine("SourceParty "+Message_1(BTS.SourceParty));
And the following output:
And the following output:
[1444] PID S-1-9-893551331-2747879358-2265075479-3534360612-3810352465-619529870-2917489459-2111898011
And this XLANG/s error:
[1444] PID S-1-9-893551331-2747879358-2265075479-3534360612-3810352465-619529870-2917489459-2111898011
And this XLANG/s error:
There is no value associated with the property 'BTS.SourceParty' in the message.
If it is not the right way, what is?
Johan