Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tlrsekar
Starting Member
2 Posts |
Posted - 2008-09-15 : 03:07:08
|
Hi AllI am trying to import data from Lifeaisa product which is developed in IBM Iseries application. The data has to be imported to sqlserverI am trying creating ssis below mentioned error is comming when using sql command to extract the data. but the same is working when i map the table Name directly in table and view option. pls help me on this asap.Error: 0xC0047038 at Data Flow Task, DTS.Pipeline: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "OLE DB Source" (1) 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.Rajasekaran TRAJASEKARAN Ttlrsekar@HOTMAIL.COM |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-15 : 03:15:03
|
what's the command used? also are you having parameters in your sql command? |
 |
|
tlrsekar
Starting Member
2 Posts |
Posted - 2008-09-15 : 03:20:31
|
Thanks for the replyNo paramenter. Its a direct simple select * from [table name] query.No Complex involvedRAJASEKARAN Ttlrsekar@HOTMAIL.COM |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-15 : 03:55:05
|
Are you able to parse query and preview the results in preview tab? |
 |
|
|
|
|