Posts

Showing posts from October, 2012

SCCM report ID 95 not working

Image
Below mentioned SCCM reports are not working some it will gives you HTTP 500 error in IE . Count of all instances of software registered with Add or Remove Programs Count of all instances of software registered with Add or Remove Programs I have faced this issue in my IIS 7,Windows 2008 r2 ,SCCM 2007 r3 environment. Some small step i follow and it works. 1.      Open  Internet Information Services (IIS) Manager : o     If you are using Windows Server 2008 or Windows Server 2008 R2: §   On the taskbar, click  Start , point to  Administrative Tools , and then click  Internet Information Services (IIS) Manager . o     If you are using Windows Vista or Windows 7: §   On the taskbar, click  Start , and then click  Control Panel . §   Double-click  Administrative Tools , and then double-click  Internet Information Services (IIS) Manager . 2.    ...

SCCM 2012 Installation cheat sheet

Image

The compressed files for package XXX00001 hasn’t arrived from site...

Today I am facing a issue that sms_distribution_manager always stating that  The compressed files for package XXX00001 hasn’t arrived from site 0GL yet, will retry later. Sent package server list to parent site XXX for package XXX00001 StoredPkgVersion (4) of package XXX00001. StoredPkgVersion in database is X. SourceVersion (4) of package XXX00001. SourceVersion in database is X. but in smspkgX$ folder nothing process the package. Below mentioned process I follow and get success.. Ensure the PCK file for the package has been copied across to the SMSPKG folder. If not, copy across manually (from another site) and then run PreloadPkgOnSite tool again for that package. If it returns successful then it will normally begin to uncompress. If it doesn’t, go to %ConfigMgrInstall%\inboxes\distmgr.box and delete the PKG file that matched the package ID You now need to edit the SCCM DB (***DISCLAIMER***: Do not touch the DB unless you have a full SCCM backup and are ...