PDK in NetWeaver CE 7.1

hey guys,
How can I make use of the pdk in the NW CE 7.1??
I have tried everythink but it doesnt work and I dont know what else to try. Can anybody help?
regards milad

hello,
please check and ensure that:                                                                               
- your database server is started.                                                                               
- your database instance is running and you can connect  to  it through the network interface                                                                               
- the entries in secure store contain the correct options for 
connecting to the database. (These can be checked via     configtool and this only applies to the case when JLoad is run  using secure store parameters)                                   
hope this helps
kr,
andreas

Similar Messages

  • Problems using a static class extending JSPDynPage

    When I use the pdk with netweaver for creating a new portal object and I want to create a new PortalComponent (JSPDynpage) the pdk generates me the next code:
    public class TestJspDynPage extends PageProcessorComponent {
      public DynPage getPage(){
          return new TestJspDynPageDynPage(); }
      public <b>static</b> class TestJspDynPageDynPage extends JSPDynPage{
        public void doInitialization(){ }
        public void doProcessAfterInput() throws PageException {}
        public void doProcessBeforeOutput() throws PageException {}
    Is there any reason for creating the new class that extends JSPDynPage static ?
    Regards.

    Hi,
    That is a common problem, all variables in your JSPDynPage, should be saved in IPortalComponentSession/HttpSession instead of having instance/class variables.
    http://help.sap.com/saphelp_nw70/helpdata/en/fc/f28f414141a709e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/3b7f41009d020de10000000a1550b0/frameset.htm
    Greetings,
    Praveen Gudapati

  • 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 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

  • Version of pdk for EP 7.0.4  in SAP NetWeaver 2004s

    Hello,
    I have installed Portal (EP) 7.0.4 in netweare 2004s (was 7.0) in oracle 10g and Windows 2003.
    Question:
    1. That version of pdk I must install ?
    2. Where I can find for download ?
    thanks for its aid ,
    Luis.

    Luis,
    the PDK contains mainly documentation and examples. That means the PDK should be installable.
    Your NWDS 7.0 has all the needed Portal-APIs in the correct version already implemented so that you can use them.
    IMHO, there are just minor changes between the 6.40 and 7.00 versions.
    kr, achim
    kr, achim

  • What is PDK & how to use it in NWDS 7.0.07

    Hi All,
    I was using NWDS for webdynpro development for a pretty long time.
    I am working on some portal development and came across PDK.
    What is PDK and its usage with Portal application development.
    if its a plugin where to down load it and how to use it in NWDS 7.0.07.
    Thanks & Regards,
    blsaiue.

    Hi uday,
    thanks for that.
    sorry but this doco explains the difference between .NET & JAVA PDK only which need to be installed on SAP Netweaver.
    Can you tell me what should I do on my NWDS to work on PDK.
    my NWDS is 7.0.07
    and netweaver is 2004s sp 15
    Regards,
    blsaiue

  • Can I use PDK on a non SAP Platform

    Hi Everyone,
    We have SAP ECC available with us with certain modules. I am not too sure which ones. Now, we are brainstorming if we can develop a plain normal web application using JSP/Servlets but connect to SAP ECC using JCO protocol. We will import the netweaver PDK jar files in our plain web application in the lib folder and that application will be deployed on Apache Tomcat 6.0 web server. Other than these jar files they wont be any other SAP libraries on this tomcat server.
    Is this a feasible approach? Does anyone have any experience on such a kind of application? Are there any kind of documentation that we can use?
    If this is not a feasible approach, does anyone know what is the correct way of going about it without the JCO connectors. Do I need to expose the exisiting ECC functionality using web services and then call those web services from the tomcat web application.
    Your insight will be of great help.
    Nikhil
    Edited by: nikhil.gonsalves on Feb 10, 2010 5:54 PM

    Hi,
    >Do I need to expose the exisiting ECC functionality using web services and then call those web services from the tomcat web >application.
    I think that this would be the more sensible choice.
    Keeep RFC and JCO for SAP client products.
    Use non propriatary standards for non SAP tools.
    You may have a legal problem using the PDK with Tomcat ?
    This is just my opinion.
    Regards,
    Olivier

  • Communication between Netweaver and R/3 System

    Hi,
    I'm trying out the Netweaver sneak preview for testing the capabilities of the pdk for .net. I've added the development R/3 system (4.6C) of our company to the system landscape of the portal.
    Does the communication between those two systems require that there's a gateway installed on the R/3 system?
    My SAP colleagues are not so experienced with connecting different SAP systems. Where can I find the necessary settings in the R/3 system (SID, Server Port, SAP client, ...)? Which settings are required (necessary) in the portal?
    Thanks a lot!
    Regards,
    Jef Geerinckx

    Hi Jef,
    a connection string which has the following parameters works fine, lang is not always necessary.
    1> CLIENT
    2> USER
    3> PASSWD
    4> ASHOST
    5> SYSNR
    6> LANG
    a sample connection string : "CLIENT=200 USER=diverse PASSWD=world LANG=en ASHOST=sapdev1 SYSNR=2"
    the ASHOST may need to be specified as "sapdev1.jefslandscape.com" in certain cases, but this depends on many things, one of which is where you make the access from [over the internet/intranet, etc...].
    Hope this helps.
    amit

  • Sneak Preview = PDK

    Hello,
    i installed the EP 6.0 SP 4 Sneak Preview with KM and the SAP NetWeaver Developer Studio. It runs fine.
    Now i need to Develop with this also the PDK Plugin for the Portal. I try to install the PDK 60.3 in the Sneak Preview - but it dont works. Sneak Preview will only import (in Menu System Konfiguration - Transport) .epa Files - the PDK is a .SCA File. So i get the Error Massage "Wählen Sie eine gültige *.epa-Datei."
    What is my mistake?
    Best Regards,
    Patrick

    Hello,
    i found the answer by mySelf.
    To import the PDK do this:
    Go on your EP 6 SP 4 Server
    - Start SDM-Server
    - Start SDM Client
    - Login with Password "SDM"
    - Deploy the extractet .sca File (includet in the ZIP File for the EP6.0 SP 3 PDK here in SDN).
    Best Regards,
    Patrick

  • Require link to download PDK for EP 7.0?

    I am ABAPer and already did ABAP WebDynpro in ECC6 environemnt. But now i am planing to do some java related test developments in ECC5 environment. So requires link to download *SAP Enterprise Development Kit (PDK) or SAP NetWeaver Development Studio*. Any help would be highly appreciated. Thanks.

    Hello Sergo,
    Thanks for your reply. Your given path is accurate. But when i try to download NetWeaver Studio by using SAP download manager. Its giving me following error "The request failed: 400". It gives error when download manager try to process object JIDE16_0-10003480.SAR (Connecting to smpdla.sap.com).
    I try to access site www.smpdla.sap.com separatelly just to check and it throws me following error:
    Access Denied
    You don't have permission to access "http://smpdla.sap.com/" on this server.
    Reference #18.6d4fc7d.1222913381.5ac964
    Do you have any suggestions so that i can get rid of this issue and finally download PDK. Many thanks.
    Regards.

  • Where to get PDK for EP 7.0 (2004s)?

    where do I download the PDK for EP 7.0 (2004s) SP13?
    References in older threads to
    https://www.sdn.sap.com/sdn/downloadarea.sdn
    https://www.sdn.sap.com/irj/sdn/downloads
    or
    https://www.sdn.sap.com/sdn/downloaditem.sdn?res=/html/PDK60patch_download.htm
    do not seem to be current.

    Hi Douglas,
    Sorry to bring your this news but from Portal Development News:
    Developing for SAP NetWeaver Portal
    Portal Development Kit
    With the delivery of SAP NetWeaver 7.0 SP13, the PDK Development samples are no longer supported.  Please see the [Portal Developer's Guide|http://help.sap.com/saphelp_nw70/helpdata/en/19/4554426dd13555e10000000a1550b0/frameset.htm] for more informatioon.
    Alternative, checkout the above post on alternate solution and the use of API as well.
    Hope that helps and award points for helpful suggestions.
    Ray

  • PDK for EP 7.0

    Hi all,
    We installed EP 7.0 successfully. But we couldn't find the PDK for EP 7.0 anywhere. The links which were mentioned in other threads are not working. I couldn't find any info regarding PDK download.
    Any inputs on the path to download PDK for EP 7.0.
    Any help will be rewarded.
    Thanks in advance.
    Regards,
    Yoga

    HI,
    Please check out this link -
    Version of pdk for EP 7.0.4  in SAP NetWeaver 2004s
    Regards
    Lekha

  • SAP NetWeaver 7.0 (2004s) Trial Version Java download issue

    The SAP NetWeaver 7.0 (2004s) Trial Version - Full Java Edition does not download even with using Internet Download Manager.
    I have also tried downloading using other download managers but no luck.
    Those who have downloaded previously please try downloading again to confirm it there indeed is a  problem with the download.

    Hi Peter,
    Does it contain the following -
    - SAP NetWeaver Development Infrastructure
    - SAP NetWeaver Developer Studio
    - SAP NetWeaver Portal with PDK
    - Web Dynpro
    - Visual Composer
    - Content Management and Collaboration
    - TREX
    - SAP NetWeaver Business Intelligence Java SDK
    - SAP Interactive Forms by Adobe
    - Composite Application Framework
    - SAP NetWeaver Knowledge Management
    These are the components of the current version mentioned on SDN on [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0576c7e-e306-2a10-37b8-a25d82e6f9d8|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0576c7e-e306-2a10-37b8-a25d82e6f9d8]
    Regards,
    Varun

  • Error when deploying PDK 6.0 !?

    Hi  Portal experts ,
    I have installed Full Java NWDS Sneak Preview SP15.
    I am trying to import latest PDK 6.0  package into WebAS using SDM. It is the file pdkcontent6.0.14.0.sca. downloaded from SDN. At some point after few sec of deployment process (at 17% ) I received the following error :
    ..... (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment of EducationDataModelEar finished with Error (Duration 28031 ms).......
    I restarted Deployments few times but it kept stopping at 17% and same error - over and over..
    I’ve checked with the Visual Admin Tool - the JDBC driver is registered for MaxDB.as requested in the import instructions. I’m out of ideas!?
    The procedure I am using is exactly the same as the one in this blog:
    Installing the New SAP NetWeaver Developer Cockpit
    Do you have any ideas why is happening and how I could make the deployment successful ?I Appreciate any help or idea ..!!
    Regards,
    Boby

    In regards to the problem that I posted above
    I am copying part of the .log file from the deployment if this can be of some value to someone :
    6/02/25 05:32:25 -  ***********************************************************
    06/02/25 05:32:26 -  Start updating EAR file...
    06/02/25 05:32:26 -  start-up mode is lazy
    06/02/25 05:32:27 -  EAR file updated successfully for 985ms.
    06/02/25 05:32:27 -  Start deploying ...
    06/02/25 05:32:28 -  EAR file uploaded to server for 562ms.
    06/02/25 05:32:59 -  ERROR: Not deployed. Deploy Service returned ERROR:
    java.rmi.RemoteException: Cannot deploy application sap.com/EducationDataModelEar..
    Reason: Application alias [EDMFoundationWS/default] for application [sap.com/EducationDataModelEar] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/bcedmear].; nested exception is:
    com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Application alias [EDMFoundationWS/default] for application [sap.com/EducationDataModelEar] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/bcedmear].
    at com.sap.engine.services.servlets_jsp.server.container.DeployAction.deploy(DeployAction.java:148)
    at ......
    Thanks to all that try to help me!
    Regards,
    Boby

  • Information about SAP Netweaver portal

    Hi,
    I am looking for information on SAP Netweaver portal, basic info getting started kind of stuff and other related stuff.
    I am new to portal world, I know java, servlets, jsps.
    I have to prepare document on introduction of SAP Netweaver portal, features, how to go about development, tools required, collaboration etc.
    Can you please suggest how to get started.

    Hi
    check these links
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/05d9c990-0201-0010-4590-aaf3eacd11e4">The World of the SAP EP</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d58bb490-0201-0010-64a1-9e5165e5dbac">PDK</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c4e3bf90-0201-0010-418f-c40d2264a63a">SAP Netweaver &Portal</a>
    Thanks & Regards
    Harsimran

Maybe you are looking for