Page 1 of 1
How to Delete a Cell Security Cube?
Posted: Fri Jul 23, 2010 9:59 am
by mce
sorry for the simple question, as I am new in TM1.
Thanks in advance...
Re: How to Delete a Cell Security Cube?
Posted: Fri Jul 23, 2010 10:02 am
by Michel Zijlema
Hi,
The only way to do this (AFAIK) is to stop the TM1 service, delete the cell security .cub file from the data-directory and restart the TM1 service.
Michel
Re: How to Delete a Cell Security Cube?
Posted: Fri Jul 23, 2010 10:06 am
by mce
Thanks Michel.
I deleted the .cub without stopping the service and then unloaded the cube from memmory and then it disappeared.
Hope I won't have any issues with this way.
Re: How to Delete a Cell Security Cube?
Posted: Mon Jul 26, 2010 8:08 am
by MaksimSerkin
Easy!
by TI-Process. command CubeDestroy, more details in Reference Guide
Re: How to Delete a Cell Security Cube?
Posted: Tue Jul 27, 2010 6:44 am
by Gregor Koch
@MaksimSerkin
Have you actually tried this (more than once)?
I have, and I don't recommend using this approach, unless you want some very quickly ending server fireworks.
Savest to go with Michel's way.
---
The version you are on made me curious.
Wouldn't you know it. Just tried it (three times) in 9.4.1 on a Dimension Security Cube an the server held up whereas previously (9.0 and 9.1) I had instant crashes. Not that it proves much and the security seemingly persisted (as per security dialog), but hey at least it kept running.
Re: How to Delete a Cell Security Cube?
Posted: Thu Aug 04, 2011 12:09 pm
by abcuser
Hi,
I have the same problem. In my case there many files in TM1 data directory starting with the same prefix:
}CellSecurity_MyCube.cub --> probably cube file
}CellSecurity_MyCube.RUX --> probably a Rule file
}CellSecurity_MyCube.Default..blb --> probably default view
}CellSecurity_MyCube.View1..blb --> probably view1
}CellSecurity_MyCube.View2..blb --> probably view2
Should I delete all above files?
Just wondering is there really no other way using GUI that this hacking (deleting) files on server? Has someone sent feature request to IBM to implement this functionality?
Re: How to Delete a Cell Security Cube?
Posted: Thu Sep 08, 2011 4:28 pm
by clappr
I would just make a quick TI process that says
CUBEDESTROY('}CellSecurity_YOURCUBENAME');