Service starts and stops
Posted: Thu Oct 30, 2008 11:24 am
I've just installed 9.4 on a 64 bit machine for testing purposes. When I start the service I get a message telling me the service started then stopped. I checked in the logs and found this in the tm1server.log
The data is from an existing 8.4.5 model so it's got to upgrade to unicode, but I'd have thought that should be straightforward?
Running the shipped-with Planning Sample is ok, so I guess it must be something to do with my cfg file or data set. But my cfg file is virtually the same as the working Planning Sample.
My cfg file:
Martin
I've set PerformanceMonitorOn=F in the .cfg file put I still get the same error.tm1server.log wrote: 5304 INFO 2008-10-30 11:10:20,186 TM1.Server Data Directory: c:\tm1data64bit\data
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Admin Host: tm1host
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Logging Directory: c:\tm1data64bit\logs
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Configuration Directory: c:\tm1data64bit
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Port: 14719
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Client Message Port: 0
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Export Admin Server Certificate: 0
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Admin Server Certificate Authority: C:\Program Files\Cognos\TM1\bin\ssl\applixca.pem
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Admin Server SSL Cert ID: tm1adminserver
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Admin Server SSL Cert ID: tm1adminserverSSL Mode:
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Export Server Certificate:
5304 INFO 2008-10-30 11:10:20,186 TM1.Server SSL Certificate: C:\Program Files\Cognos\TM1\bin\ssl\tm1svrcert.pem
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Certificate Authority: applixca.pem
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Client Export Server Certificate:
5304 INFO 2008-10-30 11:10:20,186 TM1.Server DH 512 File: C:\Program Files\Cognos\TM1\bin\ssl\dh512.pem
5304 INFO 2008-10-30 11:10:20,186 TM1.Server DH 1024 File: C:\Program Files\Cognos\TM1\bin\ssl\dh1024.pem
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Private Key Password File: C:\Program Files\Cognos\TM1\bin\ssl\tm1cipher.dat
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Password Key File: C:\Program Files\Cognos\TM1\bin\ssl\tm1key.dat
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Security Mode:
5304 INFO 2008-10-30 11:10:20,186 TM1.Server Start time: Thu Oct 30 2008 11:10:20 AM
5304 ERROR 2008-10-30 11:10:20,186 TM1.Server Failure initializing Performance Monitor: 80070002
The data is from an existing 8.4.5 model so it's got to upgrade to unicode, but I'd have thought that should be straightforward?
Running the shipped-with Planning Sample is ok, so I guess it must be something to do with my cfg file or data set. But my cfg file is virtually the same as the working Planning Sample.
My cfg file:
TIA,tm1s.cfg wrote: [TM1S]
ServerLogging=F
SecurityPackageName=Kerberos
IntegratedSecurityMode=1
UseSSL=T
ServerName=running64bitInstall
DataBaseDirectory="C:\TM1Data64Bit\Data"
LoggingDirectory="C:\TM1Data64Bit\Logs"
AdminHost=TM1
PortNumber=14719
ClientMessagePortNumber=12346
Language=ENG
SaveTime=
DownTime=
ProgressMessage=True
AllowSeparateNandCRules=T
ClientVersionMinium=844
PerformanceMonitorOn=F
Martin