Search found 7 matches

by fabulousMuch
Wed Jul 11, 2018 11:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executing Java application through TM1 process
Replies: 10
Views: 6212

Re: Executing Java application through TM1 process

I am actually developing it now but don't have much time to make it progress ATM. I use Java + Jackson + apache HTTP client to interact with rest api. That is basically what I want, to be clear I don't have any issues developing it and playing with data (all CRUD functionalities) my only issue is h...
by fabulousMuch
Tue Jul 10, 2018 1:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executing Java application through TM1 process
Replies: 10
Views: 6212

Re: Executing Java application through TM1 process

But do consider the implications of what you have in mind so you don't spend time building a routine which you cannot execute, as in this case. Thank You David, that is what I came here to do, I will spend a some time talking to our server admins and our TM1 experts (as I am neither, just have same...
by fabulousMuch
Tue Jul 10, 2018 7:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executing Java application through TM1 process
Replies: 10
Views: 6212

Re: Executing Java application through TM1 process

This is a pretty good example why it is always a good idea to explain your use case. For this requirement you don’t need any api only the }ClientProperties cube which you could show a null suppressed active form based on the “active” property. All you need is to set ClientPropertiesSyncInterval in ...
by fabulousMuch
Mon Jul 09, 2018 12:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executing Java application through TM1 process
Replies: 10
Views: 6212

Re: Executing Java application through TM1 process

Thank You for the reply! What I ultimately wanted is to get the list of the users that are logged in to the server and display it in a simple html table and we wanted to add that functionality to the button on our TM1 Web application. :mrgreen: I was using Java because I believed (never tried before...
by fabulousMuch
Fri Jul 06, 2018 3:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Executing Java application through TM1 process
Replies: 10
Views: 6212

Executing Java application through TM1 process

Firstly, I am developing my Java application using TM1 extension on Java. I got the data I needed, but now I want to share that data with our users by making it accessible through TM1 Web application. My application runs locally on my PC (works fine), and the TM1 is on the remote server and I don't ...
by fabulousMuch
Fri Jun 29, 2018 9:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Benefits of REST API over native TM1py/TM1JavaApi
Replies: 3
Views: 2593

Re: Benefits of REST API over native TM1py/TM1JavaApi

I am not too familiar with the TM1py, but I assumed it works similar to TM1JavaApi.
I heard it has a great community, so I was actually thinking of switching to TM1py. Do you, by any chance, have any insight into TM1JavaApi and its functionalities in comparison to TM1py?
by fabulousMuch
Fri Jun 29, 2018 8:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Benefits of REST API over native TM1py/TM1JavaApi
Replies: 3
Views: 2593

Benefits of REST API over native TM1py/TM1JavaApi

I am working with cognos TM1 10.2.2. and I am currently working with its API. Now my question are there any benefits from working with TM1 REST API (using HTTP requests and working with JSON) over using native packages/API's like TM1py or TM1JavaApi? Note that I am currently developing an applicatio...