Posted on 11-18-2019 12:54 AM
Hello Guys,
I'm getting a first-time error like this since using Enterprise Connect. I tried a clean installation. EC installing Corretely and user also able to enter your credentials. Once the user restarts your machine then only getting below error.
Please provide solutionif anyone faced this issue. .....
Posted on 11-18-2019 09:12 AM
Are you using any sort of configuration plist/profile?
Posted on 11-18-2019 09:37 AM
I see in the readme file it's said that this can happen if you've tried to downgrade EPC. Can you get the EPC logs and post it? The sh for that comes with EPC. We'll be able to tell more with the EPC logs. The name of the sh is called 'eclogs.sh'
Posted on 11-18-2019 09:51 PM
@Ajayv I used this script to uninstall AEC completely then re-install
currentuser=stat -f "%Su" /dev/console
echo $currentuser
su "$currentuser" -c "security delete-generic-password -l 'Enterprise Connect'"
file="/Library/LaunchAgents/com.apple.ecAgent.plist"
if [ -f "$file" ]
then
launchctl unload /Library/LaunchAgents/com.apple.ecAgent.plist
sudo rm -rf /Library/LaunchAgents/com.apple.ecAgent.plist
else
echo "$file not found."
fi
sudo killall 'Enterprise Connect Menu'
sudo rm -rf /Applications/Enterprise Connect.app
sudo jamf recon
/usr/local/bin/jamf policy -event ec-install
exit 0
Posted on 11-25-2019 08:04 AM
@alexjdale. Sorry for the delayed reply. yes we are using plist/profile.
Posted on 01-02-2020 06:07 AM
The issue got resolved now.
Posted on 05-08-2020 06:03 AM
@Ajayv I'm facing the same issue. How did you revolve it?
Posted on 05-15-2020 07:05 AM
I too have same issue, tried @kerickson steps didn't resolved.
@Ajayv Do you mind to let us know, how did you resolved? thanks.
Posted on 05-19-2020 12:13 PM
Copy ecAgent file to /Library/LaunchAgents folder from newly installed Mac, replace the existing one from the Affected mac and restart your mac then try to login Enterprise connect with your credential. Let us know if works this.