NoAccessSignal Exception thrown when trying to “Load More” in Mobile Controls view

后端 未结 2 592
走了就别回头了
走了就别回头了 2021-01-26 09:52

I have an XPages app running on 8.5.3 UP1 with a mobile controls interface. It works fine on my dev and test servers, but in production we\'re seeing the following intermittent

2条回答
  •  难免孤独
    2021-01-26 10:15

    Keith and I have both encountered this behavior (in different applications) in the following scenario:

    1. The current user was authenticated via Directory Assistance; in other words, they don't have an account in the primary Domino Directory.
    2. The XPage has a page-specific ACL

    For example, I used to use page ACL's in watrCoolr to specify that authenticated users would have editor access to the chat data source but anonymous would only have reader. That worked fine as long as I authenticated as a user explicitly registered in names.nsf. If I authenticated as a user defined in an LDAP directory, the page would stack trace. As soon as I switched to simply hiding editable controls from anonymous users and removed the page ACL, no more stack trace.

    This might explain why it works fine in dev and test but blows up in production, if you're not using Directory Assistance in the former and they are in the latter.

提交回复
热议问题