Tuesday, September 7, 2010

RDP and printers not redirecting

If you want printers to redirect from your local machine onto your host RDP server, so that you can print documents back home.. and it doesn’t work. This page then is for you.
CRITICAL COMPONENTS:
1. You need to install the drivers onto the server. a. Right click on whitespace in the servers Printer Control Panel. [...]

DNS Operation Failed

November 20, 2008 by admin  
Filed under DNS, MS SBS2000

Problem:Registration of the DNS record ‘_ldap._tcp.YOURDOMAIN.COM. 600 IN SRV 0 100 389 server.YOURDOMAIN.COM.’ failed with the following error:DNS operation refused.
Other similar records appear in the event log when the service “NETLOGON” starts up.
Solution:Microsoft suggested this (I tried it, even though we only have one server): http://support.microsoft.com/kb/316239
It made no difference, and the c:\winnt\system32\config\netlogon.dns file still had [...]

aspnet_perf.dll failures in event log

November 20, 2008 by admin  
Filed under .Net, MS SBS2000, MS WMI

Your log contains this error: (NB. I only partly copied it.. )
ASP.NET_2.0.50727″ in DLL “C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll” failed.
The solution:
Download exctrlst.exe from Windows 2000 Resource Kit, and run it.http://www.microsoft.com/downloads/details.aspx?familyid=7ff99683-b7ec-4da6-92ab-793193604ba4&displaylang=en#Overview
Disable Counter for any reference to path containing: “v2.0.50727\aspnet_perf.dll”
Restart your WMI, and Exchange services, this should fix the problem.
Other problems may manifest so make sure to look into those as [...]