Hi Guys, I have a strange problem where I could not retrieve the error message thrown by a JDBC or Siebel Adapter service in the catch block, below is my flow
Try/Catch sequence(exit on success)
Try sequence(exit on failure)
flow steps(JDBC,Siebel Adapters etc)
…
…
CatchBlock(exit on done)
pub.flow.getLastError
error handling logic
when I run the adapter by itself, I can see the pop up error message, but when debugging in flow, I could not get the error in the getLastError>pipeline document in catch block, and the strange thing is I can see the error in IS Server logI[/i]
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services