1/29/10

SCVMM R2, Job error

HI

We have a Hyper-V R2 Cluster with CSV.

We move a VM with the SCVMM R2 program.

I got an error

image

I dont like to re-run the job.

I use this link to hide the job in the VMM database.

http://fawzi.wordpress.com/2009/10/28/remove-failed-jobs-from-vmm-console/

Summary:

SELECT * dbo.tbl_TR_TaskTrail WHERE TaskState = ‘Failed’

I look the TaskID from the date

SELECT * dbo.tbl_TR_TaskTrail WHERE TaskID = ‘93dfa873c7af8e’

UPDATE tbl_TR_TaskTrail SET IsVisible = 0 WHERE TaskID = ‘93dfa873c7af8e’

After this sQL statement

I went to SCVMM R2 and I repaired the VM and the error disapear

sAntos

No comments: