system
November 30, 2009, 11:38am
1
Morning All,
I’m using BO 5.1.8 and there seems to be an issue where reports are returning a row limit of 65535 rows but no partial result warning is displayed.
The reprocusions of this is that there is missing data rows and I need to know how to stop this from happening.
Many Thanks
Gordon
gordon_black (BOB member since 2008-05-30)
system
November 30, 2009, 11:44am
2
That sounds like the MS excel row limit.
Are you running the report to Excel?
Damocles (BOB member since 2006-10-05)
system
November 30, 2009, 12:08pm
3
We have an add-in that allows the export to excel, I did realise that that was the row limit and did disable the add-in but still the same thing happens.
Many Thanks for your speedy response!
Gordon
gordon_black (BOB member since 2008-05-30)
system
November 30, 2009, 12:19pm
4
If you create a similar report from scratch does it still limit the result set? Also are you certain there’s no limit in the universe?
Damocles (BOB member since 2006-10-05)
system
November 30, 2009, 12:22pm
5
Hi,
I have recreated the report and still get the same row limit and there are no row limits set i.e. the check box is not checked, in the universe properties.
Hope this helps?
Many Thanks!!
gordon_black (BOB member since 2008-05-30)
system
November 30, 2009, 12:30pm
6
I’m going to hazard a guess that someone has put a limit in somewhere, probably hard coded.
It may be time to get out the finest of your toothcombs and hunt.
Just what you need of a Monday morning.
Damocles (BOB member since 2006-10-05)
system
November 30, 2009, 12:36pm
7
Check whether there is a limit imposed in the query itself, within the query panel.
This may have been done, in this reports case, to prevent too many rows been retrieved for Excel.
Mak 1 (BOB member since 2005-01-06)
system
November 30, 2009, 1:10pm
8
this was a known issue in BO 5.1.8. cant recollect what the work around was. Are you using ZABO by any chance?
vparikh1 (BOB member since 2003-02-20)
system
November 30, 2009, 1:12pm
9
Check this solution
Using v5.1.8 Fat Client
SQL Server
permissions on universes are fine and all timeout / row returns limits have been checked
This issue seemed to be fixed in v5.1.6 by entering
HardRefresh = 1
into the ODBC.SBO file
WE are seeing intermittent issues where a query will return only the 1st 65535 rows of data. This is particularly problematic as when it does this, the “Partial Results” indicator is NOT shown. The only way to tell is to look at the # Rows field in the “Query Definition” tab w…
vparikh1 (BOB member since 2003-02-20)
system
November 30, 2009, 1:50pm
10
Hi All,
Thanks for the replies!!
I’ve looked in the query panel at the SQL that is written and there is no limit at that point.
We’re using the full client Business Objects app.
With regards to the solution posted, I’ve lokked at the ODBC.SBO file but am unsure where to enter the line - HardRefresh = 1 in the SBO file itself as it does not appear anywahere in the files contents.
If anyone can give me any advice on that, that would be great?
Many thanks for all you peoples time, it’s much appreciated!!
Gordon
gordon_black (BOB member since 2008-05-30)
system
November 30, 2009, 1:59pm
11
You won’t see this in the SQL.
Go To DATA → Edit Data Provider → Options Button (bottom left) and heres where you can limit the result set to the desired no of rows.
Mak 1 (BOB member since 2005-01-06)
system
December 2, 2009, 8:23am
12
Can you add that entry HardRefresh = 1 in the odbc.sbo file and try. Hopefully the error should go away. Remember doing this a long time ago (2004-2005 timeframe)
vparikh1 (BOB member since 2003-02-20)
system
December 2, 2009, 8:58am
13
Hi vparikh1,
At what point in the file do I add this line in?
I’ve added it to the Defaults section is this correct?
Many Thanks
Gordon
gordon_black (BOB member since 2008-05-30)
system
December 4, 2009, 2:21pm
14
You can add it at the end of the file and save it. Let us know if this works. As I said earlier I had done this around 2005 timeframe.
vparikh1 (BOB member since 2003-02-20)
system
December 8, 2009, 10:37am
15
Hi vparikh1,
This fix hasn’t sorted it. Also I have recreated the universe and still the limit continues.
How frustrating!!
Is there anything else I could try?
Many Thanks
Gordon
gordon_black (BOB member since 2008-05-30)
system
December 8, 2009, 2:59pm
16
This is all I could recollect on the problem. What database are you using and wonder if there is another .sbo file that needs to be referred to?
vparikh1 (BOB member since 2003-02-20)