Hello,
I'm getting the following error message intermittently when trying to execute SSIS packages. The SSIS packages are hosted on SQL server 2008,10.0.2531, X64 and 100GB f RAM and with more than 10GB available memory on the server. The package is trying to transfer data from one server to other. The source server is SQL Server 2005,x64,SP3 and destination is SQL Server 2008,10.0.2531,x64.
when the restart the same SSIS package (SQLAgen job) it works fine. I do not see any access voilation/memory assertions on the server. I would like to understand and know the root cause of this error message. Is it related to SSIS or DB engine??. Any tools or troubleshooting techniques would help to isolate the issue..
I have posted the same question in SSIS forum and reason i posted here is because it is relaetd to memory issue and i'm hoping to get replies from DB engine/performance issues tuning experts..
any help highly appreciated.....
ERROR :
Error: 2013-07-05 1:55:10.77
Code: 0xC002F210
Source: SQL - Get Source Logic Execute SQL Task
Description: Executing the query "EXECUTE Control.GetSourceLogic ?, ? OUTPUT;" failed with the following error: "Attempted to read or write protected memory. This is often an indication that other memory is corrupt.". Possible
failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 9:53:19 PM
Finished: 9:55:28 PM
Elapsed: 128.608 seconds