I had done a backup and restore of my Samsung Galaxy S2 due to a hardware fault. When the phone booted back up it had “Problem Loading Widget Image” on the screen. The way to fix this is to press on the widget for a few seconds, then drag it down to the trash can [...]
I wanted to modify a security group on some web servers that were behind an elastic load balancer so that they would only accept traffic from the load balancers. The problem was that I wasn’t sure what IP address or security group to allow. As the IP would change all of the time, you just [...]
I had an issue where we built 6 Hyper-V Windows 2008 virtual machines with IIS that needed to connect to an SQL database that was on the Hyper-V host system. We could not make the connection from the websites, nor could we ping or telnet to the Hyper-V host. The Hyper-V guests could ping and [...]
I was logged into the ASDM for a Cisco ASA the other day and I wanted to view how much traffic was coming in and out of the device, but I could only view the real time data. When I clicked on any of the other available time periods, I got the following error “ASDM [...]
A user had created a database on an SQl server, then when that user left the company,there account was removed from the system, leaving the database with no owner! When you right click on the database to get the properties, you get the following error: Cannot show requested dialog. Additional information: Cannot show requested dialog. [...]
A user crashed out of MYOB AccountRight Enterprise the other day and when they tried to go back in, got the following error: AccountRight Enterprise must terminate. Termination Code: 1233 error Important Details: Error -3000 in DMBegin transaction (5033:7020:4). I asked another user to open the same file, but they also got this error. [...]
I was trying to open up a guest in the Hyper-V Manager console and I got the following error: “An authentication error has occured (Code: 0x8009030e) ” I then tried to open a few other guests and got the same error. I restarted the Hyper-V Manager, but had the same problem. The simple fix is to [...]
Set databse into single user mode ALTER DATABASE <DBNAME> SET SINGLE_USER WITH Rollback Immediate Set database into multi user mode ALTER DATABASE [DBNAME] SET MULTI_USER WITH NO_WAIT
We were trying to take a database offline and it eventually failed fter about 5 minutes. I didn’t want to restart the SQL services or the server as there were many other databases on the server. The simple way to fix this error is to merely close and then re-open the management studio.
We have a VMWare Fusion user running MAC OSX 10.6 host with a Windows XP guest who would end up with white boxes displayed instead of the correct menus. A reboot would fix it for a few hours, then it would happen again, requiring yet another reboot. The way we fixed it is as follows. [...]
Tag Cloud
Adobe CS3 BOINC Catalogues circular logging Cisco distributed computing error 1625 Exchange 2007 facebook FAT32 firewall google chrome grid computing Hyper-V IIS7 innovation Linux mac Macbook Air Mac OSX mass storage Maxtor Onetouch media OCS 2007 passphrase password pix 501 Problem rdp Restore Files SBS SETI@home snapgear sg560 sql 2008 Symantec Backup Exec 10d Symantec Endpoint Symantec Endpoint Protection Symantec Vison 08 Ubuntu vista VMware Fusion windows Windows 2003 Windows 2008 Windows XPRecent Posts
- How to fix “Problem Loading Widget Image” on Samsung Galaxy S2
- How to allow only traffic from your Elastic load balancers to access your web servers on Amzon EC2
- How to fix an issue where you cannot connect to a Hyper-V host from the Hyper-V guest operating system
- How to fix “ASDM history is disabled” when trying to view history on a Cisco ASA
- How to fix “Property Owner is not available for Database ‘YOURDBNAME’. This property may not exist for this object, or may not be retrievable due to insufficient access rights.”