SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)
After an update from SCCM 2007 client to SCCM 2012 client, there is sometimes show the error "Loading Software Center returned error code 0x80041013 (-2147217389)." in Software Center. This even though the client was successfully installed.
I think this error is because not all parts of the old SCCM clients have been properly removed.
You can fix this issue with the following steps:
I think this error is because not all parts of the old SCCM clients have been properly removed.
You can fix this issue with the following steps:
- Open registry
- Go to HKEY_CLASSES_ROOT\CLSID\{555B0C3E-41BB-4B8A-A8AE-8A9BEE761BDF}\InProcServer32
- Check the value for Default is C:\WINDOWS\CCM\ccmcisdk.dll (if not, change the value)
- Go to HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{555B0C3E-41BB-4B8A-A8AE-8A9BEE761BDF}\InProcServer32
- Delete the value in Default (value is C:\Windows\SysWOW64\CCM\dcmsdk.dll)
Comments
Post a Comment