Change in behaviour updating attributes across different versions of PA #1314
Replies: 2 comments
-
|
Perhaps this is related to the Does the response change if you set it to False? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Brilliant, thanks Marius, it was indeed and I think the last thing I would have checked .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I have a script that's based on an example for re-syncing attributes and which has been running great in my local environment
https://cubewise-code.github.io/tm1py-tales/2021/sync-dimensions.html
However, when I run the code against a more recent version of PA the code is crashing with an error of
Element "Base" not found in dimension - base is neither an element or attribute
The dimension in question contains hierarchies so base feels like the primary/leaf hierarchy but only occurs when I run against latter versions of PA.
If I output the cellset I can see a difference between the versions of PA, for example
PAL v11.8.02300.10 (this works)
100001,Group
100001,Band
PAL v11.8.03200.3 - note the addition of Base
Base,100001,Group
Base,100001,Band
So this would imply there's been a change in behaviour somewhere down the line. Just to be sure, I have also upgraded TM1PY to 2.2 but no change.
Has anyone come across anything similar? or any thoughts? At the moment I can't get the code to work for the latest versions of PA
Many thanks,
Steven
Extract of my code below
`
Beta Was this translation helpful? Give feedback.
All reactions