Search found 7 matches
- Tue Jan 12, 2016 4:49 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cannot access the Operations Console
- Replies: 9
- Views: 11874
Re: Cannot access the Operations Console
The tm1s.cfg file is for a tm1 server; you are talking about wanting to monitor the application server which is a different thing. To turn off SSL for pmpsvc you can do it using the standard apache style configs. Make sure the app service is not running: CMD line "net stop pmpsvc" In the ...
- Sun Jan 10, 2016 6:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 26777
Re: Execute Multiple TI processes with TM1RUNTI utility
If you want serial execution just use separate ExecuteCommand to tm1runti with wait=true. For parallel execution although it might be possible to have processes execute in parallel using the runti ini file, in a practical application with dozens to hundreds of TI processes it makes much more sense ...
- Tue Dec 29, 2015 4:52 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Execute Multiple TI processes with TM1RUNTI utility
- Replies: 27
- Views: 26777
Re: Execute Multiple TI processes with TM1RUNTI utility
Example to execute multiple TI's from a single command line call (Will run in SERIAL execution). [TM1RunTI] process=my_ti_process process=my_ti_process2 connect=Production [Process - my_ti_process] num1="value1" stringX="value2" stringY="value3" [Process - my_ti_proces...
- Sun Dec 27, 2015 11:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cannot access the Operations Console
- Replies: 9
- Views: 11874
Re: Cannot access the Operations Console
Hello, I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help? Thanks This will be your SSL settings again; quickest way to check would be tempo...
- Sat Dec 26, 2015 11:45 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cannot access the Operations Console
- Replies: 9
- Views: 11874
Re: Cannot access the Operations Console
Hello,
I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help?
Thanks
I have no problem connecting to the Operations Console (TM1 10.2.0) but not able to connect to Application server SDATA. I use these parameters in attachment, changed port to 9510 - no success. Can anyone help?
Thanks
- Sat Dec 26, 2015 10:50 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Jmeter setup
- Replies: 8
- Views: 10214
Re: Jmeter setup
I've done it.BrianL wrote:Did you look at the second link in the original post? You need to import the TM1 SSL certificates into the java keystore.
- Mon Dec 21, 2015 5:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Jmeter setup
- Replies: 8
- Views: 10214
Re: Jmeter setup
Hello, Trying to use Jmeter but could not connect to server using "localhost" and server "planning sample". The error is "Could not connect to server "planning sample" on host "localhost". The same time was able to connect http://www.google.com and monito...