FTP error 426 with Windows IIS server

Dear SAP,
We are experiencing an issue between SAP PI 7.0 SP15 on P-Series AIX IBM Server and the Windows IIS FTP server. The interface in PI does connect to 3 systems with the FTP file adapter (a Mainframe, an AS400 and a Windows IIS FTP server). The mainframe and the AS400 connection are working fine but for the IIS we are getting a FTP failure in 90% of the transfers in 10% it works. With other clients (also one based on JFTP) everything works fine with the IIS server. The files are only 2kb and not to large as described in the File Adapter FAQ note.
There where tests with active (FTP failure 500) and passive connections, the timeout value was increased on both sides. The connection bandwidth reached never more than 40% and there were always enough CPU processes available on both sides.
Following technical details for the passive connection failure:
XI we do get following error log in MDT
2008-09-09 20:27:01     Success     Connecting to FTP server "bla.com"
2008-09-09 20:27:02     Success     Write to FTP server "bla.com", directory "/sapedi/Outbound/856otest", -> file "SAPASN253201157.txt"
2008-09-09 20:27:02     Success     Transfer: "TXT" mode, size 2131 bytes, character encoding ISO8859-1
2008-09-09 20:27:02     Error     Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.
2008-09-09 20:27:02     Error     MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connection closed; transfer aborted.: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.
2008-09-09 20:27:02     Error     Exception caught by adapter framework: Connection closed; transfer aborted.
The log of XI from /usr/sap/PXQ/DVEBMGS00/j2ee/cluster/server0/log/applications/com.sap.xi/xi.2.log
0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
xi.2.log:#1.#3A2BF0015004006F0000098D00096046000456F11A40B559#1221493434398#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.XI2File.processMessage(Message)#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [03affffff863a005363]#n/a##de1f90f0833c11dda1993a2bf0015004#XI XI2File[CC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/]_104767##0#0#Error#1#com.sap.aii.adapter.file.XI2File#Plain###File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.#
xi.2.log:#1.#3A2BF0015004006F0000098F00096046000456F11A40B6AB#1221493434398#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [03affffff863a005363]#n/a##de1f90f0833c11dda1993a2bf0015004#XI XI2File[CC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/]_104767##0#0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
xi.2.log:#1.#3A2BF0015004006B000009CB00096046000456F11ABB9521#1221493442450#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.XI2File.processMessage(Message)#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [03affffff863a005364]#n/a##1e2afb80833d11ddc03c3a2bf0015004#XI XI2File[CC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/]_104771##0#0#Error#1#com.sap.aii.adapter.file.XI2File#Plain###File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.#
xi.2.log:#1.#3A2BF0015004006B000009CD00096046000456F11ABB966E#1221493442451#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [03affffff863a005364]#n/a##1e2afb80833d11ddc03c3a2bf0015004#XI XI2File[CC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/]_104771##0#0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
On the IIS server side we have the following log for the failure:
2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 [68977]USER SAPEDI - 331 0 0 0 0 FTP - - - -
2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 [68977]PASS - - 230 0 0 0 0 FTP - - - -
2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 [68977]CWD /sapedi/Outbound/856otest - 250 0 0 0 0 FTP - - - -
2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 [68977]created SAPASN253201157.txt - 426 995 0 0 16 FTP - - - -
2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.X.X 21 [68977]QUIT - - 426 0 0 0 0 FTP - - - -
Thank you for your help.
Edited by: PhilippJ on Sep 17, 2008 3:36 PM

Hi,
Better to check with Basis & network team, they will sort out easily

Similar Messages

  • PI FTP error 426 during Windows IIS connection

    Hi,
    We are experiencing an issue between SAP PI 7.0 SP15 on P-Series AIX IBM Server and the Windows IIS FTP server. The interface in PI does connect to 3 systems with the FTP file adapter (a Mainframe, an AS400 and a Windows IIS FTP server). The mainframe and the AS400 connection are working fine but for the IIS we are getting a FTP failure in 90% of the transfers in 10% it works. With other clients (also one based on JFTP) everything works fine with the IIS server. The files are only 2kb and not to large as described in the File Adapter FAQ note.
    There where tests with active (FTP failure 500) and passive connections, the timeout value was increased on both sides. The connection bandwidth reached never more than 40% and there were always enough CPU processes available on both sides.
    Following technical details for the passive connection failure:
    XI we do get following error log in MDT
    2008-09-09 20:27:01 Success Connecting to FTP server "bla.com"
    2008-09-09 20:27:02 Success Write to FTP server "bla.com", directory "/sapedi/Outbound/856otest", -> file "SAPASN253201157.txt"
    2008-09-09 20:27:02 Success Transfer: "TXT" mode, size 2131 bytes, character encoding ISO8859-1
    2008-09-09 20:27:02 Error Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.
    2008-09-09 20:27:02 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connection closed; transfer aborted.: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.
    2008-09-09 20:27:02 Error Exception caught by adapter framework: Connection closed; transfer aborted.
    The log of XI from /usr/sap/PXQ/DVEBMGS00/j2ee/cluster/server0/log/applications/com.sap.xi/xi.2.log
    0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
    xi.2.log:#1.#3A2BF0015004006F0000098D00096046000456F11A40B559#1221493434398#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.XI2File.processMessage(Message)#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : 03affffff863a005363#n/a##de1f90f0833c11dda1993a2bf0015004#XI XI2FileCC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/_104767##0#0#Error#1#com.sap.aii.adapter.file.XI2File#Plain###File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.#
    xi.2.log:#1.#3A2BF0015004006F0000098F00096046000456F11A40B6AB#1221493434398#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : 03affffff863a005363#n/a##de1f90f0833c11dda1993a2bf0015004#XI XI2FileCC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/_104767##0#0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
    xi.2.log:#1.#3A2BF0015004006B000009CB00096046000456F11ABB9521#1221493442450#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.XI2File.processMessage(Message)#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : 03affffff863a005364#n/a##1e2afb80833d11ddc03c3a2bf0015004#XI XI2FileCC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/_104771##0#0#Error#1#com.sap.aii.adapter.file.XI2File#Plain###File processing failed with com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted.#
    xi.2.log:#1.#3A2BF0015004006B000009CD00096046000456F11ABB966E#1221493442451#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#sap.com/com.sap.aii.af.app#com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : 03affffff863a005364#n/a##1e2afb80833d11ddc03c3a2bf0015004#XI XI2FileCC_FILE_CPS_PRC316_IN/LEG_CPSQ_BS/_104771##0#0#Error#1#com.sap.aii.adapter.file.util.AuditLog#Plain###FILE_ERR_211#
    On the IIS server side we have the following log for the failure:
    2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 68977USER SAPEDI - 331 0 0 0 0 FTP - - - -
    2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 68977PASS - - 230 0 0 0 0 FTP - - - -
    2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 68977CWD /sapedi/Outbound/856otest - 250 0 0 0 0 FTP - - - -
    2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.x.x 21 68977created SAPASN253201157.txt - 426 995 0 0 16 FTP - - - -
    2008-09-10 08:32:50 x.x.x.20 SAPEDI MSFTPSVC1 BLA x.x.X.X 21 68977QUIT - - 426 0 0 0 0 FTP - - - -
    Thank you for your help.

    No this was not solved, we went for another FTP solutions (GlobeScape) and it just worked fine with it.

  • IDES 46E with windows 2003 server Installation errors..

    Hi,
    Can some body help me in IDES 46E with windows 2003 server Installation?.I'm tired of installing with this combination on my desktop my env as follows.
    1.Windows 2003 Server
    2.JDK.142
    3.Oracle 9.0.2 with 7 patch
    4.IDES 46E
    Installed successfully Database and SAP but while exporting data in to tables then getting errors.
    Thanks in advance..
    Sreedhar

    Hi GreetZ,
    I opened the respective 3200,3300,and 3600 ports and I can access my router from outside home.I can also ping <IPAddress> and telnet<IPAddress> successfully.But I'm unable to telnet <IPAddress><space>3600 giving error..connection failed on port 3600 and same error for remaining ports too.Pls help me in fix this issue.
    Thanks for your replies..
    Sreedhar

  • Is Crystal RAS 9 compatible with Windows 2003 server?

    We just upgraded out test RAS 9 server with Windows 2003 OS, and now the Crystal Report Application Server service won't start.  We're getting a 1053 error.   Is Crystal RAS 9 compatible with Windows 2003 server?

    I do not believe 6X is supported in a 64 bit environment.
    IF you are doing a fresh install on a different server, it should be easy to migrate your applications using the migration wizard in EAS. You can migrate applications, security everything except data. TO do that the easiest way is to export it and import into the application on the ner server.

  • Install error 0X80080001 with Windows 7 RC1

    Install error 0X80080001 with Windows 7 RC1

    This Error Come when you have Intel Processor or if you dont that also you can solve the problem by getting whole detail.You will see the DVD Work in your friend P.c But show error in your p.c .get the solution from here.Web site: yadvi.com/how-to-install-window-7-in-intel-processor

  • Is BPC 7.0 compatible with Windows Terminal Server 2008?

    Is BPC 7.0 compatible with Windows Terminal Server 2008? We are having printing issues when on WTS 2003.

    BPC 7.0M SP08 was released on September 1st and now supports the client install on both Server 2008 and Windows 7 so yes, you should be able to use terminal server in Windows 2008 if you install SP08. It also has limited support for Office 2010, full support will come with SP09. SAP Note 1490544 is the central SP08 note, and 1504400 is the download note.
    -Brian

  • I want to deployment virtual machine by Hyper-V with windows 2012 server

    I want to deployment virtual machine by Hyper-V with windows 2012 server. So I need step by step guide line with screenshot and video link.
    Thanks,
    Qamrul

    Hi Qamrul,
    Additionally here is the link for hyper-v getting started guide (server2008 ) :
    http://technet.microsoft.com/en-us/library/cc732470(v=ws.10).aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Is Apps compatible with Windows Terminal Server

    Hi
    Is Apps (any version but most importantly 11i) and for that matter the Database compatible with Windows Terminal Server? I am working with a company who are trying to determine if their IT strategy with Oracle is watertight moving forward, and we have early indications that the answer to the above, is 'No', but it would be nice to have a definitive answer... Anyone know of any resources that I can look at to obtain the above?
    Thanks and Best Regards
    Toby Hazlewood

    No. This is not supported
    Rajesh Alex

  • I've installed SAP in my PC with windows 2000 server family....... .......

    I've installed SAP in my PC with windows 2000 server family... I want to upgrade my OS to XP. Can it be possible without unmounting SAP??? Please help me.

    Hi Pratap,
    SAP doesn't work with XP, it works only server Operating System.
    But u can instal XP in the system without currupting the SAP.
    Make sure that your HDD having atleast 3 partitions.
    The first two partintions (Ex.C:/& D:/) may have 2000 Server and SAP respectively.
    In the 3rd Partition (Ex.E:/) u can instal XP. but better to not touch 1st two Partitions
    To Instal XP follow these steps.
    Insert XP OS CD
    Restat the System
    follow installation procedure according CD
    Finally select E:/ to install XP.
    Pls let me know your feedback
    Regards
    Raveendra

  • What is available on new Windows servers that allow you to write scripts that can work directly with Windows, SQL Server, and Exchange Server?

    What is available on new Windows servers that allow you to write scripts that can work directly with Windows, SQL Server, and Exchange Server?
    a. PowerShell
    b. isql
    c. osql
    d. sqlcmd

    All questions seem to be from the interview or a test. I think I even took this test once, it's KForce test.
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • How do you use the wdeploy tool in iPlanet Web Server with Windows 2000 Server?

    I found this on the knowledge base, but only described how to use this with Unix. Does this work with Windows? How do you set the IWS_SERVER_HOME environment variable as well? I don't see it in the file.
    Thanks

    Hi,
    This is pretty common scenario. The best way to achieve this is to split your servers using a collection and deploy a different client settings. You could target your collection using the OS or an OU in AD. There are many option there.
    You could also limit the access to the Server collection using Role Based Access to avoid any human "errors" on these collections. Users without rights to these collection just won't see them.
    https://technet.microsoft.com/en-us/library/gg682067.aspx?f=255&MSPPError=-2147217396
    http://blogs.technet.com/b/configmgrteam/archive/2011/09/23/introducing-role-based-administration-in-system-center-2012-configuration-manager.aspx
    Benoit Lecours | Blog: System Center Dudes

  • Install error 11gR2 on Windows 2008 Server R2

    Hello,
    I have a question about an installation error I received on Windows 2008 Server R2 while trying to install the 11g R2 on an test machine. I had downloaded both cd's and extracted them and copied the first cd into an new directory and then tried to copy the second cd into this directory, unfortunately I didn't saw that this step failed. As I started the installation I first didn't saw any error, later the installer brought some exceptions due to missing files (oc4j, context).
    I then copied the second cd again (this time it worked) and continued with the installer until it finished.
    My question is now, as there are some files missing, do I have the possibility to reinstall the software and which is the best way? Must i first uninstall the software and install it again or does it work if i start the installation (i select only software) again selecting the existing ORACLE_HOME so that the installation is overwritten.
    I hope you can help me with an solution for this.
    Many thanks in advance to all for your help.
    Regards
    Luis

    Hi,
    If in one oracle home you have a successful installation, oracle will automatically deny the installation of a new software in this existing home. If you have a filed installation in some oracle home, then later you can install in the same directory as oracle does not consider this failed installation as a proper oracle home hence it overwrites everything. Even you can't uninstall this failed installation because as i told you that this is not considered an oracle home. but, better way is to run installer and see whether you have an oracle home registered in the directory in which you want to install again and if you find one, then do a deinstall. If you don't see this directory as oracle home, then still better to delete what ever is inside this directory and do the installation.
    Under current scenario, your installation is fine and you should not worry.
    Salman

  • Function sequence error. in 64bit Windows 2008 Server.

    Hi All,
    Pardon me if the posting is not in the correct group.
    I am migrating my application from 32bit(Windows 2003 Server) to 64bit (Windows 2008 Server R2).
    I am getting the following while trying to execute a SQL command
    Encountered ODBC error -1: S1010, 0, [Microsoft][ODBC Driver Manager] Function sequence error .
    Basically internal function call is SQLExecute() function call. This works perfectly for Windows 2003 Server 32bit. I tried the command execute at the background from the command prompt and it is working.
    I checked the squence of call.We have two consecutive SQLBindParameter function call and then we call SQLExecute. Is this sequence incorrect in case of 64bit? I also checked the return code given by SQLExecute which is 99.
    Any help or suggestion would be very much appreciated.
    Thanks,
    -R

    Hi Teun,
    Yes i have build the addon & installer with x86. I am using Interop.SAPbouiCOM.dll ,  Interop.SAPbouiCOM.dll, System.dll , System.XML.dll.
    I have not specified the relative path in code as such but iam loading my forms Load batch action i don't know if it ok in this scenario or not.
    Building the Solution/Project is Successful without any warning.
    While debugging it on my server it gives the same error "Object Reference Not Set to an Instance of an Object".
    Debug Out put last errors are as follows:
    A first chance exception of type 'System.IndexOutOfRangeException' occurred in mscorlib.dll
    'TAMPA800.exe': Loaded 'C:\Windows\SysWOW64\sxs.dll'
    First-chance exception at 0x76afe124 in TAMPA800.exe: Microsoft C++ exception: EEMessageException at memory location 0x0036ecec..
    A first chance exception of type 'System.IO.FileNotFoundException' occurred in TAMPA800.exe
    A first chance exception of type 'System.NullReferenceException' occurred in TAMPA800.exe
    The thread 'Win32 Thread' (0x460) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdb8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfdc) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfb4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdc8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xe04) has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Managed' has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Native' has exited with code 0 (0x0).
    Regards
    John

  • Captcha directory error ion a Windows web server

    I have been trying to setup the captcha verification on a contact form on my remote server. I have change the permissions for even "Network" and "Network Services" to full to no avail. "System" has full permission. The error I get has to do how linux server vs. a IIS server look at directories. I have even changed the KT_Captcha_config.php to show win based directory structure with no luck as it errors out in the file and does not show any pages. The error I get when I bring up the page in the browser is:
    "Cannot write in captcha temporary folder: X:\host\member\user\includes\common\lib\captcha../../_temp/.captcha/"
    Any suggestion or assistance is greatly appreciated.
    Foaad

    The slash before includes was causing the issue:
    define('KT_CAPTCHA_TEMP_URL', '/includes/common/_temp/.captcha/');
    in KT_Captcha.config.php
    I just had to remove it, and change it to the following and it worked fine:
    define('KT_CAPTCHA_TEMP_URL', 'includes/common/_temp/.captcha/');
    in KT_Captcha.config.php

  • Is WebI 2.7.5 compatible with Windows 2003 Server?

    Currently have WebI 2.7.5 installed on a Windows 2000 Server and working fine.
    Is WebI 2.7.5 compatible with a Windows 2003 Server?
    Thank you.

    Hi Craig,
    - Not supported means that particular version of Operating System is officially not tested (Product Group has not tested any report with that version) i.e. it may or may not work at users end.
    - If it woks at your end and you will get some issues (like error message or other server related issues) then BO support will not able to assist you as the version of OS which you are using is not officially tested at BOu2019s end.
    Regards,
    Deepti Bajpai

Maybe you are looking for

  • Information on lwp in solaris

    can any one tell me the implementation of lwp in solaris. and also the differences between NT threads and solaris threads

  • External Monitor Toggle

    I've been searching and searching for a better solution to put my MacBook into external monitor mode. As in when I plug my external monitor in, only that monitor comes on and the MacBook's monitor switches off, all with out me having to first close t

  • System Management Homepage Versions on Support Site appear to be incorrect

    The site states that 7.3.2 is the new version that addresses the Heartbleed Vulnerbility, but when you go to download that one it states the link doesn't exist.  When you download the 7.2.3 version it says it was released on April 14th 2014.  http://

  • Query by Todays date

    Sorry for the simple question, but it is driving me mad!! I am trying to create a search that will filter those results where the access database has a field showing todays date. The code I have is SELECT * FROM Details WHERE CallBackDate = #Date# I

  • When is the new iTunes coming out?

    Guys i dont knw when the new itunes is coming out and im curious about it and the new features, great if u could help out.