HTTP 500 Internal Server Error in SCCM Reporting

When you try to run a large report on SCCM 2007 you might come across this error “HTTP 500 Internal Server Error” and page shows “The website cannot display the page” . This is the default behavior of IIS which has a default buffer size limited 4 MB for ASP response. To resolve the issue we need to increase the size of ASP response to resolve the HTTP 500 Internal Server Error .

Steps:

-On SCCM server go to Start—>Run—>cmd—>Click Ok—>Type cd /d %systemdrive%\inetpub\adminscripts -–>Enter—> type cscript.exe adsutil.vbs SET w3svc/aspbufferinglimit 67108864

( buffer size increased to 64MB)

For more details please read this article.

[Solved]error: System Changes Require Reboot

While installing SQL Management studio on my Windows 7 computer I came across the error “Pending System Changes Require Reboot” . I restarted the system but again same error came up. I did some research on Google and found this solution.

1. Locate the registry :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\

2. Delete registry value “PendingFileRenameOperations”

3. Look for the same registry value at these locations and delete it:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentSet001\Control\SessionManager\

HKEY_LOCAL_MACHINE\SYSTEM\CurrentSet002\Control\SessionManager\

Note: Backup the registry before doing any change and do the registry changes at your own risk