There is a problem when several users can process the same cube simultaniously and as a result processing of cube fails. So I need to check if certain cube is processing at curr
use this code to select running processes: (execute this in OLAP)
select * from $system.discover_Sessions where session_Status = 1
And this code to cancel running prossesess ! Please change PID to running SESSISONS_SPID like in example:
92436 1