Hello
Same behaviour with the Self Service 10.43.1 (Intel proc.)
All my app installations are working fine but are generating "item failed" errors
Support provided a manual solution. Its now resolved on my tester
The issue is around the failed md5 checksum, and due to the policy seeing that fail it is reporting item failed.
Can we try, and test the following workflow on a device experiencing the issue?
-Download jamfHelper.tar.gz and jamfNotificationService.tar.gz attached to this case onto the Mac having errors
-Unzip files by double clicking them in Finder
-Open Terminal and run:
sudo rm -rf "/Library/Application Support/JAMF/bin/jamfHelper.app"
sudo rm -rf "/Library/Application Support/JAMF/bin/Management Action.app"
sudo mv "/path/to/unzipped/jamfHelper.app" "/Library/Application Support/JAMF/bin/"
sudo mv "/path/to/unzipped/Management Action.app" "/Library/Application Support/JAMF/bin/"
sudo chown -R root:wheel "/Library/Application Support/JAMF/bin/jamfHelper.app"
sudo chown -R root:wheel "/Library/Application Support/JAMF/bin/Management Action.app"
sudo jamf update
## Note: change "/path/to/unzipped" to the actual file path, or just drag and drop the files from Finder into Terminal ##
Let us know the results of testing this work flow.