Search found 3 matches

by mmmreddy1
Sun Jun 18, 2017 1:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Application Server is not running
Replies: 8
Views: 9698

Re: TM1 Application Server is not running

Hi TM1_SBOSE
I am also facing the same problem you faced. Could you please help me to work it out with, what clean up you have done to resolve the problem?
Thanks in advance.
by mmmreddy1
Wed May 03, 2017 5:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run a Java program from TI process using ExecuteJavaN
Replies: 3
Views: 6488

Re: Run a Java program from TI process using ExecuteJavaN

Hi failurehappening, Thanks for the reply. My code wasn't difficult it's just an simple test code from the IBM.Here is the code below please check it package my.scripts; import com.ibm.cognos.tm1.javati.TM1UserThread; import com.ibm.cognos.tm1.javati.ti.TIFunctions; public class MyTestTI { public st...
by mmmreddy1
Mon May 01, 2017 8:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run a Java program from TI process using ExecuteJavaN
Replies: 3
Views: 6488

Run a Java program from TI process using ExecuteJavaN

HI, I have been trying to run a java program through TI process using ExecuteJavaN/ExecuteJavaS. I have followed all the points from IBM Knowledge center in configuring Java Extensions and rules to use ExcuteJavaN/ExecuteJavaS. My bad luck java program runs fine to my need in eclipse while i call Ex...