Apply patch to NW Developer Studio

Hi to all,
how can I apply a patch to NW Developer studio? I have a .SAR file. What is the procedure?
Thanks!

Hi,
Check out this link.
https://forums.sdn.sap.com/click.jspa?searchID=4131320&messageID=3222772
Regards,
Ramesh P

Similar Messages

  • Patching Sneak Preview Developer Studio not possible?? (Note: 668887)

    Hi,
    Due to problems with Adobe Document Services (I always get a java.net.SocketTimeoutException: Read timed out exception that I can't solve) I thought about patching from SP11 to SP13.
    I work with the Sneak Preview edition. The SAP note 668887 says that you should not patch the SAP NDS (Preview).
    Did anyone try anyway?
    Kind regards,
    Tobias
    Message was edited by: Tobias Mack

    Currently latest versions of NWDS SP13 and SP14 are available in http://service.sap.com  just uninstall sneak preview sp11 and install freshly install SP13 or 14, instead of applying patches it saves your time.
    Regards,
    RK

  • Applying Patch to SQL Developer 1.5.4

    I've downloaded and installed SQL Developer 1.5.4 from OTN, and (eventually, after sorting out the "Type the full pathname of a J2SE installation..." prompt) got it running. Help -> Check for Updates shows that "Oracle SQL Developer Patch 1 11.1.1.59.47" is available for installation. After installing this patch with no reported errors and SQL Developer restarted, Help -> About -> Version shows that Oracle IDE and Versioning Support 1.5.4.59.40 are installed. These have not changed from the original installation.
    Have I successfully installed the patch?

    Thanks again, K. I don't see either of those jar's. Another attempt to download and install the patch (Oracle SQL Developer Patch 1 11.1.1.59.47) appears to succeed (ie, no reported errors), but I still can't see evidence of installation under Help -> About -> Extensions as per your post. Restart SQL Dev and another run of Help -> Check for Updates tells me that the patch is available for download and installation...
    Regards,
    Jon

  • 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

  • Sap Netweaver Developer Studio 7.0 patch 15

    Hi,
    I'm working with Ep7 portal version, and i need to develop  with Sap Netweaver Developer Studio 7.0 patch 15
    where i can dowload Sap Netweaver Developer Studio 7.0 patch 15?
    tank's
    Best regard
    Giovanni Guttuso

    Hi,
    Use below link to download SAP Netweaver Developer Studio SP15:
    https://websmp202.sap-ag.de/~form/handler?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=N&FUNCTIONBAR=N&EVENT=TREE&TMPL=INTRO_SWDC_SP_N&V=MAINT
    Thanks
    Sunny

  • Is SAP NetWeaver Developer Studio  Version: 7.0.12 Compatable with JDK 1.5

    Hi
    I want to user Java SDK version 1.5 instead of 1.4.
    Is SAP NetWeaver Developer Studio Version: 7.0.12 compatible with this or not.
    Please let me know

    Hi
    If you are using EP 7.0, then NWDS 7.0.YY version need to be used. //YY depends on your  patch of EP7 .As you have mentioned your are using NWDS 7.0.12, that means your portal SP level is SP12.
    In my prject i am using JDK 1.4 for NWDS 7.0.15 and its works fine.I have asked two of my colleagues , they told that in their project they are using JDK 1.5 for EP 7.0 server and application is working fine for them.
    So
    Thanks
    Susmita

  • Error while applying Patch 9593176

    Hi,
    when i'm applying patch 9593176 the following errors appeared :
    Oracle Home       : /oracle/div4db/11.1.0
    Central Inventory : n/a
       from           : n/a
    OPatch version    : 11.1.0.6.2
    OUI version       : n/a
    OUI location      : n/a
    Log file location : /oracle/div4db/11.1.0/cfgtoollogs/opatch/opatch2012-02-24_13-40-03PM.log
    ApplySession applying interim patch '9593176' to OH '/oracle/div4db/11.1.0'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 9593176: Required component(s) missing : [ oracle.developer.forms, 10.1.2.3.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74i've checked the OAS version and it's 10.1.2.3.0

    Quite obvious:
    oracle.developer.forms, 10.1.2.3.0 whereas
    Oracle Home : /oracle/div4db/11.1.0which seems to be the oracle home of a 11.1 database. Did you set the oracle_home environment variable to the oracle home of your forms installation before invoking opatch?
    cheers

  • Error while applying patch u4440000.drv(part of R12 upgrade from 11.5.10.2)

    Hi All,
    Getting error while applying patch 4440000
    cd $AU_TOP/patch/115/driver/u4440000.drv
    ERROR:
    Failed: XDOLoader.class on worker 1
    Failed: CustMigrationTool.class on worker 2
    Failed: XDOLoader.class on worker 3
    Failed: XDOLoader.class on worker 4
    Worker 2 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.jrad.migration.cust.CustMigrationTool ak % -customer_cust -username &un_apps @ -password &pw_apps -dbconnection &jdbc_db_addr -jrad_username &un_apps @ -jrad_password &pw_apps -jrad_dbconnection &jdbc_db_addr -rootpackage "/oracle/apps/ak/" -migrationdir &fullpath_ak_mds_directory
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/migration/cust/CustMigrationTool
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Worker 1 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_DAY -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT3.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 3 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_SUMM -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT4.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:03
    Worker 4 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:01
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHLPRDWC -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLPRDWC1.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Jun 23 2009 00:14:02
    Please let me know any solution
    Thanks in advance
    Regards,
    Bhanu Chander.

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • Unable to start netweaver developer studio 7 (sp15) error attached

    Hi,
    when I try and start netweaver developer studio 7 (SP15) I get the error message below.
    I also got an error message when trying to reinstall the software about a file not registering and needing to reboot. Which I did,
    I have tried deleting the whole .metadata folder - but the error keeps coming back....
    we are running on a 64 bit system - but I thought this would run as a 32 bit program....
    any ideas??
    !SESSION Apr 21, 2008 20:39:36.409 ---------------------------------------------
    java.version=1.4.2_17
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide C:\j2sdk1.4.2_17-x64\bin\javaw.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp E:\Program Files (x86)\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash E:\Program Files (x86)\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600  -data C:\Documents and Settings\crdadm\Documents\SAP\workspace -install file:E:/Program Files (x86)/SAP/IDE/IDE70/eclipse/
    !ENTRY Startup 1 0 Apr 21, 2008 20:39:36.409
    !MESSAGE Sap NetWeaver Developer Studio - Build: 200802160348
    !SESSION ----------------------------------------------------------------------
    !ENTRY org.eclipse.core.launcher 4 0 Apr 21, 2008 20:39:38.142
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: java.lang.reflect.InvocationTargetException
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Caused by: java.lang.UnsatisfiedLinkError: E:\Program Files (x86)\SAP\IDE\IDE70\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86\swt-win32-2135.dll: %1 is not a valid Win32 application
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108)
         at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
         at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:1291)
         at org.eclipse.swt.graphics.Device.init(Device.java:547)
         at org.eclipse.swt.widgets.Display.init(Display.java:1316)
         at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
         at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
         at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         ... 8 more
    Edited by: Paul Clavering on Apr 21, 2008 8:44 PM

    Caused by: java.lang.UnsatisfiedLinkError: E:\Program Files (x86)\SAP\IDE\IDE70\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86\swt-win32-2135.dll: %1 is not a valid Win32 application
    This seems to be some issue with wrong S/W choice between 32bit and 64 bit version.  Or could be some OS related patch missing.
    You seem to have Win 32 bit version and JDK installed is 64bit version.
    Pls confirm.
    Edited by: Shaji Jacob on Apr 21, 2008 9:09 PM

  • 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

  • My query is not executing properly after applying patches(bi.7

    iam working bi.7 support package 13
    after applying patches
    my query is not executing properly in production my problem with FI queries
    the query is executing properly but ihav created newformula using formulavariable that fields are not getting data in report if i click on currency conversion iam getting popup but currency translation coversion list is not coming and currency type(target currency also not dispalying)
    but if i execute same query in development its working properly newformula fields are getting data and currency conversion also working in development
    can u please help me in this issure
    i hope as soon i will get solutions from bw gurus

    That currency conversion problem is solved
    i checked TCODE:RSCUR IN PRD its not showing any details
    again i checked in dev and moved all currency types dev to production
    now its wokring
    i hope check with this it will work

  • Error opening JSP files in Netweaver Developer Studio

    Hello,
    When I try to open a *.jsp file in the Netweaver Developer Studio, I get the following error:
    The ordinal 233 could not be located in the dynamic link library SHDOCVW.dll
    When I click on OK for a couple of times (same message), I get the option to open the file.
    Then this message:
    Invalid or corrup jar file (with a reference to the jsp).
    I can however open files with java extensions. It is also not project related, all jsp files react in the same way.
    I am currently investigating what MS Windows service packs have been installed recently.
    Does anyone know what it means or how this can be solved?
    regards, William Jackman

    Hello William,
    Have you seen this note already ??
    Microsoft security patch  KB834707 side effects in NW. SAP Note 785308

  • To Apply patches

    Hi,
       My client is in delhi(already development server was installed).I want to apply patches from my office(i.e.in mumbai) through remote desktop.I dont have saprouter.Is it possible to apply patches like this,how we have to proceed.
    Thanku

    Hi,
            You can apply SP using RDP. All you to do is just download your patches to the server and follow
    1. ->  Download all the required .SAR and .CAR file
             to /usr/sap/trans or to relavant transport directory.
    2. ->  after copying/downloading file to the /trans directory
             run SAPCAR -xvf <package name>.SAR or
             <package name>.CAR it will automatically copy all the
             *.PAT and *.ATT file to /EPS/in
    3. ->  now go to R3 level and run Tcode SPAM.
    4. ->  now load packages from the application server.
    5. ->  you will be able to see uploaded packages with the green
             light.
    6. ->  Now add SP to the queue by going in to display/define
             queue.
    Best of Luck,
    Gaurav

  • Download "Patch 7" for developer 6i

    Please,
    Have anyone know where can i download "Patch 7 for developer 6i release 6.0.8.16"
    It is very important for my Work
    Thank's

    Frank,
    We are currently at patchset 9 and we will upgrade to the latest patchset 15.
    Just a question : previously I used to apply theses patches "patch by patch".
    Can you confirm me that I can go and apply directly patch 15 over the patch 9 whithout applying 10,11,12...etc?
    Thanks

  • Patch set of Developer 6i

    Hi,
    how can I know which patch set of Developer 6i is installed ?
    Many thanks.

    Hi,
    You need click on menu "Help | About Forms Builder" and you will see the current version after the patch set have been applied, but not about what patch set was installed. (I'm not sure)
    e.g.: version 6.0.8.22.1 is showed on the screen after patch set 13 have been applied.
    Cheers

Maybe you are looking for

  • Display selection of user variables later on in project - can't get advanced action to work

    Hi all, I'm working on a sales training with Captivate 5, based on PPT. I want to do the following, but can't figure out how to design the advanced actions to do it: The learner is asked to choose 1 of 3 products he wants to work with (ok, that's eas

  • GL account blocked error during migo

    when i m doing the migo,during the document posting system showing following error msg. " G/L account 40100211 blocked for posting in company code 1000" when i m doing same bt vendor is diff.. then i not got any error msg... tell me what the solution

  • Share Win XP Printer with OS X Lion

    It appears to be impossible to print directly to my Lanier 5622 printer with 10.7 (due to network and/or driver difficulties), so it has been suggested that I enable printer sharing on the office XP machine and print everything through there. Problem

  • How to encrypted control communicat​ion services on clients in cell Manager.

    Hi All, I am trying to enable the encrypted control communication services on clients in cell Manager. But it is giving error as -Failed to enable encryption for hosts: Data Protector version is 6.20

  • Deleting / Hiding Unwanted Apps in iOS6

    I recently updated to iOS6. Now, when I goto the App Store, under the Purchased tab I now see EVERY app that I ever downloaded. A lot of these apps were trial and/or free apps. Some of these apps are apps that I purchased and did not like. All of the