Intermittent  instances are failing

Hi All,
Here is my issue.
We have 2 managed servers (MS1-IPAddress1,MS2-IP Address2). all the requests which are coming into MS1 are failing with below error message.
Can any one help..
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpmn.engine.ws> <BEA-000000> <got FabricInvocationException
java.lang.NullPointerException
        at oracle.integration.platform.blocks.java.PayloadProcessor.convertToJava(PayloadProcessor.java:122)
        at oracle.fabric.common.NormalizedMessageImpl.getJavaPayload(NormalizedMessageImpl.java:351)
        at oracle.integration.platform.blocks.java.JavaMessageUtils.objectArrayFromMessage(JavaMessageUtils.java:71)
        at oracle.integration.platform.blocks.ejb.JavaEjbReferenceDelegateImpl.request(JavaEjbReferenceDelegateImpl.java:78)
        at oracle.integration.platform.blocks.ejb.EjbExternalBindingComponent.request(EjbExternalBindingComponent.java:109)
        at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
        at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
        at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:154)
        at sun.reflect.GeneratedMethodAccessor6155.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy328.request(Unknown Source)
        at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:777)
        at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:267)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1070)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:584)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:132)
        at oracle.bpm.bpmn.engine.model.runtime.microinstructions.MIInvoke.doExecute(MIInvoke.java:42)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MICall.doExecute(MICall.java:38)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callProcedure(MicroInstructionContext.java:208)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.executeProcedure(MicroInstructionContext.java:325)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.executeProcedure(MIBPMNActivityWMP.java:391)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.__executeStatements(MIBPMNActivityWMP.java:308)
        at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:166)
        at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2687)
        at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1190)
        at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1093)
        at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:76)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:218)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:297)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4609)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4540)
        at com.collaxa.cube.engine.CubeEngine._callbackPerformer(CubeEngine.java:1392)
        at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1321)
        at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:396)
        at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:926)
        at com.collaxa.cube.engine.delivery.DeliveryService.resolveCallback(DeliveryService.java:805)
        at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.resolveCallback(CubeDeliveryBean.java:266)
        at sun.reflect.GeneratedMethodAccessor7882.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
        at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
        at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy273.resolveCallback(Unknown Source)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.resolveCallback(Unknown Source)
        at com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessageHandler.handle(ResolveCallbackMessageHandler.java:41)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at com.collaxa.cube.engine.dispatch.Dispatcher$ContextCapturingThreadFactory$2.run(Dispatcher.java:850)
        at java.lang.Thread.run(Thread.java:662)
>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine.bpel> <BEA-000000> <BPELFault {{http://schemas.oracle.com/bpel/extension}remoteFault} current Operation {INSTANCE_FAULT}>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine.bpel> <BEA-000000> <BPELFault {{http://schemas.oracle.com/bpel/extension}remoteFault} current Operation {INSTANCE_TERMINATED}>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine> <BEA-000000> <Unhandled exception for ComponentDN=vPrice/UploadCSVProcess!13.6.0.4-SNAPSHOT*soa_2c9ae3b0-69db-4611-9933-67940bb1ea6e/UploadWrapper CompositeInstanceId=1200324 ComponentInstanceId=2340125>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine> <BEA-000000> <This exception occurred because the error thrown in the BPMN flow was not handled by any error handlers and reached the top-level scope. Root cause :
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{
summary=<summary>oracle.fabric.common.FabricInvocationException</summary>
,detail=<detail>null</detail>
,code=<code>null</code>}
        at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:342)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1070)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:584)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:132)
        at oracle.bpm.bpmn.engine.model.runtime.microinstructions.MIInvoke.doExecute(MIInvoke.java:42)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MICall.doExecute(MICall.java:38)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callProcedure(MicroInstructionContext.java:208)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.executeProcedure(MicroInstructionContext.java:325)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.executeProcedure(MIBPMNActivityWMP.java:391)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.__executeStatements(MIBPMNActivityWMP.java:308)
        at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:166)
        at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2687)
        at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1190)
        at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1093)
        at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:76)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:218)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:297)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4609)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4540)
        at com.collaxa.cube.engine.CubeEngine._callbackPerformer(CubeEngine.java:1392)
        at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1321)
        at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:396)
        at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:926)
        at com.collaxa.cube.engine.delivery.DeliveryService.resolveCallback(DeliveryService.java:805)
        at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.resolveCallback(CubeDeliveryBean.java:266)
        at sun.reflect.GeneratedMethodAccessor7882.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
        at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
        at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy273.resolveCallback(Unknown Source)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.resolveCallback(Unknown Source)
        at com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessageHandler.handle(ResolveCallbackMessageHandler.java:41)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at com.collaxa.cube.engine.dispatch.Dispatcher$ContextCapturingThreadFactory$2.run(Dispatcher.java:850)
        at java.lang.Thread.run(Thread.java:662)
>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine.delivery> <BEA-000000> <Error: Error not handled.
failure to handle a error thrown from a scope, by any blocks in the scope chain.
This exception occurred because the error thrown in the BPMN flow was not handled by any error handlers and reached the top-level scope.
A top-level error handler should be added to the flow to handle errors not caught from within the flow.
happened for conv_id = MD5{934f686092c69d813ece524801e597c1} and message guid = MD5{934f686092c69d813ece524801e597c1} and subscriberId = vPrice/UploadCSVProcess!13.6.0.4-SNAPSHOT*soa_2c9ae3b0-69db-4611-9933-67940bb1ea6e/UploadWrapper/2340125-CATCH_INTERMEDIATE_EVENT6632403598758-UploadWrapper_try.2-11, transaction will be rolled back>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-000000> <failed to handle message
com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}remoteFault}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
parts: {{
summary=<summary>oracle.fabric.common.FabricInvocationException</summary>
,detail=<detail>null</detail>
,code=<code>null</code>}
        at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:342)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1070)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:584)
        at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:132)
        at oracle.bpm.bpmn.engine.model.runtime.microinstructions.MIInvoke.doExecute(MIInvoke.java:42)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MICall.doExecute(MICall.java:38)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MISequenceBlock.doExecute(MISequenceBlock.java:68)
        at oracle.bpm.bpmn.engine.microkernel.MIBase.execute(MIBase.java:34)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callMicroInstruction(MicroInstructionContext.java:201)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.callProcedure(MicroInstructionContext.java:208)
        at oracle.bpm.bpmn.engine.microkernel.MicroInstructionContext.executeProcedure(MicroInstructionContext.java:325)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.executeProcedure(MIBPMNActivityWMP.java:391)
        at oracle.bpm.bpmn.engine.model.runtime.MIBPMNActivityWMP.__executeStatements(MIBPMNActivityWMP.java:308)
        at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:166)
        at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2687)
        at com.collaxa.cube.engine.CubeEngine._handleWorkItem(CubeEngine.java:1190)
        at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1093)
        at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:76)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:218)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:297)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4609)
        at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4540)
        at com.collaxa.cube.engine.CubeEngine._callbackPerformer(CubeEngine.java:1392)
        at com.collaxa.cube.engine.CubeEngine.callbackPerformer(CubeEngine.java:1321)
        at com.collaxa.cube.engine.delivery.DeliveryHelper.callbackPerformer(DeliveryHelper.java:396)
        at com.collaxa.cube.engine.delivery.DeliveryService.handleCallback(DeliveryService.java:926)
        at com.collaxa.cube.engine.delivery.DeliveryService.resolveCallback(DeliveryService.java:805)
        at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.resolveCallback(CubeDeliveryBean.java:266)
        at sun.reflect.GeneratedMethodAccessor7882.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
        at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
        at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
        at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
        at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
        at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at $Proxy273.resolveCallback(Unknown Source)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.__WL_invoke(Unknown Source)
        at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
        at oracle.bpm.bpmn.engine.ejb.impl.BPMNDeliveryBean_of8dk6_ICubeDeliveryLocalBeanImpl.resolveCallback(Unknown Source)
        at com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessageHandler.handle(ResolveCallbackMessageHandler.java:41)
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:140)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:64)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at com.collaxa.cube.engine.dispatch.Dispatcher$ContextCapturingThreadFactory$2.run(Dispatcher.java:850)
        at java.lang.Thread.run(Thread.java:662)
>
<Jul 1, 2013 8:42:35 AM UTC> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-000000> <Failed to handle dispatch message ... exception ORABPEL-05002
Message handle error.
error while attempting to process the message "com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessage"; the reported exception is: Error not handled.
failure to handle a error thrown from a scope, by any blocks in the scope chain.
This exception occurred because the error thrown in the BPMN flow was not handled by any error handlers and reached the top-level scope.
A top-level error handler should be added to the flow to handle errors not caught from within the flow.
This error contained an exception thrown by the message handler.
Check the exception trace in the log (with logging level set to debug mode).
ORABPEL-05002
Message handle error.
error while attempting to process the message "com.collaxa.cube.engine.dispatch.message.delivery.ResolveCallbackMessage"; the reported exception is: Error not handled.
failure to handle a error thrown from a scope, by any blocks in the scope chain.
This exception occurred because the error thrown in the BPMN flow was not handled by any error handlers and reached the top-level scope.
A top-level error handler should be added to the flow to handle errors not caught from within the flow.
This error contained an exception thrown by the message handler.
Check the exception trace in the log (with logging level set to debug mode).
        at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:205)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatchTask.java:88)
        at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:65)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at com.collaxa.cube.engine.dispatch.Dispatcher$ContextCapturingThreadFactory$2.run(Dispatcher.java:850)
        at java.lang.Thread.run(Thread.java:662)
>
Regards
Bhargavi

Hi,
From my experience, this issue may be caused by OS update,
As long as each of your roles has 2 or more instances then your service will
not experience downtime due to the adherence to upgrade domains.  The blog at
http://blog.toddysm.com/2010/04/upgrade-domains-and-fault-domains-in-windows-azure.htmlhas
a great explanation of upgrade and fault domains, and why having 2 instances of a role is required to meet the 99.95% uptime SLA.
Hope this helps
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.

Similar Messages

  • SQL Server 2008 R2 Express with SP2: 'SQLEXPRESS'-instance installation fails while any other instance name installation succeeds.

    We supply our software package that also includes the unattended installation (with /QS and so on) of SQL Server R2 Express (with SP2).
    The setup works good in about 99.9% cases, but one customer complained that after the "successful SQL Sever installation (at least, it looked so!) he could not open the supplied database getting some strange error messages...
    After some months of trial-n-error attempts we are now able to reproduce the problems this custumer had. But we cannot find the reason of the problem.
    So the test computer is a virtual machine with Windows 7 + sp1 32-bit.
    Among the programs/tools installed on this machine there were (in the following order):
    SQL Server 2008 Express - the default SQLEXPRESS instance
    SSMS
    VS 2010 Pro (German)
    SQL Server 2008 Express R2 (with SP 1 or SP2 - ?) - the default SQLEXPRESS instance
    Then some of them were uninstalled in the following order:
    SQL Server 2008 Express
    SSMS
    SQL Server 2008 Express R2 
    Now we tried to install (in normal mode with UI) the SQL Server 2008 Express R2 with SP2.
    When we chose the default SQLEXPRESS instance - it failed with the following info:
    Configuration status: Failed: see details below
    Configuration error code: 0x7FCCE689
    Configuration error description: External component has thrown an exception.
    and the Detail.txt file contained the following:
    2015-01-20 10:44:09 Slp: External component has thrown an exception.
    2015-01-20 10:44:09 Slp: The configuration failure category of current exception is ConfigurationValidationFailure
    2015-01-20 10:44:09 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing Validation and scenario Validation.
    2015-01-20 10:44:09 Slp: System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception.
    2015-01-20 10:44:09 Slp: at SSisDefaultInstance(UInt16* , Int32* )
    2015-01-20 10:44:09 Slp: at Microsoft.SqlServer.Configuration.SniServer.NLRegSWrapper.NLregSNativeMethod Wrapper.SSIsDefaultInstanceName(String sInstanceName, Boolean& pfIsDefaultInstance)
    2015-01-20 10:44:09 Slp: Exception: System.Runtime.InteropServices.SEHException.
    2015-01-20 10:44:09 Slp: Source: Microsoft.SqlServer.Configuration.SniServerConfigExt.
    2015-01-20 10:44:09 Slp: Message: External component has thrown an exception..
    2015-01-20 10:44:09 Slp: Watson Bucket 1 Original Parameter Values
    2015-01-20 10:44:09 Slp: Parameter 0 : SQL Server 2008 R2@RTM@
    2015-01-20 10:44:09 Slp: Parameter 1 : SSisDefaultInstance
    2015-01-20 10:44:09 Slp: Parameter 2 : SSisDefaultInstance
    2015-01-20 10:44:09 Slp: Parameter 3 : System.Runtime.InteropServices.SEHException@-2147467259
    2015-01-20 10:44:09 Slp: Parameter 4 : System.Runtime.InteropServices.SEHException@-2147467259
    2015-01-20 10:44:09 Slp: Parameter 5 : SniServerConfigAction_Install_atValidation
    2015-01-20 10:44:09 Slp: Parameter 6 : INSTALL@VALIDATION@SQL_ENGINE_CORE_INST
    When we chose some other instance name then the installation has completed successfully.
    So the questions are:
    What could be the reason of the problem (and only for SQLEXPRESS instance that was earlier installed and then uninstalled)? I will provide the complete Detail.txt file if needed. 
    How could we check (if we could) the conditions so some name would be allowed as an instance name for SQL Server installer to success?
    With the best regards,
    Victor
    Victor Nijegorodov

    Thank you Lydia!
    Unfortunately the simple check the registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL does /did not work in our case since there is no any instance
    name there,
    However there seem to be some "rudiments" under
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and/or HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
    So I will now try to check the subkeys of these two keys as it was mentioned by Xiao-Min Tan. 
    Best regards,
    Victor Nijegorodov
    Victor Nijegorodov

  • DB13 jobs are failing

    Hi all,
        The DB13 job checkdb is failing with the below mentioned error.
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000040, user name INAMI3)
    Execute logical command BRCONNECT On host sapdo14
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 7.00 (18)
    BR0805I Start of BRCONNECT processing: cdylxgqr.chk 2008-07-29 08.20.25
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0301E SQL error -942 at location db_connect-4, SQL statement:
    'SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1'
    ORA-00942: table or view does not exist
    BR0310E Connect to database instance O14 failed
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0301W SQL error -942 at location brc_dblog_open-1, SQL statement:
    'INSERT INTO SAP_SDBAH (BEG, FUNCT, SYSID, OBJ, RC, ENDE, ACTID, LINE) VALUES ('20080729082025', 'chk', 'O14', 'DATABASE', '9999
    ORA-00942: table or view does not exist
    BR0324W Insertion of database log header failed
    BR0806I End of BRCONNECT processing: cdylxgqr.chk2008-07-29 08.20.25
    BR0280I BRCONNECT time stamp: 2008-07-29 08.20.25
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished
    Specification:
    Oracle :10.2.0.2.0
    R/3 release 4.6C
    SAP R/3 Kernel              46D_EXT
    Support package number      2341
    We checked for the error on the database level and  found both the tables are existing in the database.
    .SQL> SELECT NAME FROM V$DATABASE WHERE ROWNUM = 1;
    NAME
    O14
    SQL> select object_name from dba_objects where object_name like '%SAP_SDBAH%';
    OBJECT_NAME
    SAP_SDBAH
    Ran the command brconnect -u / -c -f check from Unix level as o14adm and it ran successfully.
    Anybody has an idea why it is failing at SAP level...?

    Hi
    Juan is correct it is issue with OPS$ user.
    Please check the Roles of OPS$ORA<SID> user at database level using query
    select granted_role, default_role from dba_role_privs where  grantee='OPS$<DOMAIN>\SAPSERVICE<SID>'
    Roles SAPCONN & SAPDBA must be assigned to the user id OPS$<DOMAIN>\SAPSERVICE<SID>.
    Then try.
    Thanks,
    Shambo

  • Maintanence plan jobs are failing

    Dear All,
    We are facing problems with maintenance plan jobs in SQL server 2012. All jobs are failing with Following error
    Executed as user: Testdbserver\SQLadmuser. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.3431.0 
    for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  2:35:25 PM  
    Could not load package "\Maintenance Plans\Db_Backup" because of error 0x80070005.  
    Description: Access is denied.  Source:   Started:  2:35:25 PM  Finished: 2:35:26 PM  Elapsed:  0.094 seconds.  
    The package could not be loaded.  The step failed.
    Server details are: windows 2008 server with sql server 2012 ENT with core based licence. And SQL server , agent services are running with user 'SQLadmuser' (Nonadmin windows user). SQLadmuser is
    having sysadmin server roleand in windows its nonadmin userid.
    SQL Server maintenance jobs are running under sql server agent service account(by default) but jobs are failing. So After that i have created
    credentials with proxy account and i have run those jobs with proxy account, all jobs are executing well with proxy.
    or If iam changing SQL server, agent service accounts from SQLadmuser  to
    local system the maintenance jobs are working perfect.
    I have cross verified all permissions and assigned SQLadmuser previlizes to the folders,root folders and regisries but still jobs are failing .
    Note: I have observed that some of SQL server related groups are not displaying in local groups and iam unable to find tose groups. one below are reflecting.
    1. Is there any relation with this sql groups to run the jobs?
    2. Why this jobs are not working with sql server agent service account?
    3. Does this create problems to whole SQL server instance in future?
    4. Running jobs with proxy account will be having any impact on server?
    Could you please help me to trouble shoot the maintenance jobs, Also sharing screenshots for reference.
    Thanks in advance,
    Nagesh
    Nagesh

    Hi Nagesh,
    For many of the maintenance plans which require access to file system you might have to give access for the SQL Server Agent account directly to those folders. Otherwise your SQL Agent wont have access to the file system. This is why your maintenance plan
    jobs like backups are failing.
    Now the best way of dealing with this issue is what you have done. Using proxy accounts. By using proxy accounts you are not giving any additional privileges to your SQL Agent account. There is no issue for using proxy accounts for SSIS packages or Maintenance
    plans where you need access outside of SQL. Infact proxy accounts are introduced for this purpose, so that Agent account can impersonate the credentials in the proxy and run the job in its security context.
    The reason why the jobs are successfull when you change your SQL Agent account to local system is that Local System account has access to the local file system.
    http://technet.microsoft.com/en-us/library/ms189064(v=sql.105).aspx
    HTH
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Connect to database instance PRD Failed

    Hi,
    We had refreshed our SCM quality system last month with production data, since then we are facing problem in BR connect operations like CheckDB, Verif DB, cleanup logs and update stats . When we schedule these operation using DB13 then we get an error  "Connect to database instance PRD failed", but when try to run this manually by clicking excute immediately button then these operations complete succesfully.
    Can you please help on this ?
    Our version details are as below.
    SCM 5.0
    Oracle Release 10.2.0.2.0
    Thanks,
    Chetan

    Problems with the OPS$ mechanism? Check SAPNotes 400241 and 50088...
    Also check the output of
    > R3trans -d
    use <sid>adm on os level...
    GreetZ, AH

  • Hot Backups are Failing

    I am running Oracle 7.3.4.4 on Compaq Tru64 and Digital Unix 4.0F. Our hot backups are failing with the following errors:
    1)from $OBK_HOME/bin/backup_PROD.log
    EBU-3135: SQL error during:
    select state from obk_bfs where bfsid = :objid and jobid = :jobid
    with error:
    ORA-03113: end-of-file on communication channel
    on 20-AUG-02 01:59 [ 29701 : brsupiopn ]
    EBU-3135: SQL error during:
    select state from obk_bfs where bfsid = :objid and jobid = :jobid
    with error:
    ORA-01041: internal error. hostdef extension doesn't exist
    on 20-AUG-02 01:59 [ 29701 : brsupiclo ]
    2)from brd.log:
    Instance Manager (BRD) with pid=32158 successfully started on 20-AUG-02 00:59
    EBU-3135: SQL error during:
    /* Obtain all jobs that are currently running s[0] */ ...
    with error:
    ORA-03113: end-of-file on communication channel
    on 20-AUG-02 01:59 [ 32158 : brsupiopn ]
    EBU-3108: Query error reported from Catalog Database
    on 20-AUG-02 01:59 [ 32158 : brdlookjobs ]
    EBU-1504: Error while retrieving active jobs from Catalog Database
    on 20-AUG-02 01:59 [ 32158 : brdlookjobs ]
    We are running Oracle7 Enterprise Backup Utility: Release 2.2.0.6.0. I have tried to reboot both target and catalog databases and machines and still no luck. Anybody have any ideas as to what may be wrong?
    Thanks,
    Bea Cary
    Database Administrator

    I am running Oracle 7.3.4.4 on Compaq Tru64 and Digital Unix 4.0F. Our hot backups are failing with the following errors:
    1)from $OBK_HOME/bin/backup_PROD.log
    EBU-3135: SQL error during:
    select state from obk_bfs where bfsid = :objid and jobid = :jobid
    with error:
    ORA-03113: end-of-file on communication channel
    on 20-AUG-02 01:59 [ 29701 : brsupiopn ]
    EBU-3135: SQL error during:
    select state from obk_bfs where bfsid = :objid and jobid = :jobid
    with error:
    ORA-01041: internal error. hostdef extension doesn't exist
    on 20-AUG-02 01:59 [ 29701 : brsupiclo ]
    2)from brd.log:
    Instance Manager (BRD) with pid=32158 successfully started on 20-AUG-02 00:59
    EBU-3135: SQL error during:
    /* Obtain all jobs that are currently running s[0] */ ...
    with error:
    ORA-03113: end-of-file on communication channel
    on 20-AUG-02 01:59 [ 32158 : brsupiopn ]
    EBU-3108: Query error reported from Catalog Database
    on 20-AUG-02 01:59 [ 32158 : brdlookjobs ]
    EBU-1504: Error while retrieving active jobs from Catalog Database
    on 20-AUG-02 01:59 [ 32158 : brdlookjobs ]
    We are running Oracle7 Enterprise Backup Utility: Release 2.2.0.6.0. I have tried to reboot both target and catalog databases and machines and still no luck. Anybody have any ideas as to what may be wrong?
    Thanks,
    Bea Cary
    Database Administrator

  • [svn:bz-trunk] 13685: Bug: Some checkintests on Mac are failing.

    Revision: 13685
    Revision: 13685
    Author:   [email protected]
    Date:     2010-01-21 05:19:59 -0800 (Thu, 21 Jan 2010)
    Log Message:
    Bug: Some checkintests on Mac are failing.
    QA: Yes
    Doc: No
    Details: Changed the port of bad-http channel in ConfigurationBasedTestCase, so checkintests work more consistently on Mac, on Mac port 88 is used by some process, thanks to John for figuring this out. With this change, checkintests on Mac are more consistent but there are 2 tests that are still intermittently failing.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/mx/messaging/tests/ChannelSetTes t.as
        blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/mx/messaging/tests/Configuration BasedTestCase.as
        blazeds/trunk/qa/apps/qa-regress/testsuites/flexunit/src/mx/messaging/tests/ConsumerWithS erverTest.as

    I removed the src/ directory and ran makepkg and it succeeded. Pacman -U kernel.pkg.tar.gz also worked. Now all that's left is rebooting and trying.
    Thanks everyone.
    OK, I guess it's not over yet. I rebooted in the new kernel, but it says it can't find /dev/sda3 (which is my / partition).
    This is my grub entry:
    title Arch Linux Gigamo
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3 ro
    initrd /boot/kernel26-gigamo.img
    Okay well, I didnt realise there was a vmlinux26-gigamo as well. Will see if that fixes it.
    Last edited by Gigamo (2008-03-12 16:53:22)

  • Backupu0094and u0093Redo log backupu0094;Except operation are failed

    I encounter a problem when i makeing backup,i ask for help.
    <b>The situation is following:</b>os: windows 2003+sp2
    SAP :NetWeaver 04S(BW7.0)
    DB:ORACLE 10.2
    Backup Software: VERITAS Backup Exec for Windows Servers 9.1
    The problem which i encounter is following:
    All are successful that use “BRTOOLS” operate “OFFLINE BACKUP” and “OFFLINE BACKUP”.
    These operation are successful to use "DB13" Operate
    “Whole database online + redo log backup”&#12289;“Whole database online backup”and “Redo log backup”;Except “Whole database offline + redo log backup" and"Whole database offline backup" these two operation are failed
    <b>successful  “AllOnl+Log”</b> BRABCKUP Detail log for database BWD
    Detailliertes Protokoll: bdvvpedp.anf
    BR0051I BRBACKUP 7.00 (18)
    BR0055I Start of database backup: bdvvpedp.anf 2007-08-03 13.32.37
    BR0477I Oracle pfile D:\oracle\BWD\102\database\initBWD.ora created from spfile D:\oracle\BWD\102\database\spfileBWD.ora
    BR0280I BRBACKUP time stamp: 2007-08-03 13.32.40
    BR0319I Control file copy created: D:\oracle\BWD\sapbackup\CNTRLBWD.DBF 12664832
    BR0101I Parameters
    Name                           Value
    oracle_sid                     BWD
    oracle_home                    D:\oracle\BWD\102
    oracle_profile                 D:\oracle\BWD\102\database\initBWD.ora
    sapdata_home                   D:\oracle\BWD
    sap_profile                    D:\oracle\BWD\102\database\initBWD.sap
    backup_mode                    ALL
    backup_type                    online
    backup_dev_type                util_file
    util_par_file                  D:\usr\sap\BWD\SYS\exe\uc\NTI386\biparam.ini
    system_info                    SAPServiceBWD KHBWDEV Windows 5.2 Build 3790 Service Pack 2 Intel
    oracle_info                    BWD 10.2.0.2.0 8192 826 6112865 KHBWDEV UTF8 UTF8
    sap_info                       700 SAPSR3 BWD TEMPLICENSE R3_ORA INITIAL
    make_info                      NTintel OCI_10201_SHARE Oct 27 2006
    command_line                   brbackup -u / -jid ALLOG20070803133227 -c force -t online -m all -p initBWD.sap -a -c force -p initBWD.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance BWD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            C:\oracle\BWD\oraarch\BWDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     823
    Next log sequence to archive   826
    Current log sequence           826              SCN: 6112865
    Database block size            8192             Thread: 1
    Current system change number   6123378          ResetId: 628786982
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_1\SR3.DATA1               2243960832    4           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_2\SR3.DATA2               2327846912    5           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_3\SR3.DATA3               2243960832    6           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_4\SR3.DATA4               2243960832    7           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_5\SR3.DATA5               2243960832   16           3  NOLINK  FILE    3145728000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_1\SR3700.DATA1         3795853312    8           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_2\SR3700.DATA2         3942653952    9           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_3\SR3700.DATA3         3732938752   10           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_4\SR3700.DATA4         3670024192   11           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_5\SR3700.DATA5         3670024192   17           3  NOLINK  FILE    4194304000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_1\SR3DB.DATA1           2097160192   13           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_2\SR3DB.DATA2           2097160192   14           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_3\SR3DB.DATA3           1048584192   15           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3USR_1\SR3USR.DATA1           20979712   12           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE+   D:\ORACLE\BWD\SAPDATA1\TEMP_1\TEMP.DATA1             1048584192   -1           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPUNDO       ONLINE-    ONLINE+   D:\ORACLE\BWD\SAPDATA1\UNDO_1\UNDO.DATA1             8115986432    2           3  NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          209723392    3           3  NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+   D:\ORACLE\BWD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          524296192    1           3  NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Status    Link    Type
    D:\ORACLE\BWD\ORIGLOGA\LOG_G11M1.DBF            52429312    1            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGA\LOG_G11M2.DBF            52429312    1            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGB\LOG_G12M1.DBF            52429312    2            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGB\LOG_G12M2.DBF            52429312    2            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGA\LOG_G13M1.DBF            52429312    3            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGA\LOG_G13M2.DBF            52429312    3            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGB\LOG_G14M1.DBF            52429312    4            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGB\LOG_G14M2.DBF            52429312    4            2  INUSE     NOLINK  FILE
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    D:\oracle\BWD\origlogA\cntrl\cntlrBWD.dbf       12664832    0            3  NOLINK  FILE
    D:\oracle\BWD\origlogB\cntrl\cntrlBWD.dbf       12664832    0            3  NOLINK  FILE
    D:\oracle\BWD\sapdata1\cntrl\cntrlBWD.dbf       12664832    0            3  NOLINK  FILE
    BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:
    PSAPSR3, PSAPSR3700, PSAPSR3USR
    BR0280I BRBACKUP time stamp: 2007-08-03 13.32.40
    BR0057I Backup of database: BWD
    BR0058I BRBACKUP action ID: bdvvpedp
    BR0059I BRBACKUP function ID: anf
    BR0110I Backup mode: ALL
    BR0077I Database file for backup: D:\oracle\BWD\sapbackup\CNTRLBWD.DBF
    BR0061I 18 files found for backup, total size 42192.211 MB
    BR0143I Backup type: online
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0289I BRARCHIVE will be started at the end of processing
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0280I BRBACKUP time stamp: 2007-08-03 13.32.41
    BR0315I 'Alter database begin backup' successful
    BR0280I BRBACKUP time stamp: 2007-08-03 13.32.41
    BR0229I Calling backup utility with function 'backup'...
    BR0280I BRBACKUP time stamp: 2007-08-03 13.34.10
    #FILE..... D:\oracle\BWD\sapbackup\CNTRLBWD.DBF
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.34.29
    #FILE..... D:\ORACLE\BWD\SAPDATA1\SYSAUX_1\SYSAUX.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.35.13
    #FILE..... D:\ORACLE\BWD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.46.48
    #FILE..... D:\ORACLE\BWD\SAPDATA1\UNDO_1\UNDO.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.49.58
    #FILE..... D:\ORACLE\BWD\SAPDATA2\SR3_1\SR3.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.53.15
    #FILE..... D:\ORACLE\BWD\SAPDATA2\SR3_2\SR3.DATA2
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.56.26
    #FILE..... D:\ORACLE\BWD\SAPDATA2\SR3_3\SR3.DATA3
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 13.59.36
    #FILE..... D:\ORACLE\BWD\SAPDATA2\SR3_4\SR3.DATA4
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.02.46
    #FILE..... D:\ORACLE\BWD\SAPDATA2\SR3_5\SR3.DATA5
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.08.08
    #FILE..... D:\ORACLE\BWD\SAPDATA3\SR3700_1\SR3700.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.13.42
    #FILE..... D:\ORACLE\BWD\SAPDATA3\SR3700_2\SR3700.DATA2
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.18.59
    #FILE..... D:\ORACLE\BWD\SAPDATA3\SR3700_3\SR3700.DATA3
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.24.10
    #FILE..... D:\ORACLE\BWD\SAPDATA3\SR3700_4\SR3700.DATA4
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.29.21
    #FILE..... D:\ORACLE\BWD\SAPDATA3\SR3700_5\SR3700.DATA5
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.32.18
    #FILE..... D:\ORACLE\BWD\SAPDATA4\SR3DB_1\SR3DB.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.35.16
    #FILE..... D:\ORACLE\BWD\SAPDATA4\SR3DB_2\SR3DB.DATA2
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.36.45
    #FILE..... D:\ORACLE\BWD\SAPDATA4\SR3DB_3\SR3DB.DATA3
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.36.47
    #FILE..... D:\ORACLE\BWD\SAPDATA4\SR3USR_1\SR3USR.DATA1
    #SAVED.... 1186119250
    BR0280I BRBACKUP time stamp: 2007-08-03 14.55.51
    BR0232I 18 of 18 files saved by backup utility
    BR0230I Backup utility called successfully
    BR0280I BRBACKUP time stamp: 2007-08-03 14.55.56
    BR0317I 'Alter database end backup' successful
    BR0280I BRBACKUP time stamp: 2007-08-03 14.55.56
    BR0340I Switching to next online redo log file for database instance BWD ...
    BR0321I Switch to next online redo log file for database instance BWD successful
    BR0117I ARCHIVE LOG LIST after backup for database instance BWD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            C:\oracle\BWD\oraarch\BWDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     824
    Next log sequence to archive   827
    Current log sequence           827              SCN: 6126274
    Database block size            8192             Thread: 1
    Current system change number   6126276          ResetId: 628786982
    BR0018I Waiting for the next offline redo log file...
    BR0280I BRBACKUP time stamp: 2007-08-03 14.56.02
    BR0229I Calling backup utility with function 'backup'...
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.29
    #PFLOG.... D:\oracle\BWD\102\database\initBWD.ora
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.29
    #PFLOG.... D:\oracle\BWD\102\database\initBWD.sap
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.30
    #PFLOG.... D:\oracle\BWD\102\database\spfileBWD.ora
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.30
    #PFLOG.... D:\oracle\BWD\sapbackup\backBWD.log
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.31
    #PFLOG.... D:\oracle\BWD\sapbackup\bdvvpedp.anf
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.31
    #PFLOG.... D:\oracle\BWD\sapreorg\spaceBWD.log
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.31
    #PFLOG.... D:\oracle\BWD\sapreorg\strucBWD.log
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 14.57.33
    #PFLOG.... D:\usr\sap\BWD\SYS\exe\uc\NTI386\biparam.ini
    #SAVED.... 1186124248
    BR0280I BRBACKUP time stamp: 2007-08-03 15.01.28
    BR0232I 8 of 8 files saved by backup utility
    BR0230I Backup utility called successfully
    BR0056I End of database backup: bdvvpedp.anf 2007-08-03 15.01.28
    BR0280I BRBACKUP time stamp: 2007-08-03 15.01.28
    BR0052I BRBACKUP completed successfully
    BR0280I BRBACKUP time stamp: 2007-08-03 15.01.28
    BR0291I BRARCHIVE will be started with options '-U -jid ALLOG20070803133227 -d util_file -c force -p initBWD.sap -cds'
    BR0280I BRBACKUP time stamp: 2007-08-03 15.15.55
    BR0292I Execution of BRARCHIVE finished with return code 0
    Failed “AllOff+Log”
    BRABCKUP Detail log for database BWD
    Detailliertes Protokoll: bdvvvghm.aff
    BR0051I BRBACKUP 7.00 (18)
    BR0055I Start of database backup: bdvvvghm.aff 2007-08-04 19.14.26
    BR0477I Oracle pfile D:\oracle\BWD\102\database\initBWD.ora created from spfile D:\oracle\BWD\102\database\spfileBWD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     BWD
    oracle_home                    D:\oracle\BWD\102
    oracle_profile                 D:\oracle\BWD\102\database\initBWD.ora
    sapdata_home                   D:\oracle\BWD
    sap_profile                    D:\oracle\BWD\102\database\initBWD.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                util_file
    util_par_file                  D:\usr\sap\BWD\SYS\exe\uc\NTI386\biparam.ini
    system_info                    SAPServiceBWD KHBWDEV Windows 5.2 Build 3790 Service Pack 2 Intel
    oracle_info                    BWD 10.2.0.2.0 8192 829 6191434 KHBWDEV UTF8 UTF8
    sap_info                       700 SAPSR3 BWD TEMPLICENSE R3_ORA INITIAL
    make_info                      NTintel OCI_10201_SHARE Oct 27 2006
    command_line                   brbackup -u / -jid ALGOF20070804191417 -c force -t offline_force -m all -p initBWD.sap -a -c force -p initBWD.sap -cds
    BR0116I ARCHIVE LOG LIST before backup for database instance BWD
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            C:\oracle\BWD\oraarch\BWDarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     826
    Next log sequence to archive   829
    Current log sequence           829              SCN: 6191434
    Database block size            8192             Thread: 1
    Current system change number   6215407          ResetId: 628786982
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_1\SR3.DATA1               2243960832    4           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_2\SR3.DATA2               2327846912    5           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_3\SR3.DATA3               2243960832    6           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_4\SR3.DATA4               2243960832    7           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA2\SR3_5\SR3.DATA5               2243960832   16           3  NOLINK  FILE    3145728000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_1\SR3700.DATA1         3795853312    8           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_2\SR3700.DATA2         3942653952    9           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_3\SR3700.DATA3         3732938752   10           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_4\SR3700.DATA4         3670024192   11           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3700     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA3\SR3700_5\SR3700.DATA5         3670024192   17           3  NOLINK  FILE    4194304000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_1\SR3DB.DATA1           2097160192   13           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_2\SR3DB.DATA2           2097160192   14           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3DB      ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3DB_3\SR3DB.DATA3           1048584192   15           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPSR3USR     ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA4\SR3USR_1\SR3USR.DATA1           20979712   12           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPTEMP       ONLINE#    ONLINE+   D:\ORACLE\BWD\SAPDATA1\TEMP_1\TEMP.DATA1             1048584192   -1           3  NOLINK  FILE   10485760000     20971520     8192
    PSAPUNDO       ONLINE-    ONLINE+   D:\ORACLE\BWD\SAPDATA1\UNDO_1\UNDO.DATA1             8115986432    2           3  NOLINK  FILE   10485760000     20971520     8192
    SYSAUX         ONLINE*    ONLINE+   D:\ORACLE\BWD\SAPDATA1\SYSAUX_1\SYSAUX.DATA1          209723392    3           3  NOLINK  FILE   10485760000     20971520     8192
    SYSTEM         ONLINE*    SYSTEM+   D:\ORACLE\BWD\SAPDATA1\SYSTEM_1\SYSTEM.DATA1          524296192    1           3  NOLINK  FILE   10485760000     20971520     8192
    BR0119I Redo log files
    File                                                Size  Group     Device  Status    Link    Type
    D:\ORACLE\BWD\ORIGLOGA\LOG_G11M1.DBF            52429312    1            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGA\LOG_G11M2.DBF            52429312    1            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGB\LOG_G12M1.DBF            52429312    2            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGB\LOG_G12M2.DBF            52429312    2            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGA\LOG_G13M1.DBF            52429312    3            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGA\LOG_G13M2.DBF            52429312    3            2  INUSE     NOLINK  FILE
    D:\ORACLE\BWD\ORIGLOGB\LOG_G14M1.DBF            52429312    4            3  INUSE     NOLINK  FILE
    C:\ORACLE\BWD\MIRRLOGB\LOG_G14M2.DBF            52429312    4            2  INUSE     NOLINK  FILE
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    D:\oracle\BWD\origlogA\cntrl\cntlrBWD.dbf       12664832    0            3  NOLINK  FILE
    D:\oracle\BWD\origlogB\cntrl\cntrlBWD.dbf       12664832    0            3  NOLINK  FILE
    D:\oracle\BWD\sapdata1\cntrl\cntrlBWD.dbf       12664832    0            3  NOLINK  FILE
    BR0616I Tablespaces in table TSORA for SAP owner SAPSR3:
    PSAPSR3, PSAPSR3700, PSAPSR3USR

    Thanks, I'm actually on 12 and facing the same issue. did you replace your executables as well?
    cheers
    kev

  • ORA-12528: TNS:listener: all appropriate instances are blocking new connections

    I'm working with OBIEE 11.1.1.5, with Ora DB 11.2.
    Suddenly, the OBIEE is not accessible.
    The logs showed that the issue is DB connectivity.
    When I try to enter directly to the DB via sqlplus I get the error:
    /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys@UBI as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 13:18:23 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections
    I tried restarting server, DB, listener, but nothing helped.
    I've Googled and saw that I need to unregister some old connections, which were not closed correctly, i.e. entering DB and delete some records,
    but I cannot login to the sqlplus.
    I failed login as sys, system, scott - on the same error.
    How can I solve this issue?

    ls $ORACLE_HOME/dbs
    dbs         httpFileTransfer.py  init.ora     lkUBI     peerapp_catalog  qoe_network_offset.template  subscriberUpdate.py
    hc_ubi.dat  index.html.1         initUBI.ora  orapwubi  profile.sql      spfileubi.ora
    padmin@rprt:~> /opt/oracle/product/11.2.0/dbhome_1/bin/sqlplus "/as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Nov 20 18:09:04 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [/opt/oracle/product/11.2.0/dbhome_1/dbs/<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 1
    SQL>

  • Issues installing SQL Server 2008 instance - Install fails

    Hi there,
    I have a server windows server 2008 R2 standard.
    While doing an Enterprise to Standard downgrade, I have removed enterprise edition of SQL Server 2008, rebooted and while installing standard edition, I get the below error saying "You
    SQL server 2008 installation completed with failures. Some or all identity references could not be translated"
    Bit of background. This server has another express instance of SQL Server 2008. I have used local system account, network service as well as our general SQL service account, but I get the error
    towards the end of the installation and it fails saying “Some or all identity references could not be translated.”
    I am installing a named instance with the same name as before but fails. I have tried creating a test instance that fails too. Any ideas? I have also run the clean up utility but no joy.
    Cheers
    Faltaf

    Hi FAltafB,
    According to your description, you come across the error that some or all identity references could not be translated. Please help to post SQL Server setup error log for analysis. By default, SQL Server setup summary and detail logs located in C:\Program
    Files\Microsoft SQL Server\100\Setup Bootstrap\Log.
    Based on my research, this issue could be due to the incomplete uninstallation for previous installation. Another cause could be that you are installing SQL Server after your machine becomes a domain controller.
    To troubleshoot the issue, please pay attention to the points below.
    1. Make sure you have administrative rights on the computer, uninstall all the components related with SQL Server 2008 enterprise from the control panel and delete registry keys mentioned in the article:
    http://blogs.msdn.com/b/sreekarm/archive/2010/03/15/sql-express-is-not-installed-properly-steps-to-be-taken-before-reinstall-again.aspx
    2. Use
    SQL Server 2008 R2 Best Practice Analyzer to detect if SQL Server is installed on a domain controller. If SQL Server is installed on a domain controller, please demote your machine from being a domain controller and install the SQL Server again since it
    is not recommended to install SQL Server on a domain controller.
    Regards,
    Michelle Li

  • OBIEE 11g agents are failed to connect to Essbase

    OBIEE 11g agents are failed to connect to Essbase. We are using :USER & :PASSWORD (SSO) in connection pool setting to connect to Essbase.
    User account exists in both OBIEE and Essbase. OBIEE dashboards which are based on Essbase are working fine. Essbase variables in RPD are upto date.
    Only agents are failing and error says invalid credentials, but dashboard pages are running without any issue.
    OBIEE: 11.1.1.5 (BP4)
    Essbase: 11.1.2.1
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 96002] Essbase Error: Login fails due to invalid login credentials (HY000)
    Essbase and OBIEE services are up and running.
    Any help will be appreciated.

    We finally implemented CSS Token option and ended up with this error. We are unable to connect to essbase with CSS Token option.
    We followed the Oracle document to implement this.
    [nQSError: 43119] Query Failed: EPMCSS-00301: Failed to authenticate user. Invalid credentials. Enter valid credentials. (HY000)
    We did update this property:
    JAVA_PROPERTIES="-Dplatform.home=${WL_HOME} -Dwls.home=${WLS_HOME} -Dweblogic.home=${WLS_HOME} -Didstore.identityAttribute=objectguid"
    Any help will be appreciated!

  • The SAP Instance JC00 fails to start on aIX box

    Hi,
    I am installing SAP Netweaver on AIX box.
    The instalaltion process fails at the phase 33 of 34
    the SAP Instance JC00 fails to start
    if i chek the error fiel
    Trace of system startup/check of SAP System DON on Tue Dec 26 16:00:51 CST 2006
    Called command: /usr/sap/DON/SYS/exe/run/startsap
    Starting SAP Instance JC00
    SAP-R/3-Startup Program Rel 640 V1.8 (2003/04/24)
    Starting at 2006/12/26 16:00:51
    Startup Profile: "/usr/sap/DON/SYS/profile/START_JC00_pun-lpar-idm03"
    (655470) SETENV LD_LIBRARY_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    Setup Environment Variables
    (655470) SETENV SHLIB_PATH=/usr/sap/DON/JC00/j2ee/os_libs:
    (655470) SETENV LIBPATH=/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    Execute Pre-Startup Commands
    (655470) Local: rm -f jc.sapDON_JC00
    (655470) Local: ln -s -f /usr/sap/DON/JC00/j2ee/os_libs/jcontrol jc.sapDON_JC00
    Starting Programs
    (651450) Starting: local jc.sapDON_JC00 pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    (655470) Waiting for Child Processes to terminate.
    (655470) **** 2006/12/26 16:00:56 Child 651450 terminated with Status 255 . ****
    (655470) **** No more Child Processes to wait for.
    (655470) Parent Shutdown at 2006/12/26 16:00:56
    Execute Post-Shutdown Commands
    (655470) Exiting with Return-Code 3. (No more child processes)
    Startup of Instance failed
    What can be the problem here
    Regards
    Manoj

    Hi Siddesh,
    Thanks for the response
    The trace is form the file dev_jcontrol located in "/usr/sap/DON/JC00/work" directory
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] sdm                  : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    [Thr  1] Tue Dec 26 19:12:38 2006
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr  1] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20060209 (SR4-1) (JIT enabled: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 128M
    -> root path       : /usr/sap/DON/JC00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/DON/JC00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0035316
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> arg[02] = -DSAPINFO=DON_00_bootstrap
    -> arg[03] = -file=/usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)
    :q
    pun-lpar-idm03:donadm 68> ls -lt
    total 128
    -rw-rr   1 donadm   sapsys          329 Dec 26 19:12 INSTSTAT
    -rw-rr   1 donadm   sapsys         1323 Dec 26 19:12 sapstart.log
    -rw-rr   1 donadm   sapsys         5297 Dec 26 19:12 dev_jcontrol
    -rw-rr   1 donadm   sapsys         7556 Dec 26 19:12 dev_bootstrap
    -rw-rr   1 donadm   sapsys          615 Dec 26 19:12 std_bootstrap.out
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 sapstart0.trc
    -rw-rr   1 donadm   sapsys          158 Dec 26 19:12 stderr0
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 stdout0
    -rw-rr   1 donadm   sapsys          240 Dec 26 19:12 dev_sapstart
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:12 dev_tp
    lrwxrwxrwx   1 donadm   sapsys           39 Dec 26 19:12 jc.sapDON_JC00 -> /usr/sap/DON/JC00/j2ee/os_libs/jcontrol
    -rw-rr   1 donadm   sapsys            0 Dec 26 19:11 dev_tp.old
    -rw-rr   1 donadm   sapsys         5519 Dec 26 17:32 dev_jcontrol.old
    -rw-rr   1 donadm   sapsys         7568 Dec 26 17:32 dev_bootstrap.old
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon
    -rw-rr   1 donadm   sapsys         1045 Dec 26 17:32 dev_jcmon.old
    pun-lpar-idm03:donadm 69> vi dev_bootstrap
    "dev_bootstrap" 176 lines, 7556 characters
    trc file: "/usr/sap/DON/JC00/work/dev_bootstrap", trc level: 1, release: "640"
    node name   : bootstrap
    pid         : 274544
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : /usr/sap/DON/JC00/j2ee/os_libs/jlaunch
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
        arg[02] : -DSAPINFO=DON_00_bootstrap
        arg[03] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: -Djco.jarm=1
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=/sapmnt/DON/global
    -> arg[  5]: -Dapplication.home=/usr/sap/DON/JC00/j2ee/os_libs
    -> arg[  6]: -Djava.class.path=/usr/sap/DON/JC00/j2ee/os_libs/jstartup.jar:./bootstrap/launcher.jar
    -> arg[  7]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee
    /os_libs:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr
    /sap/DON/JC00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> arg[  8]: -Dmemory.manager=128M
    -> arg[  9]: -Xmx128M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=274544
    -> arg[ 13]: -Djstartup.ownHardwareId=F0052428966
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=DON_00_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=00
    -> arg[ 19]: -DSAPSYSTEMNAME=DON
    -> arg[ 20]: -DSAPMYNAME=pun-lpar-idm03_DON_00
    -> arg[ 21]: -DSAPDBHOST=
    -> arg[ 22]: -Dj2ee.dbhost=pun-lpar-idm03
    Signal 6 encountered.
    => 64 bit R/3 Kernel
    => 64 bit AIX Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = unlimited
    => File size limit = unlimited
    => Heap address  = 0x0x111179f20
    => Stack address = 0x111151b00
    => Stack low     =  0x11114f200
    => Stack high    =  0xffffffffffff470
    => Stack Trace:
            pthread_kill() at 0x90000000040d2b4
            praise() at 0x90000000040ccec
            raise() at 0x900000000049c50
            abort() at 0x900000000073eb0
            GetPropertiesMD() at 0x900000004267774
            ciCreateJVM() at 0x9000000042ff824
            JNI_CreateJavaVM() at 0x90000000429329c
            JHVM_LoadJavaVM() at 0x1000918d4
            JLaunchIStartFunc() at 0x10008bb14
            pthreadbody() at 0x9000000003f92d8
    !!! Invalid stack address encountered: 0x0
    !!! Stack corrupted.
    => CPU Registers:
         msr = 0xa00000000000d032     iar = 0x090000000040d2b4
         ctr = 0xffffffff00418400      lr = 0xffffffffffffffff
         xer = 0x00000000ffffffff      cr = 0x0000000000000000
         r00 = 0xffffffffffffffff     r01 = 0x0000000111151b00
         r02 = 0xffffffffffffffff     r03 = 0x0000000000000000
         r04 = 0xffffffffffffffff     r05 = 0xffffffffffffffff
         r06 = 0xffffffffffffffff     r07 = 0xffffffffffffffff
         r08 = 0xffffffffffffffff     r09 = 0xffffffffffffffff
         r10 = 0xffffffffffffffff     r11 = 0xffffffffffffffff
         r12 = 0xffffffffffffffff     r13 = 0x0000000111153994
         r14 = 0x0000000000000000     r15 = 0x0000000000000000
         r16 = 0x0000000000000000     r17 = 0x0000000000000000
         r18 = 0x0000000000000000     r19 = 0x0000000000000000
         r20 = 0x0000000000000000     r21 = 0x0000000000000000
         r22 = 0x0000000000000000     r23 = 0x0000000000000000
         r24 = 0x0000000000000000     r25 = 0x0000000000000000
         r26 = 0x0000000000000000     r27 = 0x09001000a1c9ea40
         r28 = 0x0000000111153994     r29 = 0x0000000000000006
         r30 = 0x0000000000000304     r31 = 0x0000000000000006
    [Thr 772] ***LOG Q0E=> SigIGenAction, signal ( 6) [sigux_mt.c   836]
    :q
    pun-lpar-idm03:donadm 70> /usr/sbin/lsattr -E -l sys0 -a realmem
    realmem 1048576 Amount of usable physical memory in Kbytes False
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71>
    pun-lpar-idm03:donadm 71> pwd
    /usr/sap/DON/JC00/work
    pun-lpar-idm03:donadm 72> ls
    INSTSTAT           dev_jcmon          dev_jcontrol.old   dev_tp.old         sapstart0.trc      stdout0
    dev_bootstrap      dev_jcmon.old      dev_sapstart       jc.sapDON_JC00     std_bootstrap.out
    dev_bootstrap.old  dev_jcontrol       dev_tp             sapstart.log       stderr0
    pun-lpar-idm03:donadm 73> vi dev_jcontrol
    "dev_jcontrol" 111 lines, 5297 characters
    trc file: "/usr/sap/DON/JC00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 610394
    system name : DON
    system nr.  : 00
    started at  : Tue Dec 26 19:12:38 2006
    arguments   :
        arg[00] : jc.sapDON_JC00
        arg[01] : pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    JStartupReadInstanceProperties: read instance properties [/usr/sap/DON/JC00/j2ee/cluster/instance.properties:/usr/sap/DON/JC00/SDM/p
    rogram/config/sdm_jstartup.properties]
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> OS libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/DON/JC00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/DON/JC00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : pun-lpar-idm03
    -> ms port    : 3601
    -> os libs    : /usr/sap/DON/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    :$
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=9437188
    -> arg[07] = -jvmOutFile=/usr/sap/DON/JC00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/DON/JC00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/DON/JC00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/DON/SYS/profile/DON_JC00_pun-lpar-idm03
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/DON/JC00/j2ee/os_libs:/u
    sr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/usr/sap/DON/SYS/exe/run:/tmp/sapinst_exe.360486.1167110312:/usr/lib:/usr/sap/DON/JC
    00/j2ee/os_libs:/usr/sap/DON/JC00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/DON/SYS/exe/run:/oracle///instantclient
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/DON/JC00/j2ee/os_libs:/oracle/DON/102_64/bin:/usr/java14_64/bin:/home/donadm:/usr/sap
    /DON/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/donadm/bin:/usr/bin/X11:/sbin:.
    [Thr  1] JStartupICreateProcess: fork process (pid 274544)
    [Thr  1] Tue Dec 26 19:12:55 2006
    [Thr  1] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx_mt. 1433]
    [Thr  1] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr  1] JControlCloseProgram: started (exitcode = -1)
    [Thr  1] JControlCloseProgram: good bye... (exitcode=-1)

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • How to remove a member from cluster while CQ (cq5.5) instances are running?

    Hello,
    I have a query:
    how to remove a member from cluster while CQ instances are running? And is there any particular log to check that it got removed?
    Thanks in advance..

    I might be wrong. AFAIK you do not have the option to remove without shutting down and modfying cluster.properties.
    However this usecase would be minimal because before going into production you would have verified your architecture.

  • Quotes in attributes in a custom tag are failing in weblogic 5.1

    This seems to be on and off behaviour but when my tags are failing I
              have traced it down to the fact that my attributes have quotes in
              them. (By the way I'm running weblogic 5.1 with service pack 10)
              ie:
              <a:foo bar="<%=req.getParemeter("biz")%>">. Escaping the internal
              quotes doesn't seem to help the matter at all.
              After many hours of racking my brain to try and figure out why the
              tags were failing I found a message somewhere in this group which said
              they had the same issue and worked around it by using single qoutes
              around any attribute with a qoute in it ie: <a:foo
              bar='<%=req.getParemeter("biz")%>'>. This work around worked for me as
              well but leaves me with 2 important questions.
              a) According to weblogic this is issue (and I quote from their
              website) "CR 34389: Escaping Quotes was not working in the value tag
              for JSP params; The JSP spec says that quotations (") are to be
              escaped with \" . Fixed quoting problems for double and single quotes.
              " This was supposedly fixed in service pack 9, I'm running service
              pack 10 so what gives???
              b) Since this single qoute thing is not in the JSP spec if I keep it
              like this to get my tags working under my current setup and then we
              eventually migrate to weblogic 6x is there a risk all my tags will
              break?
              

    This seems to be on and off behaviour but when my tags are failing I
              have traced it down to the fact that my attributes have quotes in
              them. (By the way I'm running weblogic 5.1 with service pack 10)
              ie:
              <a:foo bar="<%=req.getParemeter("biz")%>">. Escaping the internal
              quotes doesn't seem to help the matter at all.
              After many hours of racking my brain to try and figure out why the
              tags were failing I found a message somewhere in this group which said
              they had the same issue and worked around it by using single qoutes
              around any attribute with a qoute in it ie: <a:foo
              bar='<%=req.getParemeter("biz")%>'>. This work around worked for me as
              well but leaves me with 2 important questions.
              a) According to weblogic this is issue (and I quote from their
              website) "CR 34389: Escaping Quotes was not working in the value tag
              for JSP params; The JSP spec says that quotations (") are to be
              escaped with \" . Fixed quoting problems for double and single quotes.
              " This was supposedly fixed in service pack 9, I'm running service
              pack 10 so what gives???
              b) Since this single qoute thing is not in the JSP spec if I keep it
              like this to get my tags working under my current setup and then we
              eventually migrate to weblogic 6x is there a risk all my tags will
              break?
              

Maybe you are looking for