Hi All,
We use PA and looking for transaction log just like we did before in the TM1.
It seems that now the transaction log only reads logs from closed log files and not from the one that is open right now.
I can see transactions logs before today but not from today (only tomorrow I'll see today's log transaction)
How can I read transactions that just were done now?
What was changed in my configurations?
Thanks
PA Transaction Log
-
- Community Contributor
- Posts: 324
- Joined: Mon Jul 02, 2012 9:39 pm
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: 2016
- Location: Sydney, Australia
Re: PA Transaction Log
Hello,
I'm a little confused by...
Transaction log (tm1s) is always locked by the model unless serialized to the disk by either SaveDataAll or CubeSaveData. I'd guess you have a SaveDataAll Chores that runs overnight ?
As far as I know and see in PA, none of this behavior has changed
Thanks
Evgeny
I'm a little confused by...
It seems that now the transaction log only reads logs from closed log files and not from the one that is open right now.
Transaction log (tm1s) is always locked by the model unless serialized to the disk by either SaveDataAll or CubeSaveData. I'd guess you have a SaveDataAll Chores that runs overnight ?
As far as I know and see in PA, none of this behavior has changed
Thanks
Evgeny
- roei61
- Posts: 41
- Joined: Wed Aug 22, 2012 5:44 am
- OLAP Product: PAX
- Version: 2.0.7
- Excel Version: 2016
- Location: Israel
Re: PA Transaction Log
Thanks EvgenyT.
I was able to read transaction log even of the current log in the TM1 10.2.2.
Now on PA it's not possible
Roei
I was able to read transaction log even of the current log in the TM1 10.2.2.
Now on PA it's not possible
Roei
-
- Community Contributor
- Posts: 312
- Joined: Fri Feb 15, 2013 5:49 pm
- OLAP Product: TM1
- Version: PA 2.0.9.1
- Excel Version: 365
- Location: Minneapolis, USA
Re: PA Transaction Log
How are you trying to read the transaction log? Viewing the transaction log in architect should be the same in PA2.0.x as 10.2.
- roei61
- Posts: 41
- Joined: Wed Aug 22, 2012 5:44 am
- OLAP Product: PAX
- Version: 2.0.7
- Excel Version: 2016
- Location: Israel
Re: PA Transaction Log
I'm using Perspectives in both
- gtonkin
- MVP
- Posts: 1259
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: PA Transaction Log
In my experience, TM1S is always locked and you cannot read it.
Viewing the transaction log from within TM1 will show transactions but only those written after serialization/save data.
Cannot see how this would be different unless you have a chore saving data periodically.
Viewing the transaction log from within TM1 will show transactions but only those written after serialization/save data.
Cannot see how this would be different unless you have a chore saving data periodically.
-
- Community Contributor
- Posts: 312
- Joined: Fri Feb 15, 2013 5:49 pm
- OLAP Product: TM1
- Version: PA 2.0.9.1
- Excel Version: 365
- Location: Minneapolis, USA
Re: PA Transaction Log
TM1s file will be locked but right-clicking the server -> View Transaction Log should still query recent transactions. I just confirmed with architect/perspectives that changes I made that were not serialized to disk appeared in the query results. I did have to click "logtime" to switch the sort from ascending to descending as the default sort is ascending.
-
- Community Contributor
- Posts: 324
- Joined: Mon Jul 02, 2012 9:39 pm
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: 2016
- Location: Sydney, Australia
Re: PA Transaction Log
Please review what I said above, tm1s log is always locked (and it has been like that for the last 10 years that I have been worked with tm1) unless you serialize it to the disk with Save Data functions (tm1s.log will be saved as tm1s | datetimestamp.log). Have you tried that?
Alternatively, as others pointed out, you can query it via View Transaction Log in Architect / Perspectives (although might be a bit slow if there are heaps of records)
I really don't see any issues here
Thanks
Evgeny