Event listener or tracking changes within cells
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Event listener or tracking changes within cells
Hi All,
Just wondering, are there any event listeners or anything available in the form of when changes are made to cells, I can track these and quantify these?
I'm monitoring changes in a cube where there are writable cells which the data capture team populate but I just need to ensure any changes are always recorded.
Thanks.
Admin Note: Moved to the correct forum. This does not belong in General.
Just wondering, are there any event listeners or anything available in the form of when changes are made to cells, I can track these and quantify these?
I'm monitoring changes in a cube where there are writable cells which the data capture team populate but I just need to ensure any changes are always recorded.
Thanks.
Admin Note: Moved to the correct forum. This does not belong in General.
-
Alan Kirk
- Site Admin
- Posts: 6672
- 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: Event listener or tracking changes within cells
That's what your transaction log file is for.nxw wrote: Just wondering, are there any event listeners or anything available in the form of when changes are made to cells, I can track these and quantify these?
I'm monitoring changes in a cube where there are writable cells which the data capture team populate but I just need to ensure any changes are always recorded.
If you mean something like a trigger in a relational database that can alert you in real time when a specific change is made, then no, that doesn't exist. But the transaction log still allows you to check and quantify the changes, and track who made them. I find the GUI method of querying the logs to be slow and tedious (and allows queries to be filtered only one value at a time) so I usually load mine up into a SQL Server database for querying and analysis.
"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.
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Re: Event listener or tracking changes within cells
Thank you Alan for your input.
I was wondering if there is any way to perhaps also qualify these changes eg.
xx changed Brand name from xx to xxx?
and all the other attributes against the leaf element being (product barcode)?
I was wondering if there is any way to perhaps also qualify these changes eg.
xx changed Brand name from xx to xxx?
and all the other attributes against the leaf element being (product barcode)?
-
Alan Kirk
- Site Admin
- Posts: 6672
- 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: Event listener or tracking changes within cells
Metadata changes are also in the transaction log, as long as you have logging on for the attributes cube (which it should be).nxw wrote:Thank you Alan for your input.
I was wondering if there is any way to perhaps also qualify these changes eg.
xx changed Brand name from xx to xxx?
and all the other attributes against the leaf element being (product barcode)?
"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.
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Re: Event listener or tracking changes within cells
Thnx - where can i find this transaction log?
-
Alan Kirk
- Site Admin
- Posts: 6672
- 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: Event listener or tracking changes within cells
Exactly how much of the manuals have you read?nxw wrote:Thnx - where can i find this transaction log?
"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.
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Re: Event listener or tracking changes within cells
I think i found it?

- Attachments
-
- tracking changes.png (283.47 KiB) Viewed 8021 times
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Re: Event listener or tracking changes within cells
What about if someone has gone and cleared the data from some cells?
-
Alan Kirk
- Site Admin
- Posts: 6672
- 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: Event listener or tracking changes within cells
That's viewing it through the GUI. You're limited in how well you can query that as already mentioned above.nxw wrote:I think i found it?
If you aren't familiar with concepts like your database directory and logging directory (and indeed most of the settings that are in the config file that I pointed you to in the previous post) then you really can't administer a TM1 system effectively. You really should be investing in a proper training course. (Probably one from a consulting firm rather than IBM; you don't need to learn "Just leave everything to Performance Muddler".)
You should have at the very least read the Installation and Configuration Guide cover to cover, with special emphasis on the TM1 Architecture section.
That is still a transaction and will therefore be logged, will it not?nxw wrote:What about if someone has gone and cleared the data from some cells?
"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.
-
nxw
- Posts: 14
- Joined: Wed Feb 24, 2016 3:23 am
- OLAP Product: TM1 10.4
- Version: TM1 10.4
- Excel Version: Microsoft Excel 2013
Re: Event listener or tracking changes within cells
Thanks, I'll give that a go.
I've been assigned the role of administrating the systems, ironically I am new to them. Planning ..well "hopefully" I get approved for some training for TM1 with these guys who we sometimes use for consulting work:
http://cubewise.com/
I've been assigned the role of administrating the systems, ironically I am new to them. Planning ..well "hopefully" I get approved for some training for TM1 with these guys who we sometimes use for consulting work:
http://cubewise.com/
-
Alan Kirk
- Site Admin
- Posts: 6672
- 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: Event listener or tracking changes within cells
I've worked with them from time to time. I have no first hand experience of their training nor do I know anyone who has (well, I may do but not be aware of it), so I can't comment on that. But based on some of their talent that I've worked with I suspect that you could do far worse. It would be a worthwhile investment if your bosses want a system that runs well. You can't do it with one hand tied behind you.nxw wrote:Thanks, I'll give that a go.
I've been assigned the role of administrating the systems, ironically I am new to them. Planning ..well "hopefully" I get approved for some training for TM1 with these guys who we sometimes use for consulting work:
http://cubewise.com/
"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.
