About Me

Barking, Essex, United Kingdom
MCITP DBA ,MCITP BI & Oracle OCP 11G
Showing posts with label OS Troubleshooting. Show all posts
Showing posts with label OS Troubleshooting. Show all posts

Saturday, September 28, 2013

Shutdown Windows through Command prompt

Go to Command prompt 

shutdown /?















Detect the Windows Error Message

Task Scheduler error 2147944309

To detect the above Error Message , use the Scientific Calculator to do the Mathematical operation such as Hex to Decimal then Decimal to Hex format.

 Decimal 2147944309 to Hex format as shown as below.













The last four digits 0775  indicates the error and it needs to convert Hex to Decimal format as shown as below.



Then type net helpmsg 1909 as shown as below.






Saturday, July 13, 2013

2012 Pre-requirements


Prior To install 2012, Version 3.5 Net Framework has to be installed

dir %WINDIR%\Microsoft.Net\Framework\v*

dir %WINDIR%\Microsoft.Net\Framework\v* /O:-N /B


Run command prompt > Powershell

Ps> host , Ensure the version 2.0 installed in the system.

Tuesday, June 9, 2009

System Error Messages

Objective: This article helps us to find out more information for Trouble Shooting Purposes:SQL Server 2008 Error Messages
http://msdn.microsoft.com/en-us/library/cc645603.aspx
You may also check the Event Viewer to see the logs.
In the below screen shot demo, we browse through Windows Logs in Event Viewer and take the event id to find out what exactly happens for our troubleshooting purpose:
You can get some help from the below website for any particular eventid.
http://www.eventid.net/
Go to Start --> Run --> Type Eventvwr

Click OK


You can browse to view the EvenId. From that eventid, you may explore the troubleshooting information more and more from
http://www.eventid.net/ or from google.