I currently have an SSIS package that makes a webservice call, returning an xml variable. The XML-Task then performs the XSLT to xml conversion and moves on to the data flow tasks. This worked before installing SQL Server 2012 CU7. Now that the package is running, errors in the XSLT Transform with this error in sysssislog:
An error has occurred with the following error message: "Unable to access closed stream."
If the result of the XML task is changed to a file, it succeeds.
Looking for updates in CU7, I found KB3063438 . It seems to me that they corrected one question, that I did not encounter, and caused another. It should also be noted that the package ran successfully on my local machine in SQL Server Data Tools. For testing, I installed CU7 since I was on CU6 and now I get the same error on my local machine.
Does anyone else have this problem? Or did anyone find a job or fix other than modifying the package to output to a file? I, too, was unsuccessful, and I would prefer not to output the data to a file first or roll back CU7.
** Update. I returned CU7 to my local machine and the package succeeds successfully.
source share