Error Executing Package Chapter 6
Hi I am new to SSIS.
While creating the example package given in Chapter 6 Page 148 - Using SQL output Paramteres to Change Runtime settings
The package failed at the Excute Sql task. The error recieved was
Error: 0xC002F210 at Execute SQL Task, Execute SQL Task: Executing the query "EXEC usp_GetConfigParamValue 'MYAPP', 'MYPARM', 'STRING', @MYVALUE OUTPUT" failed with the following error: "The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 3 ("@MyValue"): Data type 0xE7 has an invalid data length or metadata length.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Task failed: Execute SQL Task
I downloaded the source code and ran the package. Same error.
Any clues??
Any help well be appreciated.
Thanks
Regards
Sid
|