Tag Archives: Error

Unable to remove deleted Session Hosts from RDS2012 Deployment

I’ve had a few issues with RDS in Server 2012, most of it because there is little to no documentation on a lot of the errors I’ve faced. Quite annoying when you jump on to Google and there is no …

Read more »

Task Scheduler – An error has occcured for task

I recently uninstalled some software and then when opening scheduled tasks I was getting the error: “An error has occurred for task…” However, I couldn’t view or remove the task. To fix this, head to the following registry location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows …

Read more »

phpMailer ERROR: AUTH not accepted from server:

I wanted to use the Virgin Media SMTP server for a website running phpMailer. First of all the emails failed so I turned on errors with the following command:

It returned:

It turned out to be quite simple (ssl:// for the …

Read more »

Dynamics CRM 2011 script error with the Outlook 2013 plugin

Having recently installed a fresh Dynamics CRM 2011 server, when trying to connect from the Outlook plugin I was receiving the following error:   “The value of the property ‘executeRibbonCommand’ is null or undefined, not a Function object”   Updating the Dynamics CRM 2011 …

Read more »

Sysprep – A fatal error occurred while trying to sysprep the machine

While sysprepping my golden image for my VDI collection I got this error: Most people who got this was because the rearm count had been reached, but that was not the case for me. Use this command to check: slmgr /dlv …

Read more »

Turning off Windows error reporting in Windows 7

Every time a program crashes I get this popup. It’s quite annoying and Windows has never once found a solution. Sometimes this searching for a solution window is hidden behind another window too, causing more of my time to be …

Read more »

Excel error: “There was a problem sending a command to the program”

Everytime a user tried to open an Excel file on their machine, they were recieving the error: “There was a problem sending a command to the program”. This error was fixed by Going into Options, then Advanced and deselecting “Dynamic …

Read more »

Server ‘myserver’ is not configured for RPC

I received this error when trying to run a stored procedure from a linked server earlier today. The fix was to run this command on the box that you are receiving the error: exec sp_serveroption @server=’myserver’, @optname=’rpc’, @optvalue=’true’exec sp_serveroption @server=’myserver’, …

Read more »

The exchange server address list service failed to respond

I had an issue when moving and email alias on a user’s account over to a public folder. When I attempted to remove the email address from the user, It kept returning the error “The exchange server address list service …

Read more »