FTP to mainframe

Hi,
We have requirement where in we want pull the dataset from the mainframe system using FTP.
Is it possible to pull the dataset from mainframe using XI FTP adapter ? If so how do we get the directory information  for the dataset from mainframe to configure the FTP adapter.
Any ideas on this ?
Regards
Anand

Hi Anand,
You can do it as two ways.
1) you can schedule a FTP job on M/F to post dataset as a file and then XI pickup that file
2) get the file from M/F using XI FTP adapter -- No directory structure required. you got to know dataset name,but make sure the ID you are using have right read permissions.
All the best. Thanks.

Similar Messages

  • Ftps to mainframe

    Hi experts,
    is it possible to use ftps to send or receive files from z/OS Mainframe.
    The file adapter can use ftp, but if i try to put the data for target, then you have to specify  a directory and filename, but on mainframe you have to use files like this sys4.ispf.load with dcb and blocksize and so on.
    How can I do the send or receive in combination with mainframe.
    Best regards Christian

    I find the solution.
    I logged on over ftps to mainfram as a user tuqbjt1. To add a dataset like ftrans.qbj.ftps.test, you have to qote the dataset name otherwise the mainframe will add the username to datasetname like this: tuqbjt1.ftrans.qbj.ftps.test.
    To do it in the right way, you have to set the following parameters in the communication channel:
    Target Directory: 'ftrans'
    File Name Schema: qbj.ftps.test
    cia Christian

  • File FTP to Mainframe

    Hi,
    I am trying to transfer a *.txt file to a Mainframe server. I am using "sun.net.ftp.* package" for FTP and I am able to send the file by using "put" method in "sun.net.ftp.FtpClient". But I need to ftp some other attributes (Generation dataset name that defined at Mainframe server and blksize) along with file name. "put" method is taking only one attribute which is a String type Object . Since SUN package(not standard) doesn't have any Documentation I need some help to find what other Libraries can provide the functionality to resolve my issue.
    FTP:
    I need to implement the following commands in Java
    >> quote site blksize=1000
    >> put "fileName.txt" 'GenerationDataSet(+1)'
    Java:
    I used the following command to transfer a file. It worked.
    sun.net.ftp.FtpClient.put("fileName.txt");
    Thanks,

    Have a look at the Jakarta Commons Net library: http://jakarta.apache.org/commons/net/
    ~

  • File is placing in Non-sap system problem

    Hi all,
    I am placing file in different IP address 150.150.120.123 successfully by using FMs
    HTTP_SCRAMBLE
    FTP_CONNECT
    FTP_COMMAND
    FTP_COMMAND
    FTP_R3_TO_CLIENT
    But i am getting problem of all are not coming line by line.
    the file is placing but records are all line items placing continuously continuation with ','. Actually i have to get file records like this
    0001000265,070914,,,1000,16.0000,67322.00,2.0000,1346.00,HRCF
    0001000267,070914,,,1000,16.0000,67322.00,2.0000,3446.00,HRSCF
    0001000278,070916,,,1000,16.0000,67322.00,2.0000,4546.00,HRPO
    But i am getting now file records as
    0001000265,070914,,,1000,16.0000,67322.00,2.0000,1346.00,HRCF,0001000267,070914,,,1000,16.0000,67322.00,2.0000,3446.00,HRSCF,0001000278,070916,,,1000,16.0000,67322.00,2.0000,4546.00,HRPO
    Just like coming records continuing with ','.
    DATA: v_aux(4) TYPE c, v_cr TYPE c.
    v_aux = cl_abap_char_utilities=>newline.
    v_cr  = v_aux+1(1).
    I am using this V_cr when concatenating those fields then also i am getting problem.
    I need to place all records items wise.
    But i am getting now as all items are continuing with ','
    Pls if any one knows solution how to get records item wise without continuation all records with ','.
    Pls help me
    Regards,
    J.Lokesh

    Try using CR_LF instead of NEWLINE. Also I think that "end of line" character may also be affected by the FTP settings (not related to SAP). I vaguely remember having somewhat similar issue with FTP and mainframe. The file looked fine when downloaded to PC but mainframe "saw" only one long line.
    Also take a look at the parameters in the FMs that you've mentioned, maybe there is something about the file type or end-of-line.

  • File Adapter - FTP from PI to Mainframe - change dataset name

    Hi,
    I am attempting to ftp a file to our mainframe server using a file adapter with FTP transport protocol.  I am able to successfully ftp the file there; however, it does not go into the requested dataset.  Let me explain:
    FTP account name:  ABCD.  When connecting via ftp the default starting point is the account name (ABCD).  When PI puts the file to the mainframe the dataset name is copied as ABCD.LEVEL1.FILENAME.
    However, we need to change levels to the top (above ABCD) and make the dataset name as LEVEL1.FILENAME.
    I've searched for hours on SDN and haven't found a good explanation on how to do this and if it is even possible.  Can someone provide some assistance?
    Thanks,
    Clinton

    As a follow-up, our team was able to resolve the issue.  In MVS dataset naming conventions (at least from a Unix client), you must enclose the absolute file pathname in single quotes, otherwise it will be interpreted as a relative file pathname; thatu2019s why files were written to 'ABCD.LEVEL1.FILENAME' under the home directory of the mainframe user id (ABCD).  Also the directory/file name components cannot be more than 8 characters.
    In our example, the target directory is 'LEVEL1' enclosed in single quotes and the filename is FILENAME without quotes.

  • Mainframe Integration using File Adapter (FTP Mode):: ftp commands

    Hi,
    We are trying to integrate with Mainframe system using File Adapter. (FTP mode). We are able to write the file to Mainframe system but not able to format it properly. We had to provide FTP parameter,  <b>ftp.quote site recfm=fb lrecl=150</b>
    As per SAP Note 801926 :: XI 3.0 File Adapter: Additional Parameters, the only parameter that can be used is <b>ftp.timeout</b>. Has anyone tried out using other FTP parameters? (like ftp.quote)
    Any help is grealy appreciated.
    Regards,
    Siva Maranani

    I am looking at running some OS commands especially the QUOTE SITE FILENAME, and found this OSS note:
    https://service.sap.com/sap/support/notes/841704
    In this note it says...
    "Note that for the File Adapter transport protocol "FTP", the operating system command is NOT executed on the FTP server, but on the server hosting the Adapter Engine."

  • Creating a GDG File in the Mainframe FTP

    Hi,
    I am working on Proxy to File Scinario, Where i need to create a File in the Mainframe FTP in the GDG File Format.
    The file name schema provided is <b>T903.PX5013.SIRCON.CREDS(+1)</b>
    I am able to genarate the file successfully in the another FTP but not in the mainframe FTP.
    Did any one created the File in the Mainframe FTP. Especially in the GDG File format.
    Thanks
    Amaresh

    Amaresh,
    Did you try the quotes..what was the error...
    You might also want to try...using the word literally..
    as in quote ..i have used that in the past quite successfully..
    Issue is with naming convention and ascii conversion....
    Regards
    Ravi Raman

  • PI 7.1 J2SE adapter engine on IBM Mainframe

    HI,
    We need to securely exchange files between PI 7.1 SPS07 and Mainframe system.
    Options we explored are,
    1. SFTP using seeburger SFTP adapter.
    2. Create files locally in PI server and run unix script to send files to mainframe. Poll regularly to get files from mainframe.
    3. MQ server/adapter (SSL is an issue)
    Anyone used J2SE on mainframe and how this was accomplished?
    Thanks.
    PP

    Hey,
    > 3. MQ server/adapter (SSL is an issue)
    Yes, JMS adapter do NOT support SSL
    > 2. Create files locally in PI server and run unix script to send files to mainframe. Poll regularly to get files from mainframe.
    When Security is concerned, It is not advicable to create/write the file in server
    SFTP is not supported by XI / PI , Supports FTPS - FTP with SSL.
    Check this Links,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba681c51
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    >1. SFTP using seeburger SFTP adapter.
      You can try,
    Cheers
    Agasthuri

  • Sender FTP MVS file duplicate Handling

    Hello,
    I am facing the following challenge in one of my current development. I know it is an age old issue but Would greatly appreciate
    some new inputs/views into this.
    The following is the scenario.
    1. PI 7.3 Sender File adapter (FTP) reads the file from the mainframe (MVS)
    2. The MVS dataset is like
         TEST.MVS.DATA.C001D00
         TEST.MVS.DATA.C002D00
         TEST.MVS.DATA.C003D00 ....
    3. For a specific reason the MVS file is not allowed to be deleted/archived, were as the new file will be keep on adding (004, 005, 006 ....)
      3.1 Handled this using "ftp. ignoreSourceFileDeletion " -- true
    4.  Now the challenge in SAP PI is "how to READ the NEW files ONLY, ignoring/skipping the old files"
      4.1 The file size is big enough to avoid reading all files and filter/delete using Mapping/Script
    5. I have used the default "Duplicate Handling" option available in the File Sender adapter, but
            5.1 the problem is, the channel throws the duplicate error after processing the first file (DATA.C001D00)
                but dose not move on to process the next file (since the first file is still available on the FTP, as mentioned in step 3).
            5.2 For every poll interval it throws the duplicate error/message (in CC monitor) for the first file again n again.
            5.3 Duplicate handling config :- Duplicate Message Alert Threshold = 0
    Pls let me know if you have had a similar scenario and how to handle it.
    Adapter module would be a last resort :-)
    Thanks in advance
    Prasanna

    Hi Hareesh
    Thanks for the reply. The mainframe dosent allow the file permission to be changed!!
    We have figured out to use an abap program (bg scheduled job) which will do the ftp pull and also maintains the filename, timestand and size in an custom table. So every time it will check the table entries and will get the latest files only.
    Marking it as answered!!
    Regards
    Prasanna

  • Duplicate File issue using FTP adapter - BizTalk 2010

    Hi We encountered an Issue of picking Duplicate files in BizTalk 2010 from the FTP Location. Need your assistance on this.
    Mainframe sends multiple files a 0 KB file to FTP and BizTalk picks during a particular service window using FTP Adapter. 
    Receive Location has a pipeline component which decodes the MF file(EBCDICRow format). 
    Send Port transmits the file which is decoded in the Receive location. There is no mapping or orchestration involved. 
    When 2 files are placed in FTP Location. BizTalk Transmits the files successfully
    No suspended messages in BizTalk but we see below error in event log. we tried reproduce the issue but no luck. 
    Host Instance running FTP Location is Clustered  
     There was a failure executing the receive pipeline: "XXXX.XX.Pipelines.Receive_XXX_TransactionsMC_passthru, XXX.XX.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c2d1f476d5c2f97d"
    Source: "EbcdicRowDeCode" Receive Port: "XXX.XX.MCSTransactionsMC" URI: "ftp://XXXXXXXX:21/'XXXX'/MCSDT.DEFKOP.R001.D*.T*" Reason: Unable to cast object of type 'Microsoft.BizTalk.Streaming.BasicStreamWrapper' to type 'XXX.BizTalk.Pipeline.Components.Streams.V3.VirtualStream
    MF Puts below Files at FTP Location
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    BizTalk Picks ( at specified Service window) and Transmits as 
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T009000
    PSNOX.MCSDT.DEFKOP.R001.D150406.T002100
    Regards
    -Sri

    Hi Sri,
    There could be two reason for such a behavior:
    1) Using Non-Clustered Hosts: It is always recommended to use the clustered host for FTP adapter. Because FTP don't allow
    any locking mechanism on the files so in case of non-clustered with multiple host instances you might receive same file multiple times through different host instances.
    2) If the original document is still being written to the FTP server by the host application, the FTP adapter cannot
    delete the document and will retrieve another copy of the document at the next polling interval that is configured for the receive location. This behavior causes document duplication to occur. 
    Workaround could be:
    Configure the host application to write to a temporary folder on the same hard disk as the public FTP folder and to periodically move the contents of the temporary folder
    to the FTP folder. The temporary folder should be on the same hard disk as the public FTP folder to make sure that the move operation is atomic. An atomic operation is an operation that is functionally indivisible. If you write data to the public FTP folder
    by using the BizTalk Server FTP adapter, you can do this by specifying a Temporary Folder property in the FTP Transport Properties dialog box when you configure a send port. If you specify a Temporary Folder property, make sure that this folder is on the same
    physical disk as the public FTP folder.
    Configure the FTP receive location to operate within a service window when the host application is not writing data to the FTP server. You can specify the service window
    when you configure the receive location properties.
    Refer: Known Issues with the FTP
    Adapter
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • FTP Adapter where FTP server is SSH Tectia Server for IBM z/OS

    We are purchasing "SSH Tectia Server for IBM z/OS" as the secure FTP server.
    1. Has anyone used this with Oracle FTP Adapter to securely FTP files to the mainframe?
    2. What is the best way to maintain the username and password in the oc4j-ra.xml of the FTP adapter?
    3. Can this user and password be encrypted?
    Thanks

    HI,
    Unfortunately there are some concerns with FTPS connectivity with XI.
    As you know SFTP is not yet possible with XI, but somehow you could use FTPS.
    Please confirm below things this may help you
    1. Please make sure to Activate Secure Storage in the File System after Deploying the SAP Java Cryptographic Toolkit. Check below thread for the detail procedure
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/14c93ec2f7df6ae10000000a114084/content.htm
    2. You can go for Third Part adapters such as Seeburger adapter AS2, OFTPS etc. for better connectivity with FTPS
    refer
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    3. Search the options of your client's software to find where its public and private keys are stored, these are 2 files present on the FTP server, then put the Public key of the XI server on the Client FTP Server and likewise for the Public Key of the FTP Server on the XI Server.
    This enables the SSL handshake, i.e. Exchange of certificates.
    Thanks
    Swarup

  • OS Command batch script issue (FTP)

    All,
    I am running into a problem (i think it's simple) which I just can't seem to figure out. I have a FTP command which is in a batch script and I can run it manually (Its run in an old enviroment with Informatica) and the ftp script works just fine. When I use the OS Command to launch the bat file, it accesses the bat file but in the ftp log all I see it doing is copying the local directory into the first line of the log and then just copying the rest of the ftp script. It does nothing else!!
    Does anyone have any ideas? I have copied the script and forced it into one bat file, tried running it from a local directory, running it from the server, combining everything into a single source for lcd and script, I am running out of ideas!!
    - Another point is that I have to use this process as I am moving files from a server to a mainframe environment and need the ascii translate function in FTP.
    Thanks,
    Abhi

    Update:
    After some searching (and soul searching;) ) I was able to find a way to call the FTP file through an shell batch. So for instance I have a shell script that calls the FTP script. This seems to work but now the log does not create correctly (the ftp script is creating the log) it seems to copy the script from the ftp file and paste it in the log file.

  • FTP Server in SAP XI

    Hi Friends,
    1. i have a question in XI. i want intergrate Mainframe systems and Siebel system through XI by using File to File Scenario.
    here XI will pick the file from Sender FTP server with File adapter, processing the file and send to Receiver FTP server with File adapter.
    Here my doubt is,  FTP servers are different systems or both are same? And these servers are not part of the XI server right?
    here i am confusing so much, i am thinking both sender & receiver maintaining their own FTP servers.
    2. what is soap end point.
    3. how many elements are there in a sender data type for JDBC to File Scenario.
    please respond regarding the above quickly.
    i am very thankful to you all in advance.
    Regards,
    Nagarjuna.

    Hi,
    1. i have a question in XI. i want intergrate Mainframe systems and Siebel system through XI by using File to File Scenario.
    here XI will pick the file from Sender FTP server with File adapter, processing the file and send to Receiver FTP server with File adapter.
    Here my doubt is, FTP servers are different systems or both are same? And these servers are not part of the XI server right?
    here i am confusing so much, i am thinking both sender & receiver maintaining their own FTP servers.
    FTP protocol is generally used for communication with external servers, it is not part of XI, it is operating sytem level protocol.  We need to active FTP server at operating system level
    2. what is soap end point.
        For SOAP interface we need to create web service, it is part of XI, through WSDL we can create web service
    3. how many elements are there in a sender data type for JDBC to File Scenario.
    If sender is JDBC we need to create SQL query in XML format, after that message type, interface type and Mesage Mapping & interface mapping need to configure. Meanwhile receiver structure*
    please respond regarding the above quickly.
    i am very thankful to you all in advance.

  • 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

  • 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.

Maybe you are looking for

  • How to branding Social/Sites.aspx in SharePoint online

    Hi everyone, I need to branding: https://contoso-my.sharepoint.com/personal/dev01_contoso_onmicrosoft_com/Social/Sites.aspx. I use SharePoint designer to open the site: https://contoso-my.sharepoint.com/personal/dev01_contoso_onmicrosoft_com then go

  • Upgrade- Table maintanence

    Hi all, In Upgrading 4.7 to ECC 6 we are replacing the obsolete function modules. When we create a table maintanence generator, it creates function group. in that function group there are lot of obsolete function modules are there. (in 4.7) for ex: p

  • Photoshop CS5 and photoshop CS6

    I own Photoshop CS5 and i upgraded to photoshop CS6 I can't download on my new mac laptop please help

  • Strokes are acting funny. Way too thin for the point size.

    I'm on 5.5 and all of a sudden, when I apply a stroke to a photo frame, I'm not getting the width that the settings say. For example, I place a picture on the page, I scale it, say 50%, then put a stroke on it. I barely can see it. I can put a 44 pt.

  • Account Hierarchy - Need Guidance

    Hi All, Please could you brief me about the account hierarchy? How it works? Inheritance is applicable for .....? What are the complexity can come in future? Regards, Piyush