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.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Problem in SSIS from IBM Isereis to Sql Server 200

Author  Topic 

tlrsekar
Starting Member

2 Posts

Posted - 2008-09-15 : 03:07:08
Hi All

I am trying to import data from Lifeaisa product which is developed in IBM Iseries application. The data has to be imported to sqlserver
I 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 T

RAJASEKARAN T
tlrsekar@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?
Go to Top of Page

tlrsekar
Starting Member

2 Posts

Posted - 2008-09-15 : 03:20:31
Thanks for the reply

No paramenter. Its a direct simple select * from [table name] query.
No Complex involved

RAJASEKARAN T
tlrsekar@HOTMAIL.COM
Go to Top of Page

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?
Go to Top of Page
   

- Advertisement -