Hi All
I have implemented a browser based xpage that incorporates the ONEUI layout with the Searchbar enabled.
- The xpage resides in an NSF1 that is used to hold the UI design
- The data is within a different NSF2 - NSF2 is full text enabled.
- NSF1 resides on Server 1
- NSF2 resides on Server 2
Everything has been configured to successfully show the data contained with a view in NSF2 that is used as the data source on the xpage on NSF1. Result is that on the xpage I see the data contents of the view from NSF2.
The problem I am having is when I use the Searchbar to perform a search and return the values back to the same xpage, I get a "Notes error: You are not authorized to perform that operation" message, however if I switch the data source view to be a view within NSF1 the search works.
I have manager access to both NSFs.
Logs:
HTTP JVM: com.ibm.xsp.webapp.FacesServlet$ExtendedServletException: com.ibm.xsp.FacesExceptionEx: Notes error: You are not authorized to perform that operation
HTTP JVM: CLFAD0134E: Exception processing XPage request.
Caused by: NotesException: Notes error: You are not authorized to perform that operation at lotus.domino.local.View.FTSearchSorted(Unknown Source) at com.ibm.xsp.model.domino.viewnavigator.FTViewNavigatorEx.createCollection(FTViewNavigatorEx.java:74) at com.ibm.xsp.model.domino.viewnavigator.AbstractViewCollectionNavigator.readEntries(AbstractViewCollectionNavigator.java:76)
EDIT: It works perfectly via XPINC or via the browser if NSF1 and NSF2 are both on Server 1 - I need it via browser though and on different servers.
Any ideas?
SOLUTION:
I added the Server1 name to the 'Sign or run unrestricted methods and operations' setting on the Server2 server document