Folks, figured it out. The space issue wasnt before the 0 in 0 Level, there was a space betwwen server: and dimname.
Problem solved.
Search found 96 matches
- Sun Feb 05, 2012 10:06 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SUBNM in active forms
- Replies: 5
- Views: 4210
- Fri Feb 03, 2012 4:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SUBNM in active forms
- Replies: 5
- Views: 4210
Re: SUBNM in active forms
Nope. Dimension name has no space.
- Fri Feb 03, 2012 4:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SUBNM in active forms
- Replies: 5
- Views: 4210
SUBNM in active forms
Hello, I have a cell (D22) with a SUBNM formula. I use that cell to create a subset in view TM1RPTROW($C$12,"srv:dimname",$D$22 & " 0 Level"). This works well in the spreadsheet but in TM1 web, when I double click D22, it says it cannot find the dimension. Is there something ...
- Thu Aug 04, 2011 10:50 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Select top 1 from ascii datasource
- Replies: 4
- Views: 3570
- Thu Aug 04, 2011 10:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Select top 1 from ascii datasource
- Replies: 4
- Views: 3570
Re: Select top 1 from ascii datasource
So if i put ExecuteProcess('Loading') after the process break,will that work?
- Thu Aug 04, 2011 9:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Select top 1 from ascii datasource
- Replies: 4
- Views: 3570
Select top 1 from ascii datasource
Hello,
I am trying to read the first line of my ascii datasource to pick out parameters to zero out the cube. It's easily done in ODBC Connection where I use Select top 1 from dbo.datasource. How can I do similar for an ascii datasource ?
I am trying to read the first line of my ascii datasource to pick out parameters to zero out the cube. It's easily done in ODBC Connection where I use Select top 1 from dbo.datasource. How can I do similar for an ascii datasource ?
- Thu Jul 21, 2011 10:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: IF( AND( ),true,false) in rules
- Replies: 1
- Views: 3208
IF( AND( ),true,false) in rules
Hello,
Will IF(OR(condition1,condition2),true,false) or IF(OR(condition1,condition2),true,false) work in rules?
Will IF(OR(condition1,condition2),true,false) or IF(OR(condition1,condition2),true,false) work in rules?
- Mon Dec 13, 2010 9:40 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension did not automatically show elements
- Replies: 1
- Views: 2030
Dimension did not automatically show elements
Hello, I have built a dimension with a TI process. It has 'Total Customers' as the Consolidated name. When 'Total Customers' is used in a view, it does not seem to add the data of the new customers added until I double click the Dimension and click "ALL".Then the new customers appear. Is t...
- Tue Dec 07, 2010 9:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Local Server Start Problem.
- Replies: 9
- Views: 6828
Re: Local Server Start Problem.
Well I have created that directory. So are the rest of the changes ok?
- Tue Dec 07, 2010 9:12 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Local Server Start Problem.
- Replies: 9
- Views: 6828
Re: Local Server Start Problem.
which is safe to conclude then that I dont have a local server. So do I change the following details in my cfg file? my input is between the ** [TM1S] ServerName=*mycomputername* DataBaseDirectory=*C:\Tm1Local* loggingdirectory=*C:\TM1Local\Logging* AdminHost=*mycomputername* ServicePrincipalName=HT...
- Tue Dec 07, 2010 5:34 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Local Server Start Problem.
- Replies: 9
- Views: 6828
Re: Local Server Start Problem.
Well i seem to get it working by copy the Client Properties cube onto my C Drive from Production.
But there is a problem with the log files-It says "Error opening the log file"...what should I do?
But there is a problem with the log files-It says "Error opening the log file"...what should I do?
- Tue Dec 07, 2010 3:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Local Server Start Problem.
- Replies: 9
- Views: 6828
Local Server Start Problem.
Hello,
I am having problems starting the local server. I have copied 2 files Data and Worksheets in C:\TM1Local.
Q1. Should the data dictionary be C:\TM1Local ? or C:\TM1Local\Data or C:\TM1Local\Worksheets?
Q2. I am getting Client's password is invalid when we have integrated login.
Can anyone help?
I am having problems starting the local server. I have copied 2 files Data and Worksheets in C:\TM1Local.
Q1. Should the data dictionary be C:\TM1Local ? or C:\TM1Local\Data or C:\TM1Local\Worksheets?
Q2. I am getting Client's password is invalid when we have integrated login.
Can anyone help?
- Thu Dec 02, 2010 10:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using datasource as parameter for ZeroOut
- Replies: 7
- Views: 5914
Re: Using datasource as parameter for ZeroOut
Thanks.
So with the split, it means that the zero out will be in 1 TI and the data loading in a separate TI right?
So with the split, it means that the zero out will be in 1 TI and the data loading in a separate TI right?
- Thu Dec 02, 2010 7:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using datasource as parameter for ZeroOut
- Replies: 7
- Views: 5914
Using datasource as parameter for ZeroOut
Hello, I have the code snippet below in Prolog. I have a text file as datasource with Period_Name, Account, Project, Amount in the Variables tab. I have tried to use the Period_Name from the Variables tab but it doesnt seem to work.I get a "Dimension Element not found" at SubsetElementInse...
- Wed Dec 01, 2010 12:20 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Building dimensions and loading data-separate TI better?
- Replies: 5
- Views: 4600
Building dimensions and loading data-separate TI better?
Hello, I remember reading somewhere on this forum that it is better to build dimensions before loading the cube and not as we are loading the cube. Is this the common understanding or did I remember incorrectly? Would the situation be different if the source of your dimension (text file) is the same...
- Wed Dec 01, 2010 12:33 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error msg: No read access to elements, cannot view
- Replies: 3
- Views: 3422
Re: Error msg: No read access to elements, cannot view
I got that error when I double clicked the Cube that has that Measures dimension
BUT, double clicking another cube that has the same dimension does not give me that error message.

BUT, double clicking another cube that has the same dimension does not give me that error message.

- Wed Dec 01, 2010 12:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error msg: No read access to elements, cannot view
- Replies: 3
- Views: 3422
Error msg: No read access to elements, cannot view
Hello,
I have admin rights but I am getting this error message "Measures: No read access to elements, cannot view". Measures being a dimension.
What have I done wrong?
I have admin rights but I am getting this error message "Measures: No read access to elements, cannot view". Measures being a dimension.
What have I done wrong?
- Thu Nov 25, 2010 8:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI CellGetN of Consolidated cells
- Replies: 1
- Views: 2461
TI CellGetN of Consolidated cells
Hello,
I seem to get an error message for my TI when I CellGetN of a consolidated cell. I want to get the value from the Balance, a C level element and put it into n level element. What am I doing wrong?
I seem to get an error message for my TI when I CellGetN of a consolidated cell. I want to get the value from the Balance, a C level element and put it into n level element. What am I doing wrong?

- Tue Nov 16, 2010 11:05 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Need help with feeder
- Replies: 1
- Views: 1903
Need help with feeder
I want to put a flag=1 for the following accounts and companies.
What feeder should I put ?
['Flag']=N:IF(ELISANC('account','X000000',!account)<>0,IF(ELISANC('company','AUS',!company)<>0,1,0),0);
Thanking you in advance
What feeder should I put ?
['Flag']=N:IF(ELISANC('account','X000000',!account)<>0,IF(ELISANC('company','AUS',!company)<>0,1,0),0);
Thanking you in advance
- Tue Nov 16, 2010 8:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using 2 datasources in TI process
- Replies: 3
- Views: 3233
Re: Using 2 datasources in TI process
I do not want to use view create because it will create an empty view and i would have to have lines of codes to add the dimensions.I am trying to avoid building a view from scratch when I already have and want to use a pre-created view.