|
Home > Archive > BizTalk Server General > December 2004 > FTP and rcmd
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]
|
|
| Wesley 2004-11-25, 2:48 am |
| Hey,
I tried to call a remote program after the FTP put, but
it didn't work. I wrote QUOTE RCMD MYPGM to the AFTER
PUT -field in the FTP Properties -window. The file
transfer goes right, but the remote program call does'nt.
Any help would be appreciated.
Thanks,
Wesley
| |
| Nabeel Prior 2004-11-27, 2:46 am |
| Utilise the log file feature that is part of the send port config settings
for the FTP adapter to store a log file of the FTP server's response. Then
examine what the FTP server's response was and based on this you should
getter better idea of why the command might be failing.
Also, have a look at this post:
http://weblogs.asp.net/gzunino/arch.../10/153165.aspx
--
Kind Regards,
Nabeel Prior
Web: http://www.brainjar.co.za
Blog: http://www.brainjar.co.za/blog.aspx
"Wesley" <anonymous@discussions.microsoft.com> wrote in message
news:03fa01c4d2cd$98de2340$7d02280a@phx.gbl...
> Hey,
>
> I tried to call a remote program after the FTP put, but
> it didn't work. I wrote QUOTE RCMD MYPGM to the AFTER
> PUT -field in the FTP Properties -window. The file
> transfer goes right, but the remote program call does'nt.
>
> Any help would be appreciated.
>
> Thanks,
> Wesley
>
>
| |
| wesley 2004-12-03, 7:46 am |
| Thanks a lot for your help.
Writing to the log file was very useful.
RCMD MYPGM without QUOTE works fine.
I don't know exactly why did I use QUOTE at the first
place.
Regards, Wesley
|
|
|
|
|