Download PAR file from portal or Service marketplace

Hi,
Can you tell me that how we can download the par file from portal 7.3 or from marketplace.
give me the path also.
Regards,
Shashank

Hi
Please check the process :
http://scn.sap.com/community/netweaver-portal/blog/2012/05/10/customizing-logon-page-on-portal-73

Similar Messages

  • To download Par's from Portal

    Hi,
    Lately I have been trying to download deployed par's from portal. But the problem is I am not able to download the exact par file, but the whole project file structure using browse deplyoment under sys administration. From which again, if I create a par and try deploying it, it is not happening.
    Please help..
    Srinidhi

    Hi,
    Basiclly the following should be done:
    1. Go to the Browser Deployment.
    2. Navigate to ROOT/WEB-INF/deployment/pcd or to ROOT/WEB-INF/deployment/temp
    3. Find the file you want to download, and click on Download.
    for example com.sap.portal.navigation.service.par.bak
    4. Save the file as is in the file system - it will be with name "com.sap.portal.support.browse.default"
    5. Rename the file name to something with .bak suffix, lets say :"com.sap.portal.support.browse.default.bak"
    6. Open the bak file with a winzip or winrar, you will find inside another file, now named "com.sap.portal.support.browse.default".
    7. Next change the file extracted  in step 6 to .zip (just add a .zip suffix at the end).
    8. open the file from step 7 with winzip or winrar, and inside you will find the actuall par file you are looking for. (com.sap.portal.navigation.service.par.bak).
    9. If you intend to deploy it sometime on the portal , delete the .bak suffix.
    Regards,
    Tal.

  • How to Download EAR file from Portal?

    Hello All,
    I have an application iview sap.co.f16 in my portal. I need to change some of its code as per the requirements. I observed that the type of the application is java.
    Can anyone please guide me how to download the source file from portal so that I can make required cahnges...
    Thanks in advance for your help!
    Regards,
    Bhavya.

    Hi
    in the server it will be present in the following location
    EAR files not deployed in Portal. So we can't download from the Portal. We can download from Portal Server Path only
    \usr\sap\<SID>\JC<instance no>\SDM\root\origin\<abc.com>\appl\global\<wd component name>\LOCAL\
    Thanks
    Regards
    Vijay K

  • Exporting a .par file from portal

    hello, help me please
    I have a standard iview in a business package employee self-service
    I need find the .par file to download this iview then import with Netweaver developer studio, I think is not created, I try in
    "System Administration"==>"Support"==>"Support Desk"==>"Portal Runtime"==>"Browse deployment"==>"ROOT"==>"WEB-INF"==>"deployment"==>"pcd
    but is not in there.
    anyone can help me please.
    Thanks.

    Hi,
    ESS content is developped in PAR... Basically these are more of Development Components(DCs)... In order to customize them , you should have NWDI...
    Below blog explains how to customize....
    ESS/MSS Customization – Make it Simple
    If in case your customisation is minor like customizing the text, hiding/un hiding the links, then
    go to the location whrere your ESS iViews are stored, click on Preview.
    It will open the iView.
    Then do a (Cntrl+Right Click) on the link/image which you want to hide/unhide.... u will get the options...
    Regards,
    Srinivas.

  • Importing . PAR file from portal to Netweaver Developer Studio.....

    Hello all,
                 When I Deploy the BP of MSS on Portal, I got one standard Webdynpro application which has some functionality. Now I want to customize this application hence I have imported the par file for this Application in NWDS, But in NWDS this file creates a project which has files with .EPA extension & nothing else . No contents in Portal-inf folder & dist folder.
    I am not able to find how can i change the functionality of that application ???
    In short I want to customize the WebDynpro application in NWDS, but not getting code familier , how should i proceed ??
    thanks,
    Smita

    Hi,
             First of all, u have not imported par file. U have imported the epa file. That is why u don't get files in portal-inf folder. Webdynpro applications are available as ear file which can't b imported into NWDS. So I don't think u can get that application for customization into NWDS.
    Regards,
    Harini S

  • Repost: Problem in downloading a file from Portal Center

    Hi,
    I try to access the file http://toolsweb.us.oracle.com/pls/tools/docs/FOLDER/ROOTFOLDER/EIT/EITDOC/DOCDELIVS/DOC_DRAFTS/WEBDBDRAFTS/GS_SITE.ZIP but this server is inaccessible. I can't even ping it.
    could you please arrange it quickly ?
    Thanks a lot

    I don't know but I don't like the loop where you read the file:
    while(!(buffIStream.available()==0)){
    data += buffIStream.read(dataBuffer,0,128);
    I would do it more like this:int bytesRead;
    while ((bytesRead = buffIStream.read(dataBuffer,0,128)) != -1) {
       data += bytesRead;
       // write to out
       oStream.write(dataBuffer, 0, bytesRead);
    }I find it strange that you don't get any exceptions if dataBuffer.length is really 10. The API docs in InputStream clearly say: "If off is negative, or len is negative, or off is greater than the length of the array b, then an IndexOutOfBoundsException is thrown." Also, it looks like you keep only the last succesfully read 10 or 128 bytes and throw everything else away.
    How large does the variable data grow with respect to the size of the source file?

  • How to download the AppIntegrator zip file from the SAP Service Market Plac

    Hi All,
    I want to download com.sap.portal.howtos.webapp.par file from SAP Market Place. KIndly guide me how to download par file from market place.
    Regards,
    Bidyut

    Below documents will help you to download app integrator
    Step-By-Step Guide to implement Application Integrator
    Integrating your Web Front-ends into the SAP Enterprise Portal using the Application Integrator

  • Problem during uploading of .par file in Portal

    Hi,
    I am downloading a properly working .par file from portal in my local system. But whenever I am uploading the same par file back into the portal through NWDS, the .par file is not running properly and its Giving error.
    Here is the error:
    "Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.tmobile.compSumm.CompSumm of Portal Component com.tmobile.CompSumm.CompSumm because: Could not find implementation class "
    Any Idea what is the problem?????

    Hi,
    I have unzipped the .jar file from the .par file. Then I imported the .par file into NWDS. After that I have added the extacted .jar file as external jar into the project(Proerties->Java Build Path->Libraries->Add External Jars). After that I had uploaded the project into the portal.
    But still its showing the same error:
    "Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.ibm.test of Portal Component testing.test because: Could not find implementation class"
    Any solution.....
    Message was edited by: Debasish Sarkar

  • Accessing PAR files though Portal

    Hi All,
    I want to access the PAR file through Portal itself. So I go to the foll path
    System Administration --> Support --> Portal Runtime --> Browse Deployment --> portalapps.
    I am able to find  the com.sap.portal.navigation.masthead
    But when I try to download this file then it is trying to download  com.sap.portal.support.browse.zip and not com.sap.portal.navigation.masthead
    My intention is to download the PAR file from Portal itself, do some customizations and then upload the same through Portal. I don't want to use NWDS for this purpose.
    Please help
    Regards
    Nikhil Bansal

    Hi everybody,
    just some additional remarks:
    - download the PAR from /WEB-INF/deployment/temp as described by Daniel in the thread referred
    - if you download it by using the "View" button, Praveen is right, you have just to rename the file; if you download it by using the "Download" button, the PAR is inside the ZIP
    - if importing the PAR as a project into NWDS, be aware to add the JARs manually into the /lib and the /private/lib directories, respectively; NWDS does not import the JARs automatically, and if you don't import them, deploying the PAR on the portal will lead to massive problem as then the JARs are missing...
    Hope it helps
    Detlev

  • Which version of the EPM Add-On do I have to download from the SAP Service Marketplace?

    Hi, gurus,
    we want to implement BPC 10.1 for Netweaver and we want to use the starter Kit for IFRS SP 6.
    Which version of the EPM Add-On do I have to download from the SAP Service Marketplace?
    We are on Excel 2010 32 bit version.
    Thanks in advance and best regards
    Gerd

    Hi Gerd,
    Kindly close your old threads if queries are resolved 
    How to close a discussion and why
    The SCN Rules of Engagement
    Shrikant

  • Runtime exeception after deploying PAR file in portal

    Hi ,
    I am facing an issue during the deployment of PAR file in our  Quality portal. I have download the PAR file from the system-->import to the NWDS--> did the modification (only to the properties files as part of my requirement) -->Export as PAR file. I then undeploy the previous earlier PAR file and then upload the modified PAR file in portal. When i test the application , i received portal runtime error.
    I have also tried by downloading the PAR file for the same application from the production portal and tried importing to Quality system without making any modification to the PAR. I still face the same issue.
    Due to this issue, i am not able to bring the application back as its not getting deployed properly. Can anyone help me on this.
    Regards
    Ray

    Hi Ray,
    Are you sure your file is getting deployed properly. Can you verify if the time stamp of the PAR file is getting updated on each deployment or after you upload it through Portal.
    Also, please check the PAR file (size and it's contents by unzipping the PAR file) that you've downloaded from PROD and deploying on QAS to ensure that the file is not corrupted by any means during downloading.
    You can also ask your BASIS team to provide the PAR file directly from PROD server and try to upload it on QAS instead of you downloading it from PROD portal.
    Also, you can follow the below steps to download the PAR file yourself from PROD portal with Administrator ID:
    Browse to the following location : System administration->Support->Portal Runtime->Browse deployment->ROOT/WEB-INF/deployment/temp
    1. Find and Identify the PAR file and Copy the name of PAR file.
    2. Click on view instead of download link to save the PAR file. Keep the name of PAR file same while saving with .par extension.
    3. Deploy this file on QAS Portal.
    Please let us know the results.
    BR,
    Anurag

  • Unable to read data from the SAP Service Marketplace issue

    Good morning, experts.
    I´ve just installed the SAP Download Manager, but I can´t get connected to Marketplace.
    First I tried downloading a file I could see in my Basket Download. Then I deleted it from the basket so I could test only the connection. In both situations I got the same error message: "Unable to read data from the SAP Service Marketplace (...)".
    It is probably due to wrong settings, but I can´t figure it out. My settings are:
    Address: https://websmp205.sap-ag.de/
    User name: S0005951541
    Password: (my password)
    Proxy (my proxy settings)
    Any ideas?

    Thanks for your answer.
    I can see my download basket online. I realize I didn´t delete the items so I could test purely the connection. I am going to do it again.
    I found out I dind´t have permission to download those items, and with the right permission I could download them directly online.
    As long as I have more information I am going to repost this issue on a new forum.
    Thanks.

  • Download Par File

    Hi,
    I am using Portal 7.02
    When I try to download the Par file from ROOT/WEB-INF/deployment/temp several par files get downloaded with its name as it is with .par.bak extension and several par files download with the default name com.sap.portal.support.browse.default
    I found several posts on sdn that says use winrar to open such file.
    My question is- why is it showing different behavior for different par files? Shouldn't it show all the downloaded par files same way?
    Earlier I was on EP 6.0 and never faced such problem.
    Thanks,
    Atul

    Dear Atul,
    You can directly download the par file without need to modify.
    System administration->Support->Portal Runtime->Browse deployment->ROOT/WEB-INF/deployment/temp->
    - Identify the PAR file and Copy the name of PAR file.
    - Click on VIEW instead of download link to save the PAR file.
    - Save the PAR file with same name as you copied with .par extentions
    - Now you can user the PAR file.
    if JAR file is not coming under lib folder after importing in the NWDS then you can get the jar file with extracting the PAR file under lib folder. then copy and paste the jar file manually.
    Hope it will helps.
    Best Regards
    Arun Jaiswal

  • Error while deploying a PAR file from NWDS into an ECC.

    Hi all,
    I am getting this error while deploying a PAR file from NWDS into an ECC.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    My server is running properly
    1 - Where is sap-plugin.log file? I don´t find it. 
    2 - Could there be another file with another name with information about the error?
    3 - Is there another way to deploy the file directly from the ECC?
    Regards,

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

  • Error while exporting a par file from NWDSVersion: 7.0.19 to portal7.0

    Hi,
    When i tried to export a par file from NWDS to portal. I am getting the following error. Please can any one help me to trace out this error.
    21.08.09 / 15:09] #ERROR LEVEL# com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.FileNotFoundException: http://sgcsapeps:50200/irj/servlet/prt/portal/prteventname/upload/prtroot/com.sap.portal.runtime.system.console.ArchiveUploader?login_submit=on&j_user=XXXXX&j_password=YYYYYYt&j_authscheme=default&uidPasswordLogon=Log%20on
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:792)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.readResponse(DeployEngine.java:363)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.uploadPar(DeployEngine.java:435)
         at com.sap.portal.developmentTools.general.wizards.upload.DeployEngine.deploy(DeployEngine.java:221)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.processUpload(SAPMPWizard.java:416)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1.run(SAPMPWizard.java:350)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
         at com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard.performFinish(SAPMPWizard.java:531)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:112)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Thanks in Advance.
    Regards
    Basha

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

Maybe you are looking for