Hello,
I'm trying to load a cube with the information of the "Transaction Log File", created as a result of "Saving all data" process.
This is the structure of my text file, but I have some issues mapping the dimensions:
"3" "20120718064815" "20120718064815" "CognosNamespace\Administrator" "N" "120000" "110000" "Phased Costs" "101" "6310" "Y2" "Version 1" "Full Year Cost"
Has anybody done this before?
Thanks in advance.
Problems Loading a Cube with a Transaction Log File
-
- Posts: 1
- Joined: Mon Jul 23, 2012 9:13 am
- OLAP Product: TM1
- Version: 10.x.x
- Excel Version: 2007
- qml
- MVP
- Posts: 1098
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Re: Problems Loading a Cube with a Transaction Log File
Phased Costs (column no. 8) is your cube name and the columns to the right side of it are dimension element names in the same order in which the dimensions are ordered in the cube. Note there is a variable number of columns because of the fact that cubes can have different numbers of dimensions.
If you need to get dimension names for your cube, you can do it using the TABDIM() rules/TI function.
If you need to get dimension names for your cube, you can do it using the TABDIM() rules/TI function.
Kamil Arendt
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Problems Loading a Cube with a Transaction Log File
If you look here http://bedrocktm1.org/ then you will find that yes this has all been done before with a fully worked process to do exactly what you are wanting to do in this case.