Hot to download the below file

Hi,
Please tell me how to download the following file.
com.sap.portal.navigation.masthead.par.bak
regards,
Jagadish Babu Kanikanti.

hi,
The par is  at /usr/sap/<instance>/j2ee/j2ee_00/cluster/service/services/servlet_jsp/work/WEB-INF/deployment/pcd
in that u can find
com.sap.portal.navigation.masthead.par.bak
else
System Administration - Support - Support Desk - Portal Runtime - Browse Deployment
U will find a zip file, unzip it and do the modification you need.
also see this link
http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
regards,
ganesh
Message was edited by: ganesh natarajan

Similar Messages

  • 2012 I purchased CS6 Design & Web premium for students for WINDOWS. Now I want to buy a macbook. Can I download the installation files for MAC OS X with my licensed serial number for free?

    2012 I purchased CS6 Design & Web premium for students for WINDOWS. Now I want to buy a macbook. Can I download the installation files for MAC OS X with my licensed serial number for free?

    Hi There,
    We would like to inform you that you have got the serial number for Mac, it would not work on Mac machine as it is OS specific.
    If you wish you use a mac machine that you can swap the platform please refer the below mentioned link.
    Link: Order product | Platform, language swap.
    Contact support via : Contact Customer Care
    Thanks,
    Atul Saini

  • Downloading the pkpass file from a Java webapp

    Hello,
    I generated a sample pkpass http://www.tomttb.com/test/pass/full_sample/ and placed it within my web app developed on java.
    I wrote a simple servlet deployed on tomcat 7.0 to download the sample file (say pass.pkpass) from my server on to my iphone device with ios 6 upgraded.
    The URL to download the pkpass file looks like this -> http://<the ip>:8080/Sample/.
    The java code for sample servlet looks exactly as wahtz shown below. The download works fine on my Mac book, but when try the same on Safari within the device, it says 'Safari could not download the file!'. Am not able understand where the problem is! any help from the experts are highly appreciated.
    public class ServletDownloadDemo extends HttpServlet {
              public void doGet(HttpServletRequest request, HttpServletResponse response)
                                  throws IOException {
                        File f = new File("D:/MyPrjct/Sample/WebContent/pass.pkpass");
                        int length = 0;
                        response.setHeader("Pragma", "no-cache");
                        response.setHeader("Content-type", "application/vnd-com.apple.pkpass");
                        response.setHeader("Content-length", (int) f.length() + "");
                        response.setHeader("Content-Disposition",
                                            "attachment; filename=pass.pkpass");
                        // response.setContentType("application/vnd-com.apple.pkpass");
                        // response.setContentLength((int) f.length());
                        // response.setHeader("Content-Disposition",
                        // "attachment; filename=\"pass.pkpass\"");
                        ServletOutputStream op = response.getOutputStream();
                        byte[] bbuf = new byte[10000];
                        DataInputStream in = new DataInputStream(new FileInputStream(f));
                        while ((in != null) && ((length = in.read(bbuf)) != -1)) {
                                  op.write(bbuf, 0, length);
                        in.close();
                        op.flush();
                        op.close();
    Thanks,
    Kamal.

    Maybe it has something to do with the fact that the iPhone does not support Java...
    Try posting in the developers forums. This forum is for issues with iPhone accessories.

  • I lost the installation disks for CS4 master collection. Where can I download the installation file?

    Hello,
    I lost the installation disks for CS4 master collection polish version. Where can I download the installation file?

    Hi filmowka,
    Welcome to the Community!
    Go to http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html and choose Master collection CS4 from the list.
    Follow the Very Important Section else the download will not start.
    Thanks!
    Ankit

  • I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    I am trying to install software for iTwin Connect, but after downloading the dmg file and launching the program, I receive a message saying the file can't open and to check my internet connection.  Any ideas?

    Many Thanks, Kurt.
    I knew I'd seen the solution you've provided somewhere - either in MacWorld or MacFormat - but couldn't remember the Gatekeeper bit!
    I shall save it somewhere VERY safe now in case this happens again …
    You have made an old man very happy and saved me from worrying that senile decay had suddenly set in. (I was 70 last week so you might understand the situation from that.)
    Best wishes
    OllyanDinah

  • Error in Downloading the Text file on Application Server

    Hi All,
              I am working on ECC6.0. I have written a program in whcih I am downloading the text file on
              application server in UTF-8 format. However when I am opening this file in Excel I am getting
              garbage value for some characters(as Excel does not support UTF-8 format). So now I
              want to download the data on application server in text file in non unicode format(Like ANSI or
              other non unicode format) which is supported by excel. When I am writing the code as
              OPEN DATASET DN_FILE FOR OUTPUT IN LEGACY TEXT MODE it is giving me dump saying
              CHARACTER CONVERSION FROM CODE PAGE '4102' to CODEPAGE '1100' NOT POSSIBLE.
              Same in case if I add the code OPEN DATASET DN_FILE FOR OUTPUT IN LEGACY TEXT
              MODE CODE PAGE '8000' is also giving dump.
              So please let me know how can I download the file in non unicode format ?
              Any help would be greatly appricated.
    Thanks & Regards
    Jitendra Gujarathi.

    OPEN DATASET l_filename FOR INPUT IN TEXT MODE  ENCODING NON-UNICODE IGNORING CONVERSION ERRORS.
    CHECK sy-subrc EQ 0.
      DO.
        CLEAR wa_file_content.
        READ DATASET l_filename INTO wa_file_content.
        IF sy-subrc EQ 0.
          APPEND wa_file_content TO it_file_content.
        ELSE.
          EXIT.
        ENDIF.
      ENDDO.
      CLOSE  DATASET l_filename.
      t_filedata[] = it_file_content[].
    can you use like this.

  • Help - Downloading the par file into NWDS

    Hi,
    Can anyone please tell me how to download the par file in NWDS to customize iviews.
    What is the pre-requisites?
    Is there any step by step procedure available to download the EP iViews and put our codes into that.
    Regards,
    Nirmal

    Hi Nirmal
    You can find all pars at this location :
    <Drive>:/usr/sap/<SID>/JC<Instance number>/j2ee/cluster/server<XX>/apps/sap.com/irj/servlet_jsp/irj/root/web-inf/deployment/
    Reneme selected par name (remove .bak extension). And than follow :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/96/df7f409cd50a1ae10000000a155106/frameset.htm
    Regards
    Jakub Krecicki

  • How do I upgrade the iOs on my ipad1 to version5? I've tried through itunes many times, but I get a message that says that the download was interrupted and i should try again later. Can i download the iOS file to my PC and transfer it to the ipad?

    How do I upgrade the iOs on my ipad1 to version5? I've tried through itunes many times, but I get a message that says that the download was interrupted and i should try again later. Can i download the iOS file to my PC and transfer it to the ipad? How should I do that?

    Thank you!
    Disabling firewall and AV did the trick!
    Kudos.
    Alex

  • I got an error when installing Elements 13 that says, "The file archive part of Adobe Elements 13 is missing.  You need all parts in the same folder in order to extract."  What's goihng on here?  I get this when downloading the 2nd file for Win 8 64 bit

    It never asked for a location to download either file....Also, has anybody figured out how to access live chat with Adobe?  I'm thinking this option in summary of options available is BS as it's all grade out.

    Hi Justme,
    Apologies for your incovinience.
    Requesting you to please go to https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us. When you click on download button (after selecting your OS details), it should open a new browser window (which will launch the Akamai installer automatically). Please cancel any installation or error shown.
    The newly opened browser page will look something like this:
    As highlighted, please click on these links (one by one) and see if it downloads the required files. The downloaded files will be compressed with 7z format. If you have some extracting tool (like WinZip) try extracting it. If you don't have it, download 7z. Its a free utility from Microsoft. Once downloaded and installed, you will be able to extract file and locate the PSE setup. 
    Please let me know if you face any issues.
    ~Surendra

  • I am trying to reinstall Windows on my macbook pro.  I downloaded the support files and Windows 7 iso file to a USB drive.  However, when I try to run the setup.exe program I get the message "this program cannot be run in DOS mode."

    I am trying to reinstall Windows (would not launch).  I removed the partition and started over.  I downloaded the support files and Windows 7 iso file to a USB drive.  However, when I try to run the setup.exe program I get the message "this program cannot be run in DOS mode."  I was successful before, what am I doing wrong this time?

    Try a restart.
    If that doesn't fix the problem, shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application unistaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    I am trying to install Illustrator C6 on new system (Win8.1), Already de-activated from old system.  I downloaded the 3 files.  First file opened and had fonts, but second file (1.8Gb) does not open; does not appear to have an exe file. How do i install?

    what files (names and extensions) did you download?
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • HT3678 If I download a .mov file from gmail, I am not able to open the file. I reinstalled QuickTime 7.6.6, still unable to open the file. If I download the same file from another mail server I have no trouble. What is gmail doing to my file?

    If I download a .mov file from gmail, I am not able to open the file. I reinstalled QuickTime 7.6.6, still unable to open the file. If I download the same file from another mail server I have no trouble. What is gmail doing to my file?

    Also i have reinstalled the reader9 two  times and tried with reader8 also but in both the cases same problem.
    it would be gr8 help if someone can help.

  • Can't download the zip file

    I have been trying to download the zip file all day today and keep getting a "Page Cannot be displayed". Is the file available today?
    Please use this forum to provide feedback about OTN content/services. All other posts will be DELETED.

    OS X Mavericks: Open an app from an unidentified developer

  • Adobe Acrobat 9: can I download the install files again?

    I purchased Adobe Acrobat 9 some time ago but I have misplaced the disk. I have uninstalled it from the computer it was originally installed on and need to install it onto another machine. Is there any way I can download the install files again?

    I have the original product key to install it and
    I will follow the instructions there CAREFULLY.
    There is NO  link.
    I KNOW I  MUST login with my Adobe ID and password.
    BUT THERE IS NO LINK.
    ADOBE ACROBAT 9 (not 9pro!!!)

  • Updating large pdf file on multi devices but do I have to download the entire file every time?

    So I have a pdf file that is 500mb (already on acrobat.com cloud) and I want to read this across tablet, desktop, and phone. I will be updating this file bit by bit on every one of those devices. Does this mean that every time I want to see the updated version I have to wait for a download of 500mb? Because that is just ridiculous!

    Hi salmanf76008405
    Yes, You would need to download the entire file, in order to see the updated version.
    Regards,
    Rahul

Maybe you are looking for