![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a simple SSIS package that uses an Excel spreadsheet as the source and attempts to load mulitple rows into a SQLServer 2008 database table. This works fine on my local machine. However, the productions server is a Windows 2008 64 bit server. Here are the errors I am getting. If someone could point me in the right direction it will be appreciated. [SQL Server Destination [546]] Error: Unable to prepare the SSIS bulk insert for data insertion. [SSIS.Pipeline] Error: component "SQL Server Destination" (546) failed the pre-execute phase and returned error code 0xC0202071. Here is the version information for SQL Server 2008: Microsoft SQL Server Management Studio 10.0.2531.0 Microsoft Analysis Services Client Tools 10.0.1600.22 Microsoft Data Access Components (MDAC) 6.0.6002.18005 Microsoft MSXML 3.0 4.0 6.0 Microsoft .NET Framework 2.0.50727.4200 Operating System 6.0.6002 [SQL Server Destination [546]] Error: Unable to prepare the SSIS bulk insert for data insertion. [SSIS.Pipeline] Error: component "SQL Server Destination" (546) failed the pre-execute phase and returned error code 0xC0202071. |
#3
| |||
| |||
|
|
In my early days of SSIS development, I assumed that if I was working with a SQL Server Database, than I would use a SQL Server Destination component on the Data Flow. However, I have found that an OLE DB Destination works a whole heck of a lot better for me. HTH ===== Todd C "Whiskey Romeo Lima" wrote: I have a simple SSIS package that uses an Excel spreadsheet as the source and attempts to load mulitple rows into a SQLServer 2008 database table. This works fine on my local machine. However, the productions server is a Windows 2008 64 bit server. Here are the errors I am getting. If someone could point me in the right direction it will be appreciated. [SQL Server Destination [546]] Error: Unable to prepare the SSIS bulk insert for data insertion. [SSIS.Pipeline] Error: component "SQL Server Destination" (546) failed the pre-execute phase and returned error code 0xC0202071. Here is the version information for SQL Server 2008: Microsoft SQL Server Management Studio 10.0.2531.0 Microsoft Analysis Services Client Tools 10.0.1600.22 Microsoft Data Access Components (MDAC) 6.0.6002.18005 Microsoft MSXML 3.0 4.0 6.0 Microsoft .NET Framework 2.0.50727.4200 Operating System 6.0.6002 [SQL Server Destination [546]] Error: Unable to prepare the SSIS bulk insert for data insertion. [SSIS.Pipeline] Error: component "SQL Server Destination" (546) failed the pre-execute phase and returned error code 0xC0202071. |
![]() |
| Thread Tools | |
| Display Modes | |
| |