The IP address you have entered for this network adapter is already assigned to another adapter (microsoft Virtual machine Bus Network Adapter) which is no longer present in this computer.

Now if you copied over a VHD from Virtual Server 2005 to Hyper-V, you will most likely see the error The IP address you have entered for this network adapter is already assigned to another adapter (microsoft Virtual machine Bus Network Adapter) which is no longer present in this computer. There are a few reasons why this can happen. One thing, you must remember to uninstall the virtual server 2005 VM additions before moving it over to Hyper-V. If you did not, no worries, there is a fix. This also is when moving from Hyper-V to Hyper-V. There is a stronger security model in Hyper-V, so for moving amongst these servers you should use the import/export option. Now back to the error, you will notice if you open your network adapters, there will be a new one listed with no IP assigned. If you try to add the same IP address, the error appears. Microsoft has a knowledge base article 315539 that discusses this.
The quick and dirty,   [Read More]

The file d:\virtual machines\disk.vhd does not have the required security settings

In virtual server 2005, you could copy VHDs among different folders and virtual servers no problem. With Hyper-V if you tried this, you will get an error similar to: The file d:\virtual machines\disk.vhd does not have the required security settings. [Read More]

ArcGIS Server map images do not appear

In ArcGIS Server, you can create and publish web applications with no problem, but the map itself does not appear when you view the web application. Instead, you see all the ArcGIS map tools, and where the image should be you see a broken image X. ArcMap and ArcCatalog can connect and view the map images with no problem, so the problem lies with the web server, IIS. [Read More]

An error has occured on the server. For details, please check the event (application) log on the web server. Unable to retrieve ArcGIS install directory from the registry

In ArcGIS Server manager, you are unable to create a web app. You receive the error “An error has occured on the server. For details, please check the event (application) log on the web server. Unable to retrieve ArcGIS install directory from the registry. [Read More]

ESRI ArcGIS 9.3 Windows Server 2008 Unable to change user store

When installing ArcGIS 9.3 on Windows Server 2008, you have to  make sure UAC is disabled. If not, the install will go fine, but when you get to the ArcGIS Server Manager to change the user store to SQL or Windows Users and Groups, it will show users and groups grayed out, and it will not let you change it. Once UAC is diabled, it will default to windows users and groups. [Read More]

How to tell how much RAM is in each slot?

If you do troubleshooting for remote users, one that i’ve come across as a problem is asking the user to unscrew their laptop casing to find out how much RAM is in one slot. And if you have a DELL, most likely you have one DIMM slot on the bottom of the laptop, and then you have to open the top, remove the keyboad, to find the 2nd hidden slot. [Read More]

Windows Server 2008 x64 DataCenter Hyper-V, migrate from Virtual Server 2005

Here are some key notes to remember when you want to migrate your virtual server images from Windows Server 2003 running Virtual Server 2005 R2 to the Windows Server 2008 Hyper-V. [Read More]

Dell PowerConnect 2724 and VLAN Trunk

The DELL PowerConnect 2724 is a decent web managed switch. What I was trying to accomplish was setting up VLANs on my main switch and passing the information to the 2724 through a TRUNK. [Read More]

Embed FTP url

Sometimes you will  have a username for your ftp as user@domain.com. Now the problem with embedding this URL in a web site or email is that there are 2 @ symbols. For example, ftp://user@domain.com:password@ftp.domain.com. the fix? use the %40 which is the @ symbol replacement. So ftp://user%40domain.com:password@ftp.domain.com [Read More]