Hi all,
Quick question please - where are dimension attributes saved on the TM1 server, ie which files are they?
I am trying to migrate from our Dev to Live server, however, there is a view on a cube that crashes in Live after the migration. This appears to be due to the fact that it is referencing an attribute that doesn't exist in the dev server so I believe I am overwriting it on migration, as Live and Dev must be out of synch.
FYI I am migrating by universally copying all BLB, PRO, DIM, RUX files, and VUE & SUB directories apart from user_id personal ones. Thereby hoping to leave CUB files behind and all client security settings, CFG files etc.
Thanks
Steve
Attribute files on the server
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Attribute files on the server
The files are called:
}ElementAttributes_dimensionname.dim (contains the attributes)
}ElementAttributes_dimensionname.cub (contains the attribute values)
}ElementAttributes_dimensionname.dim (contains the attributes)
}ElementAttributes_dimensionname.cub (contains the attribute values)
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Posts: 47
- Joined: Thu Jun 07, 2012 10:20 am
- OLAP Product: TM1
- Version: Various
- Excel Version: Various
- Location: UK
Re: Attribute files on the server
That'll do it! - thanks.