Search This Blog
SQL Server Database Version List
This web page lists each SQL Server version number (from SQL v.6.5 to 2008 R2) and its patch level. It is useful to compare your installed version with the latest version available.
This is another web site with the similar information.
Install Remote Server Administration Tools (RSAT) on Windows 7 with Service Pack (SP1)
Remote Server Administration Tools (RSAT) for Windows 7 cannot be installed on computers that are running Windows 7 with Service Pack (SP1). The error message is “This update is not applicable to your computer”. This is because Service Pack 1 includes updates components for RSAT.
The resolution is to install RSAT tools before installing Service Pack 1 for Windows 7. If SP1 is already installed, uninstall SP1, install RSAT tools, and then reinstall SP1.
According to RSAT download site, RSAT for Windows 7 with SP1 is scheduled for release in Spring 2011.
Windows Update Scanning Error Fix
If the Windows Update database and manifest corrupted, Windows Update scan can take a long time or crash. The following may fix this problem.
- Run the Windows Update troubleshooter
- Run the System Update Readiness Tool
- Run the System File Checker (sfc) from Administrator Command Prompt. “sfc /scannow”
- Rename and recreate the SoftwareDistribution and Catroot2 folders
- Stop the Windows Update service and its related services
- net stop wuauserv
- net stop bits
- net stop cryptsvc
- If the Windows Update service can not be stopped, change its startup type to Disabled, then reboot the computer.
- Rename %windir%\SoftwareDistribution
- Rename %windir%\system32\Catroot2
- Start the Windows Update service and change its startup type to Automatic (Delayed Start).
- Re-register all the Windows Update DLLs (stop wuauserv, bits, and cryptsvc services first)
- regsvr32 c:\windows\system32\vbscript.dll /s
regsvr32 c:\windows\system32\mshtml.dll /s
regsvr32 c:\windows\system32\msjava.dll /s
regsvr32 c:\windows\system32\jscript.dll /s
regsvr32 c:\windows\system32\msxml.dll /s
regsvr32 c:\windows\system32\actxprxy.dll /s
regsvr32 c:\windows\system32\shdocvw.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups2.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 Softpub.dll /s
regsvr32 Mssip32.dll /s
regsvr32 Initpki.dll /s
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 dssenh.dll /s
regsvr32 rsaenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 sccbase.dll /s
regsvr32 slbcsp.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 Urlmon.dll /s
regsvr32 Shdocvw.dll /s
regsvr32 Msjava.dll /s
regsvr32 Actxprxy.dll /s
regsvr32 Oleaut32.dll /s
regsvr32 Mshtml.dll /s
regsvr32 msxml.dll /s
regsvr32 msxml2.dll /s
regsvr32 msxml3.dll /s
regsvr32 Browseui.dll /s
regsvr32 shell32.dll /s
regsvr32 wuapi.dll /s
regsvr32 wuaueng.dll /s
regsvr32 wuaueng1.dll /s
regsvr32 wucltui.dll /s
regsvr32 wups.dll /s
regsvr32 wuweb.dll /s
regsvr32 jscript.dll /s
regsvr32 atl.dll /s
regsvr32 Mssip32.dll /s
Juniper SSL-VPN Network Connect Error 23787
When try to launch Network Connect inside Juniper SSL-VPN portal, get an error “cannot start the network connect service, please reinstall network connect, nc.windows.app.23787”.
Uninstalling or reinstalling the Juniper Network Connect works, but the error comes back after restarting the computer.
Solution: verify “Juniper Network Connect Service” service is started on the computer, and the Startup Type is Automatic.
Internet Explorer 9 Tracking Protection Feature
The RTM version of Internet Explorer 9 builds in the tracking protection feature. This feature is disabled by default. It can be enabled through Tools, Safety, Tracking Protection.
Once the feature is enabled, you can subscribe the third-party tracking protection lists (TPLs) through http://ie.microsoft.com/testdrive/Browser/TrackingProtectionLists/Default.html
SPF (Sender Policy Framework) Deployment
After testing the outgoing email server, I find my outgoing server is missing the SPF record. By looking at the Sender Policy Framework site, the deployment is fairly simple if you can edit your DNS records. The web site provides the wizard to create the SPF record. Once the SPF record is created, just add it to your domain’s TXT record. And rerun the outgoing email test to verify the deployment.
Use WinSCP to Transfer Files in vCSA 6.7
This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...
-
Recently, we created a new child domain in the existing AD forest with two new Windows Server 2012 R2 domain controllers. The AD authenticat...
-
find out the name of vSphere host running the stuck task if possible SSH to the vCenter Server server appliance service vmware-vpxd resta...
-
Updated on 07/13/2016. See the update this post, I might find the ultimate solution, even I am still not sure what the cause of the issue. ...