Developer Studio CE and 2004s-Server

Hello,
I have developped some DCs under DeveloperStudio 7.0.11 which run in a 2004s-Server. Now I try to develop these DCs under DeveloperStudio CE (SP01). I want to run them still in 2004s-Server.
I get an error "project needs to be migrated". I have tried to configure the new Studio in a way to use Java 1.4.2 instead of 1.5. The Studio itself of course runs with Java 1.5. How can I avoid the error?
Kind regards,
Christoph

Hi Christoph,
the versions of NWDS and J2EEserver should always match. For CE you need a NWDS 7.1 and Java 1.5 and you will have to migrate your 2004s (7.0) application. This applies to Web Dynpro applications, but I guess that's also true for other components.
kind regards
Stefanie

Similar Messages

  • Developer Studio:Exception:The message server did not respond within 60 sec

    Folks,
    I am getting this error in Developer Studio ( J2EE Engine Preference) , Can anyone please tell me what is the issue.
    Exception: The message server did not respond within 60 sec.Please check if the message server is running and if the socket connection has been established
    Thanks,
    Manish

    If the system information page is showing 3900, you should use 3900 in your studio settings.
    39xx is the new default for 2004s. It was 36xx with 2004. And xx is the instance number.
    Regards,
    Christophe
    Message was edited by:
            Christophe Benoit

  • Netweaver Developer Studio Installation and Configuration Guide

    Dear Experts,
    I have downloaded the Developer Studio and Netweaver Composition Environment 7.1 trial version from SDN and have successfully installed the Server.  May I ask is there any Installation and Configuration Guide for the Developer Studio
    Your kind assistenance is appreciated.
    Thanks.

    Hi,
    This is the link for the installation and config guide :
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0e9cc7b-0469-2a10-d3a8-f4f04b30fb0b
    and here is the link to the master guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c7613c-0d69-2a10-ed8b-bfef43f2a8c6
    hope it helps!!!!!!!
    Pls reward points if found useful
    Edited by: Mohd Tauseef Ibrahim on Apr 23, 2008 12:52 PM

  • Developer Studio: Access to Message Server Port

    Hello,
    in our case developer wants to access the java instance of an add-in installation (SAP WEB AS JAVA-Version: 6.40 SP16).
    The Problem is, that the direct access from the developer studio to the server is not possible without problems, because in the middle is a firewall placed that is not under our maintenance.
    Is it possible to organize the access via something like the saprouter?
    We have to keep in mind, that in future other groups has to access other java instances, so that we want to use a single point of entry trough this firewall.
    Thanks fo help,
    André

    Can you give me some hints, how to do it?
    I cannot imagine, how it could work.
    Thanks in advance,
    André
    Message was edited by:
            Andre Siegling

  • Problem with Java Studio Creator and Tomcat Server

    Hi Gays ,
    I have problem:
    here is the error from tomcat 5
    com.sun.rave.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: java.lang.RuntimeException: java.sql.SQLException: statement handle not executed: getMetaData
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java: 601)
    com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.ja va:316)
    com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87 )
    com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)
    com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
    javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
    com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
    if i develop application on my pc ( java studio creator with sun apps bundlled) is working perfectly,
    but i migrated application to Tomcat Server ( Database the same - Oracle 10 g)
    i can't show value ( as text) from datasoruce ( is in SessionBean1)
    (Category-.>Subcat->Items->details( url from items table[items.jsp])
    this is a working url "/faces/testpage.jsp?auk_id=31 "
    ( working with sun apps server , but not on Tomcat 5)
    below prerender method in details.java and fragment of details.jsp
    public void prerender() {
    try {
    String idauk = (getExternalContext().getRequestParameterMap().get("auk_id").toString());
    System.out.println("wartosc auk_id " + idauk);
    if (idauk != null) {
    getSessionBean1().getDetailsRowSet().setObject(1,idauk);
    getSessionBean1().getDetailsDataProvider().refresh();
    details.jsp
    xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page binding="#{testpage.page1}" id="page1">
    <ui:html binding="#{testpage.html1}" id="html1">
    <ui:head binding="#{testpage.head1}" id="head1">
    <ui:link binding="#{testpage.link1}" id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <ui:body binding="#{testpage.body1}" id="body1" style="-rave-layout: grid">
    <ui:form binding="#{testpage.form1}" id="form1">
    <ui:staticText binding="#{testpage.staticText1}" id="staticText1" style="position: absolute; left: 120px; top: 96px" text="#{SessionBean1.testDataProvider.value['Name']}"/>
    </ui:form>
    </ui:body>
    </ui:html>
    </ui:page>
    </f:view>
    </jsp:root>
    Help People ! Any Ideas I'm stuck, why is working with Sun Servet but not with Tomcat and only just thing ?
    Thanks in advance for helping me to resolve the night problem :)

    Hi I found solution, i puted on the page a table -component (with brand new automaticly created dataprovider) , then i set properties visible= false for table, and now I can bind statictext with database field and deploy on tomcat server .
    But i think it is not a elegant solution in page source i habe noused-code.
    Have Any another Ideas. HELP PEOPLE !!!!
    Mariuszek: I use Creator.because right now I can see result of my job and i can qickly change ideas ,
    I tried with JDeveleper but i did'nt find this functionality (wich version do you prefered ?) , unfortunately i have to deploy my application on Tomcat. This is my study project, and i make this to become a Master of Techinal Univeristy ;), Deadline time is 30 th September :(
    greetings

  • Forms developer 11g x32 and production server 11g x64?

    Hi all
    Can I develop 11g forms on x32 windows machine and run or compile them on windows server x64??
    I ask this because the media is about 3GB to download, so I need to be sure.
    thanks..

    You mean having the 32bit version of forms installed in development, and the 64bit version of forms installed in production? If you recompile your forms on your production server you should be fine.
    cheers

  • Installation of Netweaver developer studio prerequisite and version matrix

    Hi ,
         I am currently on WAS 6.4 and ECC 5.0 . I want to install the NWDS on my local machine . Please advise which version of NWDS i should install and also the compatible JDK version .
    Is NWDS 6.4 with SP 11 and JDK 1.4 is OK ?
    Appreciate your response in advance.

    Hi
    Pl refer this links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2ficc%2fnwds-extTechnicalProfile.pdf
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4c69795c-0c01-0010-ab9e-c51efdbb51dc
    NWDS-EXT 6.40 Technical Product Profile
    5
    Java Development Kit used SUN
    Please list the precise version, for example, JDK1.4.2_07.
    SUN JDK 1.4.2_05 or less, and JDK 1.5 are not supported.
    1.4.2_09
    Regards
    Ayyapparaj

  • Robotics Developer Studio 4 and Visual Studio Version 2013

    Is VS2013 and RDS 4 compatible?
    Steven R. Sparks

    Yes. But more interesting question is if RDS4 is compatible with .net framework versions greater than 4. Then no.
    Maybe there is some fuss with project templates for VS2013, but that's the only issue coming into mind, and it has feasible workarounds.

  • Sql server business intelligence development studio 2008

    I had install MS sql server 2008, this version have a forder "Integration services" but only see "Data profile viewer" and "Execute Package Utility", and cannot find business intelligence development studio 2008.
    Everybody, help me. How can see business intelligence development studio 2008 and use it.Thanks you so much.

    In addition to Visakh response,
    MS sql server 2008 has several
    Editions, which
    Edition are you installing?
    This option dose not include in all editions. Check this link for more information:
    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).ASPX
    [Personal Site] [Blog] [Facebook]

  • Developer Studio deployment problem

    Hi All,
    I'm unable to deploy from Developer studio. Error is 'Server XXX did not accept login request as admin on port 50018'.
    Looked into the documentation and put an entry in the host file too. but i still have the problem.
    Studio (2.0.4)
    Server: SP14
    Tried with Studio(2.0.8 & 2.0.11) too. Please help.
    I'd greatly appreciate an answer.
    Thanks in advance,
    Regards,
    Rajit

    Hi,
    I can tell you some strange thing that happens everytime I am deploying with Developer Studio:
    1.) I deploy locally. My password is xxx. Everything is fine.
    2.) I deploy on the productive system. My password is yyy. Everything is fine.
    3.) I change the settings to the integration system. Refresh the view. I can see the correct integration engine. I deploy. My password is yyy. The files are deployed on the productive system, not the integration system. Bad Luck.
    If I change the password for the productive system to zzz, I get the same error message as you got when I try to deploy with zzz to the productive system. That is because Developer Studio connects to the wrong system.
    This error happens every single time. Therefore I stopped deploying via Developer Studio for other engines but my own localhost. Deplyoing with SDM gui works just fine.
    May be, you have a similar situation ?
    Regards, Astrid

  • Is it possible to develop custom b2b and b2c application within same NWDS.

    is it possible to deploy b2b and b2c application within same NWDS.if not what all changes i have to make..?

    Hi,
    I am taking the original standard application SDA file format.extracting it.
    Create a Enterprise Application Project in Net Weaver Developer Studio (NWDS) and name it is as "ZLC_SERVICE" as the application name is ZLC_SERVICE.
    Create a Web Module Project in Net Weaver Developer Studio(NWDS) and name it is as "sap.comcrmisawebZLC_SERVICE"
    The NWDS will have two projects ZLC_SERVICE and sap.comcrmisawebZLC_SERVICE.
    Now Right Click on the EAR project and click "Add Modules". Select the Web Module Project and click ok
    1.Copy the war file  extracts into webContent folder of Web Module Project except WEB-INF and META-INF.
    2.Copy all the files of WEB-INF into WEB-INF folder of Web Module Project.
    3.Copy all files META-INF file which is out side the war file  into META-INF folder of EAR Application Project.
    4.Refresh the work space.
    Open application.xml file and replace the application tag with this.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/dtd/application_1_3.dtd'
      >
    <application>
      <display-name>crm~ZLC_SERVICE</display-name>
      <description>EAR description</description>
      <module>
        <web>
          <web-uri>sap.comcrmicsswebZLC_SERVICE.war</web-uri>
          <context-root>ZLC_SERVICE</context-root>
        </web>
      </module>
    </application>
    After building both web and enterprise application.I deploed Ear file in server.
    then it is throwing deployemtn aborted.
    Error Description:development component 'crm~ZLC_SERVICE'/'sap.com'/'localhost'/'2010.07.15.06.16.00'/'0':
    Caught exception during access of archive
    "/usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear":java.lang.RuntimeException:
    ERROR: Cannot initialize EARReader: Error while initializing Extended Ear Reader using file: /usr/sap/CD2/DVEBMGS02/SDM/root/origin/sap.com/crm~ZLC_SERVICE/localhost/0/2010.07.15.06.16.00/temp25686ZLC_SERVICE.ear.
    Reason: The following archives that aredescribed in the ear descriptor are not found in the ear:      sap.comcrmicsswebZLC_SERVICE.war,
    Please check the ear content.Exception is: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Thanks & Regards,
    Chinamaya

  • Error while installing the EHP 1 for SAP NetWeaver Developer Studio (NWDS)

    Dear All,
    I am trying to install the EHP 1 for SAP NetWeaver Developer Studio (NWDS) 7.1  .It got installed once but when i was trying to deploy the application i was getting an error sayind that we need to have JDK1.5 Update 14 or higher for the installation.
    Now i have JDK 1.5.0_14 installed in my system.So i Uninstalled the EHP 1 for SAP NetWeaver Developer Studio (NWDS)  and i am trying to reinstall it but i am getting the following error
    ERROR:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\NS46249\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\Program Files\SAP\IDE\CE7.1.1\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.081112155351". Log file: "C:\DOCUME1\NS46249\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
    Can anybody please help me in resolving this issue.Please help needed as early as possible.
    Thanks in Advance:)
    Regards,
    Nishita Salver

    Dear Nishita,
    I hope you have removed the older version of jdk before installing the new version of jdk. Also after un installation of NWDS, did you delete all the temp files and also the directories created during the original installation of NWDS. Also did you restart your system after the uninstallation of NWDS EHP1 and older jdk before reinstallation of the two softwares?
    Regards,
    Veera
    P.S. The first thing you can try is restarting the PC and try resuming the installation, if it doesnt succeed, please remove all traces of NWDS and JDK, restart pc and then resinstall both of them.

  • Compatability:  CR 2008, VS 2005 and SQL Server 2008 on WINDOWS 7

    Crystal Reports 2008,  Visual Studio 2005 and SQL Server 2008 all play nice together on a VISTA or XP box.  But we cannot get a connection when we switch the OS to WIN 7.   I tried to get a connection via the report designer.  Is this combination of technologies currently supported?
    Thanks.

    Hi, Jeff;
    See the [Platforms|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/00225757-ab5c-2c10-c1a8-fb9f9f0f4ac2] document for CR 2008. You need Service Pack 2 to run on Windows 7.
    If you already have SP 2, then what happens when you try to make a connection?
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • SAP NetWeaver Developer Studio in Windows Vista 64bit?

    Can I install the SAP NetWeaver Developer Studio on Windows Vista 64 bit ?

    Hi MixMoraes
    If you use the trial version only NetWeaver Developer Studio works, the application server don't, because its only 32 bits.
    Regards
    Marcos

  • How to download Netweaver Developer Studio

    Hi,
    I want to work on XI.
    How can I download SAP Netweaver Developer Studio
    Thanks and Regards,
    Viswanath

    HI Venkat
    the easiest way to do this in Service Marketplace is to 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.
    btw, why do you need it for working in XI???
    Regards
    krishna

Maybe you are looking for

  • How See Customer Open & Closing bal one screen

    please suggest how see customer & vendor opening balance & closing balance in one screen in SAP & which T _code use for these transaction. 

  • Re-compile Oracle 11i Internet Expenses Java Classes

    Due to business requirement, we are required to re-compile Oracle 11i Internet Expenses java classes. Fortunately all files are fine, except of one for "Expense Details" screen. Under directory */comn/java/oracle/apps/ap/oie/server/, there is a JAVA

  • Can I use Web Dynpros in SAP GUI

    Hi, I am a little confused about Web Dynpros for ABAP. Testing them the contents will always be presented in a browser using the defined URL. However is it possible to run a Web Dynpro and using SAP GUI as presentation device. in another words is it

  • Touch pad stops working when I plug my external hard drive in????

    Exactly that. I an have HP Envy 14 Spectre, it's about 6 months old and hasn't given me any trouble until now. Whenever I plug my external hard drive in the touch pad starts behaving eratically and won't respong properly, it's really bizzare and very

  • Time Machine restore fail - best method to reinstall OS?

    I've just had a Time Machine restore fail on me, startup gets to blue screen but no further. Also tried the next previous backup. Trying to decide whether to reinstall Snow Leopard on my not-quite-restored drive and then do the combo update to the la