Discussion:
Uninitialized Dynamic Port Error - Solution
(too old to reply)
j***@gmail.com
2005-03-16 17:16:50 UTC
Permalink
I searched everywhere on the net and found nothing matching
"uninitialized dynamic port", but eventually figured out what was
wrong. If you are receiving this message, here is what's up:

The dynamic send port in your orchestration must have its address
specified somewhere within the orchestration. Maybe you thought you put
it in there, like I did, but double check, because that is what is
causing this error. Here is how you specify the address in an
expression editor:

DynamicPortName(Microsoft.XLANGs.BaseTypes.Address) = [your address
string];

Hope that helps somebody out there...

-Jeff Barton
tina
2008-02-10 12:57:53 UTC
Permalink
Thanks a lot

url:http://www.ureader.com/msg/121031.aspx
w***@gmail.com
2013-02-25 22:58:00 UTC
Permalink
I have also found that you'll get an "uninitialized Dynamic port" error if you specify the TransportType before the Address - so be mindful of the order that you initialize your properties!
Loading...