NetWeaver Development Studio and Portal Plugin

Hi
I just installed netWeaver Developer studio 2.0.3. It does not have a portal plugin . I was under the impression that it comes with PDK and Plugin , so that I can develop Java Iviews.
Do I have to install Portal plugin in netWeaver studio to develop Java iviews.
Is there any other version of Developer studio which comes with portal plugin.
What about PDK ?? Does it come with Developer studio 2.0.3.
I had problems before with Eclipse 3.0 and Portal plugin for EP6 SP2. Do I have the same problem with any version of developer studio or If i just install plugin for EP6 i will able to develop java iview.
Any help will be appreciated.
Regards
Bhanu

Hello,
You should update to a later version of the Studio (be careful to check if that version is in sync with your server) In the latest versions the PDK definitely is included.
Regards,
Benny

Similar Messages

  • How to access SAP netweaver development Studio and PDK?

    Hi All,
      I have access to EP server on my machine with super admin role .Is there any way I can acess SAP netweaver Developer Studio and PDK through EP server or I have to install in my local machine?
    Thanks in advance,
    Jasmine.

    You'd want to install the NWDS application locally no matter what (unless everyone has a thin client/citrix connection via dumb terminal). You can however, opt to install a local instance of EP or use a central instance. Here's how I see the two approaches:
    1-install the NWDS on developers' machines and deploy to a development instance of EP
    <b>PROS:</b>
    i-developers can develop locally and only connect to the EP server for deploying/testing
    ii-share development (although not very efficiently) and test each others' iViews etc.
    iii-demo your work online to business users directly
    iv-connect to the corporate SAP R/3 and other ERP systems
    <b>CONS:</b>
    i-you can only use this while connected to the network
    ii-could be slow over a slow/remote network connection
    iii-developers may not be able to do everything on the portal server (may not have super admin access)
    2-install the NWDS on the developers' PC along with a test EP environment
    <b>PROS:</b>
    i-develop and deploy locally, without a network connection, anywhere and anytime, fast and efficient
    ii-enjoy full access (super admin) to the Portal - to be able to test pretty much everything
    <b>CONS:</b>
    i-may not be able to connect to the company SAP R/3 and other ERP systems, unless you're connected to the network and have configured the connections
    ii-not able to get others to test or demo your development without having to port them to a central EP instance
    I think a developer needs every resource they can get, therefore I suggest a combination of the above two scenarios, an instance of EP locally and a central instance of EP for the best of both worlds

  • SAP Netweaver Developer Studio and MDK

    Hi,
    I've the same problem of this thread with NWDS 7.1 SP11
    [SAP Netweaver Developer Studio and MDK;
    No one have solved the previous thread, there are any one that have a solution?
    Best regards,
    Alessandro.

    HI,
    the easiest solution for this: use the MI7.1 plugin for MI7.1 projects and create the JAR file for MI7.0 manually by Export funtion of Eclipse. This works fine and should be the only workable solution.
    Regards,
    Oliver

  • Netweaver developer studio and support package

    we use JDI and netweaver developer studio for webdynpro development. when we upgrade satellite systems to latest sp, what should we do with developer's pc (j2ee engine and developer studio)? if we upgrade them to the same latest sp as in development satellite system, we will be compatible with development, but what about production system support? production will still be at the current old sp version. do we need another developer pc to support the current development on current sp?
    Thanks
    Jane

    HI,
    Its better to maintain WAS.NWDS and JDI on same SP level to avoid conflicts between different SPacks.
    Recently there is a blog on the same on SP levels.
    /people/marion.schlotte/blog/2005/10/25/jdi-software-vs-jdi-content
    hope this helps you ..
    Refer this note 790922 will be able to help you
    Regards,
    RK
    Message was edited by: Ramakrishna Venkat
    Message was edited by: Ramakrishna Venkat

  • SAP Netweaver Developer Studio and error

    Hi,
    I am getting the below error in NWDS while creating project from an existing DC.
    An intenal error has occured. See error log for more details.
    Plugin name: Webdynpro Archive Builder.
    Plugin ID: com.sap.ide.webdynpro.archivebuilder
    Class : com.sap.ide.webdynpro.archivebuilder.project.WebdynproDevelop
    Method: createJavaProject(IProject, IprogressMonitor)
    Message: File/Server_track_DCname/.classpath is read-only.
    On giving OK and when I checked in Webdynpro perspective, i could not find the Project created.
    Regards,
    Manchari

    Hi Manchari,
    this happens if someone accidentally checked in the .classpath file into the DTR. This file should not be part of the DTR (this is a "non-dtr" resource) only necessary on client side. What happens is that the NWDS on client side tries to sync this file from the DTR (since it has been checked in there) but the file also exists already on client side created by the NWDS and marked it as read-only. The solution is to get rid of these non-dtr resources as they are only necessary for local build and local file generation. Other non-dtr resources are for instance (without the sake of completeness!) the .metamodel , the .project file, the folders bin, gen_wdp, gen_ddic (you can always compare other folders to see which files and folders are not necessary. Never remove the ".dcdef" file and the folder "src").
    The fixing instructions are :
    1.please navigate to                                                                       
      /usr/sap/XYZ/SYS/global/com.sap.dtr.console                                              
    2.execute the run.bat                                                                      
      (if this is unix, then please do not forget to replace the ";" by ":" inside the run.bat)                                                                 
    3. when you managed to start it, the prompt (">") will appear.
    4. feel free to use the "help" command, but in the following example you'll also see how to proceed.                                                         
    5. connect <yourhost>:<yourport> <nwdi admin user> <password>
    Example: **
       localhost:xyzadm 72> ./run.bat
       > connect <host>:5<instnum>00 <nwdi admin user> <mynwdiadminpass>
    6. use the "ls" command to locate the resource to be deleted. You can also use the "pwd" command to print the current working directory. Almost the same commands as on unix.
    Example: **
       localhost:/>ls
       Fri, 7 Mar 2008 03:08:25 GMT                .
       Mon, 15 Nov 2010 17:52:59 GMT           system-tools/
       Fri, 7 Mar 2008 03:08:25 GMT                ws/
    7. locate the resource using the "cd" command
    Example: **
       cd /ws/<track>/sap.com_SAP_ESS/dev/inactive/DCs/sap.com/ess/us/w4/_comp
    8. delete bin
    9. delete gen_ddic
    10 delete gen_wdp
    11. do the same for dev/active and for cons/inactive and for cons/active
    12. delete the project for the DC on the client side in NWDS.
    13. recreate the project for the DC
    14. you should be done.
    See also a similar SDN entry here:
    NWDI files turning into read only mode when tried to check out.
    Best Regards,
    Ervin (The specified item was not found.)

  • Netweaver Developer Studio and Subversion

    Hi all,
    I want to use the Subversion Eclipse-Plugin subclipse from http://subclipse.tigris.org Version 0.9.3.3 in NWDS 2.0.14.
    I unpacked the 2 plugins folders into the plugins folder of NWDS and restarted NWDS.
    I can see DTR -> Share Projekt and I can share a projekt as SVN. But I can't see the SVN menu items afterwards.
    Is it possible to use the subclipse plugin in NWDS ?
    What is the correct way to install it ?
    Regards,
    Dirk Datzert

    Hello Dirk,
    NWDS uses quite a large framework on top of eclipse, that may influence other plugins. If so, there is currently no way around that.
    For the future we introduced a plugin certification process and we will go away from the older framework and swithc functionalities more to newer once inside eclipse. Nevertheless, we deliver quite a large part on top of eclipse, that might alwaqys influence other plugins.
    Regards,
    Benny

  • NWDS: NetWeaver Development Studio

    Hi,
    I begin to learn to create a Java mapping and I have a question about NWDS.
    Our NWDS uses the version 2.1.2 of Eclipse.
    Is it normal?
    Is there a mean to use the version 3.0? (more user-friendly)
    Thanks
    Mickael

    Hi Mickael,
    Please post this question on the portal and application server forums-you will get a better response:-)...btw, here are some threads which have discussed the same question:-
    eclipse version of netweaver developer studio
    Using Eclipse plugins with Netweaver Developer Studio
    Eclipse Release of Netweaver Studio and other plugins
    Regards,
    Sushumna

  • Regarding Connecting with oracle with sap netweaver developer studio

    hi
    i want to use oracle instead of max-db so can u
    please tell me the procedure how to connect to sap netweaver developer studio and was server
    bye

    Oscar,
    for WebDynpro-Projects you can create an .ear-archive in the context menu of your porject ("Create archive") that you have to deploy with SDM. BUT: webdynpro requires WebApplication Server 6.40! You cant use a webdynpro-project in your current ep60sp2-installation.
    for portal applications you can export a .par-arcive in the context menu of your project ("Export...", choose "PAR file") that you can import in your portal.
    you can't test your application without deploying it to a server. if you haven't got a connection to the server during developing, you have to install a portal or at least a WAS6.20(Java) & EP60SP2 or WAS640(java) & EP60SP>2 locally on your computer.
    if you choose to do that, i recommend the WAS6.40(Preview) because you can then develop webdynpros, too.
    kr, achim

  • Problem with Management Console for Netweaver Development Studio

    I installed the  Netweaver Development Studio and all works fine
    Normally the MMC shows SAP Systems and a J2E instance below it which is used to start the services
    But when I shutdown my machine and restart it again the J2E item below the SAP Systems does not appear and  I cannot restart the J2E/SAP/DB/J2EE services
    Is there another way I could restart all the related services from a batch file or a utility that takes a config file
    because for the last few days I am having to re-install the Developer studio to get it to work
    Please help me on this because I am wasting atleast 2 hrs daily to reinstall so that I can control all my services
    thanks
    Tony

    I think I temporarily fixed this problem I am not sure how this will affect the development.
    But atleast I can start the J2EE/DB services so that I can start and stop services from the MMC
    What was happening was that the services
    SAPJ2E_00
    SAPJ2E_01
    were not starting up because of the logon problems, the default account that was created SAPService( something like that ) was not able to log on, I changed the logon permissions to "Local System" and started the service, this time atleast the service started.
    I need to launch the Development Studio and see if I am able to work with the new account permissions on the J2EE server

  • Latest version of Netweaver developer studio.

    Hi all,
    Can anybody tell me the latest version of Netweaver developer studio and the place from where we can download it.
    Thanks in advance,
    Ravi

    Hi,
    You can download from the following location. By the way iam giving the location for all 3 different versions of sap netweaver developer studio(Assuming that you want to develop some mobile applications)
    http://service.sap.com - >Software Download - >SAP Support Packages - >Entry by application group - > SAP Netweaver - >SAP Netweaver ->
    From here you have option to download 3 different versions. One is Sap NW 04 which is for Mobile Infrastructure 2.5, second is SAP NW 7.0 for MI 7.0 and last one is SAP NW Mobile 7.1 for SAP NW Mobile client 7.1.
    So based on that you can click either on 1. SAP Netweaver 04 - >Entry by component - > Developer Studio ->NW deveoper studio->win32 and download the latest version which is SP22.
    2. SAP Netweaver 7.0 - Entry by component -> Developer Studio - > NW developer
    studio 7.0 ->WIN 32 and download the latest one which is SP15.
    3. SAP Netweaver Mobile 7.1 - >NWDS UPDATE SITE CE 7.10->#OS independent->and download the latest one which is SP05.
    Hope this helps.
    Best Regards,
    Siva.
    PS: Reward with some points if the post is helpful

  • SAP NetWeaver Developer Studio Integration

    To whom it may concern,
    I would like to integrate SAP product by using SAP NetWeaver Developer Studio. However, I do not know how to import those libraries into SAP NetWeaver Developer Studio and try with the coding. I have downloaded BusinessObjects Edge Series Trial version and wish I could try to integrate it using SAP NetWeaver Developer Studio.
    Is there any guide for me please??
    I really need your help and will appreciate it.
    Thanks

    Hi Oliver,
    Sorry for asking the same thing because I really can't get any idea till now. I really need help because there is no expert around me that can help me.
    Could you please explain to me and teach me how and what should I do now?
    I really thank for your help
    Regards
    Lai Hung

  • About Netweaver Developer Studio

    Hi Experts,
    I have One Doubt.
    What is Netweaver Developer Studio.
    Why  do we use this
    Is there any relationship  between the Netweave Developer Studio And Netweaver XI
    if Yes What is the Relationship????
    Please Let me know all the details.
    Regards
    Khanna

    Hi,
    You can browse through these useful links. nwds----
    http://help.sap.com/saphelp_nw2004s/helpdata/en/40/00be09879f114aa1ec46c2afa4445b/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/33/bb2c9e15a54c6bbc77f76826e26ec5/frameset.htm
    regarding xi and nwds---
    Development environment for Develop XI components
    NWDS
    Regards
    Radhika Kuthiala
    P.S Do award appropriate points:)

  • Source control for SAP Netweaver development studio

    Hi
    Which source control product would be best to use with SAP Netweaver development studio?
    And how do i integrate it into SAP Netweaver development studio? I've had a look through the various menus and settings in SAP Netweaver development studio and havent found any options for using a source control product to secure my java code.
    Thnx

    one way is to use NWDI for your code management.
    /people/robert.schimansky/blog/2009/04/09/maintain-pi-71-adapter-modules-in-nwdi

  • SAP NetWeaver Developer Studio 2.0.5 and PDK

    Hello,
    when i installed the sap netweaver developer studio 2.0.5 have then i the pdk installed to, or have i to this separatelly? And when yes what i have to do in this case(how to install that?)? Which are the difference between with and without the pdk?
    Tanks in advance,
    Frank

    The PDK contains documentation, examples, javadocs, and sample code for developing portal applications.  You don't technically need the PDK to develop EP components, but it sure helps.
    The plugins in SAP NWDS facilitate building and testing portal applications by creating the correct project structure within the Eclipse IDE (NWDS) and also assisting with the deployment of the application (creation of PAR files and uploading them to the portal).  Again, you can build EP components without NWDS plugin, but the plugins sure make life a little easier.  I do know people that use other IDEs and Ant build scripts for their EP development.
    Hope this helps,
    Will

  • Can't create portal application project with netweaver development studio

    Hi All,
    I want to follow the toturial (http://help.sap.com/saphelp_nw04/helpdata/en/9e/7d96f7087311d7b84600047582c9f7/frameset.htm) to create a portal application with netweaver , but I am failed at the first step, I can not found "Portal Application Project" option by new->other.
    the version of netweaver development studio I am using is
    Version: 7.2.0
    Build id: 200702220224
    do I need to install a plug - in? if yes, anyone can tell me where to download it?
    thanks & regards, Bin

    Hii...
    In NWDS goto Windows> Open Perspective> others--> Enterprise portal select this and ok....
    Goto File> New> Project> select Portal Application> enter project name and click ok...
    refer this blog also...
    Overview of the Content Development Process
    regards,
    Chinnadurai.R

Maybe you are looking for

  • Module integration

    hello, I want to know the accounting entry of finished goods after pp: the following entries are- 1. On completion of production confirmation the following entry is passed      Finished goods stock A/c               Dr      Cost of goods produced    

  • Acrobat 7.0 printer

    Hello, I have a few useres with Acrobat 7.0. If they change the settings in the Adobe PDF printer under "extended options" - Papersize - Userdefined - Papersize High: 200 Scale: 290 and press ok, the changes are not saved. I have set the security rig

  • Music glitch after every 99th slide

    After creating a slideshow with music in iDVD, during playback there is a major glitch in the music after every 99th image is shown. Any ideas on what causes this and how to prevent it?

  • How can I print directly from my iPad 3 to an OKI?

    I've got an OKI ES5460MFP connected wirelessly throughout my house with a BT Home Hub 3. It obviously isn't an AirPrint printer, but is there any hardware that I could connect to the printer or Hub to allow it to work?

  • Aperture is unstable on my MacBook Pro.

    After using Aperture for about 10 minutes the application keeps crashing. I upgraded to 2.1 and it did not resolve issue. It seems to crash more consistently when I use "Auto Levels" to correct a many photos at a time. Right before it happens, the co