Download .SAR file with SAPCAR.exe

Hi
I have downloaded SAPCAR.exe from marketplace (SAPCAR 7.10 -> Windows on IA64 64bit)
I have to use this to extract .SAR file.
In command window I came to the path with .SAR file and write SARCAR -xvf <filename.SAR>
But I got error: 'SAPCAR' is not recognized as an internal or external command, operable program or batch file.
I have also rename SAPCAR.exe to just SAPCAR. I also have place the SAPAR file in the same path as the .SAR file.
Is there anything else I should do?
Where should I place the SAPCAR.exe file? And with what name?
Thank You
BR
Sadaf

Hi,
FInd the location of SAPCAR file, copy the path and add it to environment variables ( go to my computer properties and in advance tab, you can find environment variables tab. add the line path=<SPACAR file location> example:/usr/sap/<SID>/SYS/exe/run)
or as an alternative you can just type path=<SPACAR file location> example:/usr/sap/<SID>/exe/run before executing SAPCAR from anywhere
Then you can execute SPACAR from anywhere.
Regards,
Venkata S Pagolu
Edited by: Venkata Pagolu on Feb 22, 2012 4:45 PM
Edited by: Venkata Pagolu on Feb 22, 2012 4:45 PM

Similar Messages

  • When I download certain files(most often exe files), I'm not able to open the source folder anymore when the download is complete.

    When I download certain files(most often exe files), I'm not able to open the source folder anymore when the download is complete. Neither can I execute the exe file. It often forces me to redownload the file in google chrome and then I go to the source folder and right click properties and I have to unblock the file. Only then I'm able to start the exe file.
    FYI: I use vista, so that might be the problem by itself...

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See "Disable virus scanning in Firefox preferences - Windows"
    *http://kb.mozillazine.org/Unable_to_save_or_download_files

  • Firefox doesn't reconvert special characters in the file names when download a file with any special characters in the file name

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/815207]</blockquote><br>
    if i try to download a file with any special characters in file name (e.g. File_Name.pdf), it doesn't reconvert them from the "sanitize url" process and download the file an incorrect name (e.g. File%5FName.pdf).
    This is really annoying.
    Thank you for your patient

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * [[Troubleshooting extensions and themes]]

  • HT5701 Cannot download pdf files with Safari 6.0.4?

    Cannot download pdf files with Safari 6.0.4

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (command-C):
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Suppress writing cache files with rwrun.exe

    Hello,
    we`re using rwrun.exe (9.0.4.2.0) with parameters to create pdf-files in a loop:
    REPORT=mytest.rdf
    USERID=scott/tiger@orcl
    BLANKPAGES=no
    DESTYPE=file
    DESNAME=mytest.pdf
    DESFORMAT=PDF
    OUTPUTIMAGEFORMAT=GIF
    CACHELOB=NO
    Each process write a cache file in the directory …\reports\cache. Reports eats the hard disk :-(
    I`ve found the EXPIRATION command in the documentation, which defines the point in time when the report output should be deleted from the cache. But this command strictly runs with rwclient.exe and reports server, but Reports server isn`t installed on our server.
    Can we suppress writing cache files with rwrun.exe?
    Steffen

    Hello,
    Why don't you add a command del in your loop ?
    Example:
    del %ORACLE_HOME%\reports\cache\*.*
    Regards

  • Problem extracting NWDS SPS14 SAR file no JDTSetup.exe

    Hi All,
    I have NWDS 2.0.9 installed on my computer. I wanted to upgrade to NWDS 2.0.14 and downloaded  JIDE14_0-10002804.SAR file and extracted it using SAPCAR. In the extracted folder structure there is no JDTSetup.exe. Thus I cannot run this setup file to upgrade to NWDS 2.0.14. Did any of you face the same problem?
    I have done this before and never had any problem.
    Regards,
    Richa.

    Have a you already solved your problem ?
    This should help:
    Install Netweaver IDE SP 11
    Tim

  • Can't download a file with : in it

    ok, I have a cron job on my server that does a MySQL Dump twice a day. the file output is this ( FileName_01-29-2015_15:53:11.sql.gz) when I try to download it using Dreamweaver it fails:
    I can use FileZilla and download it fine so I did some testing and found that the ( : ) in the time is the problem. this i can't change on my server. is there a way to tell DW to download it anyway??
    ======================== error output========================
    Started: 1/29/15 4:55 PM
    Path was: unknown:
    FileName_01-29-2015_15:53:11.sql.gz - error occurred - An FTP error occurred - cannot get FileName_01-29-2015_15:53:11.sql.gz.  Access denied.  The file may not exist, or there could be a permission problem.
    File activity incomplete. 1 file(s) or folder(s) were not completed.
    Files with errors: 1
    FileName_01-29-2015_15:53:11.sql.gz
    Finished: 1/29/15 4:55 PM
    ======================== error output========================
    Using Dreamweaver CC with latest updates on Mac OS 10.10.2, connecting to server Ubuntu 12.04 LTS

    I think the only way you'll be able to get this with DW would be to rename the file first. Might as well use filezilla.

  • Download multiple files with 1 HttpURLConnection

    Hi,
    We have an application that downloads small text files (< 2 Kb) from a webserver. These files are downloaded 1 by 1 when needed. We open a HttpURLConnection, download 1 file and close the connection immediately afterwards. This is done for each file and hence produces a significant overhead.
    For performance reasons (both client and server side), we would like to open a connection to the webserver once, download a number of files and then close the connection.
    Currently, our code roughly looks like:
    InputStream is;
    HttpURLConnection con;
    int resp;
    try {
        URL url = new URL(location);
        con = (HttpURLConnection)url.openConnection();
        resp=con.getResponseCode();
        if(resp==HttpURLConnection.HTTP_OK) {
            is = con.getInputStream();
            // ... read data from the InputStream
            is.close();
    } catch (MalformedURLException murle) {
        murle.printStackTrace();
    } catch (IOException ioe) {
        ioe.printStackTrace();
    }Is it even possible to download multiple files from a web server using a HttpURLConnection? If so, how? :-)
    Please note that the solution should be compliant with J2SE 1.1, since we are writing an MHP application!
    Thanks in advance...

    Seerix,
    You might be able to fudge the settings of the URL class :
    Class URLStreamHandler
    Method protected void setURL
    Sets the fields of the URL argument to the indicated values. Only classes derived from URLStreamHandler are supposed to be able to call the set method on a URL.
    But this is not the best way, as URLs are supposed to be constant.
    Your alternative, is to create a Socket, deal with the protocol requirements
    (i.e. HTTP GET, POST and so on) then you can request any number files
    on that same connection. The only thing that this saves is connection build up and tear down.
    You could also multi-thread your original code ....... Although that might
    only save you some network transit time.
    -Cludge

  • How to not append '.PART' to the file name of the currently downloading file, and just download the file with its normal filename

    In Windows, when Firefox (I'm currently using 7.0) downloads a file, it appends ''.PART'' to the file name of the currently downloading file and just renames it to its original file name after it finishes downloading.
    I sometimes like to watch a currently downloading video file, so it will be better if Firefox just downloads the file to its actual filename (like what Opera does), so I can easily double click the incompletely downloaded file and watch it with the video player assigned to that file extension, rather than the awkward ''Right click -> Open With -> Choose Default Program'' route with .part files.
    Does anyone know how to set Firefox to do this?

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox and prevents Firefox from renaming the .part file.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See "Disable virus scanning in Firefox preferences - Windows"
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • Downloading PDF file with a servlet

    I'm working on a web application that dynamicaly creates a PDF file and then writes each character to the ServletOutputStream. Ideally, the browser is supposed to recognize the "application/pdf" MIME type and force the file to be downloaded (or opened from current location if the user should choose). When I test it on my local system, the file downloads but it uses the servlet as the file name. On my webserver I get the following problems.
    1) On all the browsers I've tested (except Internet Explorer), the output is being printed in ASCII to the display which keeps the file from downloading. Internet Explorer is the only browser that will actually download the file.
    2) When it does attempt to download the file, it is creating a file with the servlet as the name as opposed to the filename that I am assigning during creation.
    I've been reading all the related posts that I could find in these Forums but haven't been able to find a solution. If anybody has any ideas, I would greatly appreciate your knowledge. Please note that I have set up MIME-mapping for the PDF extension in the WEB.XML file on my web server.
    Here is some servlet code that handles the PDF creation and download:
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    InputStream in = null;
    ServletOutputStream out = null;
    String dir = "/www/mydirectory/";
    try {
    // Create the PDF file and retrieve the filename
    String filename = PDFCreator.main();
    //Flush the response stream and then reset it for writing a PDF to the display
    response.reset();
    response.setContentType("application/pdf");
    response.setHeader("Content-Disposition", "attachment; filename="+filename);
    out = response.getOutputStream();
    in = new BufferedInputStream( new FileInputStream(dir+filename));
    int ch;
    while ( (ch = in.read()) != -1 ) {
    out.print( (char)ch );
    } catch (Exception e) {
    e.printStackTrace();
    } finally {
    if( in != null ) {
    in.close();
    if( out != null ) {
    out.flush();
    out.close();

    Your code looks correct.
    Apparently other people too have been having problems with pdf's. These links may help you solve the problem.
    http://forum.java.sun.com/thread.jsp?forum=54&thread=100793
    http://forum.java.sun.com/thread.jsp?forum=33&thread=250668
    http://forum.java.sun.com/thread.jsp?forum=33&thread=63282
    Redirecting may not be a good idea due to url hacking. Streaming the output would be the best way to go.

  • Cannot download pdf files with adobe

    I still have the same problem I had a month ago I cannot download pdf file from internet sites screen just goes black
    I have recently upgraded software to lion I have the latest adobe software installed still no joy.
    Was never a problem in the past on my IMac

    In the Finder, select Go ▹ Go to Folder... from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins/AdobePDFViewer.plugin
    If a Finder window opens with that item selected, delete it, then quit and relaunch Safari. Otherwise post again.

  • How to download video files with realplayer ?


    Hello,
    i need some help with downloading video from this website:
    http://www.un.org/webcast/2009.html
    To see the video files require the realplayer, which i have installed. I have also
    Flip4Mac and Perian installed.
    When i click on the links, the realplayer opens and plays the video. But there is no command for a download.
    How can i download these files to my hard drive?
    Thank you for any help on this.
    Franz

    The latest version of RealPlayer include RealPlayer Downloader, which also serves to tell you if the video is available for download or not.
    RealPlayer 11.1 for Mac from:
    http://www.versiontracker.com/dyn/moreinfo/macosx/15540

  • Download csv file with strange file name.

    hi, guys:
    We installed Oracle APEX 4.2, and APEX listener 2.0 and Oracle 11g standard edition for our application. But sometimes when user tried to download csv file from an interactive report, the file name was a very strange one, sometimes even no .csv extension. could anyone give me a hint to find documentation about it?
    Thanks.
    Sam

    lxiscas wrote:
    a little more information about it:
    I found the file name is "&P16_DIP_START_DATE NOA", which we expect to generate a file named as " some date NOA.csv", but APEX does not recognize the value of variable. For example, if teh value of P16_DIP_START_DATE is 11/15/2012, we expect the file name as "11/15/2012 NOA.csv", but APEX will give us very strange file name replaceing every "/" with / I appreciate anyone who could help me on this issue. But We did not encounter this [roblem on APEX 4.1, OC4J and Oracle 11g R2 enterprise.
    Thanks.
    I just used to_char to output date without "/" and soleved it. The other way is to set application property-->security-->browser security with basic level. This only applies to APEX 4.2. I am lucky for that I am using Apex 4.2.
    Sam
    Edited by: lxiscas on Jan 14, 2013 10:08 AM
    Edited by: lxiscas on Jan 14, 2013 10:10 AM
    Edited by: lxiscas on Jan 14, 2013 10:20 AM
    Edited by: lxiscas on Jan 14, 2013 1:36 PM
    Edited by: lxiscas on Jan 21, 2013 6:50 AM
    Edited by: lxiscas on Jan 21, 2013 6:52 AM
    I can has editing?Suspect you are trying to explain that "/"s are being rendered as <tt>&amp;#x2F</tt>? If you want to include character entities in forum posts then you have to type the ampersand ("&amp;") as an entity itself, thus: <tt>&amp;amp;#x2F</tt>.Windows or *NIX filenames can't contain "/"s anyway, so you can't use them regardless of how APEX is rendering them. Using a <tt>YYYYMMDD</tt> format is also recommended as it follows date order when using character comparison semantics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Downloading of file with default xls format

    Hi All..
    i wish to download all the files with xls as a format irrespective of user selecting either f4 or search help or writing a free text  in the selection screen text box.
    do we have FM or suggest somthing.thanks!
    Moderator message: please (re)search yourself before asking.
    Edited by: Thomas Zloch on Jul 13, 2010 11:53 AM

    Hello Wirtschaftsmann,
    you Need to select the check box " Output to file System". When you select this, the file will be save at the path with the way you want. But then, it will always be saved with the same same and will get overwritten when the next file is created.
    When you fo not select this Checkbox, the file gets saved in Temse Directory and the System automatically puts a number at the end and this Counter gets incremented every time, so that the old file do not get overwrittenn.(As far as i remeber this Counter is till 9999).
    In order to make the file saved the way you want and also do not want it to be overwritten, you Need to write your own logic (e.f. adding timestamp). for this, get in touch with your developer.
    BR
    Amitash

  • I can't download ANY file with Safari 5.1

    Hello, I need hel please.
    The problem I have is the following:
    Safari 5.1 can't download ANY file. I have a Macbook pro running on 10.7.2
    I think the problem started after upgrading to Lion. The only way I manage to download files is "right clicking" the file and selecting the download button from there. I can't do this with all of the downloads because lots of internet downloads redirects users to another page which says, for example,  "your download will start in a few seconds" and with the problem I have, it never starts. The page remains like it's loading but I leave it there for a while and download don't start.
    I tried with Chrome and the problem is there as well.
    Any help will be great,
    Thanks

    Forgive me in case this is obvious to you, but since you say you just upgraded to lion, it may apply.
    When you download the only indication you get is a blue progress line in the small down arrow download icon on the top/right side of the Safari window, next to the Search box. Click on that and you'll see a list of recent downloads assuming it's working.
    I assume you've used Finder to look in your Downloads folder for the files already.

Maybe you are looking for

  • Macbook can no longer detect HP 2540

    The same computer and printer were working fine (routing through an Apple Airport Extreme). I recently reset my password on the airport, and the printer couldn't reconnect. I reset the printer (pushing two buttons simultaneously) and now I get nothin

  • Generating sequence for group by condition

    I have a table with the Name Table_Depts. SQL> DESC Table_depts Name varchar2(10) Deptno number(5) Loc varchar2(10) SQL> Select * from Table_depts; NAME ---- Sale DEPTNO ---- null LOC --- boston NAME ---- Sale DEPTNO ---- null LOC --- boston NAME ---

  • Execute command on remote linux and return output?

    Guys, I'm new to Java and still working hard on my way thru. I used a client software "putty" to logon to a linux machine. as the window is exactly like what it is in linux. in "/proc" I typed in "grep cpu stat" which returned 2 lines result of the c

  • 4400G DMP Flash Error

    We are receiving a flash player error on our 4400G DMPs. It says an object is causing a Flash 10 Player error, the dmp may run slowly or lockup. Have latest version of firmware installed. Only running an image slideshow on the dmps. The DMPs lock up.

  • Hard Disk Drive Intensive Programs Killing my HDD

    Hi, I have a Dell D630 Latitude which has a Core 2 Duo processor, 2 gigs of RAM, a SATA HDD @ 7200 rpm, running win xp pro with sp2. I have Dreamweaver CS3, Photoshop CS3, Illustrator CS3, and Flash CS3 installed on it. I run all these programs at sa