Search found 6 matches

by wcoffen
Thu May 29, 2025 9:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Changing a TI to create a new view on the fly is causing no loops through the data tab
Replies: 7
Views: 5193

Re: Changing a TI to create a new view on the fly is causing no loops through the data tab

There is nothing "on 0" which would be the columns and I think you need to have a column set, at least one member. The old static views would allow not having a column dimension, but I think MDX is more particular. Right now you have all your dimensions nested row-wise. Move "[currenc...
by wcoffen
Wed Jul 31, 2024 1:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IBM Planning Analytics 2.0 vs 2.1
Replies: 5
Views: 7604

Re: IBM Planning Analytics 2.0 vs 2.1

Lest we not forget, PA 3.1 has been mentioned coming in Q1 2025...unless that has changed. PA 3.1 was mentioned to be a non-containerized V12 for on-premises installations. PA 2.1 might just be a transition/stepping stone next year to PA 3.1 using PAE for on-premises customers. PAL 2.1.4 is availabl...
by wcoffen
Thu Mar 14, 2024 6:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAfE Issue on Win 11
Replies: 7
Views: 3619

Re: PAfE Issue on Win 11

You might try editing the tm1features.json file by setting the r74_EnableWebView2ForAuth flag to false . IBM talks about enabling WebView2 starting with PAfE 2.0.74 about a year or so after your PAW 64 came out, maybe PAfE has to be forced not to use WebView2 on Win 11 where IE is sort of deprecated...
by wcoffen
Wed Jan 17, 2024 7:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW - GIT Repository Connection issue
Replies: 9
Views: 6816

Re: PAW - GIT Repository Connection issue

Try $ ssh-keygen -t ecdsa -C "youremail@address"

I had an issue with a different algorithm for PA Cloud and IBM suggested "ecdsa" and it worked.
by wcoffen
Wed May 24, 2023 1:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1SET function - Any trick getting it to work?
Replies: 5
Views: 2319

Re: TM1SET function - Any trick getting it to work?

John,

There was a defect once where if USESSL=F was in the config file, then it would fail. I believe 24Retail had USESSL=F set as shipped.

I'm not sure when (or if) that was corrected, but support told me about the defect in October 2022 around when TM1Set was first made available.
by wcoffen
Wed May 10, 2023 2:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Virtual Machine configuration and PA
Replies: 7
Views: 6251

Re: Virtual Machine configuration and PA

It could be "Driver locked memory" if you are using Hyper-V. VMWare had a similar "balloon driver" at some point and may still. Sysinternal RAMMap would help pin it down, but I have seen VM servers at 95% of RAM utilization, with about 40% due to a "Driver Locked" statu...