Search found 12 matches
- Wed Mar 21, 2012 5:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos TM1 10.1 and IIS 7.5
- Replies: 2
- Views: 2651
Cognos TM1 10.1 and IIS 7.5
Hi, Looks like IIS 7.5 supports TM1 web only on 64 bit windows and not 32 bit. Can any1 please confirm me this. I am having issue with TM1 Web. I am able to login but not able to see anything in content pane though navigation pane shows me all cubes etc. Should I go for a lower version of IIS ? I am...
- Thu Apr 14, 2011 12:19 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Refresh Security
- Replies: 11
- Views: 13010
Re: Refresh Security
Oh ... I didnt face this refresh issue though the cube is large in size....
Can u tell me 1 thing, R u using SaveDataAll TI Process to save data frequently ?
Can u tell me 1 thing, R u using SaveDataAll TI Process to save data frequently ?
- Thu Apr 14, 2011 8:08 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Refresh Security
- Replies: 11
- Views: 13010
Re: Refresh Security
Hi,
Did you try writing rules on the control security cube ?
Like if you want to implement element level security. Write rules on }Element_Security_**** cube.
These rules wont require refresh.
Thanks and Regards,
Sushanti
Did you try writing rules on the control security cube ?
Like if you want to implement element level security. Write rules on }Element_Security_**** cube.
These rules wont require refresh.
Thanks and Regards,
Sushanti
- Tue Jan 05, 2010 11:27 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Connection of TM1 application from java API
- Replies: 1
- Views: 3036
Re: Connection of TM1 application from java API
Thanks for viewing my post. I have managed to get the solution. i added the following code : TM1Bean bean = new TM1Bean(); bean.setAdminHost("computer_name"); bean.setAdminPort(8000); TM1Server tm1_server = tm1_bean.openConnection("application1", "username", "passw...
- Mon Jan 04, 2010 5:55 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Connection of TM1 application from java API
- Replies: 1
- Views: 3036
Connection of TM1 application from java API
Hi, Currently I have written a code in tm1 java api which communicates with application running on data server. TM1Bean tm1_bean = new TM1Bean(); TM1Server tm1_server = tm1_bean.openConnection("application1", "username", "password"); I need to know, if I have to execute...
- Mon Dec 14, 2009 2:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating subset and views in TM1 Java API
- Replies: 7
- Views: 5849
Re: Creating subset and views in TM1 Java API
Hi,
Thanks for replying..Yes I did find SubsetCreate and ViewCreate methods in Process Function Names.. Using this scripts can be written in prolog...
I am connecting with Oracle database.
Regards,
Sushanti
Thanks for replying..Yes I did find SubsetCreate and ViewCreate methods in Process Function Names.. Using this scripts can be written in prolog...
I am connecting with Oracle database.
Regards,
Sushanti
- Mon Dec 14, 2009 12:16 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating subset and views in TM1 Java API
- Replies: 7
- Views: 5849
Re: Creating subset and views in TM1 Java API
Hi,
TI Process cannot create Views or subsets based on database values..
Please put some light on it.
Regards,
Sushanti
TI Process cannot create Views or subsets based on database values..
Please put some light on it.
Regards,
Sushanti
- Mon Dec 14, 2009 7:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating subset and views in TM1 Java API
- Replies: 7
- Views: 5849
Re: Creating subset and views in TM1 Java API
Basically, the application we have created are having about 30 cubes. The elements in the dimension of these cubes are getting updated dynamically through a database using process. I have written a java code which provides security to different groups. This security is very granular upto element lev...
- Mon Dec 14, 2009 7:03 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating subset and views in TM1 Java API
- Replies: 7
- Views: 5849
Re: Creating subset and views in TM1 Java API
Thanks for viewing my post. I have got the code from sample directory we get along with TM1 installation.
- Fri Dec 11, 2009 11:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating subset and views in TM1 Java API
- Replies: 7
- Views: 5849
Creating subset and views in TM1 Java API
Hi,
Can anybody please put light on coding in Java API to create subset and Views in TM1 ?
Thanks and Regards,
Sushanti
Can anybody please put light on coding in Java API to create subset and Views in TM1 ?
Thanks and Regards,
Sushanti
- Mon Nov 23, 2009 2:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java API
- Replies: 2
- Views: 2823
Re: TM1 Java API
Hi Guys, Thanks for viewing this post and answering. I have got the solution. The problem was.. If I am assigning any client to a group while its already assigned, then it was throwing this error if and only if someone has logged into it. Solution : Add a check to see if client is already assigned t...
- Sat Nov 21, 2009 12:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java API
- Replies: 2
- Views: 2823
TM1 Java API
I have written a java code is to provide access to a user for TM1 application. This access needs to be provided to only required cubes (along with its dimensions) and elements according to the his role. Initially, I wrote a code to create Group and Client in TM1 as per our database and assign the cl...