Search found 4 matches

by tm1jonny
Thu Apr 21, 2011 7:33 am
Forum: Useful code, tips and tricks
Topic: New TI Process & Chore Command-Line Execution Utility
Replies: 21
Views: 71619

Re: New TI Process & Chore Command-Line Execution Utility

Hi All

Do TIExecute also run on TM1 9.5.2 ( 64 ) ?

Regards
by tm1jonny
Thu Apr 21, 2011 6:24 am
Forum: Useful code, tips and tricks
Topic: New TI Process & Chore Command-Line Execution Utility
Replies: 21
Views: 71619

Re: New TI Process & Chore Command-Line Execution Utility

This Tool is great ! Thank you very much Mike.

Just tested it with a Cognos8.4.1 Authorization Configuration ( 4 ) and it worked great. TM1 9.5.1 32.

Regards
by tm1jonny
Wed Apr 20, 2011 8:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execute TI Process over TM1 JAVA API
Replies: 3
Views: 4428

Re: Execute TI Process over TM1 JAVA API

Thanks for reply

if i do not have any parameters how do i call the tm1p.execute

tm1p.execute(null) ?

For what are these parameters ? I do not have any parameters.

Regards
by tm1jonny
Wed Apr 20, 2011 2:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execute TI Process over TM1 JAVA API
Replies: 3
Views: 4428

Execute TI Process over TM1 JAVA API

Hi All I try to start a Process with JAVA-API. But do not succeed. Login and Counting Objects works great, but I don't know how to execute a process. Does someone has a clue ? Regards Here is my sample code: public class ExecuteTM1Process { public static void main(String[] args) { TM1Val bool; // TO...