|
Home > Archive > BizTalk Server General > September 2005 > Biztalk 2002 FTP adapter
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 |
Biztalk 2002 FTP adapter
|
|
|
| I have installed the biztalk adapter for 2002 , in the receiving function
should i see a FTP receiving function?
I am trying to FTP a file to a remote machine:
Here are my settings:
port
----------------
DDE_X12
Application claims
Primary transport : BizTalk SendFTP
env UB92
org organization/home default
channel
--------------------------------------------------
DDE_X12
Application Claims
organization/home default
inbound X12_4010_837I
outbound ub92
map http://comp/X12_4010_837I_To_UB92.xml
In the channel advance properties I have:
Server name: localhost
Port: 21
Username: Admin
Password: pass
Connection type :Active
Target file name format: %src_filename%
Target location: C:\Inetpub\ftproot\Destination
is this the FTP server settings or biztalk or the remote machine?????
Receive Function
------------------------------
Name: REC_M_DDE_X12
Polling location: \\server\data\biztalk\input\837I
Type: *.txt
Channel: DDE_X12
And I get the following error:
An error occurred in BizTalk Server.
Details:
------------------------------
[0x80042006] Failed to send the document.
The original error code was 0X80042013
Description: Failed to retrieve the error description associated with this
error code
[0x0159] The server encountered a transport error while processing the
messaging port "DDE_X12", which uses a transport component with a ProgID of
"BizTalk.SendFTP.1".
[0x012b] A transmission attempt failed.
please help.
Thanks in advance
| |
| Jan Eliasen 2005-09-19, 2:48 am |
| On Fri, 16 Sep 2005 09:25:08 -0700, "test"
<test@discussions.microsoft.com> wrote:
>I have installed the biztalk adapter for 2002 , in the receiving function
>should i see a FTP receiving function?
No
For setting up FRP receive functions, go to START => Programs =>
"Microsoft BizTalk Adapter for FTP" ?> Administrator
Here you setup your receive functions.
>In the channel advance properties I have:
>Server name: localhost
>Port: 21
>Username: Admin
>Password: pass
>Connection type :Active
>Target file name format: %src_filename%
>Target location: C:\Inetpub\ftproot\Destination
>is this the FTP server settings or biztalk or the remote machine?????
It should be on the remote machine. You need to tell the adapter both
the servername, the path for the file and the filename.
>And I get the following error:
>An error occurred in BizTalk Server.
>
> Details:
> ------------------------------
> [0x80042006] Failed to send the document.
>The original error code was 0X80042013
>Description: Failed to retrieve the error description associated with this
>error code
> [0x0159] The server encountered a transport error while processing the
>messaging port "DDE_X12", which uses a transport component with a ProgID of
>"BizTalk.SendFTP.1".
>
> [0x012b] A transmission attempt failed.
Try leaving the "Target location" empty and see if that works. That
will place the file you are sending in the default directory of the
user you are logging in as on the FTP Server.
--
Jan Eliasen, representing himself and not the company he works for.
|
|
|
|
|