Search found 32 matches

by raeldor
Fri Apr 19, 2024 2:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process with Cube and View Name as Parameter
Replies: 2
Views: 92

Re: TI Process with Cube and View Name as Parameter

Steve Rowe wrote: Fri Apr 19, 2024 8:31 am You need to read up on TI Local Variables https://www.ibm.com/docs/sl/planning-an ... -variables

Specifically in this case DatasourceNameForServer and DatasourceCubeview
This looks like just what I'm looking for. I'll give it a try... thank you!
by raeldor
Thu Apr 18, 2024 11:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process with Cube and View Name as Parameter
Replies: 2
Views: 92

TI Process with Cube and View Name as Parameter

Is it possible to pass the view and cube name as a parameter of the TI Process for a more 'generic' export process? Can I pick the data source in the Prolog instead? Thanks.
by raeldor
Thu Oct 12, 2023 11:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube Dependency with DB Function - How Smart?
Replies: 3
Views: 6498

Re: Cube Dependency with DB Function - How Smart?

Appreciate you confirming my suspicion, many thanks.
by raeldor
Thu Oct 12, 2023 2:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube Dependency with DB Function - How Smart?
Replies: 3
Views: 6498

Cube Dependency with DB Function - How Smart?

We have an issue at the moment when updating a meta-data cube that is relied on heavily throughout our larger data cubes that it seems to be causing a constant recalc everytime a view is pulled once it's updated. The odd thing is, the measure that is being updated I do not believe is in ANY rules. S...
by raeldor
Fri Aug 04, 2023 9:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hold, Release Hold via Rest API or TI Process?
Replies: 3
Views: 1668

Hold, Release Hold via Rest API or TI Process?

Can this be done via the rest API, or even TI process?

Thanks
Ray
by raeldor
Thu Nov 03, 2022 12:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset Filter Elements By List of Attributes From Another Dimension
Replies: 8
Views: 1060

Re: Subset Filter Elements By List of Attributes From Another Dimension

Ah, I got it! I should be looping through the second dimension like such... GENERATE(FILTER(TM1FILTERBYLEVEL(TM1SUBSETALL([MMAP Versions]) , 0) , [MMAP Versions].CURRENTMEMBER.PROPERTIES("Vintage") <> "") , {STRTOMEMBER("[MMAP Vintages].[" + [MMAP Versions].CURRENTMEMBE...
by raeldor
Thu Nov 03, 2022 12:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset Filter Elements By List of Attributes From Another Dimension
Replies: 8
Views: 1060

Re: Subset Filter Elements By List of Attributes From Another Dimension

Thank you for the reply. The trouble is the attribute is on a different dimension. I tried to modify your code as... GENERATE(FILTER(TM1FILTERBYLEVEL(TM1SUBSETALL([MMAP Vintages]) , 0) , [MMAP Versions].CURRENTMEMBER.PROPERTIES("Vintage") <> "") , {STRTOMEMBER("[MMAP Vintage...
by raeldor
Thu Nov 03, 2022 8:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset Filter Elements By List of Attributes From Another Dimension
Replies: 8
Views: 1060

Re: Subset Filter Elements By List of Attributes From Another Dimension

Thank you so much for your reply. Here is a screenshot. I'm basically trying to get a unique list of elements of the 'MAP Vintages' dimension that are used in the 'Vintage' column of the 'MMAP Versions' dimension. And ONLY those that are used.
Thank you
Image
by raeldor
Thu Nov 03, 2022 4:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subset Filter Elements By List of Attributes From Another Dimension
Replies: 8
Views: 1060

Subset Filter Elements By List of Attributes From Another Dimension

I want to filter elements in a dimension (Vintage) to show only those that are used in ANY element on another dimension (Versions) in the attribute 'Vintage'. Is this possible using an MDX subset?
by raeldor
Wed Dec 01, 2021 3:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CCL Runtime Error Argument Value is not >= 0
Replies: 2
Views: 13910

Re: CCL Runtime Error Argument Value is not >= 0

I appreciate the reply, and it's nice to know we're not the only ones feeling the pain. :D I'm suspecting that this is not even calc related, but is just masking a timeout. If I move the grid to another tab and refresh it separately afterwards the error does not even appear. Software development wit...
by raeldor
Tue Nov 30, 2021 4:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CCL Runtime Error Argument Value is not >= 0
Replies: 2
Views: 13910

CCL Runtime Error Argument Value is not >= 0

Hi All, Unable to refresh contents of widget CCL Runtime Error. Argument value -9223372036854775616 is not >= 0 We are getting this error when refreshing a review after doing some data manipulation in TI. We suspect it's an data error (as it's not happening on all selections of data) causing a probl...
by raeldor
Wed Nov 24, 2021 1:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX Subsets Kill View Performance?
Replies: 4
Views: 17895

Re: MDX Subsets Kill View Performance?

Firstly, thanks for all the replies. I really appreciate you all reading through my rant. Doing a string search on the control cube was a good call. It turns out that there were rules in a second control cube that referenced the first control cube, that in turn linked back to the original cube that ...
by raeldor
Tue Nov 23, 2021 2:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX Subsets Kill View Performance?
Replies: 4
Views: 17895

MDX Subsets Kill View Performance?

We have a cube that is fed from another cube for reporting. It's pulling just a single metric from another cube with no calculations other than that DB pull from the other cube. When I run a query pulling all vendors (one of our dimensions) it takes a long time (about 1 minute; I will assume a first...
by raeldor
Tue Nov 23, 2021 1:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Does TI Process Spawn Threads?
Replies: 2
Views: 12962

Re: Does TI Process Spawn Threads?

Thank you. It turned out what was going on here was that views were timing out with no error message being returned, and the user hit the button again thinking the views had completed. So TM1 was still running a cellset retrieve on the back end and the user was running the TI process again, which wa...
by raeldor
Sun Nov 21, 2021 7:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Timeouts While Another Process Is Retrieving Data
Replies: 9
Views: 32096

Re: Timeouts While Another Process Is Retrieving Data

I used architect to create the view, so I think it's a traditional view, but when I trace through TM1PY (that uses restful API) it seems to create MDX anyway. Maybe that's another downside of using the restful approach. However, the benefits of being able to use Python are great, so if I can trim do...
by raeldor
Sat Nov 20, 2021 10:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Timeouts While Another Process Is Retrieving Data
Replies: 9
Views: 32096

Re: Timeouts While Another Process Is Retrieving Data

That's very interesting, thank you. Certainly worth investigation. TI is a little clumsy for pushing data to external databases, especially for large sets of data. I guess we could spit out to CSV and consume from there, but our infrastructure makes it difficult to have shared directories on the ser...
by raeldor
Sat Nov 20, 2021 2:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Does TI Process Spawn Threads?
Replies: 2
Views: 12962

Does TI Process Spawn Threads?

Hi, We have another odd issue. When a user loads a template, they wait for all the views to refresh. Then they push a button in PAW that launches a TI process. We then see something strange. We see 3 active threads for that user. 2 of them are blocking each other. One thread is the execution of the ...
by raeldor
Sat Nov 20, 2021 1:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Why is a cellset retrieve trying to lock a dimension in write mode?
Replies: 0
Views: 64036

Why is a cellset retrieve trying to lock a dimension in write mode?

Hi, We are seeing some strange behavior with contention. I have no dea why a cellset retrieve would try and lock a dimension in write mode. That makes no sense to me. :( Does anyone know what's going on here? This is becoming a real headache for us. 15224 [3d15] DEBUG 2021-11-19 16:42:02.589 TM1.Loc...
by raeldor
Sat Nov 20, 2021 1:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to Fetch Data CCL Runtime Error
Replies: 0
Views: 65074

Unable to Fetch Data CCL Runtime Error

Hi All, We are getting this error intermittently when loading PAW screens that are refreshing views. It says... Unable to fetch data. CCL Runtime Error: Argument value -9223372036854775616 is not >= 0 I can't find any references to it online. Has anyone seem this or knows where it's coming from.
by raeldor
Thu Nov 18, 2021 3:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Timeouts While Another Process Is Retrieving Data
Replies: 9
Views: 32096

Re: Timeouts While Another Process Is Retrieving Data

Does anyone know if there's an article anywhere explaining exactly how locking works internally in TM1? It might shed some light on what's going on here. I've read the IBM page about locks, but it only talks about 'object' locking. I seriously hope that when I'm pulling from a view that it's not pla...