Posted on 05-06-2024 11:29 PM
Hi,
it seems a couple of my VPP Tokens have been revoked. The token all come from the same Apple School Manager. Is there anything I can do about this myself? Renewing the Tokens does not do anything. Jamf Support is responding really slow and the situation has been like this for a month now.
Any Advice would be appreciated.
Solved! Go to Solution.
Posted on 05-08-2024 05:16 AM
Finally got a response from Jamf. This solution worked:
1. Make a database Backup
2. Stop Tomcat
3. Open MySQL Command Line Client and use the following Command:
update vpp_locations set token_revoked=0 where vpp_location_id=XX;
Replace XX with the ID of the VPP Location. You can find the ID in the URL of the Volume Purchasing Location.
For example: 8443/view/settings/global-management/volume-purchasing/locations/78?tab=details
78 would be the ID here.
Posted on 05-07-2024 01:09 AM
Remeber it get revoked. If you download a new token. And you most only use the token on one server.
token get revoken, if the downloader get deleted
so download a new. And upload to the server and wait a few hours
Posted on 05-07-2024 01:19 AM
Already did that, but will try again. As I said this has been going on for a month.
Also there is only one server so they should not be in use on other servers.
Posted on 05-07-2024 06:43 AM
Might want to tighten up who has access to download your VPP Token.
Posted on 05-08-2024 05:16 AM
Finally got a response from Jamf. This solution worked:
1. Make a database Backup
2. Stop Tomcat
3. Open MySQL Command Line Client and use the following Command:
update vpp_locations set token_revoked=0 where vpp_location_id=XX;
Replace XX with the ID of the VPP Location. You can find the ID in the URL of the Volume Purchasing Location.
For example: 8443/view/settings/global-management/volume-purchasing/locations/78?tab=details
78 would be the ID here.
Posted on 05-08-2024 05:17 AM
End of course restart Tomcat :D