sql server - SSAS Restore Task Hangs in SQL Agent -


we're running sql 2014 sp1 , have ssis job full process of ssas cube. there's 2 subsequent tasks once processing done: 1 take of cube , restore backup on cube linked our front end reporting solution. issue restore hang , never complete. can't find spid kill 1 process, nor can stop analysis services on server. way kill hanging job kill server. there way find spid of process can kill or solution try?

check out: http://geekswithblogs.net/manicarchitect/archive/2008/01/22/118801.aspx

you can use dmvs find session , xmla or ascmd kill it. ascmd useful kind of stuff, highly recommend anyway:

http://www.codeplex.com/sqlserversamples/release/projectreleases.aspx?releaseid=4000


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -