i developed an application which built and deployed fine. I used sql adapter to make the transactions, in receive folder the file is processed but i dont get it in send folder, In HAT it shows ” Error details: HRESULT=”0x80004005″ Description=”Streaming not supported over multiple column result”
Could you please provide more information. What is your stored procedure code like that is being called by the BizTalk SQL Adapter ? Are you trying to return multiple rows set of data or a single row of data, have you specified that the data being returned is in xml within the stored procedure? If you are trying to return multiple rows of data then it has to be catered for in your orchestration. This is my suspicion obviously it’s only a hutch because I need more information.