theres a technote from IBM for a similar issue
take a look and see if it helps:
http://www-01.ibm.com/support/docview.w ... wg21506957
Search found 18 matches
- Mon Oct 13, 2014 5:53 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error:[CCLMsg: system text='Argument value is null'] Insight
- Replies: 1
- Views: 3373
- Tue Sep 09, 2014 3:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Matching an element in attribute with element in dimension
- Replies: 2
- Views: 2763
Re: Matching an element in attribute with element in dimensi
cant you write a TI that loops DIM1 and checks to see if there is a match? then do all the cellget and cellput at where you want
- Fri Sep 05, 2014 1:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Export as Text Data locks system [10.1 FP1]
- Replies: 3
- Views: 3344
Re: Export as Text Data locks system [10.1 FP1]
how big is the view that you are trying to export? does this happen even with small views? Does the export to text job ever finished?
- Fri Aug 29, 2014 7:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 SDK JavaExtensions ( Any early adopters )
- Replies: 9
- Views: 12447
Re: TM1 SDK JavaExtensions ( Any early adopters )
Hi Uchow10: First, I don't think the description of Java Extensions on the IBM DeveloperWorks site is accurate: "Most TurboIntegrator functions are supported in Java and can be used like any other Java method. You can create TurboIntegrator processes with Java and use Java’s libraries to furth...
- Thu Aug 28, 2014 7:39 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: User access to contributor
- Replies: 3
- Views: 3089
Re: User access to contributor
I am going to assume this is a TM1 application? If so then you can manage/view security access either from Architect or in Performance Modeler.
- Thu Aug 28, 2014 3:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Tm1 web 10.2 set up but not visible on clients- port #?
- Replies: 3
- Views: 3843
Re: Tm1 web 10.2 set up but not visible on clients- port #?
you definitely need to open the 9510 port on the webserver assuming your firewall is preventing any inbound/outbound connections not allowed in your firewall rules
- Thu Aug 28, 2014 3:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 control dimension write access
- Replies: 1
- Views: 2303
Re: TM1 10.2 control dimension write access
Is your application set to use Element Security or Cell Security? I believe that is something you can set when deploying your application. That may have something to do with it....
- Thu Aug 28, 2014 3:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: User access to contributor
- Replies: 3
- Views: 3089
Re: User access to contributor
You may have done this already but I would suggest to check to see your have the required ports open in your firewall. And check whether or not the users have the necessary security access to the applications. I assume you have an admin account or even a test account, so confirm that everything is w...
- Thu Aug 28, 2014 3:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Filter elements in view
- Replies: 11
- Views: 9647
Re: Filter elements in view
Declanr, I also think it should be like that but when doing the MDX should I do this for the 3 dimensions (gl accounts, company org and products) or do it only on the one on the right of the "cascade" (in this case the gl account). I ask this because when I try to filter the elements on t...
- Wed Aug 27, 2014 2:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ViewZeroOut not working
- Replies: 5
- Views: 5636
Re: ViewZeroOut not working
First just put a processbreak after you created your view in your TI. Then look at the cube to see if the view is what you expected. If I am not mistaken I dont think you can zero out a view at a consolidated level. You need to either: 1. Create a view of all N-level elements or some N-level element...
- Wed Aug 27, 2014 2:13 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI CellgetN and CellPUTN
- Replies: 6
- Views: 6566
Re: TI CellgetN and CellPUTN
Make sure you are using the created view as your datasource. Sometimes or most of the time I point to an existing view to get my variables but in the prolog i create a different view to be used. use the following local variables to specifically designate your created view: DatasourceNameForServer Da...
- Mon Aug 25, 2014 2:51 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 SDK JavaExtensions ( Any early adopters )
- Replies: 9
- Views: 12447
Re: TM1 SDK JavaExtensions ( Any early adopters )
Nick, thanks for the feedback. I agree with you that there's still much to be done in this area but I think there is some value in trying to utilizing Java to replace TI and I will try to see if I can get this to work. There are two possibilities I am looking into now: 1. I was wondering if I can st...
- Wed Aug 20, 2014 10:56 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 SDK JavaExtensions ( Any early adopters )
- Replies: 9
- Views: 12447
TM1 SDK JavaExtensions ( Any early adopters )
Hi All, I have been working with the new TM1JavaExtensions and although it seems almost every TI function is supported in Java I am still struggling to perform one of the basic TI functionality which is pulling data from a cube view. I believe in the old Java API we can declare TM1 objects (cubes, v...
- Tue Aug 19, 2014 7:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1-How to send a cube view data to a csv file usign TI
- Replies: 16
- Views: 11060
Re: TM1-How to send a cube view data to a csv file usign TI
How can i set my dimesnions in cols and rows in a ti ? though my view shows my 4 dims in cols and measure in a row, i want to that every measure element must become a column rather than appearing together in a measure column ? how can i acheive this? If you already have the cubeview setup the way y...
- Tue Aug 19, 2014 7:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Process doesn't delete C level elements
- Replies: 3
- Views: 3208
Re: Process doesn't delete C level elements
I am trying to delete C level elements from simple hierarchy,I have defined source as none.Below code doesn't give me any error and process run successfully but when i go back and check the dimension hierarchy is still intact.I have tried the code both prolog and epilog.Thanks DimName = 'Region_All...
- Tue Aug 19, 2014 4:18 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Can we see list of private subsets in a dimension?
- Replies: 2
- Views: 3082
Re: Can we see list of private subsets in a dimension?
I do not think TM1 stores private subsets and views in a control cube - it won't be "private" then :D However, if i am not mistaken, all views and subsets are stored on the server in the sdata folder in its own folder. private subset are usually stored under the user's folder in sdata so l...
- Mon Aug 18, 2014 10:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos Insight Distributed Mode - Create default workspace?
- Replies: 1
- Views: 2333
Cognos Insight Distributed Mode - Create default workspace?
Hi everyone, I was wondering if anyone familiar enough with Cognos Insight knows whether or not you can create a default workspace when a user selects Cognos Insight -Distributed as their client from TM1 applications. The reason I ask is that I am interested in creating a custom workspace so that us...
- Tue Aug 06, 2013 10:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos insight Work offline with tm1 system
- Replies: 4
- Views: 4715
Re: Cognos insight Work offline with tm1 system
To skinners666 point, You will only see work offline if you have an application and it has been setup for distributed mode. You appear to simply be connected to the tm1 server in connected mode in your picture. From where you are currently you would have to model and application and check the distr...