Just out of curiosity, if you do a
Sudo jamf enroll -prompt
Can you reestablish a connection?
@easyedc Yes, I can do the re-enrolment and its gives message that the certificate is installed successful and then again 'sudo jamf recon' doesn't work.
I know this is an old post but did you ever figure this out? I'm getting a similar issue on some computers:
verbose: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process.}
Can't figure out what's causing it.
I know this is an old post but did you ever figure this out? I'm getting a similar issue on some computers:
verbose: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process." UserInfo={NSDebugDescription=The connection to service on pid 0 named com.jamf.management.daemon.binary was invalidated from this process.}
Can't figure out what's causing it.
Try this "sudo jamf enroll -prompt" that will enforce to install the JSS apps.
Check if jamf daemon loaded: sudo launchctl list | grep jamf
Load daemon if not: sudo launchctl load -w /Library/LaunchDaedom/com.jamf.management.daemon.plist
Then run: sudo jamf manage, sudo jamf recon, sudo jamf policy to check if everything ok.
Restart computer and check if jamf daemon loaded automatically.