You are currently browsing the category archive for the 'Uncategorized' category.
You can see the following post on my upgrade path to SP2 on SCCM 2007. Below that is a short list of my post upgrade tasks, which will be done in the months following, but not the night of the upgrade…
http://t3chn1ck.wordpress.com/2009/11/05/my-sccm-2007-sp2-upgrade-path/
Post Upgrade Tasks
- Upgrade all consoles with SP2 files
- Deploy SCCM SP2 client
- Deploy Windows Update Agent 7.4.7600.226
- Deploy latest version of Nomad Branch
I’m working on upgrading our sites to the recently released SP2 for SCCM 2007 so as to support Windows 7 and Server 2008 R2. In using the prerequisite checker, I was a given an upgrade warning that “All distribution points in the site to be upgraded should have the latest version of software distribution packages before beginning the upgrade process”. In looking more closesly at the warning (within log file C:\ConfigMgrPrereq.log) there was information on the query being executed to determine if any packages have potentially mismatching versions.
Using my Google-fu, I found a post from the ConfigMgr Support Team Blog which led me to a query to determine the impacted packages that I was able to run within SQL Server Management Studio (query below). Unfortunately, almost all of our packages are impacted, so I am just going to disregard the warning for now….
select Name, PkgID, SourceVersion, StoredPkgVersion
from SMSPackages
where StoredPkgVersion <> SourceVersion


Recent Comments