Hi!,
I’m working with de Biztalk sql adapter and I’m having problems
to catch exceptions.
I’ve tried catching a SOAPException, but nothing occurs.
Maybe I’m missing something.
In my orchestration I receive a message, I call an sp (In the sp I insert a duplicate key so an error occurs), finally, in a catch block, I have an expression shape with the following code:
[code:1:70b662f911]System.Diagnostics.EventLog.WriteEntry(\"SQL\", \"Se produjo un error en SQL Server\", System.Diagnostics.EventLogEntryType.Error); [/code:1:70b662f911]
But my orchestration doesn’t log that error in the event viewer.
I have installed SP1.
Can you help me, please? 😀
Saludos. Mauricio.
Buenos Aires – Argentina