Messages blocked list, too many entries

For some reason, my Messages blocked list has like 20k entries, and now every time I open the Preferences for Messages on OSX, it just hangs and crashes. There's nothing wrong with the Messages app, but I can no longer use the Preferences dialog. Is there any way I can clear out the blocked entries from Terminal? I'm comfortable with running shell commands!

Back up all data.
Quit Messages if it’s running. Force quit if necessary. After each of the following steps, restart the computer and test. If the problem isn't resolved, quit again and go on to the next step.
Step 1
Make sure you know the ID and password you use with iMessage.
Launch the Keychain Access application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad and start typing the name.
Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
From the menu bar, select
          Keychain Access ▹ Keychain First Aid
from the menu bar and repair the keychain.
From the Category list in the lower left corner of the window, select
           My Certificates
Look carefully at the list of certificates in the right side of the window. If any of them is marked with a red "X" as expired or invalid, delete it. Also delete all items with "iMessage" or "com.apple.idms" in the name, whether valid or not.
Now select
          Keychain Access ▹ Preferences... ▹ Certificates
There are three menus in the window. Change the selection in the top two to Best attempt, and in the bottom one to  CRL.
Next, select
            Passwords
in the Category list. Enter "ids" (without the quotes) in the search box in the toolbar of the window. Delete all items of type "application password" that have a name beginning in any of the following ways:
            ids:
            IDS:
            com.apple.ids:
Quit Keychain Access. Log out and log back in.
Step 2
Hold down the option key and select
          Go ▹ Library
from the Finder menu bar. Move the following items from the Library folder to the Trash (some may not exist):
          Containers/com.apple.corerecents.recentsd
          Caches/com.apple.Messages
          Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent
          Containers/com.apple.iChat/Data/Library/Caches
          Containers/com.apple.soagent
          IdentityServices
Leave the Library folder open.
Step 3
Go back to the Finder and move the following item from the open Library folder to the Desktop:
          Messages
Note: you are not moving the Messages application. You’re moving a folder named “Messages.”
If Messages now works, delete the Messages folder on the Desktop. Otherwise, quit Messages again. Put back the folder you moved, overwriting the newer one that may have been created in its place.
Step 4
In the Preferences subfolder, there may be several files having names that begin with any of the following strings:
          com.apple.iChat
          com.apple.ids
          com.apple.imdsmsrecordstore
          com.apple.imessage
          com.apple.imservice
Move them all to the Desktop. There may also be a file with the name "com.apple.imagent.plist". Move that to the Trash.
Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
Log out and log back in. Test again. This time Messages should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes Messages to malfunction. Delete those files and recreate whatever settings they contained.
If the issue is still not resolved, quit Messages again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post your results.
If you later decide that you don’t like the results of Steps 3 and 4, you can undo them completely by quitting Messages and restoring the items you deleted in those steps from your backup.

Similar Messages

  • Data Warehouse Synchronization server - too many entries

    I am having problems with app advisor not getting performace data. I believe that it is due to the Data Warehouse Synchronization
    server having too many entries as I only have 1. How do I remove a server?

    Seems you need to restore the OperationsManager Database from the previous backup, try the methods in the kb.
    http://support.microsoft.com/kb/2771934/en-gb
    http://social.technet.microsoft.com/Forums/en-US/0f80e33e-243a-44ab-ba1a-e73ec421de03/two-dw-synchronization-server-instances-by-mistake
    Juke Chou
    TechNet Community Support

  • HT1212 my phone is disabled due to too many entries of passcode.  how do i unlock?

    my phone is disabled due to too many entries of passcode.  How do I unlock?

    This will erase everything off your phone, but you need to do a restore. If iTunes wont let you restore it, while plugged in to the computer (with iTunes open), press and hold both the lock and home buttons, then release the lock button when screen goes black.

  • I received a message about having too many contacts?  Not sure what this means, didn't know there limitations on contacts.  Can you tell me about fixing this problem?

    I received a message about having too many contacts?  Not sure what this means, didn't know there limitations on contacts.  Can you tell me about fixing this problem?

    What were you doing when you received the message?
    I have seen reports on these forums where there is a limit to how many contacts you can have in the "to" field of a text message. That is the only thing I can think of where someone has reported getting a warning about too many contacts.

  • Pl/Sql block returning too many values

    Hi
    Below is simple pl/sql block.while excecuting this i'm getting too many values exception
    declare
    attrib QW_ACCT_ATTR%ROWTYPE;
    begin
    SELECT ATTR_END_DATE, ATTR_NM, ATTR_VAL INTO attrib FROM (SELECT ATTR_END_DATE, ATTR_NM, ATTR_VAL FROM QW_ACCT_ATTR where CUST_ACCT_ID='5158660414' AND ATTR_NM = 'SS' ORDER BY ATTR_END_DATE DESC) where rownum = 1;
    DBMS_OUTPUT.PUT_LINE('end daate is...'||attrib.ATTR_END_DATE);
    end;
    could anybody please help me how to rewrite this qwery to get only one record.
    we are not supposed to use cursors here,
    thanks

    I am just changing your logic,
    declare
    attrib QW_ACCT_ATTR%ROWTYPE;
    begin
    SELECT ATTR_END_DATE, ATTR_NM, ATTR_VAL INTO attrib FROM (SELECT ATTR_END_DATE, ATTR_NM, ATTR_VAL FROM QW_ACCT_ATTR where CUST_ACCT_ID='5158660414' AND ATTR_NM = 'SS' ORDER BY ATTR_END_DATE DESC where rownum = 1) ;
    DBMS_OUTPUT.PUT_LINE('end daate is...'||attrib.ATTR_END_DATE);
    end;

  • SAP Forms : table cut short when too many entries

    Hi all,
    I have an issue with tables in sap forms. Normally the sap form printout is 1 page, but when many entries exist in a table, the table-list is cut short when the page ends. ie. it does not continue on a 2nd page.
    What is missing here?
    thanks for your help.
    faB

    Hi Fab,
    what problem you are facing? you will have Page up, Page Down buttons in the toolbar.
    or press key borad page up,page down buttons to navigate to next page.
    Regards
    vijay

  • Exchange 2010 dynamic distribution group - too many entries in results

    Hi
    I've inherited some dynamic groups that were created on exchange 2003 [about 50 groups]. When I run the following query I seem to get far too many users returned [looking via ADUC the group should have 2 users]. How can I ensure I get the correct results?
    Get-Recipient -RecipientPReviewFilter (Get-DynamicDistributionGroup -Identity "All Staff IT").LDAPRecipientFilter | Select Name,PrimarySMTPAddress
    Thanks

    Hi,
    How about filtering members in EMC?
    I think the abnormal result related to the filter conditions.
    How about the command that Rich provided?
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Blocking by too many (100) connections used

    Oracle9iAS (9.0.3.0.0) Containers for J2EE (build 020927.1699)
    I have a container managed transaction and within it I get several connections from an emulated datasource. These connections are supposed to be created within the scope of the transaction and in fact they are.
    The problem takes place when the transaction has many actions to perform and OrionCMTDataSource seems to block at 100. This is tested through the following command:
    java -jar admin.jar ormi://localhost admin *** -application default -dataSourceInfoDataSource info:
    com.evermind.sql.DriverManagerXADataSource/default/jdbc/xa/OracleXADS - cached:
    4 used: 1 total: 5
    com.evermind.sql.OrionPooledDataSource/default/jdbc/OraclePooledDS - cached: 0 u
    sed: 0 total: 0
    com.evermind.sql.OrionCMTDataSource/default/jdbc/OracleDS - cached: 0 used: 100
    total: 100
    Is there a limit of 100 connections defined anywhere?
    Is it configurable?
    Why does OC4J block if number 100 is reached?
    Isn't ejb-location (which i'm using) not supposed to be pooled?
    Any help would be appreciated. My data-source follows:
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
    location="jdbc/OracleCoreDS"
              pooled-location="jdbc/OraclePooledDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
    username="1234"
    password="1234"
    url="jdbc:oracle:thin:@systelab.izasa.es:1521:matrix"
    min-connections="5"
    max-connections="10"
    stmt-cache-size="200"
              inactivity-timeout="30"
         >
                   <property name="cacheScheme" value="FIXED_WAIT_SCHEME"/>
         </data-source>
    Thanks in advance.

    1) Are you using ejb-location for your lookup? If
    not, could you try that?Yes, I am always using ejb-location as was mentioned on the first message.
    2) Could you try the non-emulated data source
    instead?Ok. I've tried the non-emulated data source.
    It forces me to remove the property from data-sources.xml:
    <property name="cacheScheme" value="FIXED_WAIT_SCHEME"/>
    Running the same blocking code with the non-emulated data source causes:
    javax.ejb.NoSuchObjectLocalException: Session has timed out
    at com.evermind.server.ejb.StatefulSessionEJBObject.throwLocalPassivisat
    ionException(StatefulSessionEJBObject.java:213)
    at RequestSession_StatefulSessionBeanWrapper2.getList(RequestSession_StatefulSessionBeanWrapper2.java:1508)
    which is strange as there is no session timeout error when using the emulated data source.
    Maybe some additional details about the bean implementation will help. The SFSB has a member which has a Connection member. This could be dangerous, but I see no problem with it as calls to the bean always force creating and closing a new connection (so, an open connection is maintained just within a single call to the bean).
    Also, I do not understand the passivation exception. I see no need for the bean to be passivated immediately after call.
    I also got dataSourceInfo after exception:
    java -jar admin.jar ormi://localhost admin admin -application default -dataSourceInfo
    DataSource info:
    com.evermind.sql.OrionCMTDataSource/default/jdbc/OracleCoreDS - cached: 0 used: 0 total: 0
    com.evermind.sql.DriverManagerXADataSource/default/jdbc/xa/OracleXADS - cached: 4 used: 1 total: 5
    com.evermind.sql.OrionPooledDataSource/default/jdbc/OraclePooledDS - cached: 0 used: 0 total: 0
    com.evermind.sql.OrionCMTDataSource/default/jdbc/OracleDS - cached: 0 used: 2 total: 2
    I have performed an additional test on this issue. I changed SFSB for SLSB. I did this before, with emulated data source, and nothing changed. Different behaviour now:
    ***Creating new Instance of SessionBean
    ***Creating new Instance of SessionBean
    ***Creating new Instance of SessionBean
    ***Creating new Instance of SessionBean
    javax.ejb.EJBException: Transaction was rolled back: javax.transaction.SystemException: com.evermind.transaction.MarshallingXAException: Error closing connection for this TX: calling setAutoCommit(true) is not allowed on a container-managed transactions Connection
    at RequestSession_StatelessSessionBeanWrapper8.getList(RequestSession_StatelessSessionBeanWrapper8.java:1431)
    I do not explicitly call setAutoCommit on my code, so I assume the call is implicit.
    Getting dataSourceInfo again:
    java -jar admin.jar ormi://localhost admin admin -application default -dataSourceInfoDataSource info:
    com.evermind.sql.OrionCMTDataSource/default/jdbc/OracleCoreDS - cached: 0 used:0 total: 0
    com.evermind.sql.DriverManagerXADataSource/default/jdbc/xa/OracleXADS - cached:1 used: 4 total: 5
    com.evermind.sql.OrionPooledDataSource/default/jdbc/OraclePooledDS - cached: 0 used: 0 total: 0
    com.evermind.sql.OrionCMTDataSource/default/jdbc/OracleDS - cached: 0 used: 8 total: 8
    Thanks for help.
    Modulab

  • Too many entries in Filter box

    Hi,
        I have a sales report.  A user runs it for particular criteria, and it comes up just fine.  Then they go to filter on a characteristic (Sold to).  The filter box returns literally 9,995 possible entries for sold-to (basically, the entire list of active sold-tos this user is authorized to see).  Yet, when we actually drill down on sold-to, we get only about 20 different sold-tos - which is correct.  So the report is correct, the data is correct, but this filter isn't working.  Any ideas?
       Thanks.
    Dave

    Double click the IO in RSA1
    Go to the Business explorer tab and change the value in the box Query Def. Filter Value Sel to only values from InfoProvider.
    This setting can also be done at the cube level,
    Go to change mode of the InfoCube and from the menu select extras -> structure sepecific properties
    Edited by: sam hennry on Apr 14, 2008 10:05 AM

  • Preview lists too many files

    When Preview is open and I right click on the Preview icon, a list of files appears.  The list is split in two by a faint horizontal line.  The documents below the line are preceded by a diamond and if I go to one of them, I can close it.  I can also go to each of the documents above the line, but even if I "close" them, they stay open and on the list.  And of course every time I open Preview, they appear.  The list is getting very long.  How can I close these documents and remove them from the list?

    That doesn't help.  Clearing the menu just clears the menu.  When I right click on the Preview icon in the dock, I get a list of documents.  There are actually two parts to the list, separated by a faint line.  The ones below the line are documents that are open in Preview.  I can click on them and close them.  The documents above the line, and I don't think I described this properly in my original message, are not documents that are open.  If I click on them, nothing happens.  They are documents that I once had open in Preview, but no longer, and unlike the "open recent" list, I cannot open one if I click on it.  The name of the file just sits there for no apparent reason.  It's annoying but it doens't impede my actions in any way.  If someone knows how to make this part of the list go away, I would be grateful.

  • Inner join searches too many entries

    Hi experts,
    In a user exit following code is used:
    DATA : h_rsnum LIKE afko-rsnum,
           h_charg LIKE resb-charg,
           h_matnr LIKE resb-matnr,
        SELECT SINGLE rsnum INTO h_rsnum
                     FROM afko
                     WHERE aufnr = x_bncom-aufnr.
        IF sy-subrc = 0 .
          SELECT resbcharg resbmatnr
                  INTO (h_charg, h_matnr)
                  FROM mara INNER JOIN resb
                    ON maramatnr = resbmatnr            
                    WHERE resb~rsnum = h_rsnum
                    AND resb~charg NE space
                    AND maramtart = 'HALB' OR maramtart = 'FERT'.     
          ENDSELECT.
    Goal of the source code is to detemine the reservation number of a process order. From table RESB with key h_rsnum,  the material nb and the batch nb of the single material with material type HALB or FERT needs to be selected.
    During debugging I found out that this code searches into a very long list of materials before ending up with the correct h_charg and h_matnr.
    If the condition resb~rsnum = h_rsnum would be taken into account when creating the inner join, the list would only contain 20 materials maximum.
    Can this behaviour be changed and how to do it?
    Rgds,
    Suzy

    if this is inside a user exit 1st of all why are you using a select endselect and i dont see you take that in to a table which means your only looking for one record.
    about you tell that before the inner join taking the where condition into consideration. I dont think it will be possible sine normally after making the join it should go for the where condition anyway ill try to check on it and see.
    sometimes  Siegfried might know an answer dont know if he saw this.
    Nafran
    Edited by: Nafran Shiraz on Jun 4, 2009 12:36 PM

  • Error message -' too many messages'

    Hi,
    Whenever I send an email, it seems to send ok, but then an error message appears saying 'too many messages' with error codes. I've noticed also that there are 'mail undelivered' returned emails which contain email addresses that I don't recognize - mostly these addresses end with suffix '.ru'.
    Any ideas what's going on?
    Thanks
    Wayne

    Change the password on you e-mail account '''NOW !'''
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    http://www.clamxav.com/ free malware scanner for Mac OS X
    https://discussions.apple.com/docs/DOC-3291
    Windows:
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I can´t send or receive emails theres a message Too many simultaneous connections. (Failure)

    What can I do if theres a message that says Too many simultaneous connections. (Failure) an error in IMAP conection
    I can´t send or receive any emails

    Hi monic,
    I'm sorry to hear you are having mail issues on your Mac. I'm a bit unclear exactly which version of OS X you are currently using, but if you continue to have issues sending or receiving emails, you may find the troubleshooting steps outlined in the following article helpful:
    OS X Mail: Troubleshooting sending and receiving email messages - Apple Support
    Regards,
    - Brenden

  • Too many addresses in mail's "From" pull-down menu

    i have 3 mobileme addresses, a few of aliases, and 1 gmail account. my problem is this:
    when composing a new message, there are too many addresses the "from" pull-down menu, because mail includes both the .mac and .me versions of each of my aliases. so, instead of a list of 6 addresses, mail shows 10. furthermore, the addresses appear, in the menu, in a random order, making it even harder to find and select the address i need:
    they display in this order:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    - how do i get mail to stop listing both the .mac and .me versions of addresses (aliases) in the pull-down menu?
    - and how do i alphabetize the list?
    thanks.

    i must have been really tired when posting the above. lol. obviously i meant "a few aliases" and "there are too many addresses in the 'from' pull-down menu."
    i hope someone knows how to address this issue. (no pun intended.)

  • "Bad Data, too many results for shortname"

    Every 10 minutes since October 13 the wikid error log has recorded the following error message:
    *"Bad Data, too many results for shortname: username"*, always naming the same user, who is not actually doing anything.
    Coinciding with that message at the same time every 10 minutes, the system log records 13 or 14 of the following:
    *"Python\[15645\]: ••• -\[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release)."*
    15645 is a process owned by _teamserver, which would appear to confirm the connection between the python and wikid error messages.
    Last clue: The messages (I have determined in hindsight) started while I was setting up the server to do vacation messages. The user named in the "Bad data" messages was the user who wanted to (and did) set up a vacation message at that time. They worked, too.
    Anyone have any ideas about what is going on and how to fix it? BTW, google does not find even one page where this "Bad data" error message is mentioned.

    Thanks for your response. To answer your questions:
    +Are you using AD for your directory?+ No. OD master only.
    +Are there users with duplicate shortnames in your directory system?+ No, and to double check, I searched with WGM and only the one came up.
    +As a bit of background, the wiki server keeps an private index of user and group information so we can track user preferences, and the "Bad Data, too many results for shortname: username" error is triggered when we do a lookup in that index for a particular user and we (unexpectedly) hit duplicate entries. Are you seeing an issue with using the software, or just an annoying log message?+ It's hard to say (for me) what might be related. The directory or wiki related issues with the server include:
    • A memory issue with slapd that eventually causes it to crash. (preceded by lots of "bdbdbcache: db_open(+various: sn, displayname, givenname, mail, maybe others+) failed: Cannot allocate memory (12)" and "logging region out of memory" and "index_param failed" errors.
    • The wiki is slow, despite very light use.
    • Wake from sleep (network clients with authentication required) can be very slow. Several minutes even.
    Any suggestions you may have would be appreciated.

Maybe you are looking for