I don’t use Widows Error Reporting service and it appears the if I don’t use it, it doesn’t mean it’s not working! And if this service runs after some time the disk space will consume itself.
So what to do? READ MORE »
Posts tagged windows
Windows Error Reporting (WER) and low disk space
Windows Server 2008 R2, after installing Service Pack 1 remote desktop stopped working.
After installing Service Pack 1 on a few of my Windows 2008 R2 servers, the remote desktop stopped working and I was left with no remote access to the servers.
Checking the Windows Logs, under application logs, I get a Faulting application name: svchost.exe_TermService Event ID 1000 every time an RDP session was initiated. READ MORE »
Fix Event ID: 13555
I got this error during a migration test of an SBS2003 to SBS2011 and the migration obviously failed.
Event Type: Error
Event Source: NtFrs
Event Category: None
Event ID: 13555
Date: 29/05/2012
Time: 13:28:28
User: N/A
Computer: SBS
Description:
The File Replication Service is in an error state. Files will not replicate to or from one or all of the replica sets on this computer until the following recovery steps are performed:
This issue can occur if the FRS Jet database or one of its logs has been corrupted. READ MORE »
Trace and delete unused computer accounts with “dsquery”
Over the years, computers are replaced or decommissioned from the network but computers accounts in active directory are not deleted automatically and become obsolete.
Tracing these accounts in the past wasn’t an easy task.
To trace these accounts in the directory the easyest way is to search the computers that have not been logged in to the network in a given time interval. READ MORE »
How to: manually prevent the NTFS file system compression function.
The file system compression can be a major overhead for servers during the backup time and in extreme cases it can double the time it takes to backup the server.
To prevent from accidentally using the compression on your server you can try the steps below to edit Registry and disable compression function. READ MORE »
Exchange 2007 stopped processing incoming E-mails
I had a problem today with an exchange 2007 RTM server that refused to accept incoming mails.
Testing with telnet to port 25 and trying to send an E-mail manually, produced this error:
452 4.3.1 Insufficient system resources
Windows 2008 boot error: Missing or corrupt \windows\system32\winload.exe 0xc000000e
I had the “pleasure” to recover a windows 2008 installation today, after a failed try to clone the server to an external disk with acronis.
For some reason the acronis changed something in the source disk boot sector and when the clone finished, the server did not boot and displayed this error:
Missing or corrupt \windows\system32\winload.exe
status: 0xc000000e READ MORE »
How to: claim lost space on drive c: under SBS 2008
If you ever installed an SBS 2008 server you know you need to assign drive C: with a lot of space, the exchange and the WSUS servers are installed by default in drive C: and hold there data in the installed directory.
over time the user mailboxes grows and the exchange database can get really big, not just that, the IIS log directory under c:\inetpub can become huge as the WSUS server writes it’s logs there. READ MORE »
SQL 2008 server backup to a network share, access dined.
I had an odd problem today with an SQL 2008 server backup to a network share.
The maintenance plan that was scheduled to run daily and backup the databases, were falling with an access dined error to the network location for some reason. READ MORE »
Windows 2000 high CPU after converting to VM.
A couple of days ago I had to convert an old windows 2000 server to VMWare using Vmware converter (P2V).
After the conversion, It seemed like the windows 2000 virtual machine consumed a high CPU usage from the ESXi host.
In the vSphere vCenter the virtual CPU indicate 100% CPU usage.
Inside the VM, the Task manager showed a normal cpu usage. READ MORE »
Windows 2008 R2 SP1 x64Bit Remote Desktop Services and 32bit ODBC.
I’ve installed last week a new windows 2008 R2 SP1 x64Bit as a terminal server or as Microsoft calls it now “Remote Desktop Services”.
This server delivers an MS access based application to the users and connects to MS SQL server through ODBC.
The standard way for creating the ODBC connection is system DSN: Control Panel>Administrative Tools>Data Sources (ODBC)>System DSN.
In my case it did not work, the application insisted it has a problem with the ODBC connection to the database and ignored the DSN. READ MORE »
Logging user login activity through logon script.
Here is a script, to log user logins in the local network trough the logon script.
The output is saved in a CSV file format and stored in a network share.
It’s a simple batch file with basic functions. It can be used in various situations to keep track of the computers the user’s login to and work with, or just to gather information and create statistics about the login behavior of the users. READ MORE »
How to: Creating a VHD based OS multi-boot.
There are times when we need more than one operating system on our computer. We can build a dual or multi-boot OS’s, but it requires us to make a lot of partitions for the OS file systems, and that is not always comfortable.
Another way to set a multi-boot OS’s on our computer, is creating a VHD file and then to install operating system on it. It’s easier and does not require to change partitions on our disk, also we can store the VHD file in any place. READ MORE »