Import .par file into NWDS and Run without deployment ?

Hello All,
      I'm new to the NWDS and the Portal.
I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
My Requirement is like this :-
1. I need to create a Portal Application which calls an URL.
2. But before developing this, my Client gave me one 2 options :
     a. He gave me a par file and asked me to make  changes in it.
     b. Create a new Portal Project which calls the URL ( Predefined ).
3. I wanted to check the 1rst option i.e  " a ".
4. I tried to Import the .par file into NWDS like this :
* Windows --> Open Perspective --> Enterprise Portal .
* File --> Import --> Par FIle.
* I gave the name of the Project as PortalLogon.
5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
<b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
<b>B. How to test my PortalLogon Project without deploying ?</b>
Is it possible to test this Project without deploying ?
If yes can anyone tell me hoe to do this ?
Regards,
Deepu.K

hi Deepu,
for simply displaying a URL, you can use the commonly available URL iView.
your folder->new->create iView->iView from template->URL iView and then enter your URL
for the other think.......
you can create an iView from PAR file.
your folder->new->create iView->Iview from PAR->then select your PAR and create an iView for that.
and the last one.......to see the effect without deploying it on the portal......refer the link
http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
and the usual libraries to be associated are
<b>htmlb.jar</b>  and
<b>com.sap.portal.htmlbbridge.zip</b>
Cheers........

Similar Messages

  • Import .par file into NWDS and Rum it without deploying ?

    Hello All,
    I'm new to the NWDS and the Portal.
    I've many Qns on my Requirement. Hope u guys can help me out in resolving my Issues.
    Is this  the right forum to place my Query ?
    If not then please let me know the right forum .
    My Requirement is like this :-
    1. I need to create a Portal Application which calls an URL.
    2. But before developing this, my Client gave me one 2 options :
         a. He gave me a par file and asked me to make  changes in it.
         b. Create a new Portal Project which calls the URL ( Predefined ).
    3. I wanted to check the 1rst option i.e  " a ".
    4. I tried to Import the .par file into NWDS like this :
    * Windows --> Open Perspective --> Enterprise Portal .
    * File --> Import --> Par FIle.
    * I gave the name of the Project as PortalLogon.
    5. I searched in the forum on this scenario and I found that the libraries for this project are not automatically imported.
    <b>A .Can any one tell me how to import the libraries and which are all the libraries to be imported ?</b>
    <b>B. How to test my PortalLogon Project without deploying ?</b>
    Is it possible to test this Project without deploying ?
    If yes can anyone tell me hoe to do this ?
    Regards,
    Deepu.K

    Hi Deepu,
    Usually Server will be having all the jar files and If you want to deploy your par file using NWDS you need to give a path to your Jar file location.
    So better download all the jar files from your server and keep it in your local desktop.
    Create a new folder called "JarFiles" in your desktop and keep all of your jar files inside.
    Download Jar finder from IBM Site ( search for "Resolving Java Classpath Issues" in SDN ,you will get a pdf and follow it.).Add it as a plugin to your NWDS path.
    Restart NWDS.
    Now you can resolve the jar file issues.there are many weblogs /articles/forum QAs regarding this.
    If u need more clarification,please let me know.
    Thank you.
    Regards,
    Karthick Eswaran

  • Importing PAR files into NWDS

    Hi Experts,
    Some questions that I hope someone can verify:
    1. When we download a PAR file from Portal and import into NWDS, do references to JAR files not get imported? (for e.g. I see the Portal Logon component require adding of certain jar files)
    2. What are the differences between the PAR files in the following path (downloaded via System admin>support>Portal Runtime>Browse ):
    -ROOT/WEB-INF/deployment/temp
    -ROOT/WEB-INF/portal/portalapps 
    Thanks,
    ZM

    Hi,
    Whenever a PAR file is imported into the NWDS the JAR files will not be imported automatically.You need to copy it in the right location manually.
    Regarding the second question , ROOT/WEB-INF/deployment/temp will have the complete PAR file (also I compared the size of logon PAR file)
    -ROOT/WEB-INF/deployment/temp --356234
    -ROOT/WEB-INF/portal/portalapps--4096
    I guess the different path are for different necessity of the same portal application. While temp folder has the PAR file of the portal application, the portalapps might contain files and reference to launch the Portal application.
    When you download from the portalapps folder you will not get the PAR file.
    Any information on the second question are welcome..
    Regards
    Karthiheyan M

  • Error after importing PAR file into NWDS

    Hi Experts,
    I have imported a par file into my NWDS worlspace . While building the project it's giving the following error .
    import javax.servlet.http.HttpServletResponse can't be resolved .
    While i am organizing the importa , the same import is getting deleted and i am getting a new error as follows .
    The project was not built since its classpath is incomplete. Cannot find the class file for javax.servlet.http.HttpServletRequest. Fix the classpath then try rebuilding this project.
    jdk1.5 has been configured correctly inside NWDS and i have tested it also .
    Can anybody help me out regarding this .
    Thanks in advance .

    Hi Jain,
    Just right click on project to properties->java build path-> add external jars add the jar file servlet.jar.
    Venkat.

  • Error while importing .par file into NWDS

    Hi Experts,
    For my query I saw a similar thread in sdn forum. the link is given below.
    /thread/382306 [original link is broken]
    I have unzipped the par file and inside this there is no other par file. So I have to import this par file only.
    Can anybody give some alternate way to resolve this.
    Thanks a lot in advance.
    Edited by: Srini on Nov 22, 2010 10:46 PM

    Hi Experts,
    Please reply on this.
    Thanks a lot in advance.

  • Importing .ear file into NWDS

    Hi Experts,
    Do we have an option to import .ear file into NWDS directly? This ear file contains .war file. But I am not getting any option to do this import. Pls guide me.
    Thanks in Advance
    Mathur Saurabh

    Hi,
    Try in this way
    Select the Appropriate Project as per you .ear file(WDA,JAVA,J2ee)
    If java project
    1) File--> New > Project>Java> Java Project> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    If Enterprise Application Like(.war file and .jar)
    File--> New > Project>J2eeProject> Enterprise Applicaion> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    Thanks,
    Sreeni.

  • Subtitle workflow. Is it possible to import srt files into premiere and then export to Encore?

    Hi, I'm editing a series of short documentaries that wil be published in DVD with subtitles, and I'm wondering if there's any way to import srt files into Premiere and then export the project to Encore.

    You can easily (and better, IMHO) do what you want in Adobe Prelude.  It's part of the CC subscription, and may have been included with CS6.
    Open the Ingest panel, navigate to the external drive where you have your source clips, make the thumbnails in the Ingest panel comfortably large, click a video clip to enable scrubbing, and use the J-K-L keys to navigate playback through the clips.  Put a check mark on the clips you want and be sure to select and set up the Transfer option on the right side of the panel before ingesting.  Don't select the Transcode option.
    Cheers,
    Jeff

  • Error while importing logon par file into NWDS.

    Dear Friends ,
    I m trying to customise the logon screen for my project. For this I have downloaded the "com.sap.portal.runtime.logon.par.bak" from portal server instance with the help of basis team. I have locally saved this file on my desktop[. I have renamed the file as .par and removed the .bak extension. Now I have tried to import the file onto NWDS in EP perspective by following File>Import>Par file. But its giving me this error:
    error in opening zip file
    Reason: Sorry, an error occured creating the new project.
    The plugin "com.sap.portal.plugins.config-archiver caused an exception during the
    "Unpack" Operation See log for more details.
    In some of the solutions provided in SDN saying that after renaming the file to par open with zip if i done it is again showing the error as "Start of the central directory not found .Zip file corrupt.Possible cause :file transfer error."
    Kindly suggest me the solution.
    Thanks and regards.

    Hi,
    I think you have taken this file from a wrong path and hence this issue.
    Pls download the par file from the below path and try importing it into EP perspective..
    System admin> Support>Portal Runtime > Browse Deployment>
    Browse through the following to find the com.sap.portal.runtime.logon.par.bak file:
    WEB-INF u2013> deployment u2013> pcd
    Root>WEB-INF>Portal>Portalapps> temp--> download the com.sap.portal.runtime.logon.par.bak
    Regards,
    Vijay.
    Edited by: VijayKPappala on Sep 7, 2011 8:46 AM

  • Uploading par files in nwds and deploying back

    Hi all,
    I wanted to work with the masthead iview in nwds, so found it on the server as the par file and imported it into NWDS. Changed the headeriview jsp and deployed it back to the portal. But it is not working. Saw in another sdn thread that when you create the project in nwds, it does not bring up all the components from the par file as required and some class files are missing. I think this is the problem in my case. The solution to it was not given in that thread.
    Would anybody help please.
    thanks.
    Lm

    Hi
    the following are the steps to modify a masthead.
    1.Find the PAR file and copied to a temporary directory and renamed to the customer namespace taking off .bak extension.
    2.Import the PAR file now using File->import option.
    3.make necessary modifications.
    4.once the JSP is edited, the PAR file needs to be created ans uploaded to the portal.If JDK is installed just login into portal and deploy the pAR file otherwise use PortalAnywhere to deploy it.
    5.Now goto Content Administration->Portal Content->right click the folder you wish to create the mastheadiView.Select New from Portal Archive-?iView from the context menu.Select new masthead.
    6. select poratal component Default and choose next.
    7.enter the properties for masthead and next.
    8.edit the Iview and saved it.
    9.add the iView to Framework Page in portal catalog and edit page layout.
    10.select iView from catalog and add it as Delta link and position it accordin to your need.
    Hope this helps you to modify the masthead.
    Regards
    Victoria

  • Error While uploading PAR File into NWDS

    Hi Experts,
    I have been to this location:
    Server(D)\usr\sap\P64(SID)\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    I have copied this file com.sap.portal.runtime.logon.par.bak and pasted on my desktop.
    Changed the name to com.mycompany.portal.runtime.logon.par
    I tried to upload the file to NWDS(File --> Import --> Par file) and I am getting the fallowing error.
    http://imageshack.us/photo/my-images/853/error1un.png/
    and when i click OK on above Error
    i get this errors : http://imageshack.us/photo/my-images/571/error2v.png/
    I am unable to upload the Par file did i miss something?
    Regards,
    Siva

    Dear Siva,
    that is indeed strange.
    Still don't know if this could be an issue with your NWDS or the PAR itself.
    So let's do 2 tests
    ===============================================
    TEST NR. 1
    Let's try and check the NWDS first by creating a custom PAR.
    Don't worry, it's easy.
    Just open your NWDS and go to the top menu
    File > New > Project
    Inside the popup window that will open please choose
    Portal Application (on the left) and Create a Portal Application Project (on the right)
    Then give any name you would like (no spaces or dots, etc...)
    You now have a Portal project created on NWDS ( you will see a folder on the left side with your project name)
    Click on that folder with your LEFT mouse button and choose EXPORT
    Choose PAR File
    Choose your Project
    Choose a path where you want your PAR file to be saved. (uncheck the deploy PAR file, but check the include the source code).
    And click Finish.
    Now delete the project you have created (by clicking on the folder with your LEFT mouse button again, but chose DELETE project)
    Now you're ready to re-import the PAR file.
    ===============================================
    TEST NR. 2
    Maybe your standard PAR file that you've downloaded doesn't have the source code included or is corrupted.
    Please try to open it with a ZIP program and check what type of structure/files you have there.
    Have you also checked your NWDS log ?
    You could also share here that log, so that I can better help you.
    Kindest Regards
    /Ricardo

  • 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

  • Importing PAR file into NWDI

    Hi,
      Can someone point me to a documentation with step-by-step procedure for importing a PAR file into NWDI?
    Thanks & Regards,
    M.Subathra

    Hi,
    I found this relevant information:
    1. <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/32/98e6418b7eca17e10000000a155106/frameset.htm">Development Configuration</a>
    2. <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/57/3fe741588e0b7fe10000000a155106/frameset.htm">Managing Development Components</a>
    and the topics around.
    Hope that helps!
    Regards, Jordan

  • How to import ear files into nwds

    Hi,
    i have some  ear files how can i import then into NWDS.
    Thanks
    shikore
    Edited by: kishore shikore on Feb 10, 2010 5:18 AM

    Hi Kishore,
    try through this -
    1) File--> New > Project>Java> Java Project> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    and if you get an error asking that '.project' file is missing, then you can create the project explicitly in NWDS & copy ur src files in that project.Then u can create the ear file using that project.
    Hope this helps.
    Regards,
    Shailesh

  • Error importing *.SCA file into NWDS:  Import (into source SC) not possible

    All,
    When attempting to import an SCA into a new project in NWDS, an "Import (into source SC) not possible: SCA doesn't contain DC sources" occurs.  Any assistance to fix this issue appreciated.
    Thanks,
    Lee

    You can indeed import SCAs into local development configurations in NWDS (Eclipse). You have to have a pre-existing software component of the same name and vendor which may or may not be empty.
    In the Development Infrastructure perspective in NWDS 7.1, just right-click on the software component you want to overwrite with the import and choose "Import".
    To import SCAs into a CMS track in the NWDI, you have to go to http://<NWDI server>:5<nn instance no>00/devinf/ and import the SCAs from the transport inbox directory of the NWDI server. Don't forget to maintain the SLD if necessary.
    Cheers,
    Thorsten

  • Imported par file to NWDS, jar file missing. Where find par file structure?

    Hi All,
    We want to implement idle session timeout on the portal.  We found a wiki here on the subject.  In order to implement the solution we need to make adjuestments to com.sap.portal.navigation.masthead.par.bak.  When we import this par file to Netweaver Developer Studio, the libraries and jar files are missing.  So obviously it errors then in portal as files are missing.
    So I could add them manually but I don't know what the file structure is on this par file so don't where to add what.  Does anyone know?
    Also when I export the file after manually adding the missing files, will it export all the files or will it behave the same way as the import and leave out the additional files?
    If anyone could help, I'd really appreciate it,
    Kind regards,
    Liz.

    Hi Bala,
    I thought of that just before you responded and it worked!!  Thanks for the response..
    Regards,
    Liz.

Maybe you are looking for

  • ITunes 10.6.1.7 after install error

    I have installed the latest update to 10.6.1.7 it was successful but I now get the following error "a required iTunes component is not installed.  Please repair or reinstall iTunes (-42404).  I have done both repaired and reinstallation.  Still getti

  • TS2446 how do I contact Apple support?  the phone number in UK does not work and the website loops

    I can't reset my security questions - it tells me they've sent the email to reset but no email arrives...  the support system loops all over the place and takes you back to where you start in the end - with no help ANYWHERE.  I looked up the Apple nu

  • Error when trying to start Elements 9/

    Question!  Get error message after instaling Elements9, & try to start. Message reads, PhotoShop cannot start or continue because of missing file(s). Please reinstall. I have reinsalled many times & always get the same message when I try to start the

  • MDX - Simple Case Statement

    For some reason I am getting an error on a Simple Case Statement Error (1260052) – Syntax error in input MDX query on line 2 at token ')' Case When IS(Time.[JAN]) THEN Time.[Feb] ELSE Missing End Any suggestions.

  • Cloning VMs from a single VM which is Member of Domain

    Hello There, I have a VM which is got XenApp application server role and we have done lot of testing for each and every applicaiton which will be published through it, now this VM is completely ready. We would like to clone this VM and create multipl