01-09-06 10:57 PM
Tried to give dynamic port address as :
"http://USERNAME:PASSED@123.123.123.123/FileName.Ext"
But no success with this....
It will be great if anyone can help me out in this.
TIA,
Hemal M
"BizTalk 2004 FTP Adaptor Trouble" wrote:
> We are integrating the eCommerce system with backend legacy systems.
>
> For communicating between windows server and mainframe systems. FTP servic
e
> is used. Currently in BizTalk 2002 environment it is been handled using F
TP
> Application blocks. While migrating to BizTalk 2004 we planned to use BizT
alk
> FTP Adaptor as follows:
>
> 1. We have used a DYNAMIC send port to define time stamp generated file na
me:
> DyNamicSendPort(Microsoft.XLANGs.BaseTypes.Address)="ftp://123.123.123.123
/FileName.Ext"
>
> 2. Set Message context with required FTP parameter.
> //Set context on the message you want to send:
> msgOut(FTP.UserName) = "USERNAME";
> msgOut(FTP.Password) = "PASSWD";
> msgOut(FTP.RepresentationType)= "ASCII";
> msgOut(FTP.BeforePut) = "quote site recfm=fb lrecl=500 blksize=30000";
>
> After this we get following exception:
>
> The "FTP" adapter is suspending an outbound message going to destination
> URL:"ftp://123.123.123.123/FileName.Ext". Details:"The command "quote site
> recfm=fb lrecl=500 blksize=30000" failed on the FTP server. ".
>
> If we chnage the IP address to any existing Windows FTP server, file
> processed and FTPed successfully.
>
> It is really a weird scenario.
>
> Any help will be highly appreaciable,
>
> TIA,
> Hemal M
[ Post a follow-up to this message ]
|