dbTalk Databases Forums  

SSIS XML bulk load OLE DB error 0x80040E14

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS XML bulk load OLE DB error 0x80040E14 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sveng
 
Posts: n/a

Default SSIS XML bulk load OLE DB error 0x80040E14 - 10-05-2006 , 06:45 AM






I have an SSIS package that executes some sql statements (to drop and create
a table), reads in an xml source, sorts 2 elements and does a merge join on
the 2 sorts to combine them into one table. So far the largest file I have
managed to get through this process is 100mb. Here are the errors I get when
I try to process a 280mb file:

Error: 0xC0202009 at Extract XML, SQL Server Destination [6131]: An OLE DB
error has occurred. Error code: 0x80040E14.

An OLE DB record is available. Source: "Microsoft SQL Native Client"
Hresult: 0x80040E14 Description: "Cannot fetch a row from OLE DB provider
"BULK" for linked server "(null)".".

An OLE DB record is available. Source: "Microsoft SQL Native Client"
Hresult: 0x80040E14 Description: "The OLE DB provider "BULK" for linked
server "(null)" reported an error. The provider did not give any information
about the error.".

An OLE DB record is available. Source: "Microsoft SQL Native Client"
Hresult: 0x80040E14 Description: "Reading from DTS buffer timed out.".



I need to be able to process between 1 and 2 gb ultimately, in one xml file.
Why am I hitting a limit at around 100Mb?


Regards, Sven


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.