Random Error in Batch Processing

Hi All,
I have a batch process that reads records from DB, pass them to Mediator which calls a BPEL process. During a huge batch processing of 10000 records, we are getting errors in random fashion as under. This error is not specific to a particular record because on the second run with same records exception is seen for some different records. The instance is seen as faulted in the EM console.
####<Jun 2, 2011 9:34:01 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f2a> <1307021641195> <BEA-000000> <<Jun 2, 2011 9:34:01 AM EDT> <Error> <oracle.soa.bpel.system> <BEA-000000> <<BaseCubeSessionBean::logError > Error while invoking bean "cube delivery": could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
ORABPEL-05007
could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
     at com.collaxa.cube.engine.util.EngineBeanCache.getTransactionSynchronizer(EngineBeanCache.java:172)
     at com.collaxa.cube.engine.dispatch.DispatchHelper.dispatchLocal(DispatchHelper.java:424)
     at com.collaxa.cube.engine.dispatch.DispatchHelper.dispatchLocal(DispatchHelper.java:414)
     at com.collaxa.cube.engine.delivery.DeliveryHandler.initialPostAnyType(DeliveryHandler.java:351)
     at com.collaxa.cube.engine.delivery.DeliveryHandler.initialPost(DeliveryHandler.java:249)
     at com.collaxa.cube.engine.delivery.DeliveryHandler.post(DeliveryHandler.java:106)
     at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.post(CubeDeliveryBean.java:683)
     at sun.reflect.GeneratedMethodAccessor986.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.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
     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.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
     at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
     at sun.reflect.GeneratedMethodAccessor906.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.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     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.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     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 $Proxy249.post(Unknown Source)
     at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.post(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:330)
     at oracle.fabric.CubeServiceEngine.post(CubeServiceEngine.java:560)
     at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
     at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
     at oracle.integration.platform.blocks.mesh.MeshImpl$3.run(MeshImpl.java:232)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAs(Subject.java:396)
     at oracle.integration.platform.blocks.mesh.MeshImpl.doPostAsSubject(MeshImpl.java:230)
     at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:212)
     at sun.reflect.GeneratedMethodAccessor985.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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy254.post(Unknown Source)
     at oracle.integration.platform.blocks.direct.DirectEntryBindingComponent.post(DirectEntryBindingComponent.java:281)
     at sun.reflect.GeneratedMethodAccessor1295.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.integration.platform.xapp.WLSContextCrossAppProxy$WLSCrossAppProxy.invoke(WLSContextCrossAppProxy.java:52)
     at $Proxy264.post(Unknown Source)
     at oracle.integration.platform.blocks.direct.SOADirectInvokerBean.post(SOADirectInvokerBean.java:32)
     at oracle.integration.platform.blocks.direct.SOADirectInvokerBean.post(SOADirectInvokerBean.java:50)
     at sun.reflect.GeneratedMethodAccessor1294.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.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
     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.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
     at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
     at sun.reflect.GeneratedMethodAccessor906.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.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     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.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     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 $Proxy312.post(Unknown Source)
     at oracle.integration.platform.blocks.direct.SOADirectInvokerBean_3erlhk_InvokerImpl.post(SOADirectInvokerBean_3erlhk_InvokerImpl.java:57)
     at sun.reflect.GeneratedMethodAccessor1293.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:84)
     at $Proxy311.post(Unknown Source)
     at oracle.soa.api.DirectConnectionImpl.post(DirectConnectionImpl.java:87)
     at oracle.soa.api.CachedConnectionProxy.post(CachedConnectionProxy.java:48)
     at oracle.integration.platform.blocks.direct.OutboundMessageDispatcher.post(OutboundMessageDispatcher.java:114)
     at oracle.integration.platform.blocks.direct.DirectExternalBindingComponent.post(DirectExternalBindingComponent.java:228)
     at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
     at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
     at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
     at sun.reflect.GeneratedMethodAccessor985.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 $Proxy254.post(Unknown Source)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post2Mesh(MediatorServiceEngine.java:1133)
     at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:200)
     at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:94)
     at oracle.tip.mediator.service.BaseActionHandler.requestProcess(BaseActionHandler.java:74)
     at oracle.tip.mediator.service.OneWayActionHandler.process(OneWayActionHandler.java:47)
     at oracle.tip.mediator.service.ActionProcessor.onMessage(ActionProcessor.java:64)
     at oracle.tip.mediator.dispatch.MessageDispatcher.executeCase(MessageDispatcher.java:140)
     at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCase(InitialMessageDispatcher.java:495)
     at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:393)
     at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processNormalCases(InitialMessageDispatcher.java:276)
     at oracle.tip.mediator.dispatch.InitialMessageDispatcher.processCases(InitialMessageDispatcher.java:250)
     at oracle.tip.mediator.dispatch.InitialMessageDispatcher.dispatch(InitialMessageDispatcher.java:148)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.process(MediatorServiceEngine.java:860)
     at oracle.tip.mediator.serviceEngine.MediatorServiceEngine.post(MediatorServiceEngine.java:631)
     at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
     at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
     at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:215)
     at sun.reflect.GeneratedMethodAccessor985.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:59)
     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy254.post(Unknown Source)
     at oracle.integration.platform.blocks.adapter.fw.jca.mdb.AdapterServiceMDB.onMessage(AdapterServiceMDB.java:606)
     at oracle.tip.adapter.fw.jca.messageinflow.MessageEndpointImpl.onMessage(MessageEndpointImpl.java:462)
     at oracle.tip.adapter.db.InboundWork.onMessageImmediately(InboundWork.java:2008)
     at oracle.tip.adapter.db.InboundWork.onMessageDirectly(InboundWork.java:1957)
     at oracle.tip.adapter.db.InboundWork.onMessage(InboundWork.java:1834)
     at oracle.tip.adapter.db.InboundWork.transactionalUnitDirectly(InboundWork.java:1569)
     at oracle.tip.adapter.db.InboundWork.transactionalUnit(InboundWork.java:1520)
     at oracle.tip.adapter.db.InboundWork.runOnce(InboundWork.java:781)
     at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:581)
     at oracle.tip.adapter.db.inbound.InboundWorkWrapper.run(InboundWorkWrapper.java:43)
     at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
     at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
     at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
>>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-5270EA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004ed1> <1307021641271> <BEA-000628> <Created "1" resources for pool "SOALocalTxDataSource", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <JDBC> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f2b> <1307021641279> <BEA-001128> <Connection for pool "TFProcessDB" closed.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <JDBC> <dp-esbsit1> SOAMS2> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f2b> <1307021641351> <BEA-001128> <Connection for pool "TFProcessDB" closed.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@6610b103> <<anonymous>> <BEA1-53B3EA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000001ef2> <1307021641502> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@6e7a8312> <<anonymous>> <BEA1-53B7EA105C3E> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000000003> <1307021641504> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-53ACEA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004ece> <1307021641512> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-53AEEA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004ed0> <1307021641515> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-5294EA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004edc> <1307021641585> <BEA-000628> <Created "1" resources for pool "eis/wls/TFSOAforLoadJMS", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Info> <Common> <dp-esbsit1> <SOAMS2> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-53AFEA105C3EF2ACEB3F> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004ed2> <1307021641913> <BEA-000628> <Created "1" resources for pool "eis/wls/TFSOAforLoadJMS", out of which "1" are available and "0" are unavailable.>
####<Jun 2, 2011 9:34:01 AM EDT> <Notice> <StdErr> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f2d> <1307021641943> <BEA-000000> <Not fatal connection error ... not retrying: class com.collaxa.cube.engine.dispatch.DispatchException: could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).>
Caused By: oracle.soa.api.invocation.InvocationException: could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
     at oracle.integration.platform.blocks.direct.SOADirectInvokerBean.handleFabricInvocationException(SOADirectInvokerBean.java:155)
     at oracle.integration.platform.blocks.direct.SOADirectInvokerBean.post(SOADirectInvokerBean.java:63)
     at sun.reflect.GeneratedMethodAccessor1294.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.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
     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.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
     at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
     at sun.reflect.GeneratedMethodAccessor906.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.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     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.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     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)
>>
####<Jun 2, 2011 9:34:03 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f32> <1307021643170> <BEA-000000> <<Jun 2, 2011 9:34:03 AM EDT> <Error> <oracle.soa.mediator.serviceEngine> <BEA-000000> <Payloads {payload=oracle.xml.parser.v2.XMLElement@5d05be} properties :{tracking.compositeInstanceId=760511, tracking.ecid=0000J1GZnW07IBk_Gx^Ayf1DtL3E000N^1, tracking.conversationId=401%401307021606, tracking.compositeInstanceCreatedTime=Thu Jun 02 09:33:41 EDT 2011, tracking.parentComponentInstanceId=mediator:EE0C9E808D1C11E08F1E1FFA7E86F5E9, MESH_METRICS=null, tracking.parentReferenceId=mediator:EE0C9E808D1C11E08F1E1FFA7E86F5E9:EE163B708D1C11E08F1E1FFA7E86F5E9:oneway}>>
####<Jun 2, 2011 9:34:03 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f33> <1307021643174> <BEA-000000> <<Jun 2, 2011 9:34:03 AM EDT> <Warning> <oracle.soa.mediator.common> <BEA-000000> < Payload after BaseActionHander.requestMessage :{payload=oracle.xml.parser.v2.XMLElement@5d05be}>>
####<Jun 2, 2011 9:34:03 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f34> <1307021643177> <BEA-000000> <<Jun 2, 2011 9:34:03 AM EDT> <Warning> <oracle.soa.mediator.common> <BEA-000000> < Properties after BaseActionHander.requestMessage :{tracking.compositeInstanceId=760511, tracking.ecid=0000J1GZnW07IBk_Gx^Ayf1DtL3E000N^1, tracking.conversationId=401%401307021606, tracking.compositeInstanceCreatedTime=Thu Jun 02 09:33:41 EDT 2011, tracking.parentComponentInstanceId=mediator:EE0C9E808D1C11E08F1E1FFA7E86F5E9, MESH_METRICS=null, tracking.parentReferenceId=mediator:EE0C9E808D1C11E08F1E1FFA7E86F5E9:EE163B708D1C11E08F1E1FFA7E86F5E9:oneway}>>
####<Jun 2, 2011 9:34:03 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f35> <1307021643179> <BEA-000000> <<Jun 2, 2011 9:34:03 AM EDT> <Warning> <oracle.soa.mediator.common> <BEA-000000> < Headers after BaseActionHander.requestMessage :[oracle.xml.parser.v2.XMLElement@413e12a2, oracle.xml.parser.v2.XMLElement@6e84c28d]>>
####<Jun 2, 2011 9:34:03 AM EDT> <Notice> <Stdout> <dp-esbsit1> <SOAMS2> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@7a6bd54e> <<WLS Kernel>> <> <ff1bb8b4974ffa43:-7052aa6c:13047c5dbf0:-7ff1-0000000000004f36> <1307021643301> <BEA-000000> <<Jun 2, 2011 9:34:03 AM EDT> <Error> <oracle.soa.mediator.service> <BEA-000000> <re-throwing the received exception oracle.fabric.common.FabricInvocationException: oracle.soa.api.invocation.InvocationException: could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Thanks for your help
Regards,
-NJ

did you check the Error "Failed to serialize the DOM element" during dehydration
hth

Similar Messages

  • Error in batch processing: background job cannot be scheduled

    Error in batch processing: background job cannot be scheduled in transaction code jpmg0. How to resolve the same?

    Hello,
    Check system log and also check work process trace, to know the error.
    I feel that it could be Authorization issue, you don't have sufficient authorization to do.
    Hope this helps.
    Regards
    venkata
    Edited by: venkata emandi on Sep 12, 2011 8:13 AM

  • Random error scanning batches

    Hello,
      I have a system with Windows 7 and Acrobat XI standard.  They have a good amount of scans, so they normally break them up into 2-3 batches.  They get prompted after each batch to continue or complete the scan.  There doesn't appear to be a pattern as when the error appears.  It's usually in the middle of a scan and then they have to restart.  I've tried reinstalling Acrobat (does it with no updates), applied all Windows updates, updated the Twain driver for the Fujitsu Fi-6130, re-created user profile, uninstalled AV, ran hw diagnostics, but nothing seems to help this issue.  The workstation is not even a year old and it has an i5 and 4GB of memory.  The system they had before this had similar specs but using Acrobat X and we didn't have any issues with that one. 
    Error:
    Any assistance or suggestions would be much appreciated.
    Thanks,
    Ross

    Varinder,
      I appreciate the instructions and assistance.  Users kept closing out Acrobat but I was eventually able to get a dump file with the error.
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\temp\temp.dmp]
    User Mini Dump File with Full Memory: Only application data is available
    Comment: '
    *** procdump  -e -ma acrobat.exe c:\temp\test.dmp
    *** Unhandled exception: C0000005.ACCESS_VIOLATION'
    WARNING: Whitespace at end of path element
    Error: Empty Path.
    Symbol search path is: http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x86 compatible
    Product: WinNt, suite: SingleUserTS
    Machine Name:
    Debug session time: Mon Mar  9 09:22:11.000 2015 (UTC - 5:00)
    System Uptime: 5 days 20:44:07.575
    Process Uptime: 2 days 17:00:30.000
    Loading unloaded module list
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (118c.3c0): Access violation - code c0000005 (first/second chance not available)
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for Acrobat.dll -
    eax=0069d7bd ebx=00000000 ecx=00998c80 edx=004afc94 esi=05290001 edi=05278338
    eip=68edf889 esp=0016af60 ebp=0016b254 iopl=0         nv up ei pl nz na pe nc
    cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010206
    Acrobat_68d60000!CTJPEGDecoderRelease+0x1d8a9:
    68edf889 f0ff08          lock dec dword ptr [eax]     ds:002b:0069d7bd=????????
    Thank you,
    Shane

  • KNT0000107 - Remote batch process could not be submitted on

    Hi All,
    I Have Install new (lab system) JD Edwards E1 9.0 ,JDE Tools 8.98.4.5 on windows 2008 R2 64 bit,Oracle 11.2.0.2. 64 bit
    with configuration like below:
    1. Deploymemnt Server : Windows 2008 R2 64 bit
    2. Enterprise Server (DB and App) : Windows 2008 R2 64 bit, Oracle 11.2.0.2. 64 bit,Oracle Client 11.2.0.2 32 bit
    3. Tools Release Tools 8.98.4.5
    4. Planner Esu JL16813
    After install install new client (windows client) I try to submit batc Report ( R00921) but I got Error Remote batch process could not be submitted on ENT
    I have actived Schedule server and add default printer already..
    Colud you please advice if I missing somehing here
    Thankyou
    Zaenul

    hi Zaenul
    the scheduler does not take part in submitting UBE's from a (html)client.
    From my guess I think that you did not setup any job queues. (P986130). From the menu; Report management -> batch processing setup -> Job Queues
    If that does not solve the issue, please submit a UBE form the development client and check the jde.log (default in C:\jde.log but can be different depending in C:\Windows\jde.ini)
    Hope this helps.
    regards
    Alaric

  • How to display custom error message in Job log for batch processing

    Hi All,
    I am rexecuting one R/3 report in batch mode and i want to display all the custom error i have handled in job log when its executed from SM36,SM37. The custom error are like 'Delovery/Shipmet doe not exits' or others which we can display in online mode like message e100(ZFI) or any other way and accordingly we can handle the program control like come out of the program ro leave to transaction'Zxxx' or anything. But i want my program to be executed completely and accumulate all the error in job log of batch processing.
    Can anyone tell me how can i do so...
    Thanks,
    Amrita

    Hi,
    Thats what i have done from the begining. I have written message like this:
    Message i100(ZFI).
    I was hoping to see this message in the log. But i cant see. Can you help me pleae...

  • Getting an error after executing batch process LTRPRT

    hi we are testing to check how the flat files are created for different customer contacts,for that we had ran the batch process LTRPRT batch process
    it got executed and ended abnormally with an error
    these are the parameters which were submitted during batch submission
    FILE-PATH=d:\spl
    FIELD-DELIM-SW=Y
    CNTL-REC-SW=N
    This is the following error
    ERROR (com.splwg.base.support.batch.GenericCobolBatchProgram) A non-zero code was returned from call to COBOL batch program CIPCLTPB: 2
    com.splwg.shared.common.LoggedException: A non-zero code was returned from call to COBOL batch program CIPCLTPB: 2
    *     at com.splwg.shared.common.LoggedException.raised(LoggedException.java:65)*
    *     at com.splwg.base.support.batch.GenericCobolBatchProgram.callCobolInCobolThread(GenericCobolBatchProgram.java:78)*
    *     at com.splwg.base.support.batch.GenericCobolBatchProgram.execute(GenericCobolBatchProgram.java:38)*
    *     at com.splwg.base.support.batch.CobolBatchWork$DoExecuteWorkInSession.doBatchWorkInSession(CobolBatchWork.java:81)*
    *     at com.splwg.base.support.batch.BatchWorkInSessionExecutable.run(BatchWorkInSessionExecutable.java:56)*
    *     at com.splwg.base.support.batch.CobolBatchWork.doExecuteWork(CobolBatchWork.java:54)*
    *     at com.splwg.base.support.grid.AbstractGridWork.executeWork(AbstractGridWork.java:69)*
    *     at com.splwg.base.support.grid.node.SingleThreadedGrid.addToWorkables(SingleThreadedGrid.java:49)*
    *     at com.splwg.base.support.grid.node.AbstractSingleThreadedGrid.processNewWork(AbstractSingleThreadedGrid.java:49)*
    *     at com.splwg.base.api.batch.StandaloneExecuter$ProcessNewWorkExecutable.execute(StandaloneExecuter.java:590)*
    *     at com.splwg.base.support.context.SessionExecutable.doInNewSession(SessionExecutable.java:38)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.submitProcess(StandaloneExecuter.java:188)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.runOnGrid(StandaloneExecuter.java:153)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.run(StandaloneExecuter.java:137)*
    *     at com.splwg.base.api.batch.StandaloneExecuter.main(StandaloneExecuter.java:357)*
    *18:24:14,652 [main] ERROR (com.splwg.base.support.grid.node.SingleThreadedGrid) Exception trapped in the highest level of a distributed excecution context.*
    what could be the reason?

    you need to specify appropriate folder on the server.
    for e.g. choose +/spl/sploutput/letterextract/+

  • Urgent help required : Batch processing error of an inbound idoc

    hi,
       i have a problem while posting an idoc to the GL(FB01).
    i'm using an Inbound idoc message type : ACC_GL_POSTING
    idoc type : ACC_GL_POSTING01.
    Process code : BAPI.
    In the transaction code OBA7 i have enabled a particular document type as BATCH INPUT ONLY.
    i have set the option " Trigger by background program" in the partner profile (we20).
    while testing the process i'm getting the error "Document type -- is only defined for batch input".
    how can i overcome this error? can idocs be used to post for transaction that are batch enabled . plz help me.
    with regards.
    T.Jeyagopi.

    Jeyagopi,
    There are different types of Data loading into SAP.
    BATCH INPUT / BDC / IDOC / BAPI etc. BATCH INPUT are standard programs that take the data and update SAP. I don't think that is same as batch processing of IDOC.
    You might want to remove the setting of batch input, retain the batch processing in WE20 and try it out.
    In my opinion it should work.
    Regards,
    Ravi
    Note : Please reward points for the posts that help you.

  • Pro Ver 6 Batch Processing Error

    When running batch processing on .doc files, at the end of the run the batch processor errors and warnings window shows a "bad parameter" message for each document. But it does not say what the bad parameter is. I can successfully convert the same document manually, so not sure what to do. The log file is no help, as that just contains the same error messages. Running version 6.0.6 of Acrobat Pro, WinXP Pro and Office 2003. The documents are all single page Word files with an embedded .tif file. The manually converted .pdf files look fine.

    hi TAJ0808,
    there is a fix for it go and ask support we already have it installed.
    regards chris

  • Batch Processing error: Object variable or With block variable not set - 91

    We are experiencing the following error when trying to execute the FDM Batch Processing of files in our UAT environment. This error is not occuring in our DEV environment. I have seen this error before when the data file had been left open and FDM could not access the file, so it appears this error is usually due to file permissions. However, this time none of the files are open, and as far as we can see, FDM should have full access to the OpenBatch and Inbox folders etc.
    Does anyone please have any suggestions, particularly on what account FDM will carry out the various tasks? Would it use a system account?
    Error:
    "Object variable or With block variable not set - 91"
    FDM Log:
    ** Begin FDM Runtime Error Log Entry [2012-07-06 16:07:09] **
    ERROR:
    Code............................................. 75
    Description...................................... Path/File access error
    Procedure........................................ clsBatchLoad.fFileCollectionCreate
    Component........................................ upsWBatchLoaderDM
    Version.......................................... 1112
    Thread........................................... 5828
    IDENTIFICATION:
    User............................................. admin
    Computer Name.................................... *******
    App Name......................................... *******
    Client App....................................... WorkBench
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... *******
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... *******
    Location ID...................................... 748
    Location Seg..................................... 2
    Category......................................... *******
    Category ID...................................... 14
    Period........................................... *******
    Period ID........................................ 02/07/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... True
    Is Auditor....................................... False

    I can confirm that there is definitely data present in our data files in this case.
    Please note that this error only occurs when using the Batch Processing functionality of FDM Workbench (which requires files to be placed in the OpenBatch subfolder of the Inbox). I can load individual files fine when using the FDM Web Client.
    As part of the first step of the batch load process, FDM Workbench moves files from the OpenBatch folder to a new folder which it creates in the Inbox\Batches directory. However, it is not even managing to do this, and gives the error below.
    We have tried to share the OpenBatch folder, to allow specific users access to drop files into this folder. Consequently, I believe suggests a security problem on the OpenBatch folder itself (please see original post). I have been told privileges should be sufficient for FDM to make use of this folder too, however I suspect this is not the case at present.
    In the meantime, please let me know if this could be due to other causes.

  • No error generated if batch process load file uses wrong naming convention

    Another interesting one...
    When using the batch processing functionality of FDM, which can be executed by either:
    - FDM Workbench (manually)
    - Hyperion FDM Task Manager (scheduled)
    - upsShell.exe (scheduled and executed from a batch script)
    ..., one has to name the data file (to be loaded) using a specific file naming convention (i.e. "A~LOCATION~CATEGORY~PERIOD~RA.csv" format, for example). However, if one does not name the file correctly and then tries to process the file using batch processing functionality using any of the above three methods, FDM happily moves the file out of the OpenBatch folder and into a new folder, but the file is not loaded as it does not know where to map it to (as expected). However, there are no errors in Outbox\Logs\<username>.err to inform the user, so one is non the wiser that anything has gone wrong!
    When using FDM Workbench, an error is displayed on the screen (POV - "Batch Completed With Errors, ( 1 ) Files Contained Errors"), but this is the only indication of any error. And normally, one would be scheduling the load using upsShell.exe or Hyperion FDM Task Manager anyway...
    Has anyone else noticed this, or am I doing something wrong here? :-)

    Yes, as per my original post the only feedback on any POV errors appears to be when using the FDM Workbench Batch Processing GUI.
    Regarding the "Batch Process Report in FDM" you mentioned, are you referring to Analysis | Timeline accessible via FDM web client? Unfortunately this does not appear to provide much in the way of detail or errors, only general events that occurred. I cannot locate any batch process report, other than the log output I defined when calling upsShell.exe. However, this contains no POV errors...

  • Records aren't updated in batch processing when an error occurs

    Hi folks,
    We are facing a problem using batch processing with oracle. Our app is implemented without any framework (Struts, Hibernate, Spring, etc), using basic statements and the "auto commit" option is turned off.
    When there's no errors into statements, everything goes fine! But, when one of commands doesn't execute succesfully, we can't commit others statements. Although specs say all of the previous statements should be committed when we explicit commit the transaction.
    Does anyone have any idea about the source of this problem?
    Thanks,
    Auler.

    Well, last time I checked, this was NOT a database forum, it's a "SQL and PL/SQL" forum, isn't it? Yes, SQL and PL/SQL run on the database, but they also run at the application level as well when you're working with Oracle Forms and Reports, which both have a built in PL/SQL engine.
    And yes, I AM using RUN_PRODUCT...*before* I use the win_api_session call. I run the report, and THEN attempt to open the finished report once it has been written to file. But I can't do that if the report is still being generated, right? My RUN_PRODUCT call passes a parameter to tell it to close the Reports Background Engine once the report has been generated. So, what I do is test (using win_api_session) to see if the Reports Background Engine is open or not. WHILE (my loop here...see my last post) it's open, I loop, so that when it is no longer open, I know that my report has been generated, and I can make the call to attempt to open the report from file.
    Again, what I need to do, is figure out how I can put some sort of error handling inside my loop to handle situations where there may be some sort of error in generating the report, and the Reports Background Engine doesn't get closed, which would leave me stuck in the loop.

  • Batch Processing error - using paths

    I need to batch process mutiple files where 'select Path1/copy/paste' is part of the action. All images contain a path named Path 1 but the action is only working on 30% of the images - can anyone help me understand why?
    I'm using PS 5.1 on a mac.

    Do all the images have a Background layer?
    (the step in your action to Select layer 'Background")
    At the bottom of the batch dialog you could set the Errors to Stop for Errors and that might narrow it down.
    Or specify a place to write the Error log file and then look at that.
    Did the action work okay in a previous photoshop version?
    Added: I'm using windows 8
    Message was edited by: R_Kelly

  • ODS activation process random error in process chain

    Dear All,
    In my process chains, the process of ODS activation is sometimes in error. It is a random error, it is not always the same ODS and process chain.
    The message error is DBIF_RSQL_SQL_ERROR.
    I noticed that, on right-clic -> Change variant to the process of ODS activation, I have the following message:
    "Not all infoobjects can be read".
    For information, in the processes of activation of the ODS, the unique parameter is the name of the ODS to be activated.
    Thank you very much for your help,
    Arnaud

    Hi......
    Check SAP Note : 631668......
    According to this note :
    Symptom
    This note applies only to BW systems under ORACLE.
    Loading data into InfoCubes terminates with an error: ORA 60, "deadlock detected". The monitor log displays the entry "CALLER 70 missing" and the request is flagged as red.
    Other terms
    Caller 70, DEADLOCK, ora0060, bitmap, indexes, DBIF_RSQL_SQL_ERROR
    CX_SY_OPEN_SQL_DB
    Reason and Prerequisites
    In SAP BW, there are two fact tables for including transaction data for Basis InfoCubes: The F and the E fact table.
    Unlike the E fact table, the F fact table contains the information about the request from where the transaction data originates.
    Therefore, transaction data is always written to the F fact table and the package dimension contains the request to which the loaded data belongs.
    Using 'Request compression', the system reads the data of a request from the F fact table and writes it to the E fact table without request ID and compresses.
    For good reporting performance, you must keep only the data of a few requests in the F fact table since the F fact table is partitioned according to the key of the package dimension and the data of all requests is always read. Therefore, you should compress the request if you are sure that the loaded data is correct and that you no longer have to delete the request.
    When you install BW on an ORACLE database, BITMAP indexes are created on the fact tables to improve the reporting performance of the system.
    These have a negative effect on the performance when loading data and the deadlock mentioned above (ORA 60) may occur as a result. The DEADLOCKs occur during parallel insert operations because ORACLE does not support a blocking concept for BITMAP indexes at data record level.
    Solution
    Before loading movement data, delete secondary indexes from the F fact table and create them again after the loading process. If the F fact table is small, no performance problems occur.
    Alternatively, you can also load requests serially into InfoCubes by first loading the data only into the Persistent Staging Area (PSA) and then serially into the InfoCube. If you use the data transfer process (DTP) for loading in BW 7.0, this option is no longer available.
    NOTE
               This avoids the deadlock problem. However, you should note that after some loading processes, it is necessary to reorganize the BITMAP indexes because they degenerate very heavily and, therefore, the read and writing performance deteriorates dramatically.
    Hope this helps you.....
    Thanks==Points as per SDN.........
    Regards,
    Debjani..........
    Edited by: Debjani  Mukherjee on Sep 29, 2008 3:14 PM

  • Resource error. No batch process available. Process terminated

    Hi all,
    Am getting following error after scheduling the chain in activating the load from ODS(0SAL_DS01)  to another Data Targets.
    Resource error. No batch process available. Process terminated
    Activation of M ecords from DataStore object 0CRM_CT_I terminated
    any light on this please
    regards
    Subba reddy.

    Hi
    From the description of your problem, I understand that the
    activation has taken too long, and that is the reason for the
    error RSODSO_PROCESSING 17. By making some adjustments to the
    Data Store object parameters, you should be able to activate
    the request. Please note and make the following adjustments in
    transaction RSODSO_SETTINGS (you can adjust this for each Data
    Store object):
    1) maximum package size (for activation)
       This you should reduce to 10000. Then the package processing would
       be less time consuming.
    2) maximum wait time for process (for activation)
       This could be increased to e.g. 600
    3) button "change process parameters"
       here the activation is set to be run in backround (which is also
       adviced by SAP).
    If you want the processes to run in background, you may have to
    increase the amount of batchjobs available in your system. Otherwise
    the activation can not run in parallel if there are no batchjobs
    available. This could also occur because there are other programs
    using batchjobs also.
    Also could you please check the server group used in RSODSO_SETTINGS
    You can make use of the RZ12 for the same. If you adjust these settings
    the activation should finish.

  • Batch process error message

    Hi there
    Last time i used photoshop everything was fine. and then all of a sudden none of my custom actions work with a batch process. a message keeps coming up saying
    "the command "image size" is not currently available"
    If i click continue it pops right back up saying the same but for the next process and again and again with every process in my action.
    It does this on any photo and with any custom action i have saved
    Interestingly if i just open the photo and click play on the action without going through the batch process... it works fine.. so its nothing wrong with my actual action.
    Has there been a bug introduced with a live update along the way?
    Its very very annoying as i regularly batch process 100s of photos for the web and now im having to do them 1 by 1!!
    thanks in advance for any help.
    how can i roll back an update in photoshop??

    Photoshop does not have a live update so your problem must be with something else.
    Geoff.

Maybe you are looking for

  • Document and Element trick!Please give me hand

    hello there I have a question for ya What is the difference between Document and Element regarding XML If I have this Document r ; how I could convert it Element say e; and vice versa it is possible to say Document r; Element e = (Element) r; what ab

  • Want to receive messages on old iphone as well as new with icloud account

    I just upgraded to the 5s and I'm trying to link my icloud account so that I can receive my texts on my 4s as well and it keeps saying "waiting for activation" under iMessage. Help!

  • Error message trying to connect to LDAP

    Error creating class for plugin: com.macromedia.contribute.server.plugin.ldap.Users Config. No property for plugin_ldapUsers/userBranches Anyone have this error before and if so, what exactly does it mean? None of my network guys can figure it out. H

  • Why is serial number 'invalid'?

    A student is trying to install Creative Suite 4 Design Standard Student Edition on a macbook. She sent off details of her student status to Adobe and they duly issued a serial number. The software installs ok up to the point where it asks for a seria

  • Delete XMP Core Properties not saving changes

    Hi, I'm editing some legacy docs for enterprise search retrieval optimization using 6.0 Pro, and need to remove the Modified Date meta tag so not to mislead users in to thinking the doc content was modified. When I use the delete feature via Advanced