FTP a file to given mailbox loacted at ip-address and port number

I need technical suggestion on the following.
Actually I got struck up with a technical issue related to FTP a file to UNIX mailbox through ABAP.
We have tried with FM: SXPG_CALL_SYSTEM and FTP_CONNECT, which all works purely based on IP, USER ID and PWD.
But we have an extra PORT NUMBER, which any of this FM doesnu2019t take up.
Can you please suggest me any other FM that I can use to FTP a file to specified IP with Port Number along with User id and PWD.
Else are we supposed to go for a separate script for this purpose?
As i have no clue on UNIX, if i go for a script than what would be the reuirement for this script and where to place them and how to call them in to my ABAP?
Timely help would be appreciable.
Thanks in advance
Edited by: yamuna pillai on Nov 11, 2008 8:37 AM

Hi Yamuna,
Can you let us know hw u did this..because we are facing the same kind of issue.
Thanks
Gayathri

Similar Messages

  • Given raw IP and port number,create a scoket.

    Dear All,
    Given a raw IP number 126.124.35.41 and port number 1950,how to create a socket? I am going to use
    Socket s = new Socket(InetAddress address, int port)
    I know the key is to use raw IP to create a InetAddress. But how?
    Thanks a lot.
    Kevin

    By the way, if you like to get InetAddress, you can do it by
    InetAddress address= InetAddress.getByName("126.124.35.41");

  • Given IP and port number, Is there a way to find the service name?

    Hi,
    In the Java language, if I am given the IP and the Port number, is there way to lookup the corresponding service name?
    thanks, grace

    There are a number of standard services by port number. You can get that from /etc/services on any nx system and put it into a map or array. That list doesn't change all that often.
    In general though, as Dave says, no.
    Assuming the service is not one of the standard ones and the same port may provide different services on different IP addresses, there would need to be some standard protocol for naming services that you could access at those IPs--either a "list of ports/services" service that's at a known port, or a request/response that would be standard across all IPs and ports. As far as I know, neither of those exist.

  • HT204053 i have given you the rong email address and can not get an e -mail from u or log on

    i have given the rong e-mail address

    This is a user-to-user forum - you are not talking to Apple here and no-one in these forums can help you. You need to contact Support: start here
    http://www.apple.com/support/contact/
    and change the country at bottom right if necessary.
    You should not post your email address in an open forum - it's an invitation to spam - and I've asked the Hosts to remove it.

  • PS Script To Rename File Using CSV - Filename Is Containing IP Address And Needs To Be Host Name

    Hello All,
    I am currently working with PDF reports which are named "TEMXX.XX.XXX.XX_141215.pdf", XX.XX.XXX.XX is an IP address. I have created a CSV which contains two columns, ColumnA = IPAddress ColumnB = HostName. I would like to remove the existing title
    of the file, and rename it as "ColumnB.pdf".
    The only two commands which come to mind are:
    get-childitem *.pdf | foreach { rename-item $_ $_.Name.Replace("TEM", "") }
    get-childitem *.pdf | foreach { rename-item $_ $_.Name.Replace("_141215", "") }
    The above commands are of course to remove the unwanted "TEM" and "_141215" but I cannot seem to figure out how to just rename files as ColumnB.pdf.
    Any help would be greatly appreciated :).

    Hello All,
    I performed the following but it did not execute, just returned the prompt. The final ps1 file was saved and ran as follows:
    $lines = Import-Csvservers.csv
    ForEach($line in $lines){
    get-childitem *.pdf |where {$_.name -eq $line.ColumnA}|Rename-Item -NewName $line.ColumnB
    CSV file named servers.csv displayed as follows:
    ColumnA,ColumnB
    192.168.1.2,SERVER1
    192.168.1.3,SERVER2
    Files in Explorer displayed as follows:
    ray192.168.1.2_2015.pdf
    ray192.168.1.3_2015.pdf
    As indicated above the filename should be finalized as:
    SERVER1.pdf
    SERVER2.pdf
    Any help in figuring this out would be greatly appreciated.

  • Junk file downloaded when port number and connection scheme is mismatched

    Hello All,
    I am facing a peculiar issue in my server running Apache Tomcat/5.5.9.
    I have a Tomcat server setup with 8080 and 8443 ports listening for http and https connections.
    When I access the tomcat welcome page hosted in my server as below,
    http://<servername>:8080 OR https://<servername>:8443
    I get the expected web page. But when I change the scheme and port number,
    as below,
    http://<servername>:8443
    This is what happens,
    In IE:
    Displays junk characters (in precise, 4 boxes)
    In Mozilla/Safari(Mac):
    Downloads a junk file which says that it is of type "application/octet-stream"
    To shed some more light on the issue,
    When I changed the secure server port to 443 and i tried accessing URL,
    http://<servername>:443 it took me to the default tomcat welcome page and for any other port other than 443, it gave me the same behavior.
    Please let me know if there is any solution for this above scenario and your comments on what is causing this behavior.
    Thanks in Advance,
    Uday

    Hello All,
    I found the reason for the problem,
    1. No. By spec, SSL negotiation is the very first thing that happens on a SSL connection occurring; there's no way to determine that a non-SSL Connection is being attempted.
    2. when we are asking for regular HTTP over a HTTPS port. You'll see the first few bytes of the negotiation, then the protocol will stop.
    3. Accessing an HTTPS Connector via an http:// URL (or vice versa) won't work. It's as simple as that. Of course there's a solution for the strange behavior you see when you access an HTTPS Connector via http://:
    So unless we fix the secure/insecure port numbers to 443/80 respectively, which we do not want to do, I believe that we would not be able to solve this issue.

  • In FTP server file not storing in proper order when 'FTP_R3_TO_SERVER'

    Dear ,
    when i used FTP_R3_TO_SERVER to download data in FTP server 
    i checked in FTP server  file is not storing in proper order in FTP server . plz help how to get the file in proper order .it urgent . full points must be given. i given code below .
    DATA : BEGIN OF iresult OCCURS 5,
    rec(450),
    END OF iresult ,
    DATA :
    dest LIKE rfcdes-rfcdest VALUE 'SAPFTP',
    compress TYPE c VALUE 'N',
    host(64) TYPE c.
    DATA: hdl TYPE i.
    DATA: BEGIN OF result OCCURS 0,
    line(100) TYPE c,
    END OF result.
    DATA : key TYPE i VALUE 26101957 ,
    dstlen TYPE i,
    blob_length TYPE i.
    host = p_host  .
    DESCRIBE FIELD p_password LENGTH dstlen IN CHARACTER MODE.
    CALL 'AB_RFC_X_SCRAMBLE_STRING'
    ID 'SOURCE' FIELD p_password ID 'KEY' FIELD key
    ID 'SCR' FIELD 'X' ID 'DESTINATION' FIELD p_password
    ID 'DSTLEN' FIELD dstlen.
    CALL FUNCTION 'FTP_CONNECT'
    EXPORTING
    user = p_user
    password = p_password
    host = host
    rfc_destination = dest
    IMPORTING
    handle = hdl
    EXCEPTIONS
    not_connected = 1
    OTHERS = 2.
    IF sy-subrc = 0.
    CONCATENATE 'cd' ftppath INTO ftppath SEPARATED BY space .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = ftppath
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    CLEAR result .
    REFRESH result .
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = 'ascii'
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    IF sy-subrc = 0 .
    DESCRIBE TABLE iresult LINES lines.
    blob_length = lines * width .
    clear : lines.
    Delete the existing file
    CONCATENATE 'del' ftpfile INTO delfile SEPARATED BY SPACE.
    CALL FUNCTION 'FTP_COMMAND'
    EXPORTING
    handle = hdl
    command = delfile
    TABLES
    data = result
    EXCEPTIONS
    command_error = 1
    tcpip_error = 2.
    *End of deleting the existing file
    CALL FUNCTION 'FTP_R3_TO_SERVER'
    EXPORTING
    handle = hdl
    fname = ftpfile
    blob_length = blob_length
    TABLES
    blob = iresult
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4.
    IF sy-subrc 0 .
    WRITE 'Error in writing file to ftp' .
    ELSE.
    WRITE 'File downloaded on the ftp server successfully'.
    ENDIF.
    ENDIF.
    ELSE.
    WRITE : 'Path on ftp not found : ' , ftppath .
    ENDIF.
    CALL FUNCTION 'FTP_DISCONNECT'
    EXPORTING
    handle = hdl.
    CALL FUNCTION 'RFC_CONNECTION_CLOSE'
    EXPORTING
    destination = 'SAPFTP'
    EXCEPTIONS
    OTHERS = 1.
    ELSE.
    WRITE 'Could not connect to ftp' .
    ENDIF.
    ENDFORM. " FTPFINANCEACCESS_DOWNLOAD
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF screen-name = 'PASSWORD'.
    screen-invisible = '1'.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    Edited by: manoj kv on Feb 27, 2008 12:55 PM
    Edited by: manoj kv on Feb 28, 2008 5:37 AM
    Edited by: manoj kv on Feb 28, 2008 5:39 AM
    Edited by: manoj kv on Mar 5, 2008 2:15 PM
    Edited by: manoj kv on Mar 7, 2008 12:51 PM

    Hello,
    Did you try to put 'X' to the parameter CHARACTER_MODE.
    Hope it will help you
    Olivier

  • Is CPA Cache refresh linked with  ftp or file pooling process in XI?

    Hi,
    I have a file to file scenario using Transport protocol as FTP in XI 3.0 SP 15.
    When we try to sends some file using ftp protocol where we are using
    FTP  connection parameters
    Server                          = <CORRECT IP>,
    Port                               =  21 ,
    User name                <CORRECT NAME>,
    Password                  <PASSWORD> ,
    Data Connection           = Active
    Connection Seq          = None
    Connection Mode          = Permanently
    Transfer Mode            =   Text
    Processing Parameters
    Quality of Service    = Exactly Once
    Pooling Interval        = 1 sec
    Processing Mode    = delete
    File Type                   = Text
    File encoding           = utf-8                 
    The problem we are facing like some time the ftp is not working even the file is present in the location for pick up. If few files are stacked up to be collected then when we are using CPA Cache refresh in Full mode manually then it fetches all the files from the location but the problem is that ,we have a time constraint for this process to be completed in just 60 seconds if we are not able to pick up a  file in 60 Secs then the file will be treated as invalid.
    So I just want to know how Manual CPA CACHE refresh in full mode generally solve the problem.
    Next if more files will be stacked up then cache refresh also failed to solve the problem and more cache refresh result in NOT pooling any other files in XI including the above discussed flow.
    So,in anyway Cache refresh linked with ftp or file pooling process in XI?
    Please assist me in correctly understating the whole problem and what solution could be put to solve this.
    Thanks,
    Satya
    Edited by: Satya Jethy on Mar 14, 2008 12:28 PM

    Hi Suraj,
      If you see my query i have mentioned that the pooling interval is 1 Second.
    If we are not able to pick the file with in 60 Secs as this is a  real time scenario so the file will be treated as a invalid file.
    Moreover this problem is happening some time.
    I have also checked the component monitoring it is saying everything is ok as because we are receiving the file with out any error and the file transfer is also success.The only problem is that it is not collecting the files from the given location.
    Hope i make you understnad the problem .If not please revert back i will try to explain once again.
    Thanks,
    Satya

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    If the PLX is not generated, the Webutil.pll library would have to be attached with
    full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
    Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
    There is no need to Subclass the WebutilConfig object.
    Attach the Webutil.pll Library, and remove the path.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a WHEN-BUTTON-PRESSED trigger.
    Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
    the "Application Server URL" is empty.
    Then append "?config=webutil" at the end, so you end up with a URL of the form
    http://server:port/forms/frmservlet?config=webutil
    12) Run your form.

  • Shl script to ftp a file

    I have to write a shl to ftp a file from a directory to UNIX, the problem is that the file not always have the same name
    in the server: \\OCELOT\VOL1\ORGS\FINANCIAL AID\CSS\0910 Data\loaded idocs\3526_331322.dat>
    The filenames are, for example, 3526_332840.dat, where 3526 is constant, and 332840 is a sequential number which is always a couple hundred
    I used this script before, but I knew the exact name of the file...
    #! /bin/sh
    # Script: idoc_ftp.shl
    # Author:
    # Date:     05/11/2009
    # Purpose:
    #   Via FTP to retieve the file that is dowloaded from the IDOC wEBSITE
    #   and move it to the UNIX directory cd/U02/sct/banner/bandev2/xxxxxx/data_files/name???
    # Comments:
    #   Remote user "ftp_ban_jl" is set to automatically open to folder (directory)
    #     OCELOT\VOL1\ORGS\FINANCIAL AID\CSS\0910 Data\loaded idocs\3526_331322.dat>
    # Directory Location for script:
    #     Database Home Dir/xxxxxxx/shl
    # Special Notes:     This shell script is called from jypdpjn
    # Modifications:
    #  Date           Author 
    # set job number and user
    JOBNUM=$ONE_UP;
    USER=$BANUID;
    ##USER=$UID;
    JOB_NAME=$PROC
    MPATH=$BANNER_HOME;
    UpLoadFileName="???????";
    LocalDir="${MPATH}/xxxxxy/dat_files";
    RemoteHost="nwftp.xxxxxx.edu";
    RemoteUser="ftp_ban_jl";
    RemotePass="xxxxxx[";
    RemoteDir="dept";
    TMode="ascii"; # Transfer mode
    # set log name and directory path
    LPATH="/u02/sct/banjobs/"
    LOG_FILE_NAME="${JOB_NAME}_ftp_${USER}_${JOBNUM}.log";   
    LF1=${LPATH}${LOG_FILE_NAME};
    LF2=${LPATH}${LOG_FILE_NAME};
    # write header lines to job log
    echo "${JOB_NAME} " >>${LF1} 2>>${LF2}
    echo "jrn_load_dept_ftp.shl" >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Running Date & Time: " >>${LF1} 2>>${LF2}
    date  >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Starting script   " >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    #=================================================================================#
    # Change dir to where the ftp will place the uploaded file
    cd ${LocalDir}
    if test $? -eq 0
    then
      echo " " >>${LF1} 2>>${LF2}
      echo "Successfully changed dir " >>${LF1} 2>>${LF2}
      echo "${LocalDir}" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
    else
      echo " " >>${LF1} 2>>${LF2}
      echo "Error: could not change dir ">>${LF1} 2>>${LF2}
      echo "${LocalDir}" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
      echo "Script Ended and no FTP done." >>${LF1} 2>>${LF2}
      exit 1
    fi
    # Initiate the FTP process
    # Loop through remaining parameters to create ftp commands.
    # Enter user-name and password in host machine
    echo "user $RemoteUser $RemotePass"
    # Set transfer mode
    echo $TMode
    # Change directory in remote machine
    echo cd $RemoteDir
    # Change local directory in local machine
    ### echo lcd $LocalDir
    # Transfer file
    echo get $UpLoadFileName
    # End ftp session
    echo quit
    ) | ftp -vin $RemoteHost >>${LF1} 2>>${LF2}
    # End of FTP Process
    if test $? -eq 0
    then
      echo "Successfully executed FTP"  >>${LF1} 2>>${LF2}
    else
      echo "Error: could not execute FTP" >>${LF1} 2>>${LF2}
      echo " " >>${LF1} 2>>${LF2}
      echo "Script Ended." >>${LF1} 2>>${LF2} 
      exit 1
    fi
    echo " " >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "End Date & Time: " >>${LF1} 2>>${LF2}
    date  >>${LF1} 2>>${LF2}
    echo " " >>${LF1} 2>>${LF2}
    echo "Completed Shell Script." >>${LF1} 2>>${LF2}Edited by: user648177 on May 12, 2009 11:08 AM

    It's on a windows server, is there any reason not to use samba?
    FTP is painstakingly and the scripts break easily. If you just mount the windows share on your linux server, there's no need to transfer them, their available!
    I know this doesn't resolve the question you've got, but using a samba mount the whole script is obsolete.

  • How do I move a file from my mailbox to my desktop/

    How do I move a file from my mailbox to my desktop ?

    As there is no "desktop" on the iPad, do you mean you want to move a file attachment from an email received on your iPad to the desktop of your computer?
    If so, the easiest way is just to access your email account on your computer and save the attachment directly.

  • Fed up with iWeb's idiosyncrasies! What program accepts the FTP output file from iWeb with the least amount of work required?

    Hi...
    I have been a longtime user of iWeb and have learned many things about it the hard way. Now even after duplicating and saving my domain names constantly to external hard drives, downloading additional software such as iWebdrop and iWeb SEO, learning how to unhide files that shouldn't be hidden in the first place, and consistently finding the elusive domain files, I find myself, yet again, searching high and low for the updated domain that I spent two days doing a major rehaul on. I have proof that I wasn't dreaming as it's currently up on my website and I have the exported FTP file.
    So after years of crying over lost iWeb domains I've decided it time to make the leap to different software.
    I need something akin to iWeb as I'm not at all versed in HTML. My main goal is to minimize the amount of work by using the FTP files I exported last night.
    I've read the recomendations here but just want a simple solution with no HTML coding needed.
    Flux?
    Thanks!

    Nope. It's just no where to be found.
    I mentioned in another post that during this entire episode an icon with files from my old mobile me account kept popping up. I kept having to eject it and I thought maybe that might have something to do with the issue.
    Though it was there this morning, now I can't find that icon anywhere.
    This must be the fifth time I've had issues like this which is why I'm fed up and feel the need to move on.
    I wish there was some way to reverse engineer the FTP file.

  • FTP Get File List Action Block, It's double listing files!  ver 11.5

    Hi guys.. I have a good one!   I have an FTP Get File List action block in my BLS transaction.  Occasionally, it double lists the files in its output.   For testing I put a repeater with a logevent output where I log the filename, date, and size.  Heres what I saw for my action block output.
    2009-02-13 00:38:00,963  [UserEvent] : File Name: DMM_Export_0010056.txt, File Date 2009-02-13T00:36:00, File Size 339
    2009-02-13 00:38:00,963  [UserEvent] : File Name: DMM_Export_0010056.txt, File Date 2009-02-13T00:36:00, File Size 339
    This is xMII  version 11.5.6 b73  with java 1.4.2_07
    I have a workaround by putting in a distinct action block, after the filelist, but anybody have an idea why this might happen?   My theory is that something might be occuring if the file is being written to while we try to process it, but not sure. 
    I've been building BLS parsers since 2003, (Remember those fun times with Jeremy?)   I've never seen this happen.

    My example is a sample log file before the distinct action.  The general log shows nothing other than the subsequent transaction errors I get as a result of running the same error twice (Tcode return from BAPI calls etc)
    Here is something else interesting..  my userlog file is acting funny, like its trying to write on top of itself.  could it be the transaction is actually running twice or parts of it? 
    For example look at the following log entries
    This is how my log file entry for a production confirmation should look
    2009-02-13 00:38:06,854 [LHScheduler-Int10_NestingWOProdConf] INFO   UserLog - [UserEvent] :
    However sometimes... its looking like this...
    2009-02-13 2009-02-13 00:38:11,854 [LHScheduler-Int10_NestingWOProdConf] INFO   UserLog - [UserEvent] :
    Like it started writing to the log, then started again.
    The problem we are having is that we have JCO calls to SAP in this transaction that does goods movement, we get locking / block errors back from our  saying that we (our sap account) is already updating the information.   Sometimes the information would be posted twice!  You can see how this has become a HUGE issue posting data to a LIVE system twice.
    This is happening on 2 xMII servers.

  • FTP Receiver File adapter  -- CRLF In output File in Windows environment.

    Hi All,
    Idoc to File : Receiver File adapter.
    I use the endseparator 'nl' and the output file is coming correctly with NFS and It is not working when we are doing with with FTP.
    Tested with NFS (Unix environment)
    I used the endseparator 'nl' and the output file is coming with CRLF.
    Tested with FTP (Windows environment)
    When I tested the same the output file is coming with LF.
    I tried by using the module "SAP XI Sample/ConvertCRLFfromToLF" which will convert from LFToCRLF.But it is serving my purpose.
    Can anyone please suggest how I can get the CRLF in the file while putting in the output directory which is in windows environment.
    Thanks
    Seema

    Do not mention endSeparator in content conversion parameters...by default XI puts newline as endSeparator
    It should work for NFS and FTP on Windows

  • Ftp for file to file scenario

    Hi Experts,
    I have a simple file to file scenario where file has to be sent to ip address 10.1.2.3 (receiver machine).
    So first I tried using NFS , sharing a folde ron 10.1.2.3 , but the sender channel in XI showed error and was unable to find the path.
    So I installed Guild ftp pro on 10.1.2.3 .....the scenario was nw working fine...
    all was well untill I discoverd
    when i had to send a file from 10.1.2.3 wher the file name was fixed with the time stamp
    that when I use filename*.txt in the sender channel , the sender channel shows error in the communication channel monittoring..
    further posts on sdn concluded that wild character * cannot be used in guild ftp...
    ne idea on how I can proceeed further??
    are there other softwares like guild ftp?
    help appriciated..
    Regards,
    Teja
    Edited by: Ravindra Teja on Jan 10, 2012 3:14 PM

    I had good experiences with WSFTP and Filezilla. You may try them.
    >>further posts on sdn concluded that wild character * cannot be used in guild ftp
    This is strange limitation of an FTP server.
    Regards,
    Prateek Raj Srivastava

Maybe you are looking for

  • Re: alv report

    Hi,       My requirement is there is one table it_out to print in the alv display which contains nearly 60 fields + one 1000 character field.  But while i try to print the  some 10 fields + long char field, it is not showing full width of long charac

  • Renaming iPod Nano

    I bought an iPod Nano at Best Buy that had been previously opened. The previous person who owned the iPod named it with her first name, how do I change the name of the iPod to my name? Thanks.

  • Where is the swing.properties file?

    In J2SDK 1.5 beta, where is the swing.properties file. The file is supposed to be located in <Java Home>/lib/ but it is not there. Thanks,

  • Just updated to 7.0.1. I have no back function, no matter how I try to access it. When I try to flush my history cache, Firefox hangs up.

    Back buttons and back function in pulldown menu is greyed out. When I try to flush my history cache, firefox hangs up and eventually responds with "script" error. PC running Windows XP

  • Rule execution is delayed

    I have a rule that announces the arrival of a particular sender's message with three steps: move the message to a folder, play a sound, bounce the Mail icon. In recent weeks, the message arrives, gets moved, and the icon bounces. Sometime later, when