Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS 2008 SharePoint List source issue

$
0
0

I am working a SSIS conversion project from 2005 to 2010 for Sharepoint 2010. I have recreate the old 2005 SSIS package in BIDS 2008 but when I run the package i get this errorL:

____________________________________________________________________________________________________________

Error: 0xC0047062 at Import and Upates Issues and Deleted Issues, SharePoint List Source [1]: Microsoft.SqlServer.Dts.Pipeline.DoesNotFitBufferException: The value is too large to fit in the column data area of the buffer.
   at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetString(Int32 columnIndex, String value)
   at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
   at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)
Error: 0xC0047038 at Import and Upates Issues and Deleted Issues, SSIS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "SharePoint List Source" (1) returned error code 0x80131600.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
Information: 0x40043008 at Import and Upates Issues and Deleted Issues, SSIS.Pipeline: Post Execute phase is beginning.
Information: 0x402090DF at Import and Upates Issues and Deleted Issues, OLE DB Destination [1003]: The final commit for the data insertion in "component "OLE DB Destination" (1003)" has started.
Information: 0x402090E0 at Import and Upates Issues and Deleted Issues, OLE DB Destination [1003]: The final commit for the data insertion  in "component "OLE DB Destination" (1003)" has ended.
Information: 0x402090DF at Import and Upates Issues and Deleted Issues, OLE DB Destination 1 [1021]: The final commit for the data insertion in "component "OLE DB Destination 1" (1021)" has started.
Information: 0x402090E0 at Import and Upates Issues and Deleted Issues, OLE DB Destination 1 [1021]: The final commit for the data insertion  in "component "OLE DB Destination 1" (1021)" has ended.
Information: 0x4004300B at Import and Upates Issues and Deleted Issues, SSIS.Pipeline: "component "OLE DB Destination" (1003)" wrote 0 rows.
Information: 0x4004300B at Import and Upates Issues and Deleted Issues, SSIS.Pipeline: "component "OLE DB Destination 1" (1021)" wrote 1341 rows.
Information: 0x40043009 at Import and Upates Issues and Deleted Issues, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Import and Upates Issues and Deleted Issues
Warning: 0x80019002 at Loop Through All the Sharepoint Web Apps: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Warning: 0x80019002 at BIWaySPListImport2008: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
SSIS package "BIWaySPListImport2008.dtsx" finished: Failure.

__________________________________________________________________________________________________________

I have tried increasing the value size in the data conversion objects and in the database itself. I have also increased the DefaultMaxRowsBuffer and DefaultMemoryBuffer properties but it does not seem to work. I have tried to run an insert on individual column but it continues to error out. I have been working on this for a while and other forums entries like this are not helping me ion resolving the issue. Help please.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>