Page 1 of 1

Attribute files on the server

Posted: Fri Dec 07, 2012 11:57 am
by conflax
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

Re: Attribute files on the server

Posted: Fri Dec 07, 2012 12:05 pm
by Wim Gielis
The files are called:

}ElementAttributes_dimensionname.dim (contains the attributes)
}ElementAttributes_dimensionname.cub (contains the attribute values)

Re: Attribute files on the server

Posted: Fri Dec 07, 2012 1:03 pm
by conflax
That'll do it! - thanks.