How to extract a PAR File

Hi All,
In the procedure of changing the Portal Logon / Logoff page ,we need to extract Par file ,modify the extracted files and then put them back,can somebody tell me how to extract a PAR file ,wt is the procedure of tat.
Regards,
Saumya

Hi Saumya,
First you need to retrieve the logon PAR file from the portal file system.The file is found in your EP instance,which is located at ..
/usr/sap/<instance>/j2ee/j2ee_00/cluster/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/deployement/pcd
-The file that you need is called sap.portal.runtime.logon.par.bak.
copy this file to your local directory and rename the PAR file(for eg. my.new.logon.par).It is necessary to remove the .bak extension.
-Next you can open the PAR file and modify the appropriate files.
-put modified files back into PAR file
-copy the new par file back into the deployement directory
and restart the portal to see ur changes.
Also look at the following threads for more info -
<a href="https://www.sdn.sap.com/irj/sdn/message?messageID=2758339">https://www.sdn.sap.com/irj/sdn/message?messageID=2758339</a>
<a href="https://www.sdn.sap.com/irj/sdn/message?messageID=2225096">https://www.sdn.sap.com/irj/sdn/message?messageID=2225096</a>
Regards,
Abhishek
(Reward Points if useful)
Message was edited by:
        Abhishek Mehra

Similar Messages

  • How to create a PAR file in Web Dynpro

    Hi !!
    Could any one tell me how to create a par file of the java application developed in WebDynpro..
    thanks
    ChandraSekar Maheswaran

    Hi,
    Refer the link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/a-c/creating%20your%20first%20web%20dynpro%20application.pdf
    Webdynpro concepts
    Regards,
    Tamil K

  • How to create a PAR file from EAR file

    Hi,
       I have created an Web Dynpro Application . When i deploy it in Remote J2EE Engine, it will deploy as EAR file. It then runs as normal Web Application in Web browser. My requirement is to create an iView for my Web dynpro appn in EP. That is possible only by creating a PAR file. so How to create an PAR file from EAR in NWDS(NetWeaver Developer Studio).
    How to access the EAR file in NWDS or J2EE ?
    Thanks in Advance ,
    By
    Saravanan

    Hi,
    To create a iview,
    log on to portal, New iView and select SAP webdynpro iview.
    It will ask for namespace which is usually , local/Project Name
    and application name is the name of the application.
    We dont have to create par file for this requirement

  • How to extract the cobol files into owb

    Hi
    How to extract the cobol files in owb,I am using OWB9.2.
    Ex:I am having 2 records DCEC4000100 9159000050C those values are 5 bytes 'RAVI and 6 bytes '15000'.
    Using contorl file i am trying to load these into Oracle,But i am not able into insert these records into Oracle.
    Can any tell me how to handle this kind of situation?
    Regards,
    Rupak

    Good morning Ashok,
    Your data is in a SQL*Loader supported datatype, so basically it should not be a problem.
    Have you checked the Database Utilities guide (for Oracle9i for instance: http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96652/toc.htm) on how to handle this?
    I'll also repeat my previous question, have you ever been able to load data into the database using SQL*Loader (either using ASCII values or any other datatype)?
    For the OWB part, have you read "Importing Data Definitions" (typically chapter 4)? More specifically, "Specifying Field Properties" in "About Flat File Sources and Targets"?
    In "SQL*Loader Properties" it says the following:
    Type Describes the data type of the field for the SQL*Loader. You can use the Flat
    File Sample Wizard to import the following data types: CHAR, DATE, DECIMAL
    EXTERNAL, FLOAT EXTERNAL, INTEGER EXTERNAL, ZONED , AND ZONED
    EXTERNAL. For complete information on SQL*Loader field and data types, refer to
    Oracle9i Utilities. Currently, only portable datatypes are supported.
    If you check the database utitlities guide (chapter 6 Field List Reference) and look for "SQL*Loader Datatypes", you'll find (packed) decimal under the Nonportable Datatypes. This implies that OWB does not support it.
    This does not mean you can't use SQL*Loader, you'll only have to define everything separate from OWB and call it separately as well.
    Good luck, Patrick

  • How to extract a tpz file contents ?

    Hi to all,
    does anybody know how to extract a tpz file without using XI ? I mean, I want to see the contents of the tpz file to get some code.
    Thanks in advance.

    hi
    The TPZ file contains 2 files. First is a matadata file and other is the TPT file so is there any method to view TPT or TPZ file.
    There is no tool available that I know but has some1 done any development in this field.
    quote
    regards
    krishna

  • How to extract a WAR file..

    Hi,
    How to extract a WAR file.. please help me..
    thanks in advance

    Hi,
    It's simple. If u use tomcat server it put in webapps directory and start server u can see unzip war file. OR
    If u have eclipse editor than u go to project explor and click right than select Export file-->War-->select War file where u put it and click next ---> finish.
    try it

  • How to download the PAR FILE

    Hi,
    I am very new to Portal.  I have do some corrections to COM.SAPPORTAL.RUNTIME.LOGON.PAR.    I have NWDK and I have portal access but I dont have have server system access.  How to down load this file from system administration and support place.
    Thanks
    Naveen

    Hi Naveen,
    I believe the best way is to get it directly from the Portal Server, but if you do not have access, one thing you might try is creating a portal transport that includes this par file. Then, i believe, you can use winzip to extract the transport and get the par file out. Not sure if this will work for you, but you can give it a shot!
    Thanks,
    -Kevin

  • How to create a .par file from console apart from tools like eclipse,studio

    Plz reply me if any body knows how to create .par file from Console i.e command prompt.just like creation of .jar & .war file in java.I have created some iViews and making .par files from tool Eclipse/Netweave rstudio etc..I waqnt to create from console..How it is possible?
    Regards
    Sridhar Raju

    Hi Sridhar,
    I'm unsure for what you'd need this, but in general there are at least two possibilities:
    - manually pack everything into the dir structure needed (documented here: http://help.sap.com/saphelp_nw04/helpdata/en/f9/561140d72dc442e10000000a1550b0/frameset.htm ), than create a ZIP with some command line tool (e.g. JAR), naming it to .par.
    - use ANT to do this; with this, you can even deploy the file, see PAR-File deployment with ANT (EP6)
    Hope it helps
    Detlev

  • How to open a .par file inside NWDS

    hi all,
    please help me out I want to open a .par file inside NWDS and make change the theame.
    thanks & regards

    Hi Jitender,
    Please try and do the customisation of teh Login page using this Document:
    <b><a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_a-c/customizing%20the%20logon%20user%20interface%20of%20sap%20enterprise%20portal%206.0">Customise the Login Page</a></b>
    Also try the how-to guide:
    <b>http://service.sap.com/epinstall -> SAP Enterprise Portal 6.0 -> Documentation and More -> How-To Guides -> How to Customize the Logon Screen</b>
    I hope this helps you..
    Regards
    Pravesh

  • How to extract the excel file using web dynapro

    Hi Expert,
       I want to know how to generate an excel file to extract the internal  data. Please give me your help.
      Thanks in advance.

    I think you you can use File download UI element. Refer following link for more info:
    [FileDownload|http://help.sap.com/saphelp_tm60/helpdata/en/09/a5884121a41c09e10000000a155106/content.htm]
    Regards,
    Saket

  • Seeburger AS2 Adapter - How to extract copy of file sent out ?

    Hi Experts,
    The scenario is SAP R/3 sends idoc to PI.  PI converts this into a flat file and sends to Trading Partner through Seeburger AS2 adapter.
    We can trace the message content in XML format within PI using SXMB_MONI or RWB.   How to extract a copy of the Flat file converted by AS2 adapter and sent to Trading Partner ?
    Thanks very much for you help !
    Thanks,
    Rukmani

    >>Was hoping for a method that does not need additional coding.
    None of the two methods I suggest require coding. First method just require adding 1 line in module config in your communication channel. Second method requires one addition config in receiver determination and agreements.
    >>is there a way to get the converted message content from SeeBurger Workbench even for successful messages ?
    No. If you have purchased Message Tracking, then you could configure that for your scenarios to view payloads. However, this method will definitely need some coding.
    Regards,
    Prateek Raj Srivastava

  • How to extract ZIP/JAR files?

    Hello,
    How can I extract zip/jar files ?
    Eric

    If you are talking java, you can use the java.util.zip classes.
    ZipFile, ZipEntry, ZipInputStream, ZipOutputStream
    You can find lots of examples through google:
    http://www.google.com/search?hl=en&q=java+zip+code+example&meta=Cheers,
    evnafets

  • How to Extract .CAR/SAR file in windows?

    HI guys,
    I have always worked in unix level so I know how to extract in unix but this is my first time extracting .car/sar file in windows. I have downloaded files and SAPCAR utility. How Do I extract now?
    Thanks,

    Its the same process , sapcar -xvf  <.car file>
    eg: if you download sapcar.exe to C directory ,
    start --> Run --> cmd  to open command prompt
    cd C:\
    C:\>SAPCAR.exe -xvf  <filename.SAR>
    Thanks
    Prince Jose

  • How to extract extension of  file like (jpeg from c:\prashant.jpeg)

    hi
    please tel me that howa to extract file type  from path of file
    like  c:\prashant.jpeg
    thanks

    use this code....
    PARAMETERS: infile LIKE rlgrap-filename OBLIGATORY.
    DATA: txt1 TYPE char200,
          txt2 TYPE char4.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR infile.
      PERFORM file_browse.
    START-OF-SELECTION.
      SPLIT infile AT '.' INTO txt1 txt2.
      WRITE: txt2.
    *&      Form  FILE_BROWSE
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM file_browse .
      CALL FUNCTION 'F4_FILENAME'
         EXPORTING
           program_name        = syst-cprog
           dynpro_number       = syst-dynnr
    *   FIELD_NAME          = ' '
         IMPORTING
           file_name           = infile.
    ENDFORM.                    " FILE_BROWSE

  • How to find the PAR file for standard iviews??

    HI all,
    I am trying to customize some screens provided by the standard EP portal. But i am not understanding which will be the PAR file which has code for these iviews.
    For example, in the "Approval screen for New user registration" has an iview which displays the info given by the user(seeing which user admin will either approve or reject the new user). I need to change this. 
    Also the screen where new user enters his information(when the company feature is enabled,it shows a second screen where Contact info of the user, etc. are asked) , needs to be changed which also some iviews.
    Please help me in finding the right PAR file and the JSP which needs to be edited for this purpose (and how to find these in general for any standard screens)
    Regards,
    Narahari

    Hi Narahari,
    --and how to find these in general for any standard screens)
    For getting the right par file for any standard iviews, Check out the property named <b>Code link</b>, which is there in the property list of every iview.This will give you a clear cut idea on which PAR file you have to edit to obtain the desired result.
    Regards
    Rajeev
    Do award points for helpful answers in SDN.

Maybe you are looking for

  • Is this a genuine bug?

    I have a hue arsenal of reports in my organization that I am responsible to keep running.  A very large percentage of these reports were created using CR v8.5.  What I am noticing is the else an drop down option on these older report, under File -->

  • Ipod socks-need help!

    Hello I ownder about the ipod socks...they are sorta cute, but what aràe they for? They look strechy? How much doe sit cost for the 6 colors ??? Is it worth it to buy them? Chris

  • My Mac X10.5.8 PCG5. Can't open Firefox 4 'not supported on this architecture' why not?

    When I tried to open Firefox 4 a dialogue box opened stating "Can't open the application Firefox because it is not supported on this architecture"

  • Initial setup of iMac's for business

    I recently purchased several iMacs for our business to replace our old Dell desktops. Since these are going to be work computer and not personal, what would be the best practice during initial setup and registration? Should I register them all up und

  • Still can't listen to Style from Taylor Swift's CD1989

    I still continue to hear the 8 seconds of static that was released a week before the album was released, and now going on a few days after it has been released it still made that noise on my playlist. I had hopes that if I deleted the cd that i would