09-29-2020 07:34 AM
Hi Gents,
Hope you can direct me in the right direction here. I have RMA installed, and it has been working great. But lately, I have been getting user account lock out in the Jabber client, but the AD account isn't. End users said they did not type their password wrong! CUCM default account policy applies with:
Failed login : 5
Reset login after 30 minutes
lock out duration 30minutes.
During this duration, all i can do is to seat tight and wait. Application is locked even though i try again login! I am at the point where I may completely changed the credential and instruct users how long they have to wait before calling the help desk.
Any ideas what i should try before dropping the bomb on the users? Or increase my security risk!
Thanks
10-01-2020 08:46 AM
I thought I replied to this yesterday but I guess I didn't.
If the Jabber client is displaying "Jabber is locked due to too many failed sign in attempts, try again an hour later" then this is Jabber locking you out due to repeated service discovery failures.
I had a TAC case on this recently and asked if they would kindly document this anywhere, since it isn't and is frustrating. Make sure the customer has connected to VPNs or whatever before opening Jabber, and that DNS discovery can succeed with network up, before signing in or opening Jabber if already previously signed in.
Otherwise you have to close it and wait, or reset it before you can use it.
01-18-2021 01:38 AM
Same problem. Do you have any updates from TAC for this? User have some problem with DNS and then have been locked.
I can't reset jabber, it's already reset and have this error not when you enter password, but when you only enter logn. uninstall doesn't help too. Waiting a hour it's really too long.
01-19-2021 05:21 PM
@OlegPerepichay9226 no, sorry. We'd acknowledged what the cause was, and it hadn't really recurred. I didn't see it show up in any documentation either.
It has largely stopped occurring for us so we haven't pursued it.
If the "Reset" option is not available, we've been able to trick the app by going to manual server configuration, which then seems to bypass the lockout but it's annoying. I don't remember exactly how else we got around it, I think I ended up deleting some of the application's files in my user appdata. Neither are really great workarounds unfortunately.
If you have the time to, I would ask TAC to see if they can identify what it was. If there was an adapter that's malfunctioning or something else they can pinpoint. If this is a corporate managed machine, there's a chance that there will be enough of a similarity to find a workaround.
I agree the message is not great, and the idea that it's a hack/flood prevention thing in the application makes no real sense to me at all.
01-19-2021 11:40 PM
Thanks for reply, it's just once happened, so not really important for now. I just want to know what tac reply for this problem. Workaround with manual server configuration is not bad, thanks(problem gone, so cannot check it).
01-31-2021 10:42 PM - edited 01-31-2021 10:44 PM
Hello,
I happened to have the same problem in my system with 12.5 CUCM, IMP and latest Jabber as well. It was really frustrating situation when a head of department called me but I don't know what to do. There is no Cisco documentation as well to solve it.
I contacted TAC and since I got the engineer to fix my issue, the issue was already resolved. So, I tried to ask them how to immediately fix it, and even they didn't know. He tried to trick me that my Cisco Jabber is also trying to contact Webex. So when we are installing the Cisco Jabber, we need to add cmd command to exclude Webex for Cisco Jabber.
I asked them to check if it was really a WebEx problem. He said to replicate the issue which I couldn't because user is already fixed by itself. I had to close the case.
After few months it repeated again. I got the PRT. I contacted the TAC and asked the same. He said because the user was not having the Voicemail access and Jabber was trying to contact Unity Connection which caused it to lock and we need to wait. Or we can create another Service Profile excluding CUC and it will work. Again as the user was already working, I could not test this. But I knew later it was wrong solution from TAC again. Sadly...
------------------------------------------------------------------------------
So, finally I found a SOLUTION by myself. This error is not server based but purely client app based. If we refresh the app by removing its temp files from windows or clearing the data and cache from Android/iPhone, we should be good to go.
C:\Users\%USERNAME%\AppData\Roaming\Cisco
C:\Users\%USERNAME%\AppData\local\Cisco
Exit the jabber completely. I deleted the appdata files from the computer for both local and roaming. Then Open Cisco Jabber and login again. It will work.
So, this fix worked every time when I faced this issue from any user.
If you found it helpful, please rate. Thank You.
03-16-2021 01:44 PM
Excellent work! These steps a lifesaver when you need to get remote contact center agents or receptionists re-connected ASAP. I followed your instructions and it worked great! Having them offline for an hour is not acceptable....that's lost revenue/missed SLA's for enterprise customers and Cisco should have thought about that.
11-09-2021 12:26 PM
Thank you! It worked for me!
04-19-2022 07:55 AM
Thank you... work for me too I appreciate....
10-26-2022 09:53 AM
Thank you so much!! This worked perfectly. Appreciate you sharing the solution.
09-22-2023 09:28 AM
This doesnt work for mobile, I have over 4000 jabber mobile
07-24-2024 07:13 AM
Thank you that worked!
07-25-2024 11:33 AM - edited 07-25-2024 11:34 AM
just for brief in 2024 ^-^
i use this batch file in my projects >>
##################################
>> my batch file script is this:
(open a notepad, copy paste this script, then save it as ".bat" file)
@echo off
timeout 1 > NUL
ipconfig/flushdns
timeout 1 > NUL
taskkill /f /t /im ciscojabber.exe
timeout 1 > NUL
rmdir /s /q "%userprofile%\AppData\Local\Cisco\Unified Communications\Jabber"
rmdir /s /q "%userprofile%\AppData\Roaming\Cisco\Unified Communications\Jabber"
timeout 1 > NUL
rmdir /s /q "%userprofile%\Documents\MyJabberFiles"
timeout 1 > NUL
cd C:\Program Files (x86)\Cisco Systems\Cisco Jabber
start CiscoJabber.exe
##################################
09-03-2024 07:46 AM
Anyone got any idea what the correct path for this would be on a Mac?
09-03-2024 11:42 PM
check this out >>
https://www.cisco.com/c/en/us/support/docs/unified-communications/jabber-mac/116682-technote-jabber-00.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide