Oddly encountering this error as well on an HP MT41 with EWF turned on. Under the local Administrator account.
Installs are set to "All Users".
SCCM 2012r2 CU3 Environment.
This is my SCNotify and SCClient Log exerpts
SCNotify
Executing WMI query: Select * From CCM_ClientAgentSettings (Microsoft.SoftwareCenter.Client.Data.WmiConnectionManager at ExecuteQuery)
SCClient 12/31/2014 11:58:05 AM 1 (0x0001)
SCClient
DialogBase base constructor called for Microsoft.SoftwareCenter.Client.Pages.BasicMessageDialog, isNotify = False (Microsoft.SoftwareCenter.Client.Pages.DialogBase at .ctor)
SCClient 12/31/2014 11:58:45 AM 1 (0x0001)
Executing WMI query: Select * From CCM_ClientAgentSettings (Microsoft.SoftwareCenter.Client.Data.WmiConnectionManager at ExecuteQuery)
SCClient 12/31/2014 11:58:45 AM 1 (0x0001)
BasicMessageDialog: displaying to user = Insufficient Permissions For Software Installation (Microsoft.SoftwareCenter.Client.Pages.BasicMessageDialog at .ctor)
SCClient 12/31/2014 11:58:45 AM 1 (0x0001)
BasicMessageDialog: user clicked ok (Microsoft.SoftwareCenter.Client.Pages.BasicMessageDialog at ButtonOK_Click)
SCClient 12/31/2014 12:00:03 PM 1 (0x0001)
So, from that, I took I should look in WMI, here is the contents of the properties of CCM_ClientAgentSettings.
ROOT\CCM\ClientSDK\CCM_ClientAgentSettings
=====================================
COMPUTER : MyTestUnit
CLASS : CCM_ClientAgentSettings
=====================================
BrandingTitle : MyCompanyNameHere, INC
DayReminderInterval : 7200
DisplayNewProgramNotification : True
EnableThirdPartyOrchestration : 0
HourReminderInterval : 900
InstallRestriction : 0
OSDBrandingSubtitle :
ReminderInterval : 28800
SUMBrandingSubtitle :
SuspendBitLocker : 0
SWDBarndingSubtitle :
SystemRestartTurnaroundTime : 600
Thoughts?
EDIT: Found this in the SCCM Documentation Library doc file (Feb 1, 2013).
Why do I see an error message about insufficient permissions from a Windows Embedded device when I try to install software from Software Center?
You can install applications only when the write filter on the Windows Embedded device is disabled. If you try to install an application on a Windows Embedded device that has write filters enabled, you see an error message that you have insufficient
permissions to install the application and the installation fails.
-
Edited by
JWeinberg
Friday, January 02, 2015 5:02 PM
More info.