Hi, i'm pretty new to Biztalk, and am attempting to output an XML file to a SQL database.
Having
followed a Microsoft walkthrough on how to do this, i've taken all the
necessary steps (set up and configured the SQL send port, generated the
SQLXML schema using the wizard, mapped my message to this new schema,
set the namespaces in both the wizard and on the send port etc), but am
encountering an unknown error.
The xml file does not get output
to the SQL table, and when i go into HAT to see what the error was, the
only information it gives me is
Service/Name: Microsoft.BizTalk.DefaultPipelines.XMLTransmit
ServiceInstance/ExitCode: -2146232832
ServiceInstance/ErrorInfo: (just two box-shaped characters displayed here)
Evidently this is some kind of unknown exception, but without seeing some kind of error message, i have absolutely zero chance of fixing it.
Is there some way to actually retrieve an error message for this exception?
Any help would be greatly appreciated
Cheers