Service component repository

Hi Gents,
I'm writing a Bachelor Thesis about SOA and I'm trying to implement an existing business process to a service oriented environment. I've heard, that it is possible to see the SAP standard services in a kind of repository???
Is this correct???
I'm searching for a kind of example how to adopt a business process like (creating customer order) in the rigtht granularity.
Thanks & regards
Gerd

Hi Gerd,
Check for <a href="http://ifr.sap.com/index.html">http://ifr.sap.com/index.html</a>. Here check for the SAP interface repository.
Thanks,
Kulwant

Similar Messages

  • Error while invoke ADF BC Service component

    I have an ADF Service component, which I'm trying to call from BPEL. A process can be sucessfuly build and deployed, but at run time I'm getting error: Could not determine WSDL port.
    A error stack trace from server is below:
    2008-12-04 21:02:33.003 WS Binding: exception durign SOAP invocation: javax.xml.ws.WebServiceException: Could not determine WSDL ports
    2008-12-04 21:02:33.003 oracle.fabric.common.FabricInvocationException
    2008-12-04 21:02:33.004      at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.sendSOAPMessage(WebServiceExternalBindingComponent.java:569)
    2008-12-04 21:02:33.004      at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.request(WebServiceExternalBindingComponent.java:475)
    2008-12-04 21:02:33.004      at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:136)
    2008-12-04 21:02:33.004      at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
    2008-12-04 21:02:33.004      at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:111)
    2008-12-04 21:02:33.004      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2008-12-04 21:02:33.004      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2008-12-04 21:02:33.004      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-12-04 21:02:33.004      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-12-04 21:02:33.004      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
    2008-12-04 21:02:33.004      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
    2008-12-04 21:02:33.004      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
    2008-12-04 21:02:33.005      at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    2008-12-04 21:02:33.005      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
    2008-12-04 21:02:33.005      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    2008-12-04 21:02:33.005      at $Proxy102.request(Unknown Source)
    2008-12-04 21:02:33.005      at oracle.fabric.BPELServiceEngine.requestToMesh(BPELServiceEngine.java:501)
    2008-12-04 21:02:33.005      at com.collaxa.cube.ws.FabricInvocationHandler.invoke(FabricInvocationHandler.java:230)
    2008-12-04 21:02:33.005      at com.collaxa.cube.ws.FabricInvocationHandler.invoke(FabricInvocationHandler.java:67)
    2008-12-04 21:02:33.005      at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:263)
    2008-12-04 21:02:33.005      at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:162)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:864)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:381)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:107)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.CubeEngine._performActivity(CubeEngine.java:2954)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2868)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1437)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:188)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:280)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4895)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:859)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:163)
    2008-12-04 21:02:33.005      at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:199)
    2008-12-04 21:02:33.005      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2008-12-04 21:02:33.005      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2008-12-04 21:02:33.005      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-12-04 21:02:33.005      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:27)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    2008-12-04 21:02:33.005      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:54)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:52)
    2008-12-04 21:02:33.006      at java.security.AccessController.doPrivileged(Native Method)
    2008-12-04 21:02:33.006      at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:187)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:516)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.JaasModeImpl$DoAsPrivilegedExecutor.execute(JaasModeImpl.java:289)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.JaasModeImpl$BasicExecutor.execute(JaasModeImpl.java:158)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:57)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:104)
    2008-12-04 21:02:33.006      at CubeEngineBean_LocalProxy_4bin6i8.syncCreateAndInvoke(Unknown Source)
    2008-12-04 21:02:33.006      at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequestAnyType(DeliveryHandler.java:475)
    2008-12-04 21:02:33.006      at com.collaxa.cube.engine.delivery.DeliveryHandler.initialRequest(DeliveryHandler.java:431)
    2008-12-04 21:02:33.006      at com.collaxa.cube.engine.delivery.DeliveryHandler.request(DeliveryHandler.java:139)
    2008-12-04 21:02:33.006      at com.collaxa.cube.ejb.impl.DeliveryBean.request(DeliveryBean.java:126)
    2008-12-04 21:02:33.006      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2008-12-04 21:02:33.006      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2008-12-04 21:02:33.006      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-12-04 21:02:33.006      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:27)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.006      at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:52)
    2008-12-04 21:02:33.006      at java.security.AccessController.doPrivileged(Native Method)
    2008-12-04 21:02:33.006      at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:187)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.SecurityServices.doAsPrivileged(SecurityServices.java:516)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.JaasModeImpl$DoAsPrivilegedExecutor.execute(JaasModeImpl.java:289)
    2008-12-04 21:02:33.006      at oracle.oc4j.security.JaasModeImpl$BasicExecutor.execute(JaasModeImpl.java:158)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:57)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:101)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:58)
    2008-12-04 21:02:33.007      at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:104)
    2008-12-04 21:02:33.007      at DeliveryBean_LocalProxy_4bin6i8.request(Unknown Source)
    2008-12-04 21:02:33.007      at oracle.fabric.BPELServiceEngine.request(BPELServiceEngine.java:277)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:136)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:111)
    2008-12-04 21:02:33.007      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2008-12-04 21:02:33.007      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    2008-12-04 21:02:33.007      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    2008-12-04 21:02:33.007      at java.lang.reflect.Method.invoke(Method.java:585)
    2008-12-04 21:02:33.007      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
    2008-12-04 21:02:33.007      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
    2008-12-04 21:02:33.007      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
    2008-12-04 21:02:33.007      at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:59)
    2008-12-04 21:02:33.007      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
    2008-12-04 21:02:33.007      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    2008-12-04 21:02:33.007      at $Proxy102.request(Unknown Source)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.doMessageProcessing(WebServiceEntryBindingComponent.java:911)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.processIncomingMessage(WebServiceEntryBindingComponent.java:630)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.soap.FabricProvider.processMessage(FabricProvider.java:96)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:1055)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:763)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:528)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:212)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:176)
    2008-12-04 21:02:33.007      at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:311)
    2008-12-04 21:02:33.007      at oracle.integration.platform.blocks.soap.FabricProviderServlet.doPost(FabricProviderServlet.java:207)
    2008-12-04 21:02:33.007      at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
    2008-12-04 21:02:33.007      at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
    2008-12-04 21:02:33.007      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:692)
    2008-12-04 21:02:33.007      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:351)
    2008-12-04 21:02:33.007      at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:977)
    2008-12-04 21:02:33.007      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:878)
    2008-12-04 21:02:33.007      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:676)
    2008-12-04 21:02:33.008      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:644)
    2008-12-04 21:02:33.008      at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:436)
    2008-12-04 21:02:33.008      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:185)
    2008-12-04 21:02:33.008      at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:153)
    2008-12-04 21:02:33.008      at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:276)
    2008-12-04 21:02:33.008      at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:223)
    2008-12-04 21:02:33.008      at oracle.oc4j.network.ServerSocketAcceptHandler.access$900(ServerSocketAcceptHandler.java:39)
    2008-12-04 21:02:33.008      at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:841)
    2008-12-04 21:02:33.008      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
    2008-12-04 21:02:33.008      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
    2008-12-04 21:02:33.008      at java.lang.Thread.run(Thread.java:595)
    2008-12-04 21:02:33.008 Caused by: javax.xml.ws.WebServiceException: Could not determine WSDL ports
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:143)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.WSDLMetadata.getPort(WSDLMetadata.java:380)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.ServiceDelegateImpl.createDispatch(ServiceDelegateImpl.java:262)
    2008-12-04 21:02:33.008      at javax.xml.ws.Service.createDispatch(Service.java:325)
    2008-12-04 21:02:33.008      at oracle.integration.platform.blocks.soap.AbstractWebServiceBindingComponent.dispatchRequest(AbstractWebServiceBindingComponent.java:365)
    2008-12-04 21:02:33.008      at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.processOutboundMessage(WebServiceExternalBindingComponent.java:159)
    2008-12-04 21:02:33.008      at oracle.integration.platform.blocks.soap.WebServiceExternalBindingComponent.sendSOAPMessage(WebServiceExternalBindingComponent.java:551)
    2008-12-04 21:02:33.008      ... 132 more
    2008-12-04 21:02:33.008 Caused by: java.io.IOException: Could not find schema from URL source, file source, classpath or application context at this lcoation: "file:SimilarOpportunityPredictionService.wsdl"
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.schema.SchemaLocator.getDocument(SchemaLocator.java:66)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.schema.SchemaHelper.getDocument(SchemaHelper.java:178)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.schema.SchemaHelper.getDocument(SchemaHelper.java:163)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.WSDLMetadata.readWsdlDefinition(WSDLMetadata.java:329)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPortsFromWsdl(WSDLMetadata.java:170)
    2008-12-04 21:02:33.008      at oracle.j2ee.ws.common.jaxws.WSDLMetadata.initPorts(WSDLMetadata.java:141)
    2008-12-04 21:02:33.008      ... 138 more
    2008-12-04 21:02:33.067 Error during handle work item ORABPEL-02025
    Block cannot handle exception.
    failure of the block "BpPrc0" to handle a business exception for the instance "1203"; exception reported is: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{code=<code>null</code>
    ,summary=<summary>Could not determine WSDL ports</summary>
    ,detail=<detail>null</detail>
    This error contained the exceptions thrown by the underlying routing system.
    Contact Oracle Support Services. Provide the error message, the composite source and the exception trace in the log files (with logging level set to debug mode).
                                                                                                                                                                                                                                                                                                                2008-12-04 21:02:33.076 Message Type is normalized, exiting agent.processFault()
    2008-12-04 21:02:33.131 An error occurred for port: FabricProvider: javax.xml.rpc.soap.SOAPFaultException.

    BPEL process:
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Thu Dec 04 20:03:30 EST 2008
    Author: alpavlov
    Purpose: Synchronous BPEL Process
    -->
    <process name="RealTimePrediction"
    targetNamespace="http://xmlns.oracle.com/SOA-WSIF/RTPrediction/RealTimePrediction"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:client="http://xmlns.oracle.com/SOA-WSIF/RTPrediction/RealTimePrediction"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://xmlns.oracle.com/oracle/apps/spe/prediction/rt/common/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns2="http://xmlns.oracle.com/oracle/apps/spe/prediction/rt/common/types/">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="bpelprocess1_client" partnerLinkType="client:RealTimePrediction" myRole="RealTimePredictionProvider"/>
    <partnerLink name="SimilarOpportunityPredictionService"
    partnerRole="SimilarOpportunityPredictionService_Role"
    partnerLinkType="ns1:SimilarOpportunityPredictionService_PL"/>
    </partnerLinks>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="inputVariable"
    messageType="client:RealTimePredictionRequestMessage"/>
    <variable name="outputVariable"
    messageType="client:RealTimePredictionResponseMessage"/>
    <variable name="CustomerId" type="xsd:string"/>
    <variable name="OpptyId" type="xsd:string"/>
    <variable name="RevnueId" type="xsd:string"/>
    <variable name="Invoke_1_input"
    messageType="ns1:SimilarOpportunityPredictionService_getSimilarOpportunityInfo"/>
    <variable name="Invoke_1_output"
    messageType="ns1:SimilarOpportunityPredictionService_getSimilarOpportunityInfoResponse"/>
    </variables>
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in RealTimePrediction.wsdl) -->
    <receive name="receiveInput" partnerLink="bpelprocess1_client" portType="client:RealTimePrediction" operation="process" variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <assign name="Assign_WS_Call_Parameters">
    <copy>
    <from variable="CustomerId"/>
    <to part="parameters"
    query="/ns2:getSimilarOpportunityInfo/ns2:customerId"
    variable="Invoke_1_input"/>
    </copy>
    <copy>
    <from variable="OpptyId"/>
    <to part="parameters" query="/ns2:getSimilarOpportunityInfo/ns2:opptyId"
    variable="Invoke_1_input"/>
    </copy>
    <copy>
    <from variable="RevnueId"/>
    <to part="parameters" query="/ns2:getSimilarOpportunityInfo/ns2:revnId"
    variable="Invoke_1_input"/>
    </copy>
    </assign>
    <invoke name="Invoke_1"
    inputVariable="Invoke_1_input"
    outputVariable="Invoke_1_output"
    partnerLink="SimilarOpportunityPredictionService"
    portType="ns1:SimilarOpportunityPredictionService"
    operation="getSimilarOpportunityInfo"/>
    <!-- Generate reply to synchronous request -->
    <reply name="replyOutput" partnerLink="bpelprocess1_client" portType="client:RealTimePrediction" operation="process" variable="outputVariable"/>
    </sequence>
    </process>
    Edited by: user553152 on Dec 4, 2008 6:14 PM

  • Error while updatig SAP Component Repository in SLD

    We are getting the following error while updatig SAP Component
    Repository in SLD:
    "The import history of the target namespace could not be determined".
    We are in the middle of updating SAP CR in SLD from version 2.0 to
    version 3.0.
    Before updating CR this morning, our 'model version' was 1.4.31 and
    CR Content Version (sld/active):No versioned CR imports detected was
    defined.
    I imported the Model version 1.5.20 using 'cimsap1418_0-10003379.zip'
    and while importing the delta 'CRDELTA1418_0-10003379.zip', we are
    getting the above mentioned error.
    Pls help us to resolve this problem as we took the shutdown time from
    business to update the CR in XPD server.
    Thanks
    Amar

    To upgrade from SAP MASTER DATA FOR SLD 2.0 to SAP CR CONTENT UP TO 2007 (technical version is 3.0), you are required to perform the following steps:
    1. Import the last delta from 2.0. This comprises model 1.5.20 (cimsap1418_...zip) and the content delta (CRDelta1418_...zip). Before you import the new model, check the parameter RejectUnsupportedCIMQualifiers and the existing model version.  Proceed according to Note 907897.
                  In 6.40 and 7. 0 Support Package 0 - Support Package 9, the import of the model (file cimsap....zip) takes 30-60 minutes. As of Release 7.0 Support Package 10, the import requires less than 1 minute.
    2. You can obtain the next update from SAP CR CONTENT UP TO 2007 (3.0).
    > as per note 669669

  • How to use a excel file to create a service component?

    Dear all,
       I want to use a excel file to create a service to be my data source. I used the wizard to do that but i always got a message. "The data format is not valid, fields in each record must be delimited by tab charactors, and each record seperated by new line charactors". How should I reformat my excel file to fit the requirements? I have already chang the field`s format into 'text' type. Thx ^^

    Hi Louis,
    [Here|http://img125.imageshack.us/my.php?image=exceltestlo7.jpg] is the result of your data.  I downloaded your excel sheet and created a simulated service in 7.1.1 and it works fine.
    Below are the steps:
    1. Go to Tools -> service component wizard
    2. The popup opens : Step1 :  Enter the name of your service component
    3. Go to Excel spreadsheet Copy the data for which the service needs to be created.
    4. Step 2 : Paste the copied Excel data in the popup
    5. Step 3 : Define Input -> just click next
    6. Step 4: Define Conditions -> just click finish.
    Let me know if it helps.
    Good Luck,
    Dharmi

  • Error Service Component Container for Java Mailer is not running

    Hi,
    I installed Oracle Workflow 2.6.3 (Standalone) in Oracle Database 10g Release 1.
    Actually there was no problem during the installation.
    I have done the Setting Up from step 1 to 8.
    I'm going to do the step 9 (Implementing Notification Mailer).
    The problem is the Workflow Agent Listener WFALSNRSVC is not running
    and I cannot run it using the Oracle Workflow Manager.
    In the Oracle Workflow Manager there was 4 rows which related to the Container : WFALSNRSVC
    1. Workflow Deferred Agent Listener
    2. Workflow Deferred Notification Agent Listener
    3. Workflow Error Agent Listener
    4. Workflow Inbound Notification Agent Listener
    The status is : Stopped.
    I cannot run any of them.
    Although the Startup Mode is Automatic, but none of them is running.
    When I tried to push the Go button to Actions: Start, it showed this message
    An error has occured
    The Service Component Container is not running.
    And after I tried to configure the Workflow Notification Mailer using the wizard
    I didn't receive any e-mail after I push the Test Send Mail button.
    I read in another post in this forum.
    It states that when going to the Workflow Configuration Assistant (WFCA)
    we must give the right entry in the LDAP paramaters and Java Mailer parameters,
    otherwise those WFALSNRSVC and WFMLRSVC would never run eventhough we enter them in a later time.
    Actually I didn't provide the paramaters (both of them) since they are optional.
    My questions are:
    1. Is there another way to run those service (servlet)?
    I really need the Java Notification Mailer to send email.
    2. Should I uninstall and reinstall my Oracle Workflow and provide those paramaters?
    Do I have to uninstall and reinstall the Oracle Workflow Middle Tier too?
    3. Is it okay if I drop and cascade the OWF_MGR user (my Workflow Manager schema)
    and then I use the Workflow Configuration Assistant again and choose Install option
    to create the OWF_MGR schema?
    3. Are the LDAP and OID required before we use the Java Notification Mailer?
    Actually I didn't understand the use of LDAP and OID which required in the LDAP paramaters?
    Any help would be grateful.
    Thanks,
    Buntoro

    In the service components page click on any container, select stop all from the LOV and Go. Once all the containers Workflow Agent Listener Service,
    Workflow Document Web Services Service and Workflow Mailer Service are Deactivated then StartAll. After all the containers are started then check the components status.
    Still if they are running bounce the apache.

  • The Service Component Container is not running" eventhough they are running

    Hi,
    We are on 12.0.4 with hardware load balancer(cisco), and pcp has been configured between two Application nodes. The database is in the seperate node with OS Cluster.
    I wanted to configure Workflow notification mailer. For that i have logedin through OAM workflow-->It is showing as
    Nitification mailer -unavailable
    Agent listener --     Down
    Service component --     Down
    Background Engine --     Down
    Purge --           UP
    Control queue cleanup -     Down
    I have Navigate to Service component screen,
    There all the Automatic component are showing status as stopped with error, I clicked the "workflow agent listener service" of container all the services are up and "state" is showing as "activated" Node it is showing as "Primary node of PCP"
    But when you click on any "stopped with error" service to start, It is throughing " The Service Component Container is not running" when i click on "view log" it is not showing any message seems like hanging.
    Before starting the Notification mailer configuration i wanted to rectify the above issue.
    Can you pl help us out in rectify the same.
    Thanks and Regards
    Vasu

    Check the log file from the server itself; it should be under ($APPLCSF/$APPLLOG/FNDCPGSC*.txt).

  • The Service Component Container is not running

    Hi All
    When I tried to start any of the services in the services components in the
    OAM , I got the error 'The Service Component Container is not running'
    I already did the required configuration steps required to integrate the
    workflow mailer with Email
    I am on WF.G
    The error in the view_log is : FND_WEBFILE.GET_URL (CPID=0)
    Any idea?
    Thanks in advance

    Have you verified that the concurrent manager Workflow Mailer Service is running. You can check this from the System Administrator -> Concurrent -> Manager -> Administer. You will have to make sure the Workflow Agent Listener Service is also running.
    Then start the mailer and agent listener components.
    If you still have trouble starting them up, following are the things to check out.
    1. check out if the Concurrent Manager env set up is correct. $APPL_TOP/admin/adovars.env is the file that contains env variables such as AF_CLASSPATH. This needs to point to right Java libraries that contains aqapi, jmscommon etc.
    2. The concurrent manager log files are written to $APPLCSF/$APPLLOG directory on the concurrent tier. The Service Component Container log files are named as FNDCPGSC9999.txt where the numeric part if the PID.
    3. Please refer to metalink note 242941.1 for more information on setting up and troubleshooting the mailer.
    Hope this helps.
    Vijay

  • ERROR: The Service Component Container is not running: Standalone Workflow

    We're trying to get the java notification mailer established through the OEM 10g Application Server Control. But the mail agent listener servlet container (WFALSNRSVC), and the mailer service servlet container (WFMLRSVC) are not running. Because of that, I cannot get any other parts of the mail configuration running. Note, I can successfully complete getting through the 8 steps of the "Workflow Notification Mailer" configuration (e.g. IMAP and SMTP mail accounts work fine and are accessible from the Workflow application server). What's the trick to getting the servlet containers running?? All I find in Oracle documentation is that these must be running before you can do anything, but I don't find anything on troubleshooting when they are not running.
    Thanks.

    Hi,
    I'm having the same problem as you did.
    I've tried pushing the button Go in the Oracle Workflow Manager - Service Components.
    And it showed
    An error has occurred!
    The Service Component Container is not running.
    Should I uninstall my Oracle Workflow?
    And install a new installation of Oracle Workflow?
    What does it mean by the "wfinstall"?
    Is it the Oracle Workflow Configuration Assistant? which I can access using the wfinstall.bat.
    Or should I replay the Oracle Workflow Configuration Assistant (wfinstall.bat) and choose Upgrade option?
    Or should I uninstall all of my Oracle installation and start installing from the beginning?
    BTW, what if I don't use (or have) OID?
    Is it required?
    Any clue would be grateful.
    Thanks.
    Buntoro

  • Service component:  java.lang.NoSuchMethodException: java.util.Vector.isX()

    Hi everybody:
    I created a Mobile service component and a Data Structure with 3 attributes. I created and instantiated the collection and showed all objects in a table but I´m getting the following error:java.lang.NoSuchMethodException: java.util.Vector.isX() where X is the name of the each attribute I defined. so I´m getting this error twice for each attribute.
    Complete stack:
    java.lang.NoSuchMethodException: java.util.Vector.isX()
         at java.lang.Class.getMethod(Class.java:1581)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.JavaBeanCMIModel.invokeMethod(JavaBeanCMIModel.java:366)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.JavaBeanCMIModel.invokeGetMethod(JavaBeanCMIModel.java:279)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.JavaBeanCMIModel.getAttributeValue(JavaBeanCMIModel.java:81)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.NodeElement.getAttributeValue(NodeElement.java:104)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.NodeElement.getAttributeValue(NodeElement.java:85)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.NodeElementWrapper.getAttributeValue(NodeElementWrapper.java:26)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.ContextNode.getAttributeValue(ContextNode.java:578)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.ContextNode.getAttributeValue(ContextNode.java:569)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.ContextNodeMapped.getAttributeValue(ContextNodeMapped.java:134)
         at com.sap.tc.mobile.wdlite.progmodel.core.viewelement.Property.listenContextNodeCursorChanged(Property.java:173)
         at com.sap.tc.mobile.wdlite.progmodel.core.context.ContextNode.addContextNodeElementListener(ContextNode.java:616)
         at com.sap.tc.mobile.wdlite.progmodel.core.viewelement.Property.setBinding(Property.java:73)
         at com.sap.tc.mobile.wdlite.progmodel.core.viewelement.Property.setBinding(Property.java:57)
         at com.xioma.demo.testeui0001.comp1.Comp1ViewView.(Comp1ViewView.java:615)
         at com.xioma.demo.testeui0001.comp1.Comp1ViewView.getInstance0(Comp1ViewView.java:31)
         at com.xioma.demo.testeui0001.comp1.Comp1ViewView.getInstance(Comp1ViewView.java:45)
         at com.xioma.demo.testeui0001.comp1.Comp1WindowWindow.getDefaultView(Comp1WindowWindow.java:38)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:477)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:243)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:119)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:143)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:175)
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:387)
         at com.sap.tc.mobile.wdlite.container.ContainerApp.startApp(ContainerApp.java:155)
         at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp(AppMenuView.java:327)
         at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler(AppMenuView.java:370)
         at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent(AbstractViewElement.java:207)
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent(UIElement.java:399)
         at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased(UIImageButton.java:148)
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent(UIElement.java:442)
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased(UIElement.java:485)
         at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp(SWTControl.java:362)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh(WorkingArea.java:175)
         at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh(RenderingManager.java:233)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh(Application.java:250)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:503)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:243)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:119)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:143)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:175)
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:387)
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:585)
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:609)
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:646)
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:259)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:230)
         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:585)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    The errors are throw when the application starts, the custom code works ok.
    Any idea?
    Thanks a lot for your time on this thread.
    Rocío.

    Ho Rocio,
    The creme JVM is compatible with JDK 1.3.Please make sure that the API you are using is available in 1.3 API set.
    Best Regards,
    Amit

  • How to extract external directory users from a shared services group from shared services RDBMS repository

    Hi,
    I have a security group in shared services, which has external directory users. I want to extract the list of users from shared services RDBMS repository using a SQL query. Please let me know if this is possible and from which table(s) I can query such list.
    Thanks...

    You need to use CSS_Groups, CSS_GROUP_MEMBERS and CSS_USERS tables in your Foundation DB. Something like below will give you these details:
    select b.Name  ,a.Name  from HYPFOUND.CSS_GROUPS b ,
    HYPFOUND.CSS_USERS a ,
    HYPFOUND.CSS_GROUP_MEMBERS c
    WHERE c.MEMBER_IDENTITY = a.IDENTITY_ID and
    c.GROUP_IDENTITY = b.IDENTITY_ID
    GROUP BY (b.Name,a.name)

  • WD Drive Manager Services component error message MyBook Studio Edition II 2TB on iMac

    For five months I have been using a WD MyBook Studio Edition II 2TB in RAID 1 mode on a 27" iMac i7, 2.93 GHz, running Mac OS X 10.6.7, as a Time Machine connected via FW800.  Initial installation and operation was all good.
    Recently, the blue WD logo disappeared from the menu bar. I reinstalled the WD Drive Manager version 2.25 from the installation disk. The logo reappeared, however when selecting Launch WD RAID Manager from the menu an error message appears:
    "The WD Drive Manager Services component could not be found. Make sure the Drive Services component is running first."
    I removed the WD Drive Manager with the installation disk and reinstalled and tried again. No good.
    Tried again, this time using the USB connection with the same result. No joy.
    Tried using the downloadable version (2.25) from the WD website with same results.
    Searching Google lead to no hits on anything remotely related for a solution.
    So, at this point, I cannot confirm that the drive is actually in RAID 1 mode. It shows up in the Finder as a 1TB drive with 268 GB used.
    How can I restore a working version of the WD Drive Manager?
    WD Tech Support has escalated the issue to programmer level but without a successful solution. They suggested I post here as well to see if any other Mac users may have had this problem and have found a solution.
    Thanks for any assistance or referral.

    Unfortunately you probably will not find very many if anyone using WD Drive Manager here, most of us are using a variety of backup strategies that include Time Machine, an on-line backup and a Bootable Clone made with CarbonCloner or SuperDuper.
    The no-worry backup plan | Business Center | Working Mac | Macworld
    Dennis

  • Web service component

    Hi,
    While creating a process workflow in LCES 8.1 I´m using the web service component. Can someone tell me how this service works in terms of proxy? Does it creates a proxy in design time (after making the load of the wsdl file) or will it try to get the wsdl file everytime the service process is invoked?
    I ask this because wilhe batch testing my service, sometimes I get the error that the wsdl file used by the service component is not well formed... but other times it works fine.
    Thank you.

    Hello,
    Web service component doesn't work in terms of proxy. Every time when it invokes it loads wsdl from the beginning. You can easely check it from logs into youre web container where LC running.
    Best regards,
    Paul

  • KIMYONG:  "Service Component Container Not Running"  error 시 조치사항

    KIMYONG: "Service Component Container Not Running" error 시 조치사항
    Purpose
    WF Agent Listener 를 구동하고자 할때 아래 error를 발생하며 멈추게 됩니다.
    이를 조치하는 방법은
    ERROR
    CANNOT START 'WORKFLOW AGENT LISTENER - ERROR:
    "THE SERVICE ERROR COMPONENT CONTAINER"
    Solution
    전체적인 절차는 아래와 같습니다.
    1. apache 를 bounce 합니다.
    2. Workflow Mailer Service를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Service Components icon
    d. Click on the Workflow Mailer Service link (Container column)
    e. Select Workflow Mailer Service
    f. Select Start from the list of values (top)
    g. Click on go.
    h. Wait until the Workflow Mailer service is "Activated"
    3. Workflow Agent listener Service 를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Service Components icon
    d. Click on the Workflow Agent listener Service link (Container column)
    e. Select Workflow Agent listener Service
    f. Select Start from the list of values (top)
    g. Click on go.
    h. Wait until the Workflow Agent listener service is "Activated"
    4. Workflow Mailer를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Notification Mailers icon
    d. Select Workflow Notification Mailer
    e. Select Start from the list of values (top)
    g. Click on go.
    h. Do the same for the workflow deferred agent listener
    Reference
    Note 559388.1

    Hi,
    I'm having the same problem as you did.
    I've tried pushing the button Go in the Oracle Workflow Manager - Service Components.
    And it showed
    An error has occurred!
    The Service Component Container is not running.
    Should I uninstall my Oracle Workflow?
    And install a new installation of Oracle Workflow?
    What does it mean by the "wfinstall"?
    Is it the Oracle Workflow Configuration Assistant? which I can access using the wfinstall.bat.
    Or should I replay the Oracle Workflow Configuration Assistant (wfinstall.bat) and choose Upgrade option?
    Or should I uninstall all of my Oracle installation and start installing from the beginning?
    BTW, what if I don't use (or have) OID?
    Is it required?
    Any clue would be grateful.
    Thanks.
    Buntoro

  • Workflow mailer,The Service Component Container is not running.

    Dear,
    We ar on 11.5.10,
    We make clone our pord instance and try to up work flow notification but when we do this system ever time raise an error "The Service Component Container is not running.".
    any body idea.

    Hi Keen,
    Please check the workflow mailer log for any errors.
    See if the below notes help you:
    Workflow Mailer Goes Down Very Often Service Component Container is not Running. [ID 957884.1]
    'Service Component Container is not Running' when Trying to Start Workflow Components [ID 733335.1]
    Please also see link:
    https://forums.oracle.com/thread/2258324
    Hope this helps
    Best Regards,

  • Management Services and Repository pending state?

    I just rebuilt the repository for my EMGC(10.1.0) and everything is working fine except under unknown availability in the alert tab I have the entry "Management Services and Repository" - "Target is Temporarily in status pending state. Does anyone know what or how to get this out of the pending state? I shutdown EMGC and restarted it. I have rebooted the box, nothing seems to fix it, it has been this way for 4 days now.
    thanks
    Larry

    4 days? tried metalink yet?
    to get you started see note:
    290856.1
    If that doesn't help or you can't get anything else out of metalink, post again...

Maybe you are looking for