I would call sLastErrorMsg after the method that is failing on poObject. If it is falling into your catch before you can get the last error from poObject, then I would check the sLastErrorMsg on your oSS object. I just created an integration that was falling into an exception on nWrite, so I couldn't grab the last error. It turned out that the error was actually happening on my session object.
↧