View Single Post
  #2 (permalink)  
Old 07-07-2009, 09:12 PM
joannaxxvi joannaxxvi is offline
Junior Member
 
Posts: 6
Default

I have also encountered the same problem..I was able to clear the IM invitation from the server by logging to Mysql using zimbra as the user. When you receive the mysql prompt do the following.
mysql> use zimbra;
mysql> delete from jiveRoster where jid = "servername.local.domain.com";

Hope that helps.
Reply With Quote