ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 Report Portal Error
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rMy0G3KH

USA
28 Posts

Posted - 12/21/2005 :  13:53:16  Show Profile  Reply with Quote
Greetings,

I think I have found a bug with the report portal, I can only add a certain number of dimensions to a report before I get errors.

I think it has something to do with the length of the fields in each dimension.

I verified by creating a report and adding a field from every dimension until it give me an error.

Any advice greatly appreciated.

I am getting this error:

Error: An unexpected internal error has occurred.

admin

1644 Posts

Posted - 12/23/2005 :  02:50:27  Show Profile  Reply with Quote
Can you reproduce this problem with Foodmart 2000 database? Can you please provide detailed steps?
Go to Top of Page

rMy0G3KH

USA
28 Posts

Posted - 02/07/2006 :  15:40:09  Show Profile  Reply with Quote
To reproduce this problem with Foodmart 2000 database, please follow these steps:

Select a Sales cube
Drag and drop Unit Sales measure from the field list panel onto the measures section.
Drag and drop dimensions levels e.g. Country, Education Level, Gender, Marital Status, Product Family, and Media Type field list panel onto the rows sections.
After short hesitation, system responses and displays this error, Report returned over 500 rows. Cancel report execution?
Click No
No response; just blank white page
Go to Top of Page

admin

1644 Posts

Posted - 02/12/2006 :  20:13:03  Show Profile  Reply with Quote
Cross joining six dimensions produces too many records (about 1910). Here is the MDX:

[code]Select non empty HIERARCHIZE(DISTINCT({Crossjoin({
[Customers].[State Province].Members},Crossjoin(
{[Education Level].[Education Level].Members},Crossjoin(
{[Gender].[Gender].Members},Crossjoin(
{[Marital Status].[Marital Status].Members},Crossjoin(
{[Product].[Product Family].Members},
{[Promotion Media].[Media Type].Members}
)))))})) on rows,
non empty {
[Measures].[Unit Sales]} on columns
From [Sales]
[/code]

Please try using the drilldown mode, "top 10" filter or paging to limit the amount of data returned to the browser.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page