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

SSIS DB2 to sql server error raised after loading 80 percent data...

$
0
0

Hello All,

i am using ssis 2008 R2/BIDS 2008 r2 version, in my package i am getting data from DB2 the load to Sql Server,

the steps : it has only one dataflow task, in dft, it has oledb source -sql query (that has 40 columns), then data conversion unicode to non unicode, row count, oledb destination

i am using oledb source and oledb destination, after loading 11 million it failed with below error message, actually i am expecting 14 million rows, also for 11 million rows it took about 7 hours to run, is there any way to improve this time, what is the bellow error please guide me, i greatful to you,

Errors:

[OLE DB Source [1290]] Error: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.

An OLE DB record is available.  Source: "IBM OLE DB Provider for DB2" Hresult: 0x80004005  Description: "[DB2/LINUXX8664] SQL4712N The threshold "THRESH_QUERYRUN_TIMEOUT" has been exceeded. Reason code = "9".  SQLSTATE=5U026

".

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "OLE DB Source" (1290) returned error code 0xC0202009. 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.

 Thank you in adavance

Milan


Viewing all articles
Browse latest Browse all 24688

Trending Articles