Microsoft Developer Network > Forums Home > BizTalk Server Forums > BizTalk Server General > Biztalk FTP adapter: User name or password is wrong.
Ask a questionAsk a question
 

AnswerBiztalk FTP adapter: User name or password is wrong.

  • Tuesday, November 03, 2009 6:36 PMRaminder Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    I am using Dynamic port to drop file onto the FTP server location.  I am able to process a limit oad. But when load is increased to 15 to 20 files, I start receiving error 'Cannot send file to ftp server.User Name or password is wrong'. Resubmitting the message process successfuly.
    I have read the forum about concurrentconnections to ftp, but all that point to biztalk 2004. Is it hold trur for Biztalk 2006 also?
    I have set the temporary folder also but to no success.I have read that ftp adapter opens ftp connections for optimization and after a time gap, if next fie is drop, it finds connection cosed. But I cannot figure any solution to it.
    Any help is appreciated

    Thanks in advance.
    Shady

Answers

  • Wednesday, November 04, 2009 12:48 AMSandro Pereira Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Raminder,

    Try to specified MaxConnections property - Specifies the maximum number of concurrent FTP connections that can be opened to the server. A value of 0 means no limit.

    I think this property replaces the registry entry that was used in previous versions of BizTalk Server to govern the connection limit. BizTalk Server 2006 ignores the registry entry used to control the connection limit.
    Sandro Pereira - http://sandroasp.spaces.live.com/blog/ http://www.devscope.net/WhatWeDo/Integration/tabid/107/Default.aspx

All Replies

  • Wednesday, November 04, 2009 12:48 AMSandro Pereira Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Raminder,

    Try to specified MaxConnections property - Specifies the maximum number of concurrent FTP connections that can be opened to the server. A value of 0 means no limit.

    I think this property replaces the registry entry that was used in previous versions of BizTalk Server to govern the connection limit. BizTalk Server 2006 ignores the registry entry used to control the connection limit.
    Sandro Pereira - http://sandroasp.spaces.live.com/blog/ http://www.devscope.net/WhatWeDo/Integration/tabid/107/Default.aspx