1
votes

I have built a simple XPage to display a Notes view. Everything works fine, and the view is rendered perfectly.

As soon as I configure a 'search' parameter for the view, however, I receive the error: "Error 500: Unexpected error condition". This can be any search parameter - a simple word or a syntactically correct FT search query.

Yes, the database has been indexed, and FT searches work perfectly using the normal Lotus Notes views.

This only produces an error when I view the XPage using XPiNC (this is a hybrid app for use with Lotus Notes clients). The error occurs whether I open the database locally or on the server. The searches I am executing should definitely return results.

Is there a limitation to using view data sources in XPages with XPiNC? Any suggestions would be very much appreciated!

1
Can you post a code snippet of your view? It works in my case and code looks something like this <xp:viewPanel....><xp:this.data><xp:dominoView var="view1" viewName="ByName" search="Text to Search"></xp:dominoView></xp:this.data>...</xp:viewPanel>.Naveen

1 Answers

0
votes

What does the runtime error say? Please check the XPages log files in the IBM_Technical_Support folder in the data directory.

If you can not get to the XPages log files on the server directly, then use XPages Log File Reader from OpenNTF to get easy access to the log files from a browser.