I thought I remember setting up & being able to use the XPages forum in the Notes client as an anonymous user, just to view topics/posts. I can do this for the 8.5 forum, the 6 & 7 forum, but not the XPages one now.
I'm getting this error when I try to open the XPages forum in the Notes client as an anonymous user:
1: var ve:NotesViewEntry = rowData;
2: // TODO: Use Sticky icons in case of rowData.getColumnValue("Sticky")
3: if(rowData.getColumnValue("Sticky") == "yes") {
4: if (ve.getRead(@UserName())) {
5: return "bookmarkLow.gif";
6: } else {
7: return "bookmarkPriority.gif";
8: }
9: } else {
10: if (ve.getRead(@UserName())) {
11: return "xpPostRead.gif";
12: } else {
13: return "xpPostUnread.gif";
14: }
15: }
And, in the stack trace:
com.ibm.domino.xsp.module.nsf.NSFService$NsfServiceThread.run(Unknown Source)
com.ibm.jscript.InterpretException: Script interpreter error, line=4, col=96: [TypeError] Exception occurred calling method NotesXspViewEntry.getRead(string)
null
Do I really need to switch to the ID I registered just to view the XPages forum in the Notes client? Or, is it something else?
Thanks for any help.