Search found 11 matches

by Stuart
Tue Nov 17, 2015 1:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 6566

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

If you know the username and password of an admin user and the name of the ti process that is used to save data, you can use runti "/opt/ibm/tm1/bin64/tm1runti.exe" -Process "Save Data All" -Adminhost "192.168.0.100" -Server "Name Of Your Instance" -CAMNamesp...
by Stuart
Mon Nov 16, 2015 11:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 6566

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

Thanks heaps for that reply failurehappening, I'm in a strange situation where I have access to the AIX server but not the application itself. How would one execute the save data process from within the TM1 application ? Once done what would be a reasonable time to expect tm1s.exe to stop after exec...
by Stuart
Mon Nov 16, 2015 10:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 6566

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

Based on my Linux experience (so check vs AIX) shouldn't the 'kill' command have a -9 parameter to ensure it really does shut the process down? kill -s INT $TM1_SERVER_PROCESS_ID Yeah I think the purpose of the "kill -s INT" is so the application shuts down gracefully. I could remove the ...
by Stuart
Sun Nov 15, 2015 10:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 6566

TM1 Shutdown Script Not Working (Unix Admin Server)

Hello, We are running IBM Cognos TM1 10.2 on an AIX Server. A problem we currently have is processes remaining after running our TM1 shutdown script. Our simple shutdown script, calls shutdown_tm1s.sh waits 2 minutes then executes shutdown_tm1admsrv.sh . For anyone else out there how long do you wai...
by Stuart
Tue Oct 20, 2015 3:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?
Replies: 4
Views: 4460

Re: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?

Please refer to this post for the answer to this question: https://www.ibm.com/developerworks/community/forums/html/topic?id=6c058feb-299b-4aac-9cf5-ced7d550defd&ps=25 there are two options here: A) go with mod_auth_vas This module will provide a solution for the SSO from your windows based clie...
by Stuart
Tue Oct 20, 2015 3:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s-log.properties - timezone
Replies: 18
Views: 18881

Re: tm1s-log.properties - timezone

Yes I logged a support ticket yesterday and can now confirm that log4j.appender.S1.TimeZone=Local does not work for AIX. PM07746 Problem description When Log4J Timezone is set to Local, it works on Windows but does not work on AIX..Below is how it is set in tm1s-log.properties file. log4j.appender.S...
by Stuart
Sun Oct 18, 2015 11:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s-log.properties - timezone
Replies: 18
Views: 18881

Re: tm1s-log.properties - timezone

Yeah I still have this problem with the GMT timestamp within the tm1server.log file. Our server is AIX 7.1 and we are running TM1 10.2 FP1. Files tm1s.cfg and tm1s-log.properties are located within: /opt/ibm/cognos/model/config tm1s-log.properties contains the entry log4j.appender.S1.TimeZone=LOCAL ...
by Stuart
Tue Oct 13, 2015 11:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1s-log.properties - timezone
Replies: 18
Views: 18881

Re: tm1s-log.properties - timezone

We also have this problem, the timestamps in the tm1server.log file are in GMT time. This IBM tech note http://www-01.ibm.com/support/docview.wss?uid=swg21459102 states.. " NOTE: Changing the log4j.appender.S1.TimeZone to LOCAL will not change what's in the actual log file on disk. This is alwa...
by Stuart
Mon Oct 12, 2015 11:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?
Replies: 4
Views: 4460

Re: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?

After reading this article again, the methods described in " Appendix B – Simulating security systems to provide an SSO token " are just for simulating single-sign on, not implementing it. http://www.ibm.com/developerworks/library/ba-pp-security-cognos_bi_platform-page651/ Does anyone have...
by Stuart
Sun Oct 11, 2015 8:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?
Replies: 4
Views: 4460

Re: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?

Thanks for the reply Moby, someone has created this script within the " /opt/ibm/cognos/c10_64/cgi-bin " directory to show the CGI Environment variables. #!/usr/bin/perl print "Content-type:text/html\n\n"; print <<EndOfHTML; <html><head><title>Print Environment</title></head> <bo...
by Stuart
Fri Oct 09, 2015 12:56 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?
Replies: 4
Views: 4460

TM1 10.2 - Integrated Login For Perspectives Using An AIX 7.1 Web Server?

Hello, I have been asked to look into removing the need for our users to enter their credentials when using TM1 Perspectives. We have IBM Cognos TM1 (10.2.00100.39992) installed across 2 AIX 7.1 servers. Unfortunately I wasn’t involved in the installation of this system and have very little AIX know...