I have been tasked with getting up to speed with Biztalk and evaluating it for some of the processes at my company. I have gone through Microsoft’s 2006 tutorials and am currently trying to write an orchestration for one of our new processes. It is pretty simple. I am just trying to take a csv file and convert it to XML within a pipeline using the flat file disassembler. I am getting this error:
\”Unable to match the data in the input stream\”
Is this telling me that the format of the csv file is not matching my XML schema? Also, in trying to debug this error, I am looking at the Health Monitor, but my schema is not showing up. I see the schemas from the tutorials, but not mine. Any help is appreciated.
Glenn