COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Framework Manager => Topic started by: Vick on 29 Apr 2008 03:01:59 PM

Title: SQL Bulk Fetch error
Post by: Vick on 29 Apr 2008 03:01:59 PM
Error Message:

RQP-DEF-0177 an error occurred while performing operation sqlbulkfetch status =-9
UDA-SQL-0107 general exception has occurred during the operation fetch

Solution:

In Oracle, change the cursor sharing mode to Exact.

Steps:

In the Oracle Manager Console, choose Instance > Configuration > All initialization parameters, and set the value to Force.

My Question: Can anybody tell me how do we go about to fix this problem for DB2 database ?

Any help is appreciated...

Thanks in advance,
Vivek Mody
Title: Re: SQL Bulk Fetch error
Post by: rajivgupta1107 on 16 Jun 2008 02:15:26 AM
Hi
I am also getting the same error. May i know the cause for the same.

Also i am not having Oracle Manager Console, pls tell how to set the parameter value then.

Thanks
Rajiv Gupta
Title: Re: SQL Bulk Fetch error
Post by: rajivgupta1107 on 16 Jun 2008 02:19:18 AM
I am getting the error in  the report.

Thanks
Title: Re: SQL Bulk Fetch error
Post by: rajivgupta1107 on 17 Jun 2008 03:22:41 AM
Pls update me on the same.

Regards
Rajiv
Title: Re: SQL Bulk Fetch error
Post by: raro on 17 Jun 2008 11:07:19 AM
Hi,

Quote from: Vick on 29 Apr 2008 03:01:59 PM
Error Message:

RQP-DEF-0177 an error occurred while performing operation sqlbulkfetch status =-9
UDA-SQL-0107 general exception has occurred during the operation fetch

My Question: Can anybody tell me how do we go about to fix this problem for DB2 database ?



One reason could be that DB2 is forcing your application (cutting connection) because of excessive consumption of resources, e.g. CPU, IO, Rows in/Out - DB2 monitores resources with DB2-govenor.

Edit the DB2-Govenor settings, change them to a higher thresholds or temporarly disable the govenor at all to test if error is connected to these settings at all.

Let me know if this helped you.

regards,
RaRo