|
Home > Archive > BizTalk Server Orchestration > March 2004 > Biztalk2004 - Send Port file name identifiers
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Biztalk2004 - Send Port file name identifiers
|
|
| Nikolai 2004-02-29, 6:35 pm |
| Are there any other identifiers other than %MessageID% that can be used in Send Port file names?
I know I could use a dynamic port to use an expression i.e. <portname>(Microsoft.XLANGs.BaseTypes.Address) = file://<full path to output file>
I am using FTP to deliver the message in my solution, and you can not use dynamic ports for FTP. You would need to run a seperate orchestration to monitor a file location, then perform the FTP operation with the custom file name produced from another orch
estration that used a dynamic file port.
Is there something like %OrchestrationID% ?
Regards
Nikolai
| |
| Everett Yang 2004-03-01, 4:38 pm |
| Hi,
This is a list of the macros you can use for file adapter:
%MessageID%
%SourcePartyQualifier%
%SourceParty%
%DestinationParty%
%DestinationPartyQualifier%
%datetime_bts2000%
%datetime%
%datetime.tz%
%time%
%time.tz%
%SourceFileName%
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
| |
| Brian Loesgen 2004-03-05, 1:35 am |
| Nikolai,
dynamic ports for FTP.
Yeah, I've just reached that conclusion too.
Pity, I had a slick rules engine policy defining FTP receive locations, but
then couldn't get all the way to assigning it to the port. Static FTP ports
worked fine, dynamic did not. I suspect this has to do with the addional FTP
port config info you need to supply (which is why you see it as a transport
in the Explorer but not in the orchestration designer).
Sooooo close....
Brian Loesgen
Neudesic
"Nikolai" <nikolai.blackie@nzdf.co.nz> wrote in message
news:654E2136-C0BC-489F-A32F-335AF20F43C5@microsoft.com...[color=darkred]
> Are there any other identifiers other than %MessageID% that can be used in
Send Port file names?
>
> I know I could use a dynamic port to use an expression i.e.
<portname>(Microsoft.XLANGs.BaseTypes.Address) = file://<full path to output
file>
>
> I am using FTP to deliver the message in my solution, and you can not use
dynamic ports for FTP. You would need to run a seperate orchestration to
monitor a file location, then perform the FTP operation with the custom file
name produced from another orchestration that used a dynamic file port.
>
> Is there something like %OrchestrationID% ?
>
> Regards
> Nikolai
>
| |
| Everett Yang 2004-03-18, 2:00 pm |
| The above information should be included in the releas-to-web
documentation. That should be available soon.
Sincerely,
Everett Yang
DSI - Microsoft BizTalk Server
This posting is provided “AS IS” with no warranties, and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
|
|
|
|
|