Search found 41 matches

by tianoklein
Wed Jan 04, 2017 2:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RunTI on the Cloud
Replies: 16
Views: 10320

Re: TM1RunTI on the Cloud

Anyone have a sample to run a ti process using REST API http port?

Many thanks!
by tianoklein
Mon Dec 19, 2016 4:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics - Run TI Process Passing URL
Replies: 5
Views: 4477

Re: Planning Analytics - Run TI Process Passing URL

Hi BrianL, I'm no good making javascripts /JSON scripts :cry: Am I going to the right way? <html> <body> <script> var text = '{"name":"Processes","kind":"EntitySet","url":"https://_host_:_port_/tm1/api/v1/Processes('test')/tm1.Execute"}'; v...
by tianoklein
Mon Dec 19, 2016 2:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics - Run TI Process Passing URL
Replies: 5
Views: 4477

Re: Planning Analytics - Run TI Process Passing URL

Hello BrianL, I create a html file and nothing happen. :( <html> <body> <form action="https://_HOST_:_PORT_/tm1/api/v1/Processes('testP')/tm1.Execute" method="post"> <button type="submit">Submit</button><br> </form> </body> </html>
by tianoklein
Thu Dec 15, 2016 6:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.3 - IBM Planning Analytics
Replies: 40
Views: 37485

Re: TM1 10.3 - IBM Planning Analytics

Here are the link to TEST a new version on Cloud.

https://pass.planning-analytics.ibmcloud.com/
by tianoklein
Thu Dec 15, 2016 6:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Planning Analytics - Run TI Process Passing URL
Replies: 5
Views: 4477

Planning Analytics - Run TI Process Passing URL

Hello Folks, As we can see, the Planning Analytics can't run a TI process natively (only using a sheet in perspectives). Anyone knows if have a way to run a process using a URL? Any advice to run a TI process via portal? I tried to use the link below, but no sucess. https://www.ibm.com/developerwork...
by tianoklein
Tue Mar 29, 2016 2:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.3 - IBM Planning Analytics
Replies: 40
Views: 37485

Re: TM1 10.3 - IBM Planning Analytics

How can I test the new version?
by tianoklein
Mon Apr 06, 2015 8:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

Wow.. Thank you...

Now it's working...But, where did you find this information? I searched for all the web...and nothing...
I wouldn't want to importune you all the time... :D
by tianoklein
Mon Apr 06, 2015 1:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

Hello BrianL,
Thanks for your reply.

I tried de code, but now the variable newElement have de Error below:

Error: ObjectIsRegistered

Image
by tianoklein
Wed Apr 01, 2015 1:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How can i insert attribute with Java API?
Replies: 1
Views: 2676

Re: How can i insert attribute with Java API?

Hi Jackie...
I'm in the same hole...
Did you find the fix?
by tianoklein
Tue Mar 31, 2015 8:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

Hello folks, I tried to create a simple java code to create items in a Dimension, but doesn't work. :x Any advice will be welcome! static TM1Dimension dimCreateElement(TM1Server oServer, String dimName, String elmName) { TM1Dimension sd; TM1Element elm = TM1Element.NullElement; int elementTYPE = TM1...
by tianoklein
Mon Mar 30, 2015 1:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Anyone of you know how to create an attribute in a dimension??
by tianoklein
Fri Mar 27, 2015 1:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Hello Folks, I found some samples on the web. http://www.tm1hub.com/index.php/forum/tm1-apis/196-tm1-java-api-connecting-to-a-server-using-cam If anyone needs some assistence, let me know, I'm glad to help :P For while, who needs assistence its me.... :P Anyone of you know how to create an attribute...
by tianoklein
Fri Mar 27, 2015 12:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

Hello qml,
Many thanks for your advice.. will be very useful...
I would really appreciate if you had any examples to share with me. Could be very simple.
by tianoklein
Mon Mar 23, 2015 9:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Wow!
Finnaly works..

I would really appreciate if you had any examples to share with me. Could be very simple, such as inserting an item in the dimension, for example.
This would help me a lot as is the operation of TM1 with Java.

Thanks
by tianoklein
Mon Mar 23, 2015 7:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Hello BrianL Thanks for your advice... I really needed... I change in Cognos Configuration the parameter: "Support non-SSL Clients?" And still having troubles... http://s30.postimg.org/l6giu3otd/ssl.png I change my code, adding setDebugMode like this: package com.tm1.consdb; import com.app...
by tianoklein
Mon Mar 23, 2015 1:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Hello, I'm trouble with this code... I really don't understand why don't work, and it's drive my crazy. package com.tm1.consdb; import com.applix.tm1.*; public class TM1Connect { public static TM1Server InitConn(){ TM1Bean bean = new TM1Bean(); bean.setAdminHost("localhost"); bean.setAdmin...
by tianoklein
Mon Mar 23, 2015 1:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15577

Re: TM1 Java API - pull data from view?

Hello, I'm trouble with this code... I really don't understand why don't work, and it's drive my crazy. package com.tm1.consdb; import com.applix.tm1.*; public class TM1Connect { public static TM1Server InitConn(){ TM1Bean bean = new TM1Bean(); bean.setAdminHost("localhost"); bean.setAdmin...
by tianoklein
Sun Mar 22, 2015 2:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

What i really want is maintain a dimension with a java application.
I mean, create, update, delete,insert, search, etc.

Do you thinks its possible with TI java extension?

Thanks for help-me!
by tianoklein
Fri Mar 20, 2015 9:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

Re: TM1 with Java

Hello David,
Wow!
That was exactly what I was looking for. I will study more to understand how it works...
but ... :)
Would you have some sample scripts (can be very simple) using these features?
by tianoklein
Mon Mar 16, 2015 1:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 with Java
Replies: 10
Views: 8025

TM1 with Java

Hello Folks!
I would like to create an application with JAVA using TM1 like a Database (Create, Insert, Update, Delete cubes/dimensions/elements).
It is possible ? How can I do it?

Any help will be welcome!