Search found 51 matches

by Lukas Meyer
Thu Jul 25, 2019 6:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PA and TM1RUNTI separately from installation
Replies: 4
Views: 4639

Re: PA and TM1RUNTI separately from installation

Hi! You were pretty close, I put in bold what you didn't list, and underlined what isn't really necessary: C folder from bin64 N folder from bin64 ssl folder from bin64 gsk8cms_64.dll gsk8dbfl_64.dll gsk8iccs_64.dll gsk8kicc_64.dll gsk8km_64.dll gsk8ssl_64.dll gsk8valn_64.dll libibmcogeay32.dll log4...
by Lukas Meyer
Mon Jul 02, 2012 3:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Action Button Security
Replies: 4
Views: 3321

Re: Action Button Security

I'm not sure why you would go to the trouble of shelling out with RunTI and logging on in a new thread as a full admin user when all that needs to be done for a process to run as full Admin rather than Data Admin is to right-click the process and select "security access" which then allows...
by Lukas Meyer
Mon Jul 02, 2012 3:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MS Access Code to execute process
Replies: 5
Views: 4045

Re: MS Access Code to execute process

Since no client uses access I had to google if bat-scripts may be executed via access: http://bytes.com/topic/access/answers/452957-run-batch-file-microsoft-access (apparently yes) If you can indeed call bat-scripts (and this is applicable in your case), have a look at runti.exe http://www.tm1forum....
by Lukas Meyer
Thu Jun 28, 2012 11:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Use SQL-Read in Prolog?
Replies: 4
Views: 3930

Re: Use SQL-Read in Prolog?

I'm not aware of a possibility to query the ODBC-datasource within a process, but I have workarounds a had to cope with In prolog: executeonce=1; In data, very first statement to be executed: IF(executeonce=1); #clear data here, variables are accessible #I called a zero-out process here, maybe it wo...
by Lukas Meyer
Thu Jun 28, 2012 7:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Namespace (or Scope) for TM1 Dimensions?
Replies: 4
Views: 3445

Re: Namespace (or Scope) for TM1 Dimensions?

The range shouldn't matter because TM1 handles sparsity really well. Can't you define alternate consolidations in the existing Date dimension that you can use for your cube? E.g. if the current sub-divisions/ consolidations are based on weekly roll-ups, then there's nothing to stop you creating mon...
by Lukas Meyer
Thu Jun 28, 2012 6:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Better design and implementation
Replies: 12
Views: 6955

Re: Better design and implementation

Second I tried with security but I did not meet the requirements. I'm no native speaker, so ' apologize if this is obvious to you: If you say "I don't meet the requirements" do you mean that you couldn't implement it or that cell-security is not what you need? If you need to disable rules...
by Lukas Meyer
Wed Jun 27, 2012 2:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Action Button Security
Replies: 4
Views: 3321

Re: Action Button Security

Hello, 1: no, the user needs to be in a group that has read rights to the process associated with the action button. 2: I'm almost sure that in 9.1 and below the process started by a user still executed as administrator and only recently (when Data/Security Admin was used) certain process-functions ...
by Lukas Meyer
Tue Oct 27, 2009 3:29 pm
Forum: General
Topic: Google Wave invite
Replies: 12
Views: 13134

Re: Google Wave invite

If you still have one - LMeyer_(a)_gmx,at (just to be on the save side '_(a)_' := '@'; ',' :='.' - I don't like bots grabbing my mail, at least not the stupid ones. I appreciate a good programmed bot, tough) I don't want to appear greedy - so I'll give you some German special characters in return. F...
by Lukas Meyer
Tue Oct 27, 2009 3:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Skip Rule Cells
Replies: 3
Views: 3148

Re: TI Skip Rule Cells

Hi Matt, You are looking for CELLISUPDATEABLE(cube, d1, d2[, ...]) - it will return 0 if either the cell in question is rule calculated or not a leaf, otherwise 1. Unfortunately TI doesn't provide ISLEAF (which is available in rules), but you can check the level of each and every dimensions's elemen...
by Lukas Meyer
Thu Sep 24, 2009 8:40 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Advanced Feeders
Replies: 5
Views: 5871

Re: Advanced Feeders

Thank you! So there is no reason why ['All Fish'] => ['Monkeys']; doesn't work but ['Cod'] => ['Monkeys']; ['Carp']=> ['Monkeys']; ['Tuna']=> [Monkeys'']; works? (There is no rule for C:'All Fish', but N:Cod, N:Carp and N:Tuna have heavy, but feedered, rules (therefore rules, which use a lookup cube...
by Lukas Meyer
Wed Sep 23, 2009 1:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Advanced Feeders
Replies: 5
Views: 5871

Advanced Feeders

Hello, Sadly The wiki-article (http://wiki.olapforums.com/index.php?title=TM1_Feeders) lacks advanced information. When I started three years ago, I was told, that I can feeed N=>C, must not feed C=>* I read in forums, that C=>C is possible, but not a very perfromant idea. In my model the only possi...
by Lukas Meyer
Wed Sep 16, 2009 6:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Selection of multiple elements
Replies: 4
Views: 5429

Re: Selection of multiple elements

To answer your basic quesion - if you don't mind not using TM1Web (which can be good, since you wouldn't have to play around with stupid formats not being 1:1 from excel), you can use an Excel macro. SUBPICK would be your function :) When using the DBRA approach, you have to be careful not to have t...
by Lukas Meyer
Wed Sep 02, 2009 12:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: (ObjectNotFound) <cubename>: Error getting subset properties
Replies: 4
Views: 5062

Re: (ObjectNotFound) <cubename>: Error getting subset properties

Steve, Having the CubeViewer open and altering the dimensions would be a synchronization problem, since the client has a now outdated reference, thus the problem is not persistent. (Your problem was only for those users who had the CubeViewer open, and it would run fine when the client restarted, ri...
by Lukas Meyer
Wed Sep 02, 2009 8:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: (ObjectNotFound) <cubename>: Error getting subset properties
Replies: 4
Views: 5062

Re: (ObjectNotFound) <cubename>: Error getting subset properties

Herman, No, there is no explicit Default-View. If there was, at least I assume, deleting it would not have solved the problem - as mentioned I can take a working view (any view not having the Default-Subset of company dimension) and render the cubeviewer useless by selecting the company's Default-Vi...
by Lukas Meyer
Tue Sep 01, 2009 2:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: (ObjectNotFound) <cubename>: Error getting subset properties
Replies: 4
Views: 5062

(ObjectNotFound) <cubename>: Error getting subset properties

Hello, This is the same problem as in this thread I recently started: http://forums.olapforums.com/viewtopic.php?f=3&t=1391 so the systems settings remain the same: Server & Client 9.1 SP3, Perspectives with Excel 2003 SP2, English language in both, Client & Server When a client double-c...
by Lukas Meyer
Mon Aug 24, 2009 8:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to open View / pick element from subset in CubeViewer
Replies: 5
Views: 4881

Re: Unable to open View / pick element from subset in CubeViewer

Thanks, that could come in handy for problems in the future, in this case it won't apply tough. The first described problem occurred on the machine (via mstsc) itself, the second one was limited to that very subset, some other could still be accessed and altered. A college of mine deleted the views ...
by Lukas Meyer
Mon Aug 24, 2009 7:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Wrong Subset Behavior on Excel 2003
Replies: 4
Views: 3195

Re: Wrong Subset Behavior on Excel 2003

I think the problem is, that the TM1-Server is set up on English, whilst you client is Spanish. So your client assumes, that there is the system-generated, always available TODO subset - but the server has only the generic ALL subset. They just don't meet where expected ...
by Lukas Meyer
Mon Aug 24, 2009 7:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to open View / pick element from subset in CubeViewer
Replies: 5
Views: 4881

Re: Unable to open View / pick element from subset in CubeViewer

That was my first thought too - but a restart should not auto-repair subsets, eh? And if TM1 manged to have corrupt subsets in memory, everything is lost anyways, so that solution is not an option :)
by Lukas Meyer
Fri Aug 21, 2009 9:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to open View / pick element from subset in CubeViewer
Replies: 5
Views: 4881

Unable to open View / pick element from subset in CubeViewer

Hello, Server & Client 9.1 SP3 , Perspectives with Excel 2003 SP2, language in sync Unfortunately I lost the screenshot of how the CubeViewer responds when opening a View directly from Server Explorer. What happens is, that the view pops up for a split second, then closes and is replaced by &quo...
by Lukas Meyer
Fri Aug 21, 2009 8:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not a valid win 32 application
Replies: 13
Views: 12976

Re: Not a valid win 32 application

Hey guys, this is meant to clarify my identity on the old Applix forum, not a real TM1 rule. /lol I'm sorry if I confused anyone... :lol: As you wrote it, it wouldn't have worked anyways... :) If I were sorry whenever I confuse someone, I would not be able to feel sorry anymore - so better be sorry...