Hi All,
I have stopped a TM1 Server via services.msc (Windows 2008 R2 )
I see the below message in TM1server.log. what does TM1ServerImpl::Destroy: Save server data and similar threads mean ..? does this bring up any data/metadata integrity issue when compared to before and after start of the TM1 Server.
7376 [] INFO 2014-08-22 02:32:07.506 TM1.Server The server is coming down...
7376 [] INFO 2014-08-22 02:32:07.506 TM1.Server TM1ServerImpl::Destroy: disconnect clients
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
4640 [26] WARN 2014-08-22 02:32:07.506 TM1.Cube GetCollection() called for pr_CubeViews
7376 [] INFO 2014-08-22 02:32:07.522 TM1.Server TM1ServerImpl::Destroy: Deactive all chores
8032 [] INFO 2014-08-22 02:32:08.146 TM1.Server Terminating Admin Server poller thread.
7376 [] INFO 2014-08-22 02:32:08.146 TM1.Server TM1ServerImpl::Destroy: Save server data
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy chores
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy processes
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy blobs
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy sets
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy groups
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy clients
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy cubes
7376 [] INFO 2014-08-22 02:32:23.512 TM1.Server TM1ServerImpl::Destroy: destroy dimensions
7376 [] INFO 2014-08-22 02:32:23.528 TM1.Server TM1ServerImpl::Destroy: destroy connections
7376 [] INFO 2014-08-22 02:32:23.528 TM1.Server TM1ServerImpl::Destroy: Destroy unregistered objects
7376 [] INFO 2014-08-22 02:32:23.528 TM1.Server TM1ServerImpl::Destroy: Commit changes
7376 [] INFO 2014-08-22 02:32:23.730 TM1.Server Server shutdown
Thanks,
Radhika
TM1Server.log - 10.2.2
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: TM1Server.log - 10.2.2
Absolutely nothing to worry about, these are just standard shut down messages.
In there it is saying that all unregistered objects are being deleted (these are ones people have created but not saved; views, subsets etc.)
You also notice it saying things like "Destroy Cubes"; this is because the objects in the TM1 server are recreated on startup based on what it finds in the data directory.
The key one is "7376 [] INFO 2014-08-22 02:32:08.146 TM1.Server TM1ServerImpl::Destroy: Save server data" which shows you that it is saving all your data before shutting down; so as long as you keep the data directory folder correct then you have nothing to worry about.
In there it is saying that all unregistered objects are being deleted (these are ones people have created but not saved; views, subsets etc.)
You also notice it saying things like "Destroy Cubes"; this is because the objects in the TM1 server are recreated on startup based on what it finds in the data directory.
The key one is "7376 [] INFO 2014-08-22 02:32:08.146 TM1.Server TM1ServerImpl::Destroy: Save server data" which shows you that it is saving all your data before shutting down; so as long as you keep the data directory folder correct then you have nothing to worry about.
Declan Rodger
-
- Posts: 97
- Joined: Mon Sep 27, 2010 6:49 am
- OLAP Product: IBM Cognos TM1
- Version: v9.4.1
- Excel Version: Microsoft Excel 2003
Re: TM1Server.log - 10.2.2
Got it.
Thank you Declanr.
Thank you Declanr.