|
Home > Archive > BizTalk Server Orchestration > April 2005 > FTP send port issue
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 |
FTP send port issue
|
|
| daniel 2005-04-15, 2:48 am |
| I created a dynamic FTP send port in a Orchestration, the send port is
sending
a xml file to a FTP server every one minute.
Most of xml files are sent to FTP server successfully, but there are
lots of messages that are left in message box from this send port,
their status are:
"Active" or "Suspended (resumable)", and error description are: "The
remote server refused a data connection, check permissions on the
remote system".
appreciate to any solution.
daniel
| |
| Jeff Lynch 2005-04-15, 5:50 pm |
| I've seen this happen a few times when the FTP site on the receiving end
only accepts a certain number of simultaneous connections. Try increasing
the number of open connections allowed on the FTP site and see if this takes
care of the problem.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"daniel" <danielmei911@hotmail.com> wrote in message
news:1e2afc5e.0504141808.16c1007d@posting.google.com...
>I created a dynamic FTP send port in a Orchestration, the send port is
> sending
> a xml file to a FTP server every one minute.
> Most of xml files are sent to FTP server successfully, but there are
> lots of messages that are left in message box from this send port,
> their status are:
> "Active" or "Suspended (resumable)", and error description are: "The
> remote server refused a data connection, check permissions on the
> remote system".
>
> appreciate to any solution.
>
> daniel
| |
|
|
I had that problem testing once becuase the FTP site happened to be on an XP
sp2 machine, there is a hack to increase the connections (you normally cant)
at http://www.lvllord.de/
"Jeff Lynch" <jeff.lynch@newsgroup.nospam> wrote in message
news:umQ5SheQFHA.2348@tk2msftngp13.phx.gbl...
> I've seen this happen a few times when the FTP site on the receiving end
> only accepts a certain number of simultaneous connections. Try increasing
> the number of open connections allowed on the FTP site and see if this
> takes care of the problem.
>
> --
> Jeff Lynch
> "A BizTalk Enthusiast"
> http://codebetter.com/blogs/jeff.lynch
>
>
> "daniel" <danielmei911@hotmail.com> wrote in message
> news:1e2afc5e.0504141808.16c1007d@posting.google.com...
>
>
|
|
|
|
|