If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Error Message while pulling measure in Analysis Studio

Started by manoj928, 02 Jul 2009 10:31:39 AM

Previous topic - Next topic

manoj928

I am getting below error while pulling a measure from dimensionally modelled package in analysis studio:

PDS-PPE-0104 A record was rejected. An arithmetic overflow occurred. PDS-PPE-0104 A record was rejected. An arithmetic overflow occurred. (Data).

As i looked at data for this measure, found that the significant digit for measure is of 13 digits after rolling. So please let me know how to get rid of this error.

Thanks in adv.


manoj928

I used cast function as well...Actually i am using calculation as :
CAST((Measure1 * Measure2),DECIMAL(18,2)).

But Still it is giving the same error. Please help me as it is an urgent requirement.

Thanks.

CB5257

What worked for me was finding and correcting the record that was being rejected.  I created an SQL statement in TOAD that selected records with measures of 18 positions from the tables my report was using.  It returned two records with bad sales data.  I brought them to our business analyst who confirmed they were bad.  He fixed the two records and the query functions properly.