2010-04-12

View Error: Entry Not Found in Index

Scenario:


A view used for lookup suddenly starts to throw the error "Entry not found in index", even though there are documents that match the lookup key and no change was made to the view's design.




Problem:


The view has the option "ODBC Access: generate unique key" active and there are Replication Conflict documents displayed on the view.






Solution:


Add this formula to the view's selection formula, to exclude the Replication Conflicts and the error will stop:  !@IsAvailable($Conflict)

2 comments:

  1. Thank you very much. You just helped me solving this problem very quickly.
    Henning

    ReplyDelete
  2. You're welcome!
    Thank you for your comment, I'm glad the post helped. :)

    Sandra

    ReplyDelete