Menu

Accessing a view with index on client

2008-08-17
2013-06-03
  • Nobody/Anonymous

    Hi,
    I'm trying to access a view with Domingo that I can just can open with my notes client:

    DNotesFactory factory = DNotesFactory.getInstance();
    DSession session = factory.getSession();
    DDatabase database = session.getDatabase("myNotesServer", "myDatabase.nsf");
    DView view = database.getView("myViewName");
    Iterator entries = view.getAllEntries();

    This results in:

    Caused by: de.bea.domingo.exception.DominoException: [4005] Notes error: Index is not to be generated on server. (myViewName)
        at de.bea.domingo.proxy.BaseProxy.newRuntimeException(BaseProxy.java:654)

    How can I access the view without generating an index on the server?

     
    • Nobody/Anonymous

      Anybody any ideas?

       

Log in to post a comment.