Search found 15 matches
- Tue Sep 03, 2024 7:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Republishing a private View with private subsets using PublishView
- Replies: 7
- Views: 5827
Re: Republishing a private View with private subsets using PublishView
Final Feedback: After some more testing it looks like that the behaviour is the same as with SubsetDestroy. If the Subset is used in another View and options (include Subsets =1, overwrite =1) are set, the function fails and executes a rollback. (The error message is not very helpful) It works repla...
- Sat Jul 27, 2024 3:31 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Republishing a private View with private subsets using PublishView
- Replies: 7
- Views: 5827
- Thu Jul 25, 2024 8:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Republishing a private View with private subsets using PublishView
- Replies: 7
- Views: 5827
Re: Republishing a private View with private subsets using PublishView
If you make the user and ADMIN of the dim in question with the private subset are they then able to Publish the view? i tried that (general ADMIN), but no effect. There is no DimensionSecurity in place! I know a TI executes as Admin, but perhaps there's a safety catch in the PublishView function pr...
- Thu Jul 25, 2024 4:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Republishing a private View with private subsets using PublishView
- Replies: 7
- Views: 5827
Re: Republishing a private View with private subsets using PublishView
The 4th argument of PublishView is not a blanket overwrite, it's "OverwriteExistingView" which will controls overwrite of the view only if it already exists. Good point. I overlooked this because it was well working for me even with changed private subsest ... so maybe it only worked beca...
- Thu Jul 25, 2024 3:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Republishing a private View with private subsets using PublishView
- Replies: 7
- Views: 5827
Republishing a private View with private subsets using PublishView
Hi all, today I ran in an unexpected issue with PublishView. I build a process to be used for a special group of users to publicate (private) views using PublishView. Everything works fine for me (as an ADMIN). I can publish private views containing private subsets using PublishView(<Cube>, <View>, ...
- Fri Jun 21, 2024 10:05 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Feeder recalculation at restart with persistent feeders on
- Replies: 2
- Views: 1592
Re: Feeder recalculation at restart with persistent feeders on
Hi burnstripe, thx so far, but it was none of the above. But I found a trace... One .rux file was slightly newer than the feeder file (no idea how). A collegue pointed out that he had a similar issue causing tm1 to recalculate "some" feeder (not all!) without logging an error. In my case, ...
- Thu Jun 20, 2024 5:23 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Feeder recalculation at restart with persistent feeders on
- Replies: 2
- Views: 1592
Feeder recalculation at restart with persistent feeders on
Hi, today i encountered a strange issue with feeders at restart of PA (11.8.00400.7-0) With PersistentFeeders activated, the server is starting normaly loading all cubes and feeder (from file) without any issues. There is NO ERROR message like: TM1.Server ***** Persistent Feeder error ***** TM1.Serv...
- Thu Jun 20, 2024 4:54 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Tm1 Instance starting up failure
- Replies: 2
- Views: 2193
Re: Tm1 Instance starting up failure
Hi Nico, not sure if your issue is already solved... I encountered this behaviour in an environment where the logs are written on a partition seperate from the tm1 database. These partition ran unexpectedly full due to a big log file... On restart of tm1 the behaviour like your description... when t...
- Tue Feb 07, 2023 10:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange behaviour of Subsets used in DBRW
- Replies: 5
- Views: 1806
Re: Strange behaviour of Subsets used in DBRW
Hi burnstripe,
the DimensionDownloadMaxSize parameter im tm1p.ini has no value assigned. Nevertheless the users removed the line and did a test.
Sadly there was no positve effect...
Any further ideas on how to solve this sync-issue are welcome...
the DimensionDownloadMaxSize parameter im tm1p.ini has no value assigned. Nevertheless the users removed the line and did a test.
Sadly there was no positve effect...

Any further ideas on how to solve this sync-issue are welcome...
- Mon Feb 06, 2023 3:50 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange behaviour of Subsets used in DBRW
- Replies: 5
- Views: 1806
Re: Strange behaviour of Subsets used in DBRW
What happens if you create the new sets, close Perspectives and Excel then open and connect again? Could be a meta data sync issue where new objects are not available/recognized. Hi gtonkin, my users checked it and i think you got it. After completely closing and reconnect all subsets can be adress...
- Mon Feb 06, 2023 10:00 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Strange behaviour of Subsets used in DBRW
- Replies: 5
- Views: 1806
Strange behaviour of Subsets used in DBRW
Hi all, we are facing a strange behaviour of subsets used in DBRW in Perspectives (not PAX as mentioned here ) TM1-Version is PA2.0 (Product version 11.8.01000.6) The application uses subsets (filters) defined by users to get sums and list of elements. Everything went fine so far for years. - A sing...
- Sat Mar 18, 2017 11:16 pm
- Forum: Useful code, tips and tricks
- Topic: Regular expressions in TI
- Replies: 2
- Views: 11551
Re: Regular expressions in TI
thx pandinus for this very useful code. I'm sorry but I think I found a small glitch in the Sys_Regex_find.pro code. If the start of an expression is found at the end of the string but string ends before the expression is clompletely parsed there is a "false positive" result. Please have a...
- Thu Sep 10, 2015 8:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: new bug concerning cross cube feeders in TM1 10.2.2?
- Replies: 5
- Views: 4409
Re: new bug concerning cross cube feeders in TM1 10.2.2?
Or the way around, if months are leaves in the feeder source cube, then each month will feed all 4 Qs in the target cube if Qs are leaves in the target cube This is an overfeeding, and yes it works but is logically incorrect and results in unnecessary overfeeding There is indeed an overfeeding. The...
- Thu Sep 10, 2015 8:23 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: new bug concerning cross cube feeders in TM1 10.2.2?
- Replies: 5
- Views: 4409
Re: new bug concerning cross cube feeders in TM1 10.2.2?
Best no one answers that question directly Thank you very much. :D Maybe I'm fool... But Feeder like ['Import','Wert','4122000','Q3.2015'] => DB('inKostenplanung','Eingabe',!PlanVersion,!PlanNiederlassung,'Q3.2015','4122000','Wert'); Q3.2015 (is the consolidation of the leaf elements 07.2015, 08.20...
- Wed Sep 09, 2015 9:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: new bug concerning cross cube feeders in TM1 10.2.2?
- Replies: 5
- Views: 4409
new bug concerning cross cube feeders in TM1 10.2.2?
I found nothing about the following in a thread or the internet at all I'm facing the following issue with cross-cube-feeders in TM1 10.2.2 (FP3) I've one Cube with detailed data on a monthly base (called "Cube A") - dimensions: - PlanDatenartUmsatz - PlanVersion - PlanNiederlassung - Plan...