Tagged Questions

5
votes
5answers
778 views

What factors could cause the following SqlException: A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 1 - I/O Error detected in read/write operation)

I've started seeing this message intermittently for a few of the unit tests in my application (there are over 1100 unit & system tests). I'm using the test runner in ReSharper 4.1. One other …
2
votes
1answer
78 views

Build automation, VMWare server 2.0, Final builder

I have a database in a VMWare Server 2.0 Virtual machine. I also have a web application in the IIS (7) in the VM. Now I want to execute some database scripts that are in the VM, from the Host …
2
votes
0answers
121 views

Are there any tools to diff two VMWARE Windows XP images? [closed]

Is there any tool that can summarize Registry and File differences between two VMWARE Windows XP images?
1
vote
2answers
300 views

vmware - script automatic backups

I run VMWare Workstation 6.5 on WinXP. How can I script a way to automatically clone my VM images? I've read about the "vmware-cmd" tool but believe that is only available with VMWare ESX, not …
1
vote
4answers
469 views

VMWare Tools for Ubuntu Hardy

I've been having a very tough time with VMWare tools for Ubuntu Hardy. For some reason, vmware-install.pl finds fault with my linux headers. Saying the "address space size" doesn't match. I have …
0
votes
0answers
39 views

vmrun tool usage

I have a vb script (that sets up the IIS). I need to run this vbscript inside the guest VM, from the Host box. How do i do this? I am tol vmrun.exe can do this. Any samples to get this done would be …
0
votes
4answers
1k views

VMWare ESX image to run on VMWare workstation

I've an linux image(debian) running on VMWare ESX 3.1. Is it possible to copy that image and run it locally on my local VMWare workstation? how?