Tuesday, September 30, 2008
Windows Vista LAN Access Local Only
Check default gateway via ipconfig /all. If a gateway of 0.0.0.0 exists, delete it with route delete.
Wednesday, August 20, 2008
After Windows XP Service Pack 3 Remote Desktop not disconnecting cleanly
Clear the checkbox "Reconnect if the connection is dropped" on the "Experience" tab.
Sunday, August 10, 2008
Thursday, August 7, 2008
Virtual Server could not open its emulated Ethernet switch driver.
Usually happens when you have installed a new network card or updated it's driver. Follow the procedures here to fix:
http://support.microsoft.com/kb/555629/EN-US/
http://support.microsoft.com/kb/555629/EN-US/
Wednesday, August 6, 2008
Hobocopy "stops" MS Virtual Server Guests
MS Virtual Server R2 SP1 has Shadown Copy integration. Using Hobocopy to copy running VHDs will cause Virtual Server to save the virtual guests. Currently no clean way around except to restore the virtual guests after Hobocopy has started.
Tuesday, August 5, 2008
Thursday, July 3, 2008
"network path not found" When joining Active Directory domain
Add "File and Printer Sharing" to the client PC/Server.
Thursday, May 8, 2008
Installing SVN on Windows 2003
Download svn-1.4.6-setup.exe from http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91
svnadmin create c:\SvnRepo
Serve the repository svnserve -d -r c:\SvnRepo
test it by running:
svn info svn://localhost
Create a Windows service for the server :
sc create "SvnServer" binPath= "\"C:\Program Files\Subversion\bin\svnserve.exe\" --service --root \"c:\SvnRepo\"" DisplayName= "Subversion Server" depend= tcpip start= auto
svnadmin create c:\SvnRepo
Serve the repository svnserve -d -r c:\SvnRepo
test it by running:
svn info svn://localhost
Create a Windows service for the server :
sc create "SvnServer" binPath= "\"C:\Program Files\Subversion\bin\svnserve.exe\" --service --root \"c:\SvnRepo\"" DisplayName= "Subversion Server" depend= tcpip start= auto
Wednesday, May 7, 2008
The SQL Server (SQLEXPRESS) service terminated with service-specific error 3417 (0xD59).
The file "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf" is compressed but does not reside in a read-only database or filegroup. The file must be decompressed.
Labels:
Service Error,
SQL Server Express
Saturday, April 12, 2008
Monday, February 11, 2008
Majordomo Bounce Header field too long (>1024)
Change the following option in majordomo.cf:
# The maximum character length of the _entire_ header for resend
$MAX_TOTAL_HEADER_LENGTH = 1024;
# The maximum character length of the _entire_ header for resend
$MAX_TOTAL_HEADER_LENGTH = 1024;
Labels:
Code
Wednesday, February 6, 2008
Connect to SQL Express Embedded Edition With Management Studio
Start SQL Server Configuration Manager.
Set "Hide Instance" to "No" for "Protocols for MICROSOFT##SSEE".
Restart the service.
Set "Hide Instance" to "No" for "Protocols for MICROSOFT##SSEE".
Restart the service.
Labels:
Code
Friday, January 25, 2008
Subscribe to:
Comments (Atom)


