| Author |
How To find out the messageid
|
|
|
| Hi
I am using the file adapter to generate xml file as output.The output file has name based on messageid. Can i know this message id within the orchestration?
Also is it possible to find out the Send port address ie file path in the orchestration?
Thanks
| |
| Yossi Dahan 2004-07-23, 5:50 pm |
| You can find out the message id from the message context BTS.MessageID
property.
Not sure about the send port address in the orchestration as this is not
happened yet. possibly if this is a "bind-now" port and not a bind-later you
can get it from the port's object
"Raju" <Raju@discussions.microsoft.com> wrote in message
news:CFC66287-37E0-46CD-8611-D2328503BED3@microsoft.com...
> Hi
>
> I am using the file adapter to generate xml file as output.The output
file has name based on messageid. Can i know this message id within the
orchestration?
>
> Also is it possible to find out the Send port address ie file path in the
orchestration?
>
> Thanks
>
>
| |
| Dave Wasilew 2004-07-23, 5:50 pm |
| I, also, have the same problem. I don't quite understand the
response.
In an expression block, is this XLANGs.something.???.BTS.MessageID ???
Alternately, how do you designate transport type = 'FILE' if the send
port is dynamic?
TIA...Dave Wasilew
"Yossi Dahan" <yossidahan@hotmail.com> wrote in message news:<ebNkJBMcEHA.1596@TK2MSFTNGP09.phx.gbl>...[vbcol=seagreen]
> You can find out the message id from the message context BTS.MessageID
> property.
>
> Not sure about the send port address in the orchestration as this is not
> happened yet. possibly if this is a "bind-now" port and not a bind-later you
> can get it from the port's object
>
>
> "Raju" <Raju@discussions.microsoft.com> wrote in message
> news:CFC66287-37E0-46CD-8611-D2328503BED3@microsoft.com...
> file has name based on messageid. Can i know this message id within the
> orchestration?
> orchestration?
| |
| Tomas Restrepo \(MVP\) 2004-07-24, 7:53 am |
| Dave,
> I, also, have the same problem. I don't quite understand the
> response.
>
> In an expression block, is this XLANGs.something.???.BTS.MessageID ???
myMessageVariable(<context property name> );
>
> Alternately, how do you designate transport type = 'FILE' if the send
> port is dynamic?
You pass in a URI, whose scheme designates the transport type; i.e.
file://c:/temp/myfile.txt
--
Tomas Restrepo
tomasr@mvps.org
| |
|
| I tried to get MessageID by using
Message_1(BTS.MessageID);
It gives the error
here is no value associated with the property 'BTS.MessageID' in the message.
Any help is appreciated
"Tomas Restrepo (MVP)" wrote:
> Dave,
>
>
> myMessageVariable(<context property name> );
>
>
> You pass in a URI, whose scheme designates the transport type; i.e.
> file://c:/temp/myfile.txt
>
> --
> Tomas Restrepo
> tomasr@mvps.org
>
>
>
|
|
|
|