Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
error :Column data type DT_STR is not...
error :Column data type DT_STR is not supported by the PipelineBuffer class.
Rate Topic
Display Mode
Topic Options
Author
Message
Patrick.I
Patrick.I
Posted Thursday, September 20, 2012 2:08 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Tuesday, October 09, 2012 5:50 AM
Points: 119,
Visits: 238
I'm moving some data from sql server table to shaepoint list.
I'm on sql server 2008 r2
The input columns from sql serer table shows DT_STR and the Avalabe dest(sharepoint) list was showing DT_WSTR
and when i ran the job it complained of DT_WSTR so i changed the columns it to DT_STR
and now getting error.
Error: 0xC0047062 at Data Flow Task, SharePoint List Destination 1 [10095]: Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException: Column data type DT_STR is not supported by the PipelineBuffer class.
The messy thing it doesn't actually tell you the colum you have problem with.Even if i look at the SSIS logging
Any ideas?
Post #1361780
anthony.green
anthony.green
Posted Thursday, September 20, 2012 2:13 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
Have you tried to use a data conversion task instead of just changing the column types?
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1361782
Patrick.I
Patrick.I
Posted Thursday, September 20, 2012 4:40 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Tuesday, October 09, 2012 5:50 AM
Points: 119,
Visits: 238
Thanks
But are you saying I should just use data conversion for every column?
If I knew the column causing the error .yes
Cheers
Post #1361863
anthony.green
anthony.green
Posted Thursday, September 20, 2012 4:48 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
If the source is Non-Unicode and the destination is Unicode it is best to stick a data conversion task in to convert the data from Non-Uni to Uni (or vice-versa) for every column which violates the Non-Uni to Unicode mapping.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1361870
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.