Hi,
We have a clustered environment set up and I have a service where an Idoc is converted to a flat file and is sent to the target.
I have the same code, same FF Dictonary, FF Schema and documents in both the Servers. But strangely when the data flows through server 1 it is fine and no errors are generated and the document is created at the target.
I have copied the entire package from server 1 to server 2.
But when the data flows through the Server 2 the following error is generated.
webMethods Error Summary
Error encountered while logging/mailing a webMethods error. Check below for error details and the original error.
com.wm.ff.parse.ParseException: [FFP.0012.0004] Found no valid records
at com.wm.ff.parse.Parser.parseDocument(Parser.java:742)
at pub.flatFileImpl.convertToValues(flatFileImpl.java:387)
at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:322)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:612)
at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:44)
at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:235)
at com.wm.app.b2b.server.invoke.ValidateProcessor.process(ValidateProcessor.java:49)
at com.wm.app.b2b.server.ACL
Does anyone know why this error might be occuring?
Thanks in Advance
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB