Search found 7 matches

by ItsPat
Wed Jan 25, 2012 4:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos 10 Report Studio Prompt from TM1 dimension
Replies: 9
Views: 8210

Re: Cognos 10 Report Studio Prompt from TM1 dimension

Create an attribute called 'Level' and just fill it in with what you want to filter. So in this case fill it in with Level 0 (you can call it whatever you want) and then use the filter() command and filter against that in BI. Example: Filter([MyCube].[MyDimension].[MyDimension], [MyCube].[MyDimensio...
by ItsPat
Mon Apr 26, 2010 7:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Server principal name (SPN) ... error message
Replies: 11
Views: 19599

Re: Server principal name (SPN) ... error message

I just finished setting up Kerberos in 9.4.3 FP3. I was having issues setting it up getting the error "Server principal name (SPN) or the security context of the destination server could not be established." I followed the Operations guide and went through all the steps but still was recei...
by ItsPat
Sat Apr 17, 2010 7:16 pm
Forum: General
Topic: Forum Search Feature
Replies: 8
Views: 9428

Re: Forum Search Feature

Awesome, thanks guys.
by ItsPat
Thu Apr 08, 2010 4:36 pm
Forum: Useful code, tips and tricks
Topic: Cryptic TM1 Messages Decoded
Replies: 71
Views: 369675

Re: Cryptic TM1 Messages Decoded

Cryptic 2516 ERROR 2010-04-08 00:01:58.561 TM1.Rule TM1RuleImpl::LineGet - String overflow error, length = 526 Real Error When doing a CellGetS and passing in a NULL or '' as a dimension, it will give give the error above. Solution Add an if statement to verify the dimension is not a non null or bla...
by ItsPat
Thu Apr 01, 2010 10:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security by user group
Replies: 1
Views: 1782

Re: Security by user group

TM1USER will give you the user who is running the TI Process.

So, in a TI Process you can use vUser = TM1USER;
by ItsPat
Fri Mar 05, 2010 7:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help on feeder please...
Replies: 8
Views: 5392

Re: Help on feeder please...

On the one you just posted you are definetely missing a } around the area definition. You have: [{'701000 - Bank Service Charges']=> DB('G&A Allocations', !Version, !Department, !Country, !Month, !Portfolio, ‘Total – 701000 – Bank Service Charges’); Should be: [{'701000 - Bank Service Ch...
by ItsPat
Thu Feb 25, 2010 10:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Preview Works / Run Doesn't with network mapped source file
Replies: 8
Views: 5166

Re: Preview Works / Run Doesn't with network mapped source file

Make sure the file you are trying to use as a data source is not open too.