Setting up NW Developer Studio ???

Hey Web Dynpro Community,
we've got a requirement to develop a web calendar. so i wanted to have a look on th calendar ui elemnts of web dynpro java, which are missing in web dynpro for abap
i downloaded and installed the NetWeaver Developer Studio (715.874.878 bytes) on my client pc.
http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/d04ac7ef-0fe7-2c10-efb1-d27b38d730b3
in the programm i registered our system with java stack.
(window => preferences => SAP AS Java)
what else has to be set up in the NW Developer Studio?
because it doesn't work when i try to test a application by clicking on "Deploy new Archive and Run"
i always get this error:
http://xxxxxxx.intern:-1/webdynpro/dispatcher/local/WebDynpro_Quiz/QuizApp?SAPtestId=17
http://xxxxxxx.intern:-1/webdynpro/dispatcher/local/WebDynpro_Quiz/QuizApp?SAPtestId=17
Wrong Parameter.
OK  
Thanks a lot !!
Marc

Hey,
thanks i will ask an basis colleague for the problem with the database....
When i try to run the standard QuizzApp of SAP i get the following 3 errors:
http://xxxxxx.intern:-1/webdynpro/dispatcher/local/WebDynpro_Quiz/QuizApp?SAPtestId=1
http://xxxxxx.intern:-1/webdynpro/dispatcher/local/WebDynpro_Quiz/QuizApp?SAPtestId=1
Wrong parameter.
OK  
Help Error
Your system has no program registered for file
http://xxxxxx.intern:-1/webdynpro/dispatcher/local/WebDynpro_Quiz/QuizApp?SAPtestId=1
Change the file association or choose a different help web browser in the preferences.
OK  
Problem Occurred
Developing project(s) 'WebDynpro_Quiz' (Time of error: 14. September 2010 13:22:46 MESZ)
Reason:
java.lang.NullPointerException
OK  
Edited by: Marc Simon on Sep 14, 2010 1:33 PM
Edited by: Marc Simon on Sep 14, 2010 1:34 PM

Similar Messages

  • I have install the Developer Studio ,what's the next ?

    I install the Developer Studio on my computer.
    I need a remote server.
    how build a remote server?
    How can i set in the developer studio>windows>Preferences-->SAP J2EE Engine
    and how to set in the SAP application server?(ECC6).
    and how set the developer studio>windows>Perferences-->Web Dynpro.
    if i finish a web dynpro project in the Developer Studio, how can i deploy it to the SAP Application server?
    and how to test the application.
    where can i get the all the manual ?

    hi,
    in studio>windows>Preferences-->SAP J2EE Engine
    you give the WAS (web application server) path, you will gate them from below link..
    http://service.sap.com/instguides
    For All about NWDS
    the easiest way to download NWDS is in Service Marketplace , there go to the software download center (service.sap.com/swdc) and click on "Search for all Categories" on the left hand side. If you search for "Developer Studio" and then click on "SAP NW DEVELOPER STUDIO 2.0" in the results, you can navigate down and find the SP that you are looking for. SP18 is available now.
    or take a look here
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    Download of SAP Netweaver Developer studio
    for binding , deploying and running your application :http://help.sap.com/saphelp_nw04s/helpdata/en/26/6e5a3e740be946e10000000a114084/frameset.htm
    Creating your first application:http://help.sap.com/saphelp_nw04s/helpdata/en/fd/ed32a8c9994b4ba4a1645a764814db/frameset.htm
    Sample tutorials on web dynpro for javahttps://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d [original link is broken]
    hope it helps
    regards

  • How can I set VM parameter in NW developer studio?(not in configtool)

    hi all,
         where can I set VM parameter in NW developer studio? thanks very much!!!

    Hi,
    this only makes sense if you test standalone applications! In this case: Run... -- Java Application -- New -- (x)=Arguments -- VM Arguments.
    If you want to set the VM parameters for the JVM running NWDS itself: The NWDS icon calls for example <i>C:\Programme\SAP\JDT\eclipse\SapIde.exe -vm "C:\Java\jdk1.4.2\bin\javaw.exe"</i> - try to add the parameters just behind the javaw.exe before the ending ".
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Cannot deploy from netweaver developer studio to application server

    Hi
    I am trying to deploy a simple EAR (ConverterEAR) to my application server.
    From NW developer studio, right clicked on the SAP server that I have configured and try to a publish. It gives me the below exception. For some reason its trying to contact my old IP address. Is there a file where I can change this setting. My Laptop is set to use DHCP so my IP changes when I reboot my laptop. I also have configured a Microsoft loop back adapter.
    ct 16, 2007 2:58:42 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Thread-17,5,main]] ERROR: com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:45)
         at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:80)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:181)
         at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:358)
         at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:148)
         at com.sap.ide.j2ee.wtpserver.SAPPublisher$DeployRunnable.run(SAPPublisher.java:380)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:189)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:115)
         at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:24)
         at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:66)
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:42)
         ... 6 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    shadow:50104 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: XX.XX.139.134 and port: 50104]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(Initia:lContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
         at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
         at javax.naming.InitialContext.init(Unknown Source)
         at javax.naming.InitialContext.<init>(Unknown Source)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:166)
         ... 10 more
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    shadow:50104 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: XX.XX.139.134 and port: 50104
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:352)
         ... 15 more
    Environment
    SAP NetWeaver Developer Studio
    SAP NetWeaver 7.1 Composition Environment SP01
    Build id: 200710090648
    SAP_J2EE_Engine_Version  -- 7.1.3301.150742.20070516182900
    Thanks
    Madhu

    Hi,
    you could change the connection settings to the server in the preference page in the Developer Studio. Check <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/45/0cf28fb4d01f23e10000000a1553f7/frameset.htm">this</a> page in the documentation for details.
    In your case, you can also use the host name of your laptop, or even just localhost, in the Message Server Host field in the preferences page. This should overcome the problem with dynamic IPs.
    Hope that helps!

  • Error during installation SAP SAP NetWeaver Developer Studio

    Hello,
    Can somebody help installing SAP SAP NetWeaver Developer Studio?
    I get the message:
    SAP NetWeaver Developer Studio 2.0.0. Setup Wizard not Completed
    The SAP NetWeaver Developer Studio 2.0.0 Setup has not successfully installed all selected components on your computer, either because a component could not be installed or the process has been aborted.
    Click Finish to exit the wizard.
    The following program files could not be installed:
         c:\documents and settings\all users\documenten\sap\workspace\.metadata\.plugins\org.eclipse.jdt.launching\vmconfiguration.xml
    The installed applications may not function correctly until all program files are successfully installed. For detailed error descriptions, please open file://D:\IDE\setup\saplogvw.exe .
    The following program files could not be installed:
         c:\documents and settings\all users\documenten\sap\workspace\.metadata\.plugins\org.eclipse.jdt.launching\vmconfiguration.xml
    The installed applications may not function correctly until all program files are successfully installed. For detailed error descriptions, please open file://D:\IDE\setup\saplogvw.exe .
    It looks like a Windows XP problem, because manually I can't copy or create a file in de directory:
    C:\Documents and Settings\All Users\Documenten
    So the following directory doesn't exits:
    c:\documents and settings\all users\documenten\sap\workspace\.metadata\.plugins\org.eclipse.jdt.launching\
    It's weird that I don't have access to the "Documenten" directory (this is the dutch Shared-documents-directory) , because I never changed it.
    When I right-click the directory "Documenten", and I go to Properties, then I don't see a tab setting access groups.
    How can I get access again to the "Documenten"-directory?
    Kind regards,
    Alwin.

    Sunil,
         There is a NW-DS version on the NW4 test drive DVD given out at TechED which I believe was also posted on the ftp.sap.com before TechEd '04 for CeBit 2004. I personally would like to put my vote out there for getting preview versions to the hands of admins to install and kick the tires before we try to convince management to buyin to purchase a product. Another way SAP reduces TCO?
    Bill

  • Developer studio does not update pipeline

    Hi
    I created my first Endeca app, called testapp2.
    The app seems correctly provisioned, then I created  a project in developer studio with the same name of the app.
    I issue "set instance configuration" and it seems sto work , but in /app/oracle/product/endeca/apps/testapp2/config/pipeline  the file ar not updated.
    The strange things is that if I make a change in the project, the I revert back by issuing "get instance configuration" the previous configuration is correctly loaded in the project. This gives me the idea that configuration are strored somewhere but not where I am looking to.
    Any Idea?
    Regards
    Giuseppe

    That isn't what set instance configuration does, that is why it doesn't work - you are using a utility to update a completely separate piece of software called Merchandising Workbench.
    If you want to apply changes to the configuration to a different server you would copy the changed pipeline directory there.  I.e. if you are editing the pipeline on your local PC, say in C:\Endeca\applications\testapp2\config\pipeilne, you would change things in Developer Studio, click the Save button, then open up whatever you use for file copies and copy the contents of C:\Endeca\applications\testapp2\config\pipeline\* to /app/oracle/product/endeca/apps/testapp2/config/pipeline. Then you would run a baseline via /app/oracle/product/endeca/apps/testapp2/control/baseline_update.sh.
    Michael

  • SQL Server Business Intelligence Development Studio query designer not supported in SQL SERVER 2008 R2

    Hello I am using the SQL Business Inteligence Development studio that comes with SQL 2008 R2. However whenever i try using the graphical query builder It throws an error stating that the server i am connected is not supported. Only SQL servers from
    2005 downwards are supported. dunno whats going on

    Hi ,
    It should not be . Did you create the data source for that server ? Test the connection . In design view add the data source which will be reference to share data source .I am not sure you were able to create data set perfectly ..
    Let me know the specific error . I will help you out.
    Thanks

  • Character encoding in Netweaver Developer Studio

    Hi all!
    I've migrated a EP5E Project to P6 and it worked fine. But now I use another workstation and while trying to open a java-file of migrated project I got
    "Error Encoding Problem, this file is unreading using the UTF-8 character encoding".
    The java-file contains german characters like "ä".
    I'm using SAP NetWeaver Developer Studio Version: 2.0.5
    Build id: 200404200353
    Does anyone know, how to set Character Encoding in NetWeaver Developer Studio?
    Thank You

    I've found the solution:
    Changing the encoding used to show the source
    To change the encoding used by the Java editor to display source files:
    With the Java editor open, select Edit > Encoding from the menu bar
    Select an encoding from the menu or select Others and, in the dialog that appears, type in the encoding's name.
    Note: this setting affects only the way the source is presented.
    To change the encoding that the Java editor uses when saving files, specify a text file encoding preference on Window > Preferences > Workbench > Editors.

  • ResourceBundle error in NetWeaver Developer Studio MI 2.5 SP16 Patch 3.

    SAP NetWeaver Developer Studio
    Version: 2.0.19
    Build id: 200610270428
    MDK Mobile Development Kit Tools v2.5.13
    Java: j2sdk 1.4.0 Win
    Mobile client: MI 2.5 SP16 Patch 3
    Running MAU v1.0 SR 5
    Downloaded:
    MAM FOR UTILITIES 1 0 SP05 05042006
    In the SAP NetWeaver Developer Studio I imported the MAU_eclipse.war from MAM FOR UTILITIES 1 0 SP05 05042006 using the MDK as MAU.war.
    Yet, without implementing any changes, just to test, I exported the MAU project into a war file in the following path: C:\Program Files\SAP Mobile Infrastructure\webapps\MAU.war.
    I renamed the existing folder C:\Program Files\SAP Mobile Infrastructure\webapps\MAU to MAU_Old
    Then, I started MAU from within the NetWeaver Developer Studio by selecting Run, Run.
    The client application launched and the new MAU.war file was automatically unpacked C:\Program Files\SAP Mobile Infrastructure\webapps\MAU
    The application opens and can be successfully logged into from the SAP NetWeaver Developer Studio.
    When the MOBILE ASSET MANAGEMENT FOR UTILITIES link is selected in the client application, error messages appear for example.
    See below for the full error messages.
    It appears the errors below might be somewhat straightforward, mentioning that the resource bundle could not be found.
    Please assist regarding how to ensure the resource bundle can be found and properly loaded for example or what else could be the issue.
    Please note that the application opens and can be successfully navigated by launching and logging into C:\Program Files\SAP Mobile Infrastructure\MobileEngine.exe directly.
    The issue is launching from within the SAP NetWeaver Developer Studio for running or debugging.
    Thanks in advance for your assistance.
    Error in the console for the SAP NetWeaver Developer Studio:
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key dispatcher.forwardException
         at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
         at java.util.ResourceBundle.getString(ResourceBundle.java:274)
         at org.apache.tomcat.util.StringManager.getString(StringManager.java:136)
         at org.apache.tomcat.util.StringManager.getString(StringManager.java:155)
         at org.apache.tomcat.util.StringManager.getString(StringManager.java:194)
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
         at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)
         at 0002fmam0005fstart_0002ejspmam_0005fstart_jsp_0._jspService(_0002fmam_0005fstart_0002ejspmam_0005fstart_jsp_0.java:62)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:536)
    Error on client is below:
    Address: http://localhost:4444/MAU/start
    Error: 500
    Location: /MAU/home/home_mgmt.do
    Internal Servlet Error:
    javax.servlet.ServletException: cannot find message associated with key : dispatcher.forwardException
         at org.apache.tomcat.facade.RequestDispatcherImpl.doForward(RequestDispatcherImpl.java:238)
         at org.apache.tomcat.facade.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:162)
         at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:423)
         at 0002fmam0005fstart_0002ejspmam_0005fstart_jsp_0._jspService(_0002fmam_0005fstart_0002ejspmam_0005fstart_jsp_0.java:62)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspCountedServlet.service(JspServlet.java:130)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
         at org.apache.tomcat.core.Handler.service(Handler.java:287)
         at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752)
         at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
         at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
         at java.lang.Thread.run(Thread.java:536)

    Hello,
    MDK plug in is as bad as NWDS itself. Since the mobile applications are really just a java application, you do not need special plugin for developing them. I STRONGLY suggest to take a look at this blog entry I did when I was working on MAM at SAP:
    How to set up NWDS or Eclipse without MDK
    Thank you,
    Julien Guimont
    msc mobile Canada inc.
    http://www.msc-mobile.com

  • Problem launching Adobe Designer in Netweaver Developer Studio

    Hi All,
    I have successfully (I believe) installed all the components required to have Adobe Interactive Forms running on WAS 6.40 (SR1), in accordance with Achim Hauk's blog 'My struggles with the Adobe Document Services in WAS6.40' (thanks Achim!).
    When I go to try the Interactive Form tutorial, and I launch the Adobe Designer 6.0 from Netweaver Developer Studio (version 2.0.9) by right-clicking on my InteractiveForms UI element and selecting 'Edit', I get a popup error 'An error occurred decoding Base64 data - encoded data is invalid or corrupted'.  Does anyone know what this means and how to correct it?  When I press the OK button on this popup the Adobe Designer is correctly launched, however any changes I make within the Designer don't seem to be saved.
    Any help would be very much appreciated.  Not sure if it makes any difference, but I have Adobe Reader 6.0.2 installed on my client.
    Thanks
    John Moy

    Hi John,
    I've installed the SP15 sneak preview last weekend. Based on my experience, if you are not using SSL set up, you only need three steps to set up ADS.
    1. Create user ADSUser and user group ADSGroup
    2. Set up basic authentication
    3. Set up credential file
    Now, step 1 and 2 which is in the guide is already done when you finish the installation of sneak preview SP15. All you have to do is to set up credential file.
    I was having problem with Read timed out issue, and Markus pointed that web service time out need to be increased in my case. I haven't tested it yet since I am away from my PC, but i'm pretty sure it will fix the time out problem.
    Also if you download the credential a while back, that file will expired the end of this month (Feb). Markus has posted a new credential file which will expire in June.
    Regards,
    Iwan

  • Debbugging J2EE using SAP NetWeaver Developer Studio

    Hi experts,
    I need to debug J2EE application in SAP NetWeaver Developer Studio. How can I do it?There is something to set or activate in J2EE Engine?Thanks

    http://help.sap.com/erp2005_ehp_04/helpdata/EN/a8/def86ab54da5418a3575373934ca00/frameset.htm

  • Create Rule in Developer studio

    Hi,
    I am new to endeca and i am creating rule in developer studio, can anybody tell me how to create rule in developer studio.
    Thanks
    Shailesh

    Hi Madhavan,
    the reason why SAP has chosen to implement Java into WebAS has several aspects. The differences between ABAP and Java are a good one, but more important was the fact that the market today concentrates very much on standardization. If you want to sell a platform to enterprises today it has to be one out of two and that is J2EE or .NET.
    While it is accepted that a good product comes in a proprietary language, people who have to deal with it definitely prefer to use a standard environment for development of extensions and enhancements.
    This way, we could say that Java may even enhance ABAP's life cycle into ages that are beyound our view today. What definitely can be said today is that your knowledge of ABAP is still a long term investment, while Java is on the way to set the dust, meaning: keep an eye on it and follow further development on the market -some Java technologies are fully developed now, some otheres are still under discussion.
    Regards,
    Benny

  • Running Netweaver Developer Studio without NetWeaver?

    The Development Studio is based on NetWeaver, but does this mean, that NetWeaver is a pre-requisite to use the Development Studio?
    I am asking, because I am considering to use the Development Studio as a Java IDE with Web AS 6.4., and Java JDK 1.4.2 but at present I have no SAP NetWeaver installation.
    Thanks for any answer or hint.

    NetWeaver is a concept/architecture and SAP has a set of products based on this architecture. This does not mean though that you must have all products to use only one of them.
    NWDS is in fact a "simple" Java IDE which can be used for any kind of Java development that you want to do which can thus be used standalone.
    PS. I think this question belongs in the Java Programming forum, since it's not JDI related at all....

  • Mobile infrastructure Installation with SAP Netweaver Developer Studio

    Hello,
    I am new to MI field.
    I have installed SAP Netweaver Developer Studio 2.04 and assumed, that the MI Client & Server Components are installed with Netweaver too.
    Is that correct?
    The fact is, that the ports 3601 and 4444 are not accessabled as described in the documentation, and that it is not possible to create a project for mobiles in Netweaver Studio.
    I tryed to download MDK 2.5 and install mobile infrastructure manually, but after extraction of MDk 2.5-files there is no setup-program or so.
    Any hints and tips are very welcome.
    Thanks in advance.
    Regards
    Rainhard

    Rainhard,
    Where did you get the MI client and Server components?
    Are they from the NetWeaver04 installation CD? or do u
    just download from the trial version of J2EE Engine 6.40 from SDN?
    MDK 2.5 is just a set of documentation of guiding developers how to write mobile apps with MI. The SAP
    Netweaver Developer Studio already has the MDK Plug-in
    comes with it.
    If you need to create project for mobile app, you can
    do the following in the NW Dev. Studio:
    1. Go to File > New > Project...
    2. Select "Mobile Development Kit" on the left pane and then select which types of project you want.
    3. Then, click "Next" to follow the instructions.
    Peter

  • SAP NetWeaver Developer Studio - change default workspace

    Hello!
    How can I change the default workspace?
    When I start the SAP NetWeaver Developer Studio there is no prompt to change the workspace dir. But in Preferences->General->Startup and Shutdown <i>Prompt for workspace on startup</i> is set.
    SAP NetWeaver Developer Studio automatically load this workspace dir: @user.home/workspace (sit in config.ini)
    Then I have to <i>Switch workspace</i> and restart SAP NetWeaver Developer Studio.
    How is it possible to show the <i>Prompt for workspace on startup</i>?
    Regards,
    Armin

    workaround:
    Start SAP NetWevear Developser Studio with option <i>-clean</i>

Maybe you are looking for

  • Movie Inventory Management

    Movie Inventory Management Despite having computed for decades, I am very new to iPod and downloading music and movies. I understand that one cannot burn a DVD of a downloaded movie. Is that correct? So, what is the point of having the movie art if o

  • My Second Monitor stopped working in snow leopard. How do I fix it?

    My Second Monitor stopped working in snow leopard. How do I fix it? The monitor is not dead I have checked it using the the other monitor slot. The slot thats not working is the one that has the HDMI adpator on the end of the cable. Tried resetting t

  • Can't Join CD Track?

    I've been able to select and Join CD tracks for years and suddenly the "join CD tracks" menu option in the advance menu is not available for use. It is gray and will not allow me to select it so I can't join tracks. Any ideas? Thanks, MJ

  • Editing Photoshop CS6 file using InDesign CS6

    I need to edit a Photoshop CS6 file using InDesign CS6. Specifically, I am editing a business card and want to make changes to the layered components (for example: changing color hues, changing logo, changing fonts) and I know nothing about InDesign.

  • SolMan is Central System, how to seperate the database to make it distribut

    Hi, I really need some advice. currently SolMan 7.1 on SQLServer2008R2 on Windows08R2 is installed as a central system installation (CI&DB same host). Due to some security policy (long story), I need to seperate the DB, to move the DB to another serv