Controls in NWDS UI

HI,
Can someone give me Controls(Radiobuttons,checkboxes ets and its required peoperties for EP ,NWDS.
I want to know how each control would work.Please help.
Thanks,
Supriya Manik.

Hi,
The UI elements are dependant on what version of NWDS you are using.
Check following link
http://help.sap.com/saphelp_nw70/helpdata/en/9f/656442a1c4de54e10000000a155106/frameset.htm
Ashu

Similar Messages

  • Error received on deploying after using Office Control in NWDS.

    Dear All,
    I received the below mentioned error after deploying an application on the portal using Office Control in NWDS.
    com.sap.tc.webdynpro.progmodel.context.ContextException: Path null does not point to an attribute, but to [email protected] 
    I used the below mentioned link to craete this application.
    everything has been done as per the procedure. Please notify me the solution for this issue.
    Thanks and Regards,
    Soumyadeep.

    Hi Soumyadeep,
    Have you binded the "dataSource" property of the UI element properly to a binary attribute. Because this error says you have not binded some mandatory property in iView.
    So may be dataSource or some other property which is mandatory is not mapped.
    Ninad

  • Problem Switching the Debugger in NWDS

    Hi all,
    I am trying to debug a Java Class in NWDS. I put a break point and went to debug perspective and I am accessing the application in run time, but still
    I donu2019t find the Java Debugger switched on and I cant find the values being passed to the variables. Can some one suggest me if I am missing some thing?
    Regards,
    Jessica Sam

    Hi Jessica,
    It seems that you have not configure Debuger in NWDS.
    1. Click on or Open Debug perspective
    2. Open Debug configuration from menu or from clicking on Icon in top level menu.
    3. From Left side expand Remote Java Application
    4. Click on New Button from bottom left Corner.
    5. Give Any name e.g. My Debug.
    6. You have 3 tab on right side Connect, Source and Common
    7. Click on Connect
    8. Click on Browse from project to debug.
    9. Select crmhomeshr
    10. Connection Type should be Standard (Socket Attache)
    11. Give Host name and Port. Generally port # is 50021 but it may different on your machine.
    12. Click on Source Tab
    13. Click on Use Default source lookup path
    14. Click on Common tab.
    15. Type of launch configuration should be local
    16. Debug Mode should be Default
    17. Select Debug in Display in favorites Menu.
    18. Click on Close.
    Before start your ISA application on debug mode you have to click on "Debug" icon from top menubar and select your created My Debug configuration. It will establish connection with your J2EE engine and switch to debug mode.
    Now access your applicationi n browser. When it hits debug command it automatically switch or transfer control to NWDS Debug window and you can go forward from there.
    I hope this information will help you to configure Debug in NWDS for ISA.
    eCommerce Developer

  • Problem activate the activity in NWDS

    Hi,
    when i am trying to activate an activity in NWDS and  i have got the error msg:
    javac] Compiling 84 source files to /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/t/1238F068412A57C9CB6DCB1CF7C68E64/classes
         [javac] ERROR: /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/DCs/tmobile.at/PBTOOL_APPL/_comp/src/packages/tmobile/appl/sec/PermissionsPBT.java:9: package com.sap.security.api.permissions does not exist
         [javac] ERROR: import com.sap.security.api.permissions.NamePermission;
         [javac] ERROR:                                         ^
         [javac] ERROR: /usr/sap/SMT/DVEBMGS01/j2ee/cluster/server0/temp/CBS/37/.B/2105/DCs/tmobile.at/PBTOOL_APPL/_comp/src/packages/tmobile/appl/sec/PermissionsPBT.java:17: cannot resolve symbol
         [javac] ERROR: symbol  : class NamePermission
    since than i am not able to activate any new activities.
    can some one please help me?
    Thank you
    regrads
    Milen

    Hi Jessica,
    It seems that you have not configure Debuger in NWDS.
    1. Click on or Open Debug perspective
    2. Open Debug configuration from menu or from clicking on Icon in top level menu.
    3. From Left side expand Remote Java Application
    4. Click on New Button from bottom left Corner.
    5. Give Any name e.g. My Debug.
    6. You have 3 tab on right side Connect, Source and Common
    7. Click on Connect
    8. Click on Browse from project to debug.
    9. Select crmhomeshr
    10. Connection Type should be Standard (Socket Attache)
    11. Give Host name and Port. Generally port # is 50021 but it may different on your machine.
    12. Click on Source Tab
    13. Click on Use Default source lookup path
    14. Click on Common tab.
    15. Type of launch configuration should be local
    16. Debug Mode should be Default
    17. Select Debug in Display in favorites Menu.
    18. Click on Close.
    Before start your ISA application on debug mode you have to click on "Debug" icon from top menubar and select your created My Debug configuration. It will establish connection with your J2EE engine and switch to debug mode.
    Now access your applicationi n browser. When it hits debug command it automatically switch or transfer control to NWDS Debug window and you can go forward from there.
    I hope this information will help you to configure Debug in NWDS for ISA.
    eCommerce Developer

  • Web Trends Oracle Applications

    Hi, How get information about the use of the applications and portals (web pages) on Oracle Application Servers? for example how many users visit my portal?, Exist some Oracle product that can provide this information?
    Thanks for your help.

    Hi,
    The WD Flex Client is initially shipped as part of NW CE 7.1 SP3.  However in this initial release we are limiting the scope of supported applications.  What this means is, only applications created using the Visual Composer (deployed as Web Dynpro applications) will be supported.  This is first to reduce the set of UI Elements and functionality (there is a lot) that the WD Flex Client has to support and to gently ramp up adoption.
    In a future release we will support more controls which should make it possible to develop controls in NWDS directly (perhaps with a limitation on certain UI Elements).
    HTH!
    -- Vladimir

  • Error opening Webdynpro view of NWDS 7.3

    I just installed NWDS 7.3 patch 1. Installed JDK 1.6.0_07.  NWDS is  having problem showing Webdynpro view.  When i open the webdynpro view and drag a UI control all i get is the below screen.
    In the error log i get the below error message. I was able to compile and deploy the DC, but having problem see the webdynpro view in the Studio. Please help on what need to be done. I tried this on Windows XP and Windows 7 , and ran into the exact same issue.
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/sap/security/core/server/csi/XSSEncoder)
        at org.eclipse.swt.SWT.error(SWT.java:3884)
        at org.eclipse.swt.SWT.error(SWT.java:3799)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        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:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NoClassDefFoundError: com/sap/security/core/server/csi/XSSEncoder
        at com.sap.tc.ls.renderer.base.AbstractRenderer.writeXmlEscaped(AbstractRenderer.java:1168)
        at com.sap.tc.ls.renderer.base.AbstractRenderer.writeXmlEscaped(AbstractRenderer.java:1118)
        at com.sap.tc.ls.renderer.base.AbstractRenderer.writeXmlEscaped(AbstractRenderer.java:1098)
        at com.sap.tc.ls.renderer.ie6.LSPageHeaderRenderer.renderPageHeaderFragment(LSPageHeaderRenderer.java:843)
        at com.sap.tc.ls.renderer.ie6.LSPageHeaderRenderer.render(LSPageHeaderRenderer.java:290)
        at com.sap.tc.ls.renderer.base.BaseRenderManager.render(BaseRenderManager.java:944)
        at com.sap.tc.webdynpro.clientimpl.designtime.LightspeedDesigntimeClient$RenderManager.render(LightspeedDesigntimeClient.java:48)
        at com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer.renderFlowLayoutItemFragment(LSFlowLayoutRenderer.java:878)
        at com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer.renderFlowLayoutFragment(LSFlowLayoutRenderer.java:812)
        at com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer.render(LSFlowLayoutRenderer.java:252)
        at com.sap.tc.ls.renderer.base.BaseRenderManager.render(BaseRenderManager.java:944)
        at com.sap.tc.webdynpro.clientimpl.designtime.LightspeedDesigntimeClient$RenderManager.render(LightspeedDesigntimeClient.java:48)
        at com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer.renderScrollArea_RenderContent(LSScrollContainerRenderer.java:1574)
        at com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer.renderScrollAreaInnerFragment(LSScrollContainerRenderer.java:1456)
        at com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer.renderScrollContainerFragment(LSScrollContainerRenderer.java:984)
        at com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer.render(LSScrollContainerRenderer.java:358)
        at com.sap.tc.ls.renderer.base.BaseRenderManager.render(BaseRenderManager.java:944)
        at com.sap.tc.webdynpro.clientimpl.designtime.LightspeedDesigntimeClient$RenderManager.render(LightspeedDesigntimeClient.java:48)
        at com.sap.tc.webdynpro.clientimpl.designtime.LightspeedDesigntimeClient$1.run(LightspeedDesigntimeClient.java:158)
        at com.sap.ide.mmservices.core.general.MetamodelService.runWithCache(MetamodelService.java:53)
        at com.sap.tc.webdynpro.clientimpl.designtime.LightspeedDesigntimeClient.render(LightspeedDesigntimeClient.java:149)
        at com.sap.ide.webdynpro.viewdesigner.ur.RenderingService.renderDelta(RenderingService.java:462)
        at com.sap.ide.webdynpro.viewdesigner.ViewDesignerPart.renderDelta(ViewDesignerPart.java:2018)
        at com.sap.ide.webdynpro.viewdesigner.ViewDesignerPart.access$900(ViewDesignerPart.java:197)
        at com.sap.ide.webdynpro.viewdesigner.ViewDesignerPart$ViewChangedListener$1.run(ViewDesignerPart.java:2695)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
        ... 22 more

    Hi ,
    I think your Jdk is not compatible with the NWDS version so please change it to 32 bit JDK and try.
    I think this will sure work .
    Thanks & Regards,
    Meghal Shah

  • NWDS and windows 7 Home Premium 64 bits

    Hello
    I try to install NWDS 7.1 on a laptop with JDK 1.5.0_15, OS Windows 7 64 bits. (Home Premium)
    Installation is ok, adding the features also, connect SAP site to upgrade to the latest version is fine.
    But I m not able to create a project : Wizard list is empty  and only button cancel is enable !
    It' s a bit frustating as a CE and ABAP stack are correctly installed and running on this laptop !
    Any idea to solve this issue
    Thanks

    Hi
    Additional information , the error is due to the NWDS UI :
    the log error meesage star with
    org.eclipse.swt.SWTERROR: No more handles
    at org.eclipse.swt.error(SWT.java:3589)
    result for example is an empty view when I want to display the Context Tab for a component controler.
    Thanks

  • Look and Feel Issues from NWDS 7.0.9 on Windows 7

    Dear Experts,
    I have successfully installed a new NWDS 7.0.9 on my 18' inch laptop:
      Windows 7 (64Bit)
      JDK 1.4.18 (32Bit)
    The NWDS starts without any problems however, i am begining to experience some erratic behavior from the projects i have created.
    For instance, when i attempt to Edit the Application  Properties for a WDJ project, the neccessary fields (and tabs) are not displayed hence i am unable to edit properties like the 'ExpirationTime' or create new one for that matter.
    In some cases,i am unable to embed a View into a Window because the neccessary fields to aid my selection of the view i want to embed are not visible for interaction.
    The same challenge occurs with EAR project; i am unable to edit 'application-j2ee-engine.xml' fields because they are not visible.
    After some troubleshooting,i discovered that the screen resolution may be affecting the 'Look and Feel' of the NWDS itself,
    If i reduced the resolution from 1024*768 to a value much more lower, some of these controls are displayed but with the desktop completely messed up.
    Does anybody have a solution to my problem because this challenge is affecting my productivity?
    Could my issue be as a result of my laptop screen size (i am using an 18'inch laptop)?
    Best regards,
    Bakau Onafuwa
    Oceanic Bank Int'l PLC

    Hi Vishal,
    first go to the download section in SMP.
    Roughly follow this path (translated from german ;-):
    SAP Software Distribution Center -> Download -> Further Download-Infos -> SAP Support Package Stacks -> SP Stack Download
    From list select SP Stack SAP NetWeaver 2004s
    A new window will pop up:
    1. Select your stack
    2. Usage Selection: Application Server Java
    3. Next Step
    4. Under SAP Kernel xx bit select your DB and OS
    5. Next Step
    6. You get a list of all components of you selected items.
    Here you'll find NWDS with a filename like JIDE09P_1-10003480.SAR
    You know the rest, right?
    Regards,
       ok

  • (CRM-) ISA-developers: How do you work with NWDS?

    Hello,
    starting ISA-webapplication-development nearly 4 years ago under CRM 3.0, I used JBuilder 5 as IDE (this was the recommendation of SAP), Perforce for version-controlling and Tomcat as local webapplication-server. It took some effort to build up projects in JBuilder, but after that everything was possible I expect from a modern IDE: coding of java and JSPs with method-suggestion, syntax-check of java and JSPs, building up war- and ear-files, ...
    In the last months my enterprise migrated to CRM 4.0, and now the new development tools are Netweaver Developer Studio and SAP J2EEngine 6.40. And this is the point where the problems begin: In the "ISA Development and Extension Guide" there is only documented how to build up a java-project for compiling your own classes. But compiling java classes is only one of the required development tasks I need. What about JSP development? Why use an external tool as ISA build tool to build the ear-file, then call the external SDM-tool for deploying the new web-application, if this is (theoretically) possible in NWDS?
    Yes, I know that it is possible to setup J2EE-projects in NWDS.
    Yes, I know that there are plugins as wst for doing jobs as JSP-syntax-checking as mentioned above.
    But up to now I was not succesful to configure the NWDS with any plugins (one of the problems: I did only find Eclipse 1.3 plugins which seems to be incompatible with NWDS basing on old ecplise 1.2) or setup NWDS-projects to get the old quality of JBuilder-development.
    So is there anybody out there who extended the NWDS with any plugins and built up succesfully the necessary NWDS-projects for doing all this tasks that effective ISA-webapplication-development is possible?
    With best regards,
    Holger Dittrich

    To all,
    First off let me start by saying the the SAP NetWeaver Develper Studio is designed to work more with portals than with CRM and r/3 web apps.  With that said you can confidently do extreme modifications with the NWDS.  IN my environment I use J2EE 6.20 and J2EE6.40 with NWDS CRM and R/3 ISA B2B B2C with the Build Tool and SDM all working without any glitches.  I know, web work with SAP and no glitches but it can be done.
    Use the NWDS for modifcation the Java, STRUT, JSP, HTML, and any other individual files within the web-app root.
    Use the SAP Build Tool to rename and build the ear's that will be migrated through out your infrastructures landscape.
    Use Software Delivery Manager (SDM) for the loose deployment of ear's and sca's.  The SDM configures the library.txt and reference.txt files within the J2EE with the system libraries your version of EAR's and SCA's require.
    J2EE to run the application in testing and live environment.
    Let me answer one very important question.  Why should I use a seperate build and delivery tool when that functoanlity is in NWDS?  Remember the NWDS is designed to integrate tightly into the portals realm.  Portals is a very strict environment while ISA is loose and allows for greatest amount of customizations.  The Deploy and Build functonality within the NWDS are designed to work with portal apps or views not with full blown stand alone web-apps.
    If anyone is interested in how to get all of the pieces to talk to each other J2EE, NWDS, Build Tool, SDM let me know through this thread.  I used to teach this class for SAP America and can provide you with a docuemnt on creating an ISA project with NWDS and exporting to the Build Tool and redeploying through the SDM.

  • NWDS on Parallels

    Hello,
    Has anyone successfully set up NWDS on a Mac?
    I am trying to run NWDS on my MacbookPro using Windows 7 running on Parallels. I have installed it and downloaded all the updates from the SAP site, and it gave no errors while installing. I can see all the proper perspective such as the Process Composer, Rules Composer, etc.
    But now when I try to import a sample application sca from SDN, it gives the following error:
    Cannot update build status of DC <u2026>. DC not found in model.
    A lot of the standard DCs seem to be empty. Additionally, when I try to create a new DC, all the special SAP DC types (Web Dynpro, Process Composer, etc) are grayed out. when selected, the system displays the following error:
    Software Component does not support this Development Component Type. Required DCs are located in an SC that is not visible from the selected SC.
    As a control measure, I used the same installation file (and update process) for NWDS on a separate machine, this time a PC running Windows 7. There, the installation works fine and I am not facing any of the above issues.
    I am not sure whether my problems are being caused by the underlying Mac platform or the Parallels virtualisation, or both or neither?
    Any help/pointers would be greatly appreciated.
    Thanks
    Manish

    155 views to this post, but no answers.
    Update: Thinking that NWDS is at its core just eclipse, I installed a standard version of eclipse that I downloaded from eclipse.org. Then I copied all the plugins and features from the windows version of NWDS into this version. Now when I start it up I get the following error:
    You are running Developer Studio with an unsupported JVM. Click Details for more information. Click OK to locate a supported JVM.
    Reason: Your JVM is not supported.
    Details:
    Your JVM vendor is not supported.
    Current JVM:
    Apple Inc. JRE 1.6.0_20
    java.home = /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
    Supported JVMs:
    SAP AG JDK: java.version 1.5.0_11 or later
    Sun Microsystems Inc. JDK: java.version 1.5.0_11 or later
    Any ideas?

  • JSPM: NWDI-controlled SC in REVISE due to SC Version Error

    Hello,
    We are still very new to working with the J2EE Engine and NWDI, so naturally we are finding our way through our mistakes.  We are in the process of implementing Enterprise Portal for ESS/MSS, and we have made some custom modifications to both of these components.  We are using NWDI to control the modifications, and after some initial mis-steps, we think we now have a reasonable working landscape.  However, we are now unable to apply support packages for ESS to our Test system.
    We successfully applied sps8 for ESS/MSS/PCUI_GP/ASR and sps11 for NetWeaver to our Development system, using NWDI and NWDS to re-apply our modifications to ESS and MSS.  The combined SP's and modifications went into DEV just fine, they imported into the CONS queue (no runtime system) fine, they assembled successfully, and now I am trying to import them into TEST using JSPM, but here is where the problem lies.
    In the "Check Queue" phase of JSPM, the ESS component is in status REVISE, and the detail message says "New component sap.com/SAP_ESS with version 600.8.0 and provider JD1 does not cover existing component with version 600.7.2 and provider JD1."  JD1 is our NWDI system/domain.  I think the basic problem is that for whatever reason, our TEST system has ESS in version 600.7.2, whereas in DEV it was in 600.7.0 (prior to applying sp8), and I have no idea why there is a difference.
    I have tried the import as a support package stack and as a collection of single support packages, but I get the same result.
    The MSS component has no such issue.  The status in Check Queue indicates that it has admitted our modification from the CMS track for deployment.  The assembled directory contains files for MSS, ESS, PCUI_GP, and ASR, as expected.
    The only thing I can think of is that prior to applying this sp stack, we had a misconfigured NWDI landscape (the transport directory was on the portal DEV server instead of the NWDI server, transports were variously held on the portal DEV server or the NWDI server depending on whether they were controlled by CMS, etc -- all of this is now fixed, but perhaps the damage is done), and the previous sp stack went into the systems prior to any modifications being done, it went in without NWDI control, and then modifications were transported into TEST separately.  However, supposedly the DEV and TEST systems had the same versions prior to this sp stack being applied.
    I know the documentation says that the component in the transdir must be replaced to fix the REVISE status, but we have nothing to replace it with.  It IS the correct version.  What I really need is a way to tell JSPM to ignore the version error and force the new (modified) component in, without losing the version history and track control in the CMS.
    Any advice on how to proceed will be much appreciated.  The NWDI and Portal are both NW04s release, and the NWDI is already at sps11.
    Best regards,
    Matt

    We resolved this problem by undeploying all ESS components via SDM, then applying all the support packages to still-deployed components with JSPM, and then redeploying the new/modified ESS package via JSPM with the option of "New Software Components."  I still don't know how the funny 7.2 sp.patch version number got there in the first place.
    --Matt

  • How to use CVS in NWDS for MDK

    Hi All,
    We are working on customizing MAM3.0, we need help on using CVS to manage developments.
    We in the team are 3 members and the development is depending on each other.
    We are using NWDS 7.XX, can somebody help us in using CVS / DTR to resolve conflicts in developments.
    Your help in this regard is well appriceated.
    Merry christmas, n'joy holidays.
    Thanks & Regards,
    Sai. K. K

    Hi,
    You can use an open source CVS . However, if you have NWDI, it already provides the DTR for version control. The link you provided is about the option to use a third party CVS if you don't want to use NWDI, it is not a requirement.
    Regards,
    Shehryar

  • How to run the servlet  from nwds

    Hi........All
                     my scenario is in sender system so many files are there in that control file and data files .control file have names of the data files  first i have to pick the control files after that i have to pick the data files based on that control file for that purpose i written one FTP Client program for retrieving the files and wrote logic also it's working fine by stand lonly now i created one java proxy for that i developed one ejb module and that ejb module is called by one j2se application that is servlet and i created WAR file for servlet and JAR file for ejbmodule and i given this references  to  EAR file and i deployed that EAR file from NWDS it's deployed successfully
                         now i want call that servlet how can i call that servlet and how can i test that EAR file whether it's working fine or not. any one  can provide that documentation on that i really appreciate you
    warm regards
    syamprasad.p

    Hi Syam
    If your error is HTTP 404, then
    Error: 404 Not Found
    Description: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    <b>Possible Tips:-</b> for HTTP_RESP_STATUS_CODE_NOT_OK 404
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.
    Ravi.

  • Problem with Sap interactive form by Adobe control

    Hi,
    I'm using NWDS version 7.0.21  .
    I downloaded and installed LiveCycleDesigner 7.1 from service.sap.com  .
    I restarted my computer.
    I start NWDS and open an existing WD java project, and i tryed to  add an adobe interactive form control into existing view.
    That time error below poped-up.
    How can i fix this problem.
    Thanks.
    Error
    JVM terminated. exit code = 1
    c:\j2sdk1.4.2_16\bin\javaw.exe
    -Xmx 512m
    -Xms128m
    -Xx:PermSize = 32m
    -Xx:MaxPermSize=128m
    -DallUserDir='C:\ProgramData'
    -cp C:\ProgramFiles\SAP\IDE\IDE70\eclipse\SapStartup.jar
    com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\program Files\SAP\IDE\IDE70\eclipse\SapIde.exe
    -showsplash 600

    It must be installed LiveCycle Designer 8.0 for NWDS 7.0.21

  • Error opening VC model in NWDS

    Hi,
    I did an import of a local VC model in the browser and then added to source control.
    When I try to open it in NWDS I get the following error:
    0001> [E] ERROR trying to open unit ac1f...
    Thanks and regards,
    Kevin

    Hi Kevin,
    Let's try a workaround for this issue:
    Could you please open that model in the browser version VC ,check it out, make a change in the model (add a form and delete it - this will update the persistency) and then check it in. Then resync it in the IDE and try to open again.
    Thanks,
       Nati

Maybe you are looking for

  • DBAdapter not starting up

    Guys, I'm using a SOA cluster. It has been setup on two separate physical boxes. Right now, DB adapter is not starting up and in prepared state. Here is the error I get when I try to start it. The weblogic-ra.xml <connection-factory-interface> 'oracl

  • Foxconn 593-0538 A

    Question: Is this cable related only to the Webcam or also to the LCD. If I don't connect this cable will the monitor work? Thanks Davide

  • Create a Backup Lab computer

    Have a Mac G3, Labview 5.1, OS 8.1. Using it for lab data acquisition. Just purchased another G3(used) and it has OS9.1. I would like to configure this new G3 such that if the old one blows up, I an just plug this one in and continue normal operation

  • Using Dimension Measures - COUNT, etc.. within Fact Results

    All, I am running into an issue that I imagine is relatively straight forward if you know what youre doing but I cant seem to get it right. I am trying to include some counts from my Dimensions alongside measures from my fact table. To do this I have

  • Ae 2014 (13.1.1) won't launch on Mac OS 10.10

    I cannot launch Ae 2014 (13.1.1) on my machine running 10.10. Uninstalled and reinstalled Ae and still no luck. Cannot get past "quit unexpectedly" screen.