Decision Services Failing with operationErroredFault

When invoking a decision service in BPEL 10.1.3.1 I sometimes experience operationErroredFault. This appears to be when the server is under load.
The Process has been written to catch and retry on remoteFault and bindingFaults and the operationErroredFault is reported in a catch all branch.
If the same details were put into the process in a subsequent attempt then the call would succeed. However I am reluctant to add operationErroredFault to the list of exceptions we retry on automatically as we do not know what is causing this fault.
Has anyone had any experience of this problem as it appears to be occurring on a Production project of 10.1.3.1 BPEL.? Does anyone have information on what may be causing the problem
I would appreciate any input into this problem
Kind Regards

In addition to my previous post we are still experiencing the problem. I have included some additional information below.
The error that is reported in the BPEL console is as follows:
<fault><operationErroredFault xmlns="http://xmlns.oracle.com/ValidateAttendanceList/AttendanceCheck"><part name="payload"><ns0:errorInfo xmlns:ns0="http://xmlns.oracle.com/ValidateAttendanceList/AttendanceCheck" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns0:errorMessage xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://xmlns.oracle.com/ValidateAttendanceList/AttendanceCheck">Error while executing a rule session unit of work.
The rule session ValidateAttendanceList:2510463 failed to execute a unit of work.
Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
</ns0:errorMessage>
</ns0:errorInfo>
</part></operationErroredFault></fault></messages>
The domain log shows the following errors:
<2007-04-12 12:13:03,548> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> ORABPEL-36334
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Error while executing a rule session unit of work.
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> The rule session ValidateAttendanceList:2510579 failed to execute a unit of work.
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:430)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:199)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1202)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:491)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.runtime.AttendanceCheckSOAPBinding_Tie.invoke_assertExecuteWatchStateless(AttendanceCheckSOAPBinding_Tie.java:60)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.runtime.AttendanceCheckSOAPBinding_Tie.processingHook(AttendanceCheckSOAPBinding_Tie.java:451)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
<2007-04-12 12:13:03,568> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
<2007-04-12 12:13:03,569> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at java.lang.Thread.run(Thread.java:595)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Caused by: oracle.rules.rl.exceptions.JavaException: exception in invoked Java method
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.rules.rl.exceptions.ExceptionFactory.createJavaException(ExceptionFactory.java:478)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.ReflectFunctions.userMethodException(ReflectFunctions.java:797)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.DefinstanceList.createNewShadowFact(DefinstanceList.java:324)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.DefinstanceList.assertObject(DefinstanceList.java:604)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.Rete.assertObject(Rete.java:1554)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.AssertObject.call(ReflectFunctions.java:1554)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.FunctionHolder.call(FunctionHolder.java:30)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.Funcall.execute(Funcall.java:280)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.rules.rl.engine.Engine.callFunction(Engine.java:360)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.rules.rl.RuleSession.callFunctionWithArgumentList(RuleSession.java:404)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.rules.rl.RuleSession.callFunctionWithArgument(RuleSession.java:328)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.executeUnitOfWork(OracleRuleSession.java:330)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      ... 23 more
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Caused by: java.lang.NumberFormatException: empty String
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:994)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at java.lang.Float.valueOf(Float.java:360)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.xml.jaxb.JaxbDatatypeConverter.parseFloat(JaxbDatatypeConverter.java:204)
<2007-04-12 12:13:03,573> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at generated.AttendanceCheckDataImpl.getMileageYtd(AttendanceCheckDataImpl.java:640)
<2007-04-12 12:13:03,574> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
<2007-04-12 12:13:03,574> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
<2007-04-12 12:13:03,576> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at java.lang.reflect.Method.invoke(Method.java:585)
<2007-04-12 12:13:03,576> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at jess.DefinstanceList.createNewShadowFact(DefinstanceList.java:317)
<2007-04-12 12:13:03,576> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      ... 32 more
<2007-04-12 12:13:03,577> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> ORABPEL-36333
<2007-04-12 12:13:03,577> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>
<2007-04-12 12:13:03,577> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Error while executing the rule session.
<2007-04-12 12:13:03,577> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> The rule session ValidateAttendanceList:2510579 failed to execute.
<2007-04-12 12:13:03,577> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.rpi.AbstractDefaultRuleSession.execute(AbstractDefaultRuleSession.java:214)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1202)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:491)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.runtime.AttendanceCheckSOAPBinding_Tie.invoke_assertExecuteWatchStateless(AttendanceCheckSOAPBinding_Tie.java:60)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.bpel.services.rules.runtime.AttendanceCheckSOAPBinding_Tie.processingHook(AttendanceCheckSOAPBinding_Tie.java:451)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::>      at java.lang.Thread.run(Thread.java:595)
<2007-04-12 12:13:03,578> <ERROR> <aqa_examiner_payments.collaxa.cube.services> <::> Caused by: ORABPEL-36334
Has anyone experienced similar problems? Thanks in advance
Dave

Similar Messages

  • Ws manager service fails with non-soap-response

    I try to set up a service in wsm. Gateway, policy and service are defined via the defaults.
    I can access my original service via BPEL and via the WSM test page, but calling the wsm service fails
    with a non-soap-response error :
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode xmlns:p="http://schemas.oblix.com/ws/2003/08/Faults">p:Client.GenericFault</faultcode><faultstring>Service gibt Nicht-SOAP-Response zurück</faultstring><detail/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    This is returned by the original web service :
    <?xml version="1.0" encoding="UTF-8" ?>
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
    <n1:SendMessageResponse xmlns:n1="urn:ActionWebService"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    </n1:SendMessageResponse>
    </env:Body>
    </env:Envelope>
    What is going wrong here ?

    I try to set up a service in wsm. Gateway, policy and service are defined via the defaults.
    I can access my original service via BPEL and via the WSM test page, but calling the wsm service fails
    with a non-soap-response error :
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode xmlns:p="http://schemas.oblix.com/ws/2003/08/Faults">p:Client.GenericFault</faultcode><faultstring>Service gibt Nicht-SOAP-Response zurück</faultstring><detail/></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    This is returned by the original web service :
    <?xml version="1.0" encoding="UTF-8" ?>
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
    <n1:SendMessageResponse xmlns:n1="urn:ActionWebService"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    </n1:SendMessageResponse>
    </env:Body>
    </env:Envelope>
    What is going wrong here ?

  • Adding Silverlight-enabled WCF Service failed with error code 50

    Hello everyone,
    I am very new to Silverlight ,and I am working on silverlight with WCF.
    When I tried to add a silverlight-enabled WCF service. I kept getting the error
       Method failed with unexpected error code 50.
    I am working with Silverlight 5 and VS 2013 ,I have no idea about it. I appreciate that if anyone can help?
    Thank you

    Hi,
    Please make sure your wcf is valid.
    Here are some resources which could help you:
    https://msdn.microsoft.com/library/cc838234(VS.95).aspx
    http://www.codeproject.com/Articles/262164/Using-WCF-Service-with-Silverlight#_articleTop
    Best Regards,
    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.

  • Reports Service failes with 186 error after Disco4i Admin install.

    OS NT 2000
    DB 8.1.7
    9iAS 1.0.2.1
    Disco Admin 4.1.33e
    Everthing was working fine until the install of Disco4i Admin. It would error on the install until I stopped the Reports Service. Post install - The reports service failed to start. NT specific error 186.
    I've performed a TNSPING80.EXE myserver & verified the TNSNames.ora configuration in 806, iSuites, and 8.1.7. Everything looks ok.

    If you have set the TNS_ADMIN environment variable or registry key to an alternate value, Oracle9iAS Reports Services may fail to start with an error 186 or REP-0186. In such a case, you can start Oracle9iAS Reports Services from an MS-DOS command prompt as follows:
    prompt> setenv TNS_ADMIN <IAS_HOME>/6iserver/network/admin
    prompt> <IAS_HOME>/6iserver/reports60_server start
    replacing <IAS_HOME> with the directory where you installed Oracle9i Application Server. This will force Oracle9iAS Reports Services to use the tnsnames.ora file at <IAS_HOME>/6iserver/network/admin.
    Hope this will help
    null

  • Reports Service Fails with 186 error after Disocverer4i Admin Install

    DB = 8.1.7
    9iAS 1.0.2.1
    Everything was working fine until the install of Disco4i Admin. I've performed a TNSPING80.EXE myserver & verified the TNSNames.ora configuration. Everything looks ok.

    Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Here is a cut from Doc ID 122038.1 on Metalink:
    PROBLEM DESCRIPTION:
    ====================
    After installing IAS Enterprise Edition, you attempt to start the Reports
    Server Service (see below) and get the error:
    REP-0186 - Daemon failed to listen to port.
    For Windows NT:
    Start-->Settings-->Control Panel-->Services-->Start Oracle Reports Server.
    Get REP-186 error.
    For UNIX:
    Run the following Script:
    $ORACLE_HOME/developer6i/reports60_server start.
    SOLUTION DESCRIPTION:
    =====================
    WINDOWS NT 4.0 Server:
    The primary cause for this error is that the Reports Server Service cannot
    find a valid entry in the tnsnames.ora file. When the MTS starts, it tries
    to read the entry in the $ORACLE_HOME\net80\admin\tnsnames.ora file. There
    may be multiple files called tnsnames.ora on the machine. The following hint
    may help in setting the default location for this file on the Windows NT
    platform:
    1. Click Start-->Run and type in REGEDIT; press enter; click OK.
    2. Navigate to HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE folder.
    3. With this folder open, right-click in the right-hand pane and select New-->
    String.
    4. Enter "TNS_ADMIN" (w/o the quotes) for the new string.
    5. Double-click on the new string, and enter the <drive>:\<path> to where your
    centralized tnsnames.ora file is stored for string's value. This setting to
    the registry will define a common TNS_ADMIN directory, allowing for a
    central file to be managed.
    6. Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Where <serverdnsname> is the name of the DNS name of the server
    (the server's IP address may also be used instead. "World"
    is the name of the default domain in the sqlnet.ora file.
    7. Navigate to Start-->Settings-->Control Panel-->Services, find the Oracle
    Reports Server [<RepServerName>] and start the service.
    a) If the Service still fails to start, ensure that there is a printer
    (local or network) installed, and in the Control Panel-->Services, click
    the Oracle Reports Server [<RepServerName>], and click the Startup
    button.
    b) Under the "Log on As" section, select "This Account", then click the
    ellipsis (...) button. In the dialogue box that comes up, select a user
    that has access to the system's printer, and type in the user's password,
    (do this even if the asterisks (*) appear), and click OK. Legacy
    versions required a printer driver be installed on the Server in order
    to format document output, even when creating cached documents for the
    web.
    c) Restart the Reports Server Service.
    UNIX:
    The following examples assume that IAS is installed in:
    /u01/app/oracle/product/ias
    and the $ORACLE_HOME is defined as the same.
    1. Edit the $ORACLE_HOME/developer6i/reports60_server script file, noting the
    following (example) settings:
    csh:
    setenv TNS_ADMIN $ORACLE_HOME/network/admin
    bsh/ksh:
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    2. Define a printer per NOTE:74872.1 and set the PRINTER environment to match:
    csh:
    setenv PRINTER <queuename>
    bsh/ksh:
    export PRINTER=<queuename>
    3. Verify the entry in the tnsnames.ora for the Reports Server. The string
    should look something like this:
    Rep60,Rep60.world=(ADDRESS=(PROTOCOL=tcp)(HOST=<serverdnsname>)(PORT=1949))
    Where <serverdnsname> is the name of the DNS name of the server
    (the server's IP address may also be used instead). "World" is
    the name of default domain in the sqlnet.ora file.
    4. Now start the $ORACLE_HOME/developer6i/reports60_server script file.
    EXPLANATION:
    ============
    The IAS installation creates a TN S_ADMIN in the $ORACLE_HOME/developer6i
    directory, but the Reports Server is not able to find it, due to the defaults
    setup by the installer.
    REFERENCES:
    ===========
    Bug:1327922, SERVER SPECIFIC ERROR 186 STARTING REPORTS SERVER
    Bug:1092182, REPORTS SERVER CAN NOT LAUNCH WITH THE ERROR 186
    Note:74872.1, How to Configure Report Server 6.0 and Cartridge on Unix
    Oracle Information Navigator (IAS Online Documents CD),
    article:<CDROMDRIVE>:\doc\forms.6i\a83592\pbr_case.htm ,
    "Configuring the OracleReports Server on Windows NT and UNIX
    null

  • OLEDB select from Analysis Services fails with error codes 0x80040E21 and 0xC0202009

    Hi,
    In IS2008 SP1, I have an OLEDB source component that uses an Analysis Services OLEDB connection to run an MDX statement (set in the "SQL command text" property). This already worked for other cubes with the same MDX statement (apart from different hierarchy
    and cube names) in several other IS packages.
    But in this package, I keep getting the following errors when executing:
    Error: 2011-12-08 14:12:42.70
       Code: 0xC0202009
       Source: myDataflow myOLEDBsource [190]
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred.
     Error code: 0x80040E21.
    End Error
    Error: 2011-12-08 14:12:42.70
       Code: 0xC004701A
       Source: myDataflow SSIS.Pipeline
       Description: component "myOLEDBsource" (190) failed the pre-execute phase and returned error code 0xC0202009.
    End Error
    As usual with AS OLEDB, you get warnings for all columns that the data type is unknown and hence set to DT_WSTR(255). This is the case for the working packages and for the non-working one.
    And when I click on the "Preview" button in the OLEDB source, I see the three column two row resultset as expected.
    As I found some other posts with similar error messages that could be resolved by changing the 32 bit and 64 bit setting, I tried in BIDS 2008 (32 bit) on Vista 32 bit, dtexec 32 bit on the same computer, dtexec 64 bit and dtexec 64 bit on a Win2008 server,
    all with the same results.
    SQL Server Profiler shows that the MDX statement is executed without errors when running the package. I do not see any relevant difference between the working packages/cubes and those not working. I re-created the OLEDB source component several times, even
    copied it over from a working package, and still have no success.
    I even executed the statements in an XMLA sheet in Management Studio with the PropertyList taken from the trace, without seeing anything obvious in the result.
    Any ideas what I could do to get this working?
    Is there any reference explaining OLEDB error codes?
    Thanks
    Frank

    Hi,
    I finally got it working. Re-creating the connection manager solved the issue. There was no difference between the not working and the working connection in the Connection Manager Editor. When I compared on XML source level in the package, I found that the
    working version contained Format=Tabular in the connection string, while the not working version did not contain this.
    Frank

  • SOAP-Request to external Web Service Failed with GENERAL_ERROR PART UKNOWN

    Hi,
    i have generated a Consumer Proxy with the following WSDL File:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Mit XMLSpy v2010 rel. 2 (http://www.altova.com) von Ralph Rothe (n/a) bearbeitet -->
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
            <wsdl:types>
                   <xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
            </wsdl:types>
            <wsdl:message name="greetAnfrage">
                   <wsdl:part name="user" type="xs:string"/>
            </wsdl:message>
            <wsdl:message name="greetAntwort">
                   <wsdl:part name="return" type="xs:string"/>
            </wsdl:message>
            <wsdl:portType name="TestServerPortType">
                   <wsdl:operation name="getResults">
                           <wsdl:input message="tns:greetAnfrage"/>
                           <wsdl:output message="tns:greetAntwort"/>
                   </wsdl:operation>
            </wsdl:portType>
            <wsdl:binding name="TestServerBinding" type="tns:TestServerPortType">
                   <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
                   <wsdl:operation name="getResults">
                           <soap:operation soapAction="urn:#NewOperation" style="rpc"/>
                           <wsdl:input>
                                   <soap:body use="literal"/>
                           </wsdl:input>
                           <wsdl:output>
                                   <soap:body use="literal"/>
                           </wsdl:output>
                   </wsdl:operation>
            </wsdl:binding>
            <wsdl:service name="TestServerService">
                   <wsdl:port name="TestServerPort" binding="tns:TestServerBinding">
                           <soap:address location="http://92.79.135.41/soap/server.php"/>
                   </wsdl:port>
            </wsdl:service>
    </wsdl:definitions>
    If i testing the Error "GENERAL ERROR - PART UNKNOWN (NULL) occur. A payload trace with SRT_UTIL i show a correct response.

    Hi,
    i have generated a Consumer Proxy with the following WSDL File:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Mit XMLSpy v2010 rel. 2 (http://www.altova.com) von Ralph Rothe (n/a) bearbeitet -->
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
            <wsdl:types>
                   <xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
            </wsdl:types>
            <wsdl:message name="greetAnfrage">
                   <wsdl:part name="user" type="xs:string"/>
            </wsdl:message>
            <wsdl:message name="greetAntwort">
                   <wsdl:part name="return" type="xs:string"/>
            </wsdl:message>
            <wsdl:portType name="TestServerPortType">
                   <wsdl:operation name="getResults">
                           <wsdl:input message="tns:greetAnfrage"/>
                           <wsdl:output message="tns:greetAntwort"/>
                   </wsdl:operation>
            </wsdl:portType>
            <wsdl:binding name="TestServerBinding" type="tns:TestServerPortType">
                   <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
                   <wsdl:operation name="getResults">
                           <soap:operation soapAction="urn:#NewOperation" style="rpc"/>
                           <wsdl:input>
                                   <soap:body use="literal"/>
                           </wsdl:input>
                           <wsdl:output>
                                   <soap:body use="literal"/>
                           </wsdl:output>
                   </wsdl:operation>
            </wsdl:binding>
            <wsdl:service name="TestServerService">
                   <wsdl:port name="TestServerPort" binding="tns:TestServerBinding">
                           <soap:address location="http://92.79.135.41/soap/server.php"/>
                   </wsdl:port>
            </wsdl:service>
    </wsdl:definitions>
    If i testing the Error "GENERAL ERROR - PART UNKNOWN (NULL) occur. A payload trace with SRT_UTIL i show a correct response.

  • Update_Folio Service Fails with !csUnableToExecMethod,applyCachedChanges

    Hello All,
    I am unable to run Update_Folio Service through the custom code.
    I am getting the below error while running it. What could be the probable cause for this.
    intradoc.common.ServiceException: !csUnableToExecMethod,applyCachedChanges
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:102)
    at intradoc.server.Service.doCodeEx(Service.java:532)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1305)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3813)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1185)
    at intradoc.server.Service.executeServiceEx(Service.java:3808)
    at intradoc.server.Service.executeService(Service.java:3792)
    at intradoc.server.Service.doSubService(Service.java:3707)
    at sun.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
    at intradoc.server.Service.executeActions(Service.java:457)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
    at intradoc.server.Service.doRequest(Service.java:1865)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1332)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1678)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:221)
    at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1592)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
    at folios.FolioEditor.applyEdit(FolioEditor.java:52)
    at folios.FolioHandler.applyCachedChanges(FolioHandler.java:661)
    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 intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    In which Jar file can i find Class Folderhandler.class or FolioEditor.class ?
    Any hint or comment will help me resolve this problem.
    Thanks in Advance
    Dipesh

    Unfortunately, it is still not working.
    I have tried with adding ':' at the end of the call, even with ParentGUID as a additional parameter, although it should not be needed for removeContent operation.
    Also, as there is a possiblity to add parameter change_data0, related to item that should be removed from folio, I have tried the following:
    http://localhost/idc/idcplg?IdcService=UPDATE_FOLIO&dDocName=000019&RevisionSelectionMethod=LatestReleased&numChanges=1&change0=38:removeContent:84DC-4AD9-8681-8F8E:&change_data0=dID:16&IsJava=1
    specifying content item with ID=16 as one to be removed from folio (even this information is redudant, as node ID is already known).
    This call was not successfull either.
    Tnx for effort.
    Edited by: user7379736 on May 17, 2010 11:50 AM

  • Informatica 8.6.0 Repository Service fails with PCSF_10342 Exception

    Hi all,
    I am completing an Oracle BI Applications 7.9.6 install on Linux RH 5.0 and was f=getting on well until I have become stuck when trying to create the Informatica 8.6.0 Repository Service.
    Following the notes in Section 4.6.3 Creating the Informatica Repository Service of document Link:[Installation Guide for Informatica PowerCenter Users|http://download.oracle.com/docs/cd/E14223_01/bia.796/e14217/windows_ic.htm#CBHBAJIC].
    The first step was to install the Informatica PowerCenter 8.6.0 services + the HotFix 4.0. This completed successfully with a single Domain and Node installed on an application tier with the Domain repository stored in schema INFA on an Oracle database 10.2.0.4 (DWHD). I then moved onto creating a new schema (INFA_RESP) for the Repository. Unfortunately, after trying to create a Repository Service in the Domain folder I received the following error:
    +The Repository Service was created, but the service could not be enabled. You must enable the service to create the content. The following error occurred while attempting to create the content. Error - [PCSF_10342] Exception occurred: [Unable to start service [INFADevRepository] on any node specified for the service.].+
    Note I have tried creating both a Local and Global Repository and receive the same error message. I suspect it has something to do with the database connection. When I review the Domain properties it details each value for the Database Host, Port, Name and User. However, in the Repository Service it prompts for the ConnectString. The Informatica Administration documentation details using dbname.world for Oracle although I would have expected to have a connection string of Host:Port:ServiceName.
    Any suggestions or help greatly appreciated.
    Many thanks,
    Gary.

    When your repository service is created, it will default to Exclusive operating mode. You need to set it to Normal before creating the Integration Service. If this is documented anywhere, I haven't found it.

  • File to convert to IDOC from bus.service failes with ALE#LI

    Hello,
    we habe implemented a scenario:
    Non SAP system sends a structure to be uploaded to an R/3 system as IDOC.
    All config looks fine.
    We followed this description:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/877c0d53-0801-0010-3bb0-e38d5ecd352c
    So system is identified in adapter specific data as log.sys. LS test1 .
    But we have this error:
    Unable to convert partner abc / ALE#LI into an IDOC partner (message in german, only translated)!
    Does anybody has an idea what is wrong?
    Is it necessary to have the log.sys name in the message e.g. in SNDPRN?
    Here we have after mapping:
      <SNDPOR>testABC</SNDPOR>
      <SNDPRT>LI</SNDPRT>
    Best regards
    Dirk
    Message was edited by: Dirk Meinhard
    Message was edited by: Dirk Meinhard

    Hi Nimrod,
    looks like I am not totally wrong here, but working together with externals who provide the outbound side is not really easy for testing.
    Here is the EDI_DC-40 segment AFTER the Mapping, so the XML for the inbound IDOC:
    - <PORDCR05>
    - <IDOC BEGIN="1">
    - <EDI_DC40 SEGMENT="1">
      <TABNAM>EDI_DC40</TABNAM>
      <MANDT>010</MANDT>
      <DIRECT>1</DIRECT>
      <IDOCTYP>PORDCR05</IDOCTYP>
      <MESTYP>PORDCR</MESTYP>
      <SNDPOR>A000000039</SNDPOR>
      <SNDPRT>LI</SNDPRT>
      <SNDPRN>0005354880</SNDPRN>
      <RCVPOR>SAPK10</RCVPOR>
      <RCVPRT>LS</RCVPRT>
      <RCVPRN>LOG10</RCVPRN>
      </EDI_DC40>
    Here is the error message:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Aufruf eines Adapters
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_INV_SND_PARTY</SAP:Code>
      <SAP:P1>Partner_ABC</SAP:P1>
      <SAP:P2>ALE#LI</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Sender XI Party Partner_ABC / ALE#LI / could not be converted to IDoc Partner </SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In my opinion we have to implement in WE20 of receiver R/3 system a partner LI with this number A000000039 from the EDI DC 40 segment? And we need to add it as identifier LOGICAL with ALE#LI and this number A000000039.
    R/3 consultant says he cannot do this in the receiver R/3 system because the sender is no supplier in his system!
    regards
    Dirk

  • Restart Orchestrator server service failed with error 1053

    Hi,
    I'm using Orchestrator 6.0. I always get an error 1053 after restart Orchestrator server service.
    And no matter how many times I restart my OS, the Orchestrator server service cannot be started any longer.
    Does anyone can help on this?
    By the way, if I installed a vCenter server 6.0 and Orchestrator 6.0 on a same machine, Orchestrator would always get this error. But if I installed them on different machines, Orchestrator server service can running well sometimes. Is there any limitation when install vCenter server 6.0 and Orchestrator 6.0?
    Thanks in advance.
    Vicky

    Is the orchestrator configurator service running? If so, log in to https://<orchestratorserver>:8283 and take a look on the configuration. If not, take a look to the logs of the vRO service and if you like, post em here.

  • Adobe Services fail with Adobe CC 2014 on Windows 8.1

    Hi, every time I try to open Adobe Extensions Manager CC I get this window (in Spanish):
    I tried to uninstall and re-install several times and nothing.
    Thanks for your help.

    It seems that you don't have the same version of "Adobe Extension Manager CC.exe" and "ExManCoreLib.dll". Perhaps you encountered update failure. Please right click these two files and select "Properties", check "Product version" in the "Details" tab page. If they are different, Please uninstall it, download installer from Adobe - Exchange : Download the Adobe Extension Manager and install it, then update it to the latest version.

  • Windows Search Service failing to install on Windows Server 2008 R2 Terminal Server

    Hi,
    I am unable to install the Windows Search Service on a Server 2008 R2 Terminal Server. I want to install this to enable indexing options within Outlook 2013 for all users.
    Server Manager > Add Roles > File Services > Select only Windows Search Service > Install.
    The error I receive: "Attempt to configure Windows Search Service failed with error code 0x80070057. The parameter is incorrect."
    Thanks,
    Bjorn

    Hi,
    I did the test and could install the Windows Search Service without problem.
    Which role did you installed on the terminal server?
    Did you try to install it on another windows server?
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • [JSR-172 Web Services] Error with some web services

    hello
    I m trying to use jsr172 with multiple services find at Xmethods.com
    - I choice only doc/litteral wsdl types ----> OK
    - use of the J2ME Wireless Toolkit Stubs Generator ---> OK
    - use the service stub generated to invoke the service -------> NOT OK
    Some services runs correctly, but lots of service methods throw a java.rmi.MarshalException: Missing SOAP Body or Envelope
    i.e: http://www.closerfar.com/dic2.asmx?WSDL
    --> this has a method which return a definition of a word by a complex type
    When I use the TryIt function in Xmethods.com, it's run!...
    .... but not in my midlet
    Can you help me
    thanks
    ludo

    I have written a dot net/ c# Web Services doesn't fully work with J2ME client - it too throws the same exception, with the exception text being "Missing SOAP Body or Envelope"
    a) c# web service works with c# WIndows Client (local & remote web service)
    b) c# web service works with J2ME client - when the Web Service is local
    c) c# web service FAILS with J2ME client - when the Web Service is remote
    error/exception:
    "Missing SOAP Body or Envelope" -- This occurs at the point of invoking the remote Web Service
    Speculation:
    a) dot net Web Services are "different" from Java Web services - yet it works fine in local mode
    b) error is a misnomer & there is some other problem, perhaps fixable thru Web.config changes remotely??
    - changed Web.Config authentication (from Windows to none), but this made no difference
    - changed back to default web service namespace of tempuri.org, but this made no difference

  • Decision Service calls failing with connection refused

    Hi All,
    Breifing of the bpel process - Async bpel process XX_BPEL_ASYNC_002 calls decision services and a sync bpel process XX_BPEL_SYNC_001.
    We have moved to cluster 10.1.3.5.0 from 10.1.3.3.0 and the deployement of the bpel process and the decision service done on two nodes i.e., node51 and node55.
    But the bpel process is able to call the decision service only when the node 51 is UP and running, but if node 51 is down and node 55 is up and running it is failing with connection refused error. It is also working when 55 is DOWN and 051 is UP.
    the exact error is:
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused.
    We are using file based repository.
    It is failing when it tries to call particular url:
    http://loadbalancerurl:7777/orabpel/domain001/XX_BPEL_ASYNC_002/1.0/decisionservices.decs
    Can anyone please help me or advice me for finding some solution.
    Thanks
    Sreejit

    Hi Fatsah,
    It has been a while since we resolved this problem. But these were  the basic steps that we had taken.
    The receiver was configured a File adatpter with FTP:
    Port: 10021
    Connection security : FTPS (FTP using SSL/TLS) for Control and Data Connection
    Command Order: AUTH TLS,USER,PASS,PBSZ,PROT
    Problem: The message was blocked in our firewall.
    FTPS in this case used 10021 as the control port and the firewall allowed to pass the control request.
    Once the connection was accepted at the control level, it generated a random port number  to pass data on the channel.
    This random port number was blocked in the firewall.
    We monitored the data port numbers generated at firewall. Then we configured the firewall to open any port number  between the specific IP addresses of the sender and the receiver. That resolved the problem.
    Hope this helps!
    Please give points if this is helpful.
    Thank you.
    Dharmasiri Amith

Maybe you are looking for

  • Passing parameters to portlets

    I have two reports that are each based on the same three parameters. What I would like to do is base a from on three LOV's that conatain all the values that can be passed. (They are plant, grade and gauge). First should I use the lov's to populate a

  • The 'Next' iPad...

    ... I really like the iPad as a device. I look at it's competition and say 'there is none', because I believe it occupies a niche of it's own. Like many other Apple-product fans, I listen to the harsh criticism of all of it's devices, and hear the 'e

  • Determination of Consumption indicator in Material document (MSEG)

    My question is about how the Consumption indicator gets set in a material document.  Everything comes from somewhere in SAP... I have two movement types, 901 and 900.  900 is configured to be the reversal movement for 901.  Both these movement types

  • SD Ship to Partner and Bill to Partner relation

    SD Experts, I am looking for a report that gives a list of all ship to's information but that would also give what sold to bill to they are assigned to. I tried table KNA1 I get all ship to info except who they are assigned to. Anyone knows of any SA

  • How can I use BDB in my android phone?

    Is their any possible way that i can use bdb on my android phone , instead of sqlite ? chang libsqlite.so - > bdb library