Thanks Puri
The problematic partition is the last one in cube (it is the only one that
is being processed).
Its select is very simple:
"select list of fields from facts where time field meets time condition".
When this select is run localy at oracle number of records is
significantly different then when it is run from AS during this partition
process.
Thanks again
Rea
"Deepak Puri" wrote:
Quote:
I would suspect: "a filter clause which specifies the time condition
which should be met by facts records." If you have a "count" measure in
the cube, can you check which partition(s) are falling short (assuming
that you can translate each filter to some MDX filter on time)? Then you
could trace the SQL query to Oracle for that partition, and compare row
counts returned by the query to the cube count.
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com *** |