Jamf Self Service Not Associated with Jamf Pro Server

bembry
New Contributor

I am getting the message saying "Self Service is a component of Jamf Pro, developed by Jamf. This app must be associated with a Jamf Pro Server. Contact your IT administrator for more information." 

We use automated device enrollment and the iPads experiencing this issue are enrolled into our Jamf instance. Our Self Service app is set to be installed manually to avoid Apple IDs. I have already set up the app configuration as seen on the Jamf Pro documentation. Is there anything else that I am missing? Thank you!

1 ACCEPTED SOLUTION

This Config-Dictionary works for us:

<dict>
<key>INVITATION_STRING</key>
<string>$MOBILEDEVICEAPPINVITE</string>
<key>JSS_ID</key>
<string>$JSSID</string>
<key>SERIAL_NUMBER</key>
<string>$SERIALNUMBER</string>
<key>DEVICE_NAME</key>
<string>$DEVICENAME</string>
<key>MAC_ADDRESS</key>
<string>$MACADDRESS</string>
<key>UDID</key>
<string>$UDID</string>
<key>MANAGEMENT_ID</key>
<string>$MANAGEMENTID</string>
<key>JSS_URL</key>
<string>*Jamf-URL*</string>
</dict>

*Jamf-URL* must be replaced with the URL of the MDM server

View solution in original post

44 REPLIES 44

obi-k
Valued Contributor II

Came back from PTO to see this. Deleting Self Service and reinstalling it from the App Store pulled down version 11.2.1. Trying the plist key App Configuration update.

11.2.1 does work, but some are still stuck on 11.2.0.

wifichallenges
Contributor

We made the fix and it does work. Jamf support called me back and said this was a work around, not the fix and that they will be fixing it in the next jamf release.

akosinski
New Contributor

Is this still not fixed?

Arek

NinaW
New Contributor II

I guess not. We also have the same issue.

I will attempt the fix/workaround, which was posted above, this week. 

NinaW
New Contributor II

Did that yesterday. Worked. 

It was enough to simply add the App Config and wait a bit. No need to remove or push out the portal again.

I did use a placeholder though for the Jamf-URL: $JPS_URL