|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, April 08, 2013 8:24 AM
Points: 153,
Visits: 563
|
|
My SSIS package throws below error while fetching data from DB2 to SQL Server. SSIS package fetch 50 tables from DB2. but this throws error only for 1 or 2 tables repeatedly.
Source: Data Flow Task ADO NET Source [90] Description: The component "ADO NET Source" (90) was unable to process the data. ERROR [HY008] [IBM][CLI Driver][DB2/AIX64] SQL0952N Processing was cancelled due to an interrupt. SQLSTATE=57014 End Error Error: 2011-01-04 23:05:39.74 Code: 0xC0047038 Source: Data Flow Task SSIS.Pipeline Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "ADO NET Source" (90) returned error code 0xC02090F5.
Appriciate if someone show some light on this.
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 2:11 AM
Points: 9,378,
Visits: 6,473
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, April 08, 2013 8:24 AM
Points: 153,
Visits: 563
|
|
Thanks Koen for the quick response.
We get the same error ever after changing querytimeout of DB2 client to 0. is there any property to be configured in DB2 Server? any idea
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 2:11 AM
Points: 9,378,
Visits: 6,473
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, September 13, 2012 1:27 AM
Points: 4,
Visits: 43
|
|
Kindly Help me out ...Even I face the same Issue... Is there anything to do with teh DB2 settings like time out etc., From SSIS do I have to configure the ADO.Net Source Command Timeout ...to 0??
Please let me know the resolution
Regards Gayathri.B
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Yesterday @ 9:20 AM
Points: 4,242,
Visits: 9,494
|
|
gayathri-b (8/15/2012) Kindly Help me out ...Even I face the same Issue... Is there anything to do with teh DB2 settings like time out etc., From SSIS do I have to configure the ADO.Net Source Command Timeout ...to 0??
Please let me know the resolution
Regards Gayathri.B
This is a SQL Server forum, not DB2. You're asking the wrong people.
____________________________________________________________________________________________
Help us to help you. For better, quicker and more focused answers to your questions, consider following the advice in this link:
http://www.sqlservercentral.com/articles/Best+Practices/61537/
If you are asking for help and your post does not contain a question, you should expect responses which do not contain any answers. Put a question mark in there somewhere - it's not rocket science.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, September 13, 2012 1:27 AM
Points: 4,
Visits: 43
|
|
Hello MR-Hall of Fame
Thanks for enlightening me...!!
But I feel question has something more to do with SSIS +DB2,If a person has faced similar issue ,I guess its nothing wrong in seeking an opinion in very much relevant forum.. rather than worrying more about the place where we post and how we post.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, April 08, 2013 8:24 AM
Points: 153,
Visits: 563
|
|
seem my response is not updated here.
we fixed that issue by updating DB2 client driver, changing DB2 data source property b/w ADO and OLEDB and by trying differnt DB2 property values in SSIS. hope this helps
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, September 13, 2012 1:27 AM
Points: 4,
Visits: 43
|
|
Hello ramkumar,
Thanks a lot for your response...
It would be great if you can let me knwo what has to be changed in the DB2 Client Driver.
By the second statement ,do you mean to use OLEDB data provider for db2 in SSIS data flow task rather than using the ADo.Net Data source Task ??
Am using Ado.net source task..but Am not sure regarding the setting of DB2 Properties in the SSIS
I face this Issue only when I try to pull information from the DB2 Database source,by running jobs in two different servers at the same time. I also tried tos et the command timeout property of Ado.net source to 0 .But still I get this error
kindly please elaborate regarding the fix..
I would be highly obliged.
Thanks in advance!!
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 21, 2013 9:21 AM
Points: 1,
Visits: 42
|
|
i have the same issue,
would be great if more details could be given as to what was changed.
latest IBM driver is 9.7, but then there is also 10.1 (in testing i guess) thanks
|
|
|
|