I have an SSIS package which runs fine in the development environment, but after deploying to and running in the QA environment, it's returning a
Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The 'component 'SAS...' failed because error code 0x80004002 occurred, and the error row...
I've compared the tables on the dev SQL server with those on the QA sql server, and both appear to match, so I'm not sure what's causing this error.
User contributions licensed under CC BY-SA 3.0