Cube Cleared but unwanted
-
- Posts: 39
- Joined: Tue Jan 04, 2011 3:42 pm
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2003
Cube Cleared but unwanted
Hello,
I have a a cube feeds with flat files by TI but without chore, however the cube is cleared and empty every day. How can it be possible ?
I use Active Forms,
Many thanks for your help,
Jon
I have a a cube feeds with flat files by TI but without chore, however the cube is cleared and empty every day. How can it be possible ?
I use Active Forms,
Many thanks for your help,
Jon
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Cube Cleared but unwanted
If there is no chore how do you run the TI process that loads the data? Do you run it manually every day? Do you ever issue a SaveDataAll command to save your cubes to disk or is it scheduled in your TM1S.cfg file? Do you have your TM1 server service set to stop and restart each day?
-
- Posts: 39
- Joined: Tue Jan 04, 2011 3:42 pm
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2003
Re: Cube Cleared but unwanted
Yes tomok, manually, I do not use chore until the bug is fixed.tomok wrote:If there is no chore how do you run the TI process that loads the data? Do you run it manually every day?
tomok wrote: Do you ever issue a SaveDataAll command to save your cubes to disk or is it scheduled in your TM1S.cfg file?
I don't think I used the SaveDataAll command.
Yes.tomok wrote: Do you have your TM1 server service set to stop and restart each day?
- jim wood
- Site Admin
- Posts: 3961
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: Cube Cleared but unwanted
There is a TI SaveDataAll that you can add to the last process you run. Do you run them all at the processes at the same time? If so why don't you add them all to chore, keeping it inactive? You can then just run that. If not why don't you add a chore that runs a save each night before the services are stopped if you don't fancy playing around with you cfg.
Struggling through the quagmire of life to reach the other side of who knows where.
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Go Build a PC
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Cube Cleared but unwanted
Have you looked in the audit log to see when the data is being changed back to zero?
Martin
Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Cube Cleared but unwanted
He's losing data because he's loading the data via a TI process (which turns logging off by default), never issuing a Save command, and then recycling the TM1 service each night.Martin Ryan wrote:Have you looked in the audit log to see when the data is being changed back to zero?
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Cube Cleared but unwanted
Recycling the server automatically saves all the data to disk. So either the server is actually crashing instead of recycling, or the data has been zeroed out somehow. Which may well be in the log.tomok wrote: He's losing data because he's loading the data via a TI process (which turns logging off by default), never issuing a Save command, and then recycling the TM1 service each night.
And Jon, if you have left the default "Turn logging off" in the TI process as tomok asserts, then turn it on. (There's always a debate on this topic but my view is always have logging on unless you have a good reason to turn it off.)
Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Cube Cleared but unwanted
It certainly attempts to. Though I know in my own case the data save takes so long that Windows will just complain that the service is "not responding in a timely manner" and kill it while the data save is going on, which is why I manually force a data save before I do a service shutdown. If this is happening there should be some .cu$ files (the ones that the data is saved to before they're copied over the top of the original .cub files) floating around the data directory.Martin Ryan wrote:Recycling the server automatically saves all the data to disk.tomok wrote: He's losing data because he's loading the data via a TI process (which turns logging off by default), never issuing a Save command, and then recycling the TM1 service each night.
My own rule of thumb is that if I'm frequently zeroing out and reloading the data then it's off (otherwise you end up with gigabytes of log files in no time), if I'm doing a single load it's on. Though even this has some exceptions; in the case of a zero out / upload that we do only once per month, I leave it on.Martin Ryan wrote: So either the server is actually crashing instead of recycling, or the data has been zeroed out somehow. Which may well be in the log.
And Jon, if you have left the default "Turn logging off" in the TI process as tomok asserts, then turn it on. (There's always a debate on this topic but my view is always have logging on unless you have a good reason to turn it off.)
The big thing that you have to watch out for is that unless the data is easy to reproduce and is regularly reproduced (such as an interface from the GL system), you need to do a data save as soon as possible after an unlogged upload or it can make your life just that little bit harder. And if you're taking a "snapshot" of values? Always do a data save as soon as possible afterwards.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
- Martin Ryan
- Site Admin
- Posts: 2003
- Joined: Sat May 10, 2008 9:08 am
- OLAP Product: TM1
- Version: 10.1
- Excel Version: 2010
- Location: Wellington, New Zealand
- Contact:
Re: Cube Cleared but unwanted
I'd categorise that as a crash, rather than a recycle. Which is indeed possible, but a different problem.Alan Kirk wrote:It certainly attempts to. Though I know in my own case the data save takes so long that Windows will just complain that the service is "not responding in a timely manner" and kill it while the data save is going on,Martin Ryan wrote:Recycling the server automatically saves all the data to disk.tomok wrote: He's losing data because he's loading the data via a TI process (which turns logging off by default), never issuing a Save command, and then recycling the TM1 service each night.
I think the point is that there's still more information required in order to diagnose the problem.
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Jodi Ryan Family Lawyer
-
- Posts: 39
- Joined: Tue Jan 04, 2011 3:42 pm
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2003
Re: Cube Cleared but unwanted
Thanks Tomok, Jim, Alan and Martin, I added the savedataall function on TI and it works perfectly fine now.
(Is there any tag 'Resolved' or something like that for the thread ?)
(Is there any tag 'Resolved' or something like that for the thread ?)
-
- Site Admin
- Posts: 6667
- Joined: Sun May 11, 2008 2:30 am
- OLAP Product: TM1
- Version: PA2.0.9.18 Classic NO PAW!
- Excel Version: 2013 and Office 365
- Location: Sydney, Australia
- Contact:
Re: Cube Cleared but unwanted
Glad it's resolved.Jonsulli wrote:Thanks Tomok, Jim, Alan and Martin, I added the savedataall function on TI and it works perfectly fine now.
No, it's more a discussion forum than a straight questions and answers forum, so threads aren't tagged like that. Sometimes a question will lead into a discussion, sometimes the discussion will start out being about the finer points of Web's config file and end up being about where the best cafes in downtown Budapest are. The thread just dies out when there's nothing more to say.Jonsulli wrote:(Is there any tag 'Resolved' or something like that for the thread ?)
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.