We have had issues where Mac App Store installs from Self Service will not install software, but instead leaves Self Service and opens the Mac App Store. The error in the Console on the workstation shows that the userLevelMdm profiles are not able to be installed.
Here is what we have done to make this work.
- run: sudo rm -R /var/db/ConfigurationProfiles
- run: sudo jamf manage
- run: sudo jamf mdm -userLevelMdm
[Here are the commands ran in the Terminal]
$ sudo rm -R /var/db/ConfigurationProfiles/
$ sudo jamf manage
Getting management framework from the JSS...
Enforcing management framework...
Checking availability of https://jss.yourdomain.us:8443/...
The JSS is available.
Enforcing login/logout hooks...
The computer was successfully enrolled in MDM with the JSS.
Enforcing scheduled tasks...
Creating launch daemon...
Creating launch agent...
Checking availability of https://jss.yourdomain.us:8443/...
The JSS is available.
$ sudo jamf mdm -userLevelMdm
Getting management framework from the JSS...
Enabling MDM at the user level...
The computer was successfully enrolled in MDM with the JSS.
