[WD4J][Problem at Service Controller Template Apply]

Hello!
I did some research about this problem with no success on finding a solution. Did try a lot of things like re-run the NWDS with -clean option, restart the IDE, reload the model re-create the project that contains the model...
The error happens when I try to create a Service Controller Template on a component. This model is being used in this component and is imported in the project from another WD project that contrains only models. At the moment I click on next, after the Service Controller selection on the list, in the Error Log view I get the following error:
"Unhandled event loop exception"
The Exception Stack Trace is:
java.lang.NullPointerException
     at com.sap.ide.webdynpro.template.simplescenario.servicecontroller.ModelContextListBarViewer.filterModels(ModelContextListBarViewer.java:159)
     at com.sap.ide.webdynpro.template.simplescenario.servicecontroller.ModelContextListBarViewer.initClientArea(ModelContextListBarViewer.java:120)
     at com.tssap.util.ui.reuse.listbar.ListBarViewer.initContainer(ListBarViewer.java:358)
     at com.tssap.util.ui.pane.internal.GridLayoutPane.addGridLayoutPaneContainer(GridLayoutPane.java:1041)
     at com.sap.ide.webdynpro.template.simplescenario.servicecontroller.ModelSelectionPage.createControl(ModelSelectionPage.java:81)
     at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1147)
     at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1139)
     at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1128)
     at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
     at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1126)
     at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:820)
     at com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateDialog.nextPressed(ApplyTemplateDialog.java:47)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
     at org.eclipse.jface.window.Window.open(Window.java:801)
     at com.sap.ide.mmservices.common.eclipse.template.actions.ApplyTemplateAction.run(ApplyTemplateAction.java:28)
     at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateAction(TemplateInvoker.java:78)
     at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateWizard(TemplateInvoker.java:34)
     at com.sap.ide.webdynpro.wdexplorer.actions.other.ApplyTemplateAction.run(ApplyTemplateAction.java:64)
     at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.runInternal(BaseDelegateSingleAction.java:65)
     at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.run(BaseDelegateSingleAction.java:58)
     at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
     at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)
     at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)
     at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
     at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
     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:193)
     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:386)
     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:549)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
I'm using the SAP NetWeaver 7.2 SP02 PAT0001 version of the NWDS for CE development (the same version as a friend doing the same thing that is able to apply this model on another project) and this Model is a WS from MDM.
Thanks in advance!
Edited by: Hermano Claro on Nov 16, 2010 2:01 PM
Edited by: Hermano Claro on Nov 16, 2010 2:03 PM

I am trying to apply a newly-made dreamweaver template to a newly-created page. The problem is, when I try to do so, my document body and document head show up in the dialogue box as editable regions, even though I only have one tag (the h2 tag for the "Page Name") set to be editable.
A properly created DW template should have at least TWO editable regions, both in the head of the page:
1. A region called "doctitle" around the <title> tag
2. A region called "head" located just above the </head> tag
In addition it will have any number of other editable regions defined by you as you build out the body of the page.
So - that's the story on properly created templates. Now, I don't understand your issue - what do you mean by "my document body and document head show up in the dialogue box as editable regions"?

Similar Messages

  • Performance problem calling service controller

    Hi,
    first of all, I'm a really Web Dynpro Newbie, so please be careful with me
    My problem is following. I'm trying to boost performance of our business Web Dynpro project. The starting time is very high. The first view, which is displayed, calls a method of a service controller which just returns a string. With logging I found out, that between the calling of the service controller with "wdThis.wdGetXXXServiceController().getSomething()" and the wdDoInit() of the "XXXService", there is a delay of 5-10 seconds.
    So, i have no idea, what is done in this seconds. The wdDoInit should the first code be called, or not?
    Maybe someone has one idea. I'm afraid, that it will not be possible to post lot more of code, because I cannot locate the problem.

    hi
      the code generated automatically when you use service controller , gets placed in
      component controller init() and a execute method gets created , so  its not mandotary that
      you write the code in the init() , you can even write the code in the  execute create , if so you seem that there  delay in the time using service controller , you can even have your manual code written .
       I guess there should not be any performance criteria coming in picture just because of using  service controller  , and is you find that  , write the code . manually .

  • Unable to find service controller in NWDS 7.0.9 installed on windows 7

    Dear All,
    I am unable to find the service controller, when i perform apply template on component controller. The NWDS version is 7.0.9 and the OS version is windows 7.
    Regards,
    Sam.

    Hi Sam,
    You can find the option for the service controller once you right click on component controller or custom controller >> tamplate >> apply > service controller.
    If the service controller not available for the NWDS 7.0.9 then you need conpleted the required activity for mapping and write the methods manually. I am not sure about the service controller availability in NWDS 7.0.9
    Best Regards
    Arun Jaiswal

  • Prime Infrastructure 2.1.1 cannot add more than two interfaces in Dynamic Interface Controller Templates

    Cisco Prime Infrastructure is a damned nightmare of browser bugs (some features work in IE8, some in IE9, and some only in Firefox).  And I am not sure if what I am experiencing is a browser bug - or a real bug - or something that I was able to do before and can't any more?  I would love for someone to either explain why this is happening to me, or reproduce the bug!
    I'm running Prime 2.1.1.  I am doing this ...
    Configure > Controller Template Launchpad
    System > Dynamic Interface
    Select a command > Add interface (GO)
    Enter all the properties - roll to the bottom of the page, and click Apply to Controllers
    I have four controllers.  And normally I would add an interface for each controller.  But I can only create two out of the four.  It doesn't matter which two I choose.  When I click Add under Manage Interfaces for the third controller, I cannot click the Done button to apply it (see screenshot, attached).  I have found that if I change the VLAN to something else, it will let me save it.  But ... why?  I went back and reviewed all of my existing interface templates and I am not doing anything different.  Although, they were all created a long while ago using WCS 7.x.
    Any help, guidance, or confirmation of insanity would be appreciated.
    -Steve Ballantyne

    I doubt I will get any hits on this here but I always try.  I opened a TAC case.  I will come back and comment on whatever they find.

  • Problem in Service Registry

    Hi All,
    I am facing problem with Service Registry.
    ( CAF ---> Administrative tools --> External Service Configuration -->Service Registry)
    Few days back it was working fine, but now i am getting the following exception when i click on the Srevice Registry Link.
       java.lang.NullPointerException
        at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
        at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
        at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.getExternalInterfaces(MMServiceRetrievalAdapterCallerBean.java:158)
        at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:477)
        at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:201)
        ... 47 more
    Full Trace
    java.lang.RuntimeException: com.sap.caf.rt.exception.CAFBaseRuntimeException: Exception in method getExternalInterfaces.
         at com.sap.caf.wd.services.registry.VwOverview.loadServices(VwOverview.java:661)
         at com.sap.caf.wd.services.registry.VwOverview.wdDoInit(VwOverview.java:133)
         at com.sap.caf.wd.services.registry.wdp.InternalVwOverview.wdDoInit(InternalVwOverview.java:275)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.makeVisible(ViewManager.java:789)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.performNavigation(ViewManager.java:296)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:767)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:873)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:144)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:380)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:358)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:926)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:259)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.caf.rt.exception.CAFBaseRuntimeException: Exception in method getExternalInterfaces.
         at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:208)
         at com.sap.caf.wd.services.registry.VwOverview.loadServices(VwOverview.java:657)
         ... 46 more
    Caused by: com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method getExternalInterfaces.
         at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:493)
         at com.sap.caf.mp.core.data.service.DataServiceBridge.getExternalServices(DataServiceBridge.java:201)
         ... 47 more
    Caused by: java.lang.NullPointerException
         at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
         at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
         at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerBean.getExternalInterfaces(MMServiceRetrievalAdapterCallerBean.java:158)
         at com.sap.caf.mp.mmr.ejb.MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.getExternalInterfaces(MMServiceRetrievalAdapterCallerLocalLocalObjectImpl0_0.java:477)
         ... 48 more
    Regards,
    Ashutosh Rastogi

    Hi Palani,
    First try to create a destination for a particular WSDL. See is it works.
    Also please let me know how the services are created and published.
    Regardsa
    Raghu.

  • Activity Templates inside Service Request Templates

    I have run into a problem and I was hoping there is an easy solution.
    I have built Activity Templates for Access Requests, one template per application.
    Then I have Service Requests for per Job Code, which include up to 20 of those Activity Templates.
    I did it this way specifically so if an Application Access process changed, I could just edit the Activity Template for that Application, and all the Service Requests that use that template would update as well.... or so you would think.
    I just had to change some, and my service request is still showing the old templates, not the esits I did. I waited over an hour. Is this a workflow problem, or a functionality problem? If the Service Request Template saves when created instead of pullign
    the activity templates each time its opened, it defeats my purpose of trying to do this modularly. This also makes absolutely no sense to me either, if that is in effect how it works.
    What that will mean is I will have to edit every service request that uses a specific activity, instead of just that activity template.

    Activity templates do not cascade. When you add an activity template to a Service Request, SCSM creates a copy of the activity template _inside_ the SR template. That's where they diverge.
    Any further changes to the original activity template will not be replicated to any SRs that contain that activity.
    I'm sorry to say that's the way SCSM's template management was implemented.

  • A question and out CA 'domain controller' templates, and kerbros/KDC in general

    Hello All
    Can someone please help me with the following question. This may be two questions (so if you think I have to post separately please let me know).
    I was reading an MS article called "Active Directory Domain Controllers and Certificate auto-enrolment" which was very helpful but through up some questions too.
    for example the article talks about a 'template' called 'Directory E-mail Replication' what is this? in other words we have all heard of MS Exchange for corporate email, but the name of this template seems to suggest 'Domain Controllers' send e-mails to
    reach other? (over and above their normal AD replication) or is this template used for sending AD replication data via SMTP rather than RPC (which is something I have never heard of). Can someone please explain the purpose of this template, thanks very much.
    Also I want to understand the relationship (if any) between these Domain Controller PKI templates and Kerberos in general (can someone point me to a white paper of good blog article)
    For example my understanding at the moment if Kerberos is basically a 'symmetric'  key encryption system where by the KDC (Key Distribution Center) take care of administering all these symmetric key pairs, is this basic premise
    correct?
    I understand (at a very basic level) to concept of Kerberos TGT and TST (ticket granting ticket and ticket service ticket) and the fact the client cannot read the contents of either of these (rather the KDC is the trust anchor and deals with all the encryption
    and description of the keys to provide/proof identity authentication, and the client simply presents these tickets)
    Hopefully the above is correct (or on the right lines), what I do not understand is how this (Kerberos/KDC) relates to DC's and their 'Domain Controller' templates or how these Domain Controllers use the certificates generated from these templates for encryption
    (I presume to encrypt the AD sync traffic, but isn't this done via Kerberos).
    Also AD CA is optional component therefore my logic suggests there should be no relation to these Domain Controller templates and Kerberos
    As you can see I have some fundermental gaps in my knowleague and would really appreciate someone helping me out here
    Thanks very much
    AAnotherUser__
    AAnotherUser__

    Re the template Directory E-mail Replication.
    Yes, you are right - these are only used for (optional) AD replication via SMTP, and yes this is rather uncommon. I have only encountered this type of replication in a few environments with very specific - and historically grown - firewall and trust requirements.
    Re Kerberos and certificates:
    My favorite white paper is this:
    Windows Vista Smart Card Infrastructure. See especially the details of how Kerberos is used with smart cards as depicted in Figure 16 and the text below.
    When users use smartcards to logon to their computers they authenticate to DCs and DCs authenticate to them. So DCs also need certificates.
    See
    RFC 4556 for details of how public key cryptography is used to protect the Kerberos protocol.
    So in summary certificates are used for authentication and encryption.
    You are right that otherwise - if you don't use smart card logon for users - DC certificates are optional and not needed to do default Kerberos authentication.
    Another reason DC certificates are often deployed is for allowing LDAP browsers and other management tools to connect to AD via LDAPs.
    Elke

  • Prime Infrastructure and WLAN Configuration Controller Templates

    Hello,
    I work with PI v1.2 in customer environment. This app has SNMP relation with 7 controllers (4 controllers in 2 WiSM modules, 3 controllers are standalone). All controllers uses WLANs which I sometimes need to update. I would like to use the PI so that update all of them in one step. But when I use WLAN Configuration Controller Templates and choose given WLAN Template then the PI answer me with error message: "Unknown Exception Occured. If the problem persists send logs to the Tech Support."
    Have you anyone had such a problem? Is it any bug of the application?
    Thank you.

    Yes, you should be able to discover templates from the WLC
    HTH,
    Steve

  • Service Request template with status resolved

    Hi all,
    There is a way to create a Service Request template with the status "resolved"? We would like to use this kind of template in a location when we don't care about  the issues, but we need to know their number. So we just have to open a new
    SR, apply that template and close it automatically. 
    Thank you,
    Eugen

    Hi,
    If no Activities related to your Service Request it will completed automatically, If actitivities related than you must create a workflow to complete the activities first, then your SR will be completed.
    Antoine AL Ibry

  • ASA 1000v controlled by Prime Network Services Controller

    I have a problem with a ASA 1000v which is controlled by the Prime Network Services Controller. I made a Policy for one port-profile which a server is connected. I configured nat and I am able to reach hosts on the Outside Network.
    Somehow I would like to limit the traffic to certain ports. So I made a ACL which looks like this
    I would guess that this give me a ACL which permits only SSH to 192.168.1.1. But instead it gives me a ip 192.168.2.2 192.168.1.1 ACL on the ASA.
    Has anybody a clou on how to do this?

    I found the answer. The ACL must look like this then it will work :)

  • Problem in Service Pricing Procedure

    Dear Experts,
    I am facing on interesting problem In service prices in Purchase Order -
    I have One vendor for material supply. So Material Pricing procedure has been assigned to him through Schema group vendor. and as a price determination process pricing process comes in PO.
    But in my current scean - i am creating Service Purchase Order for the Same vendor. Material Pricing procedure is there in conditions tab. I am entering service order price at services tab. it is picking correct price in Service conditions.
    But again it is picking the same service price in Material Conditions in material pricing procedure. issue is not only that it is doubling (multiplying number of times).
    Also please suggest me how to treat the pricing procedure for the vendors who supplies materials as well services.
    Thanks in Advance !

    Hi
    The PO line item can be either material or service.
    If it is service line item with item category D then you should enter the price at service number level which will pass on to the Conditions tab page.
    I do not think you will have doubling of price in this case.
    You will not able to enter the PBXX price in this material condition tab page.
    Regards
    Prasad

  • Problem with services hierarchy and purchase order

    Hi I'm in Srm 7 EHP8(classic scenario) and i have a problem with services hierarchies:
    I create a Purchase requisition in ECC with the next structure:
    1.Hier
    1.1 Serv1
    1.2 Serv2
    1.3 Serv3
    Then I upload this PR to SRM(I activated the BBP_EXTLOCALPO_BADI to change to the Extended-classic scenario to upload correctly the hierarchy)
    and in the SOCO  I only choose the position 1.1 Serv1 and create a purchase order.
    The problem is the purchase order created in ECC contain all the services of the purchase requisition, not only the service I choose(1.1 Serv1) to create the purchase order, in SRM the purchase order is correct with only one position(1.1 Serv1)
    Any Idea?.
    Thanks for the help.

    Hi,
    I have the same problem, any new about that?
    Rgs,
    Pedro

  • Unable to Create Service Request Template in CRM

    Hello,
    I need to create a service request template in crm web ui,
    Following are the steps followed.
    I have identified the transaction type as SRQT screen shot attached below
    However when I click on on the work center link groups of the service pro role, I am not able to find the same for the service request template
    As per the post below it says that you need to go navigation bar profile and add the SM-SUPPORT work center and the work center link group as SM-SRQT-CR
    How to customize service request templates
    The error appears when I try to add the logical link id,
    Because of the above error I am not able to create service request template in sap crm, please advice which logical link ID, I need to use so that the service request template can be created in the system.
    Kind Regards
    Atul

    Hi Atul,
    1. Screen shot 1 is correct
    2. Screen shot 2 - You are at end of all work centers in your custom role which you might have copied from standard or Z role. If you look in standard role SERVICEPRO, navigation bar profile SRV-PRO, work center - SRV-ORD, you will find service request template
    In Cases work Center in standard SERVICEPRO role you can create service request template.
    Try copying this to your custom role in your required work center. It should work.
    Regards,
    Niraj

  • Classpath and property problem in services

    Hi, all,
    I've had a number of problems getting the Stockquote example to run properly. This seems to be due to a problem that services don't get either classpaths or properties when they start.
    The first manifestation of this problem came when the proxySet, proxyHost, and proxyPort environment variables weren't getting set properly in class services.stockquote.Stockquote. The symptom was that url.openStream () timed out because the proxy was not set correctly.
    The second symptom comes when"JavaPort" is used as the port on the client. Despite every attempt I've made to put services.stockquote.Stockquote on the classpath, URLClassLoader will not find this class. However, a call to Class.forName("services.stockquote.Stockquote") in Main.java, just before the bottom of the stack, works! It works in both the client and the server!
    So, could someone please tell me why the classpath and properties are getting shucked, and how to get them right?
    I'm on Windows 2000 :p using JDK 1.3.1 and Tomcat 4.0.
    Thanks,
    - Steve.

    Vivek, I think this belongs in a different thread. Also you'll need to say what problems you're having.
    The only thing that definitely needs to be changed about the example is that the service may fail if it's run behind a proxy server. You'll need to set the following System properties:
    System.setProperty("proxySet", "true");
    System.setProperty("proxyHost", "your.proxy.com");
    System.setProperty("proxyPort", <your proxy port>");
    If this isn't done you'll get an exception like the following:
    Exception in thread "main" com.ibm.wsif.WSIFException: SOAP Fault:SOAP-ENV:Server Exception from service object: Operation timed out: connect
    -S.

  • Best Practices for Using Service Controller for Entity Framework Database

    I'm running into an issue in my first time creating a Web Service with a .NET backend with Azure. I designed a database in Entity Framework and had it create the models, but I couldn't create a controller for the table unless I made the model inherit from
    EntityData. Here's the catch, the Database Model has int Id, but EntityData has string Id, so, of course, I'm getting errors. What is best practice for what I'm trying to do?
    Michael DiLeo

    hi Michael,
    Thanks for you posting!
    Sorry for I am not totally understanding your issue. Maybe two points need your confirm:
    1. I confuse with the "Service controller"? IS your meaning MVC controller? Or ServiceController(http://www.codeproject.com/Articles/31688/Using-the-ServiceController-in-C-to-stop-and-start
    2.whether  The type of ID in the model is match to the database ? In other words, Is the type of IDin .edmx matched to the database?
    By the way, it seems that this issue is more related to EF. You could post this issue on EF discussion for better support.
    Thanks & Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • EWallet crashing when using Firefox on 64 bit Windows 8.1

    Hi there, Since I upgraded my laptop recently to a 64-bit HP Envy running Windows 8.1, I’ve been having trouble with eWallet (a digital wallet for passwords) using Firefox V35.0.1. In case you don’t know eWallet, it is possible to store passwords, us

  • Firewire issues with DV camera

    When connecting a Samsung VP-D305i mini DV camera to the firewire port (4pin to 6pin cable) Mac OS fails to recognise it. I know this is an issue that has been covered in this forum a few times, but none of the answers seem to work for me. Furthermor

  • Even after selecting Manually to view emaill still loading new messages all

    Even after i choose to only receive mail manually when i select the mail icon it seems that the phone is still receiving mail even after i selected it not to. I proved it myself when i signed up to receive mail from ebay from my personal pc. it also

  • Image retrieval error

    Hi, I have a weird problem. I have a blob field in two tables. Both contain a potential thumbnail of a given document which is stored in a different table. I have a simple web application that displays the thumbnails using the PL/SQL web cartridge. H

  • Home Hub, CAT6 and my home network

    Hi All I've just moved into a place that's got CAT6 cabling installed. I've got the latest BTHomeHub (arrived in November) and Broadband (Infinity not available yet). If I want to access the internet in the rooms that have CAT6 cabling installed: - I