Posts Tagged ‘error’

Can’t Power Off Virtual Machine: Operation Cannot Be Performed In Current State

If you are having trouble powering off a VMware ESXi 5.x virtual machine, there is a command line method to force the VM to shut down. Here was the message I was receiving when trying to power off a VM: The attempted operation cannot be performed in the current state. So the current state, which…
Read On…

SQL Reporting Services Error: Logon Failed For The Unattended Execution Account

If you have an application that uses SQL Server Reporting Services and you are seeing errors similar to this: ReportServerException: The report server has encountered a configuration error. Logon failed for the unattended execution account. You may have an inappropriately configured “Execution Account” for Reporting Services. If you browse to your Reporting Services log at…
Read On…

The Phantom SPID: SQL Error 952 – Database Is In Transition

Recently I encountered a database issue on a Microsoft SQL 2008 R2 server that can only be described as a case of a phantom SPID (server process ID). What I mean by phantom is that this SPID was showing a date of 1900-01-01. All external connections to this database had been severed, but every attempt…
Read On…