

: nested exception is: .ts.exceptions.BaseIllegalStateException: Exception in XAResource.end.Īt .ts.(XAResourceWrapper.java:137)Īt .ts._listResource(TXR_TransactionImpl.java:333)Īt ._MessageListenerType.afterProceed(Interceptors_MessageListenerType.java:267)Īt ._MessageListenerType.throwApplicationOrEJBException(Interceptors_MessageListenerType.java:290)Īt ._MessageListenerType.invoke(Interceptors_MessageListenerType.java:103)Īt .n(RaServerSession.Notice: A non well formed numeric value encountered in /home/thefoo20/public_html//wp-content/plugins/crayon-syntax-highlighter/crayon_ on line 118 : nested exception is: : nested exception is: .ts.exceptions.BaseIllegalStateException: Exception in XAResource.end. Interceptors_MessageListenerType.throwApplicationOrEJBException(), Exception: Interceptors_MessageListenerType.afterProceed(), Error:Ĭom.exceptions.BaseIllegalStateException: Exception in XAResource.end.Īt .ts._listResource(TXR_TransactionImpl.java:339)Īt ._MessageListenerType.afterProceed(Interceptors_MessageListenerType.java:234)Īt ._MessageListenerType.invoke(Interceptors_MessageListenerType.java:98)Īt ._AfterDelivery.invoke(Interceptors_AfterDelivery.java:21)Īt .proceed(AbstractInvocationContext.java:179)Īt ._Lock.invoke(Interceptors_Lock.java:21)Īt .startChain(DefaultInvocationChainsManager.java:138)Īt .internalAfterDelivery(MessageEndpointImpl.java:247)Īt .(Executable.java:101)Īt .$n(CentralExecutor.java:328)Ĭaused by: .XAExceptionĪt .(JMSXASession.java:422)Īt .(JMSXAResource.java:58) Error log is below:Īt .internalAfterDelivery(MessageEndpointImpl.java:256)Īt .afterDelivery(MessageEndpointImpl.java:229)Īt .invoke(MDBProxyInvocationHandler.java:109)Īt .$Proxy534.afterDelivery(Unknown Source)Īt .n(RaServerSession.java:144)Īt .run(TaskImpl.java:410)Īt .(Executable.java:122)Īt .(Executable.java:1 I am working on sap nw v7.4 and 4 cluster(instance). Can you provide your suggestion on the above. Based on above example, 2 files generated are coming with File name as 789_ABC and 789_ABC.

So I have created a UDF implementing Dynamic Configuration but somehow in the Filename I always get the last value which I have read for Parameter 1.

Based on my understanding we cannot use Variable Substitution as the parameter2 cannot be used directly to create File name. Parameter 1 as 789 and parameter 2 as Test 2 then I have to create file name with 789_PQR. Parameter 1 as 123 and parameter 2 as Test 1 then I have to create file name with 123_ABC. I have to use one payload parameter as it is and the other I don't need to use the same in file name and have to use a corresponding defined value.ġ. But each file should have a unique name which will be decided based on the 2 payload parameters. I have a scenario in which my sender IDOC generates multiple files which is happening absolutely fine.
