Program/T-Code to load files from local system to XI system's tmp folder

Dear all,
Do we have any program or transaction to load files from our local system to the usr/tmp folder of XI system.
Please share the info, if anyone has already faced the similar requirement.
regards,
Younus

1) goto SXDA_TOOLS Transaction code
2) Provide the Following details
Object Type : DXPROJECT
Program Type: BAPI
Program/Method: CREATE
3) Click on Copy Button
4) Select the Source as Presentation Server
a) Select the File where you saved in your Local machine
5) Select the Target as Application server
a) Check the check box Remote Server
b) Select the File type as Physical
c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path
Where the file is going to save)
6) Click on Continue
Go to AL11 and check whether the File has been create in the following path /usr/sap/SSD/DVEBMGS00/work
Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.

Similar Messages

  • T-code for delete file from application server

    Hi all!
    Please, has any t-code for delete file from application server? For upload exist CG3Z, for download has CG3Y. And for delete? Has anyone?
    I need to delete file from application server in QA system and i don't want to create a program for this because i will need to transport a request from DEV to QA.

    I don't have contact with basis team.
    The FM EPS_DELETE_FILE support directory name with max 60 char. My dir. has more than that. I need a transaction for this.
    Anybody know if this transaction exist?

  • Copy file from local host to remote host

    Hello,
    I need to copy a simple file from local file system , to another computer on the same network.
    How should i do that in a simple java program ?
    Thanks !

    Well , I tried that from winXP to winXP on another machine and it worked great :
           InputStream in = new FileInputStream(new File("C:\\temp\\myFile.txt"));
            OutputStream out = new FileOutputStream(new File("\\\\9.143.85.143\\c$\\tmp\\myFile.txt"));
            // Transfer bytes from in to out
            byte[] buf = new byte[1024];
            int len;
            while ((len = in.read(buf)) > 0) {
                out.write(buf, 0, len);
            in.close();
            out.close();
      BUT, in order to copy to a linux machine, I tried to put this as the new File :
    OutputStream out = new FileOutputStream(new File("\\\\9.143.86.145\\root\\tmp\\myFile.txt"));
      and it doesn't work. How should I format the new File path in order to copy to a linux FS ?
    Thanks !

  • Firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    firefox 7.0 - Can not upload the file from local machine to server...gives "error 404 : file not found"

    you have not understood my point
    how does this code will run on servlet when I want to upload a file from client's
    machine to server machine
    what I am doing is I am giving an option to the user that he/she can browse the file and then select any file and finally it's action is post in the jsp form for which I have sent the code
    All the computers are connected in LAN
    So how to upload a file from client's machine to server's machine
    Plz give me a solution

  • Code to download file from server

    Hi
    I need some code to download file from a server to a local machine.
    Can anybody help me, PLEASE
    Yohan Shikari

    If i try this :
    try
    //          path where the file is stord
    //          String idocPath = config.getServletContext().getInitParameter("idocPath");
              String idocPath = "C:/";
              String fileName = "http://194.98.51.253/utimaco.cer";
              String filePath = idocPath + "\\" + fileName;
              response.setContentType("APPLICATION/OCTET-STREAM");
              String disHeader = "Attachment;Filename=" + fileName ;
              response.setHeader("Content-Disposition", disHeader);
              File file = new File(filePath);
              FileInputStream fileInputStream = new FileInputStream(file);
              int i;
              while ((i=fileInputStream.read())!=-1)
              response.getOutputStream().write(i);
              response.getOutputStream().flush();
              response.getOutputStream().close();
              fileInputStream.close();
              }catch(Exception e)
              e.printStackTrace();
    I don't understand the "type variable" of response !!!
    Thomas

  • Copy file from local system to Azure VM using powershell

    Hi
    Is there a simple powershell command to copy a small file from local computer to Azure VM. Point to Site is not an option for me.
    I am hoping for something simple like
    Copy-Item C:\Wabash\Logfiles\trasfer.txt -Destination C:\Presentation -ConnectionUri $uri -Credential $credential
    similar to Invoke-Command
    The only other option i have seen is 
    http://www.mattwrock.com/blog/copy-files-from-local-computer-to-an-azure-vm
    which i fell for my purpose is over kill.

    Hi,
    I will mark Ed's post as answer, if you fount that doesn't give you help, please feel free unmark it and follow up with more information.
    Best Regards,
    Jambor
    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.
    Click
    HERE to participate the survey.

  • Unable to upload files from local computer to remote server (Was: Dreamweaver)

    I have lost the connection between the remote location and the local location for files on my computer. Where to I correct this issues, since I cannot upload files from local to remote. Host server from server to my computer works fine, Running Dell computerr XP operating system with CS3 Dreamweaver. Need all the help I can get.

    I am now having a "ftp error - cannot make connection to host. Dreamweaver
    encoutered a netwoerk or file system error. I did as you suggested and I
    get to basic site definition, ( which looks o.k.), next screen ( no,I do
    not want to use a server technology) Next screen ( edit local copies on my
    machine ( file location looks o.k.), next screen (connect to remote
    server=ftp) address of web server is correct, ( no folder on server, or ftp
    login or ftp password) do not enable check in or check out
    summary: local
    Site name:midhba
    local root folder:midhba
    remote info:
    access; ftp
    FTP host: midhba.com
    check in.check out diabled
    testing server (set up later)

  • Apple Remote Desktop ARD 3.7 cannot drag files from local to remote.

    Apple Remote Desktop ARD 3.7 cannot drag files from local to remote. I've been able to drag n drop folders and files from my local to the remotes for years until the update to 3.7. Anyone else experiencing this issue? I've tried changing preferences. No luck. Maybe I'm missing a setting somewhere.
    I'm on 10.8.5. Remote is same with 3.7 client. This happens with multiple remotes.

    Let me guess.  The Get and Send clibboard contents buttons are greyed out too?
    It is only affecting me on clients already upgraded to 3.7.    None of the clients on older versions are affected.
    ARD is also crashing a lot.
    Most of the time I go to a screen share to a client it takes way too long, so I clock Stop,  then try to connect again and works straight away.
    Hopefully a patch will be released soon.

  • SQL 2012 Cluster- How to or Steps to Move Tempdb Files from Local drive to Shared volume

    Hi..
     I did Installation of SQL Server 2012 Cluster. During this setup I installed Tempdb Files on Local drive. Now I want to move this tempdb files from local drive to Shared Drive . When I am trying to move I am getting below error.
    Does any one can help me or provide the steps to move this tempdb files from local drive to Shared Drive ?
    Msg 5184, Level 16, State 1, Line 1
    Cannot use file 'Z:\Tempdb\tempdb.mdf' for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource
    of the Sql Server does not have a dependency on it.
    Thanks 
    Regards..
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    Hi,
    The error message may be thrown out when you attempt to create a database on another shared cluster drive when the SQL Server resource is not dependent on that disk.
    Check if you are in the scenario which mentioned in the following article:
    How to create databases or change disk file locations on a shared cluster drive on which SQL Server was not originally installed
    http://support.microsoft.com/kb/295732/en-nz
    Here is a thread with similar issue:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c9f80af7-5b51-4c43-a2a0-f9c7d97aa41d/sql-disk-dependency-problem-on-sql-2008-cluster-including-errors
    Hope it helps.
    Tracy Cai
    TechNet Community Support

  • My program does not read raw files from mark III

    My program does not read raw files from mark III

    emac77,
    Support for Canon 5D MIII RAW files was announced in ACR 7.1 (Adobe Camera Raw 7.1).
    The current stable release is ACR 7.2 while ACR 7.3 is still a Release Candidate (Beta).
    Starting ACR 7.2, Adobe stopped supplying a manual download link which was available till 7.1. Adobe Application Manager (AAM) is the only way for you to update to ACR 7.2.
    However, here is a direct download link that AAM connects to for the download that you can use to grab the .zip or .dmg (Mac) file. Download and install. See if you're able to open your files then.
    ACR 7.2 for Windows: http://swupdl.adobe.com/updates/oobe/aam20/win/PhotoshopCameraRaw7-7.0/7.2.82/Setup.zip
    ACR 7.2 for Mac: http://swupdl.adobe.com/updates/oobe/aam20/mac/PhotoshopCameraRaw7-7.0/7.2.82/Setup.dmg
    -ST

  • How to receive flat file from XI to R/3 system?

    Hello guys,
    The XI will receive XML files from other source. I have to pick that XML file  and convert it in flat file so that i can receive it in R/3 with required BAPI. Guys plz tell me necessary steps need to follow to do the whole process. I dont know much about XI and from lots of tutorials i am getting confused. I have to work with both XI and SAP R/3. What to do. Plz advise me.
    Thanks in advance.
    With regards,
    Rosaline.

    Dear Abhishek,
    Thanks for your help.
    1) convert the XML content of the file into flat structure (using UDF or JAVA mapping)....map the output of the JAVA mapping to the the BAPI structure....so now you would have falt file (content) in the BAPI.
    2) create a flat file using PI and place it in some folder....now the BAPI program should pick this flat file from the folder and process accordingly....this will not require a JAVA mapping and can be done by FCC parameters of the File channel.
    These are 2 diff way or steps? Plz provide any help link.
    With regards,
    Rosaline.

  • HT1379 Summary: how to transfer files from SD card when the system (Mac OS X v 10.7.5) will NOT recognize SD cards.

    How to transfer files from SD card when the system (Mac OS X v 10.7.5) will NOT recognize SD cards?
    Insert the SD card.
    System opens iPhoto with SD contents.
    Want to transfer files from SD card to system drive.  iPhoto closes
    SD card directory removed from the Finder window and is not available again. 
    I don't want to have to reboot the system every time I want to perform this option.
    What's wrong here. 
    The support columns show this isn't an isolated incident with all sorts of solutions possible.
    This is a simple task - there should be a simple method for the system to recognize SD cards.
    What's the answer?
    I've reviewed a recommendation to reset the SMC.
    https://discussions.apple.com/message/18500187#18500187
    and
    http://support.apple.com/kb/HT3964
    and another thread that says, basically, you must buy extra hardware to perform this simple task,
    https://discussions.apple.com/message/16911326#16911326
    another one that has the same problem with OS Mountian Lion,
    https://discussions.apple.com/message/21919740#21919740
    another one with the problem that says SD cards can't be read by Apple unless the card is formatted specifically for Apple, ie. that Apple is not compatible with other cards, but the problem maybe something else that requires Apple service - (bad SD card reader?).
    https://discussions.apple.com/message/18711818#18711818
    there are probably more discussions, but I dont' want to spend my entire sunny in Seattle day working this.
    thanks for the help!

    Bucky Fullmeister wrote:
    When I plug in an SD card, the finder window shows it under the DEVICES section.  At this point, I can drag the contents to the hard drive.  However, when I screw up and click the character on the right side of the name - it apparently closes the SD card and I can't find any command to reload or re-recognize the card.  I have to remove and reinsert the card and then sometimes it recognizes the card.  Other times I reboot and it will recognize it.
    What does that character on the right side of the SD card name do?  Is it an eject function - with no way to subsequently reread the drive?
    It ejects or unmounts the card. When the SD card mounts click on it once to highlight it and then drag the files shown within it to the new folder.
    Pete

  • Can't Open any non-code files from "Local" site list

    Dreamweaver 8. . .
    When attempting to open any file type from the local file list (.pdf, .doc, .docx, .xls, .mdb, etc.), I get a "Can't find a valid editor for this file extension". I can browse to the application and open it that way, but it doesn't remember this info and I have to do that every time I want to open a local file.
    .php, .htm, etc. open just fine in the Dreamweaver editor but there seems to be no associations built from/to the local library. I can open files from Windows Explorer directly without problems.
    Any suggestions?
    TIA
    Tom
    Programmer wanna-be

    Perfect! I had looked at that earlier but couldn't figure out how it worked. You've saved me lots of time. Thanks for the help.

  • Loading PDF from local drive and sending it to Agent Inbox

    Hello experts,
    I have a question regarding to sending e-mails to inbox agent (so that it will appeared in the Inbox in the transaction SBWP). Sending e-mail is not a problem and I use FM called SO_NEW_DOCUMENT_ATT_SEND_API1 to do it.
    The problem starts when I want to attach a PDF file. I can not find information how to load a pdf file from a local drive and add it as an attachment to an email. I will be grateful for your help and peace of code.
    Best regards
    Andrew

    Hi,
    Using cl_bcs much simpler
    Based on BCS_EXAMPLE_3 .
    See attached program Y_R_EITAN_TEST_10_07 .
    Regards.

  • Copy a file from local drive to network drive!

    The subject says it all but I'll explain. I have a web application that runs on a tomcat and mysql. I have a bunch of clients in a local network that uses the application.
    Server is running Windows 2003 server and clients are running windows XP.
    On a client request a file is created on the server in "temp" folder. The file name is "justAFile.txt".
    On the client pc a folder "temp" is shared for reading/writing.
    What I want is the server to take the IP address of the client, and then based on that address to copy the file "justAFile.txt" to it (for example "\\192.168.0.20\temp\" - that is the client address).
    I have the address of the client:
    String userAddress = request.getRemoteAddr();I use this code:
    FileOutputStream outFile;
    PrintStream p;
    String bonFileName = (justAFile.txt");
    String destinationFileWithPath = ("\\\\192.168.0.20\temp\\skladPrint\\"+bonFileName);
    try {
        outFile = new FileOutputStream(destinationFileWithPath);
        p = new PrintStream( outFile );
        p.println ("a textto be written on a file");
        p.close();
    } catch (Exception e) {
         %>Error writing to file<br><%
    }This code can create a file on a local drive with no problems, but when I try on a network drive it fails. Even for testing purposes I set the shared folder to a maped drive "Z:", and again no luck.
    I've spend all my day till now in reading articles in inet, but haven't found one that will solve the problem.
    I also tried creating a batch file (exec.bat) that has in it:
    move \temp\*.txt \\192.168.0.20\temp
    and then executing it with:
    String[] executeCommand1 = { "cmd.exe", "/c", "\\temp\\exec.bat" };
    Process p1 = Runtime.getRuntime().exec(executeCommand1);
    p1.waitFor();But again no luck. When I execute the file from command prompt, it moves the file to the shared folder, but when I start it from the java application with the posted code, it DOES NOT move the file...
    Any help will be appreciated...

    Try using the jCIFS project. This package allows you to access shared folders on a PC if you have a good username/password.

Maybe you are looking for

  • Can not see the option Execution with Data Change in the infoprovider?

    Hi team, i am using query designer 3.x, when i go into my bex brodcaster settings and schedule my report i can not see the option "Execution with Data Change in the infoprovider", i can only see 2 options Direct scheduling in background process creat

  • Video cannot play on my mac

    Videos cannot play on my Mac. I have downloaded flash player over and over again, enabled it with all three browsers. Added plugins and nothing. Can anyone provide any advise? I would also like to see who I can speak to about this. Thanks!

  • Imac monitor dead

    I have a rev D 333mhz imac. It looks like somebody stabed the ati graphics cars, where it connects to the board the metal pieces are missing. The light on the front stays orange. is there any possible fix?

  • Timeout problem in webdynpro

    Hi all, I have one problem when i execute my reports through portal in my developement server it takes 15-30 minutes to display the list in the portal but the same report executing through site it is giving page cannot be displayed after 2min30 secs.

  • Dynamic LineSeries creation

    I have a xml file like <xvalues> <xvalue x="4" y1="1" y2="4" /> <xvalue x="3" y1="2" y2="2" /> <xvalue x="2" y1="3" y2="5" /> <xvalue x="1" y1="1" y2="9" /> </xvalues> That I want to import into a DataGrid and then use those columns to add LineSeries