Author Topic: Unknown Error  (Read 3925 times)

Offline bowened

  • Associate
  • **
  • Posts: 2
  • Forum Citizenship: +0/-0
Unknown Error
« on: 28 Jan 2009 12:03:51 am »
Hello all...I'm trying to validate a report and I get this error that I can't track down:

RSV-VAL-0010 Failed to load the report specification. CCL_ASSERT_NAMED(m_bAllRowsOptimization == FALSE, "The master dataset cannot be re-used for a second iterator if AllRows optimization was applied when the query was executed.");

Can anyone help?

Thanks!

Offline david.stachon

  • Community Leader
  • *****
  • Posts: 183
  • Forum Citizenship: +7/-0
Re: Unknown Error
« Reply #1 on: 09 Feb 2009 04:13:58 am »
Yes! ...I can help. I just came across the same issue while doing an upgrade from 1.1 to 8.3.

For some reason, during the upgrade an invalid master detail relationship is being created between (in my case) the list and the page...and, it was between the same query.

to fix, simply select the "Page" object and set the "Query" to default. (for some reason on my upgrade, the same query as the list was being applied to the page).

...this will then remove the master detail relationship and you should be good to go.

Offline bowened

  • Associate
  • **
  • Posts: 2
  • Forum Citizenship: +0/-0
Re: Unknown Error
« Reply #2 on: 09 Feb 2009 10:23:58 pm »
Thank you! Works like a charm

Offline luka80

  • Full Member
  • ***
  • Posts: 10
  • Forum Citizenship: +0/-0
Re: Unknown Error
« Reply #3 on: 22 Jul 2009 05:15:05 pm »
Hi david, i have the Error

RSV-VAL-0010 Failed to load the report specification. CCL_ASSERT_NAMED(m_bAllRowsOptimization == FALSE, "The master dataset cannot be re-used for a second iterator if AllRows optimization was applied when the query was executed.");

I try your solution, the "Page" Query is Default and i don't understand what is the problem. When i lunch report it work but when i try to validate i have that error.

Another idea?