Object are not available and will not be edited

From time to time the SCCM console crashed, leaving objects locked from editing. If you don't have time to wait for an automatic unlock, do the following:
 
- Start SQL Management Studio and connect to the CM database
- Run select * from SEDO_LockState where LockStateID='1' and copy the id that is locked
- Run delete from SEDO_LockState where id='ID_FROM_ABOVE_SELECT'
 
Out!

Deployment not working on new Distribution Point

Been having trouble getting PXE deployment working on a new DP. Looking in C:\SMS_DP$\sms\logs\SMSPXE.log I found: Warning: Matching Processor Architecture Boot Image (0) not found The solution is to make sure you to have both x64 and x86 images deployed even if you aren’t going to use both of them. For both of your boot images, ensure ’Deploy this boot image from the PXE service point’ is ticked and then make sure you ‘Distribute Content’ to your PXE enabled DPs.

SCCM Agents fails push installation

Since upgrading to System Center Configuration Manager Service Pack 1 the agents fails the push installation with the following error message:
 
Couldn't verify 'C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi' authenticode signature. Return code 0x800b0101 ccmsetup 2013-01-16 20:38:01 6960 (0x1B30)
 
InstallFromManifest failed 0x80004005 ccmsetup 2013-01-16 20:38:01 6960 (0x1B30)
 
CcmSetup failed with error code 0x80004005 ccmsetup 2013-01-16 20:38:01 1204 (0x04B4)
 
A hotfix has been released by Microsoft, you can find it here:

http://support.microsoft.com/kb/2801987?wa=wsignin1.0
 
Cheers!


RSS 2.0