Attribute Error

Post Reply
User avatar
John Hobson
Site Admin
Posts: 330
Joined: Sun May 11, 2008 4:58 pm
OLAP Product: Any
Version: 1.0
Excel Version: 2020
Location: Lytham UK
Contact:

Attribute Error

Post by John Hobson »

Hi

A client has a cube which is showing "error" against 3 attributes in the properties window.

There is no rule associated with it - Does anyone have any idea what might be causing it to display "error"?

I have never seen this before.

J
John Hobson
The Planning Factory
User avatar
Steve Rowe
Site Admin
Posts: 2464
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: Attribute Error

Post by Steve Rowe »

Have you checked for duplicate alias? Can't think of anything else unless there are weird chars that the properties pane can't display.
Cheers
Technical Director
www.infocat.co.uk
User avatar
John Hobson
Site Admin
Posts: 330
Joined: Sun May 11, 2008 4:58 pm
OLAP Product: Any
Version: 1.0
Excel Version: 2020
Location: Lytham UK
Contact:

Re: Attribute Error

Post by John Hobson »

Well I'm doing this remotely so I'll have to ask them to check.

From the screen shot it was every N level throwing an error so I doubt it's duplicate aliases but thanks for the idea

If it is is I'll be back eating humble pie shortly :D
John Hobson
The Planning Factory
Alan Kirk
Site Admin
Posts: 6667
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: Attribute Error

Post by Alan Kirk »

John Hobson wrote:Hi
A client has a cube which is showing "error" against 3 attributes in the properties window.

There is no rule associated with it - Does anyone have any idea what might be causing it to display "error"?

I have never seen this before.
I've seen it once... when attributes were populated by DBS formulas which were indeed sending an Error expression.

In other words, I'd browse the attributes cube and see whether the attribute values really ARE "Error".
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
User avatar
John Hobson
Site Admin
Posts: 330
Joined: Sun May 11, 2008 4:58 pm
OLAP Product: Any
Version: 1.0
Excel Version: 2020
Location: Lytham UK
Contact:

Re: Attribute Error

Post by John Hobson »

I've already told them to check the }cube.

The DBS is indeed a potential cause I guess - thank for that idea

J
John Hobson
The Planning Factory
Andy Key
MVP
Posts: 352
Joined: Wed May 14, 2008 1:37 pm
OLAP Product: TM1
Version: 2.5 to PA
Excel Version: Lots
Location: Sydney
Contact:

Re: Attribute Error

Post by Andy Key »

If the attributes cube looks fine, but the attribute viewer still shows errors, you could check the dimension itself and see if you've got any strange - possibly blank looking - elements, or elements that appear to be duplicates.

I've seen something similar where a dimension has become corrupted by having multiple elements made up of non printable characters. They originally got into the dimension when the source data file was created using the wrong character set. Cube viewer still worked fine, dimension editor fine, subset editor fine, but try and view the attributes through the Edit Attributes interface and the whole thing threw a wobbly, shifted all the attributes around and then complained about duplicate aliases that it had caused itself.

Fortunately the client only ever did attribute maintenance via the attributes cubes as the editor took too long to load anyway. But I think that was another topic!
Andy Key
Martin Erlmoser
Community Contributor
Posts: 125
Joined: Wed May 28, 2008 1:22 pm
OLAP Product: TM1, Cognos Express,..
Version: 9.1.4 FP1
Excel Version: 2010
Location: Vienna
Contact:

Re: Attribute Error

Post by Martin Erlmoser »

John Hobson wrote:Hi

A client has a cube which is showing "error" against 3 attributes in the properties window.

There is no rule associated with it - Does anyone have any idea what might be causing it to display "error"?

I have never seen this before.

J
is it correct that you also can't access these elements via rule / dbrw ?

tm1version?
User avatar
Steve Vincent
Site Admin
Posts: 1054
Joined: Mon May 12, 2008 8:33 am
OLAP Product: TM1
Version: 10.2.2 FP1
Excel Version: 2010
Location: UK

Re: Attribute Error

Post by Steve Vincent »

Nope, i've changed values in the element attributes cube by both rules and DBRW methods in past. Only time i've seen error messages was when the rule i was testing went wrong, or the DBRW was sending duff data."Error" is normally and Excel type of message so i'd have a look at whats populating the attributes.
If this were a dictatorship, it would be a heck of a lot easier, just so long as I'm the dictator.
Production: Planning Analytics 64 bit 2.0.5, Windows 2016 Server. Excel 2016, IE11 for t'internet
User avatar
macsir
MVP
Posts: 785
Joined: Wed May 30, 2012 6:50 am
OLAP Product: TM1
Version: PAL 2.0.9
Excel Version: Office 365
Contact:

Re: Attribute Error

Post by macsir »

We have this situation today and from the source table column, I found out that there is Horizontal Tab in the end of the string.
I use regexp_replace(string, CHR(09), null) to replace it and works fine.
In TM1,the answer is always yes though sometimes with a but....
http://tm1sir.blogspot.com.au/
Post Reply