Products | Versions |
---|---|
Spotfire Server | 7.5 and higher |
If you check Spotfire server logs, you can see below type of errors in server.log file:
-----------
ERROR 2018-09-26T07:29:04,380+0200 [sfadmin, #48, #274] server.security.RoleManagerImpl: Internal error when looking up administrator privileges for user 'sfadmin[2689a4a5-61a2-402b-a928-e8cb4ac6804e]' in the UserDirectory
...
...
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'GROUP_MEMBERS_VIEW'.
------------
------------
WARN 2018-09-26T08:54:25,567+0200 [monitoring@SPOTFIRESYSTEM, #54, #144] ws.userdir.UserDirectoryService: An exception was thrown in method 'getGroupsRecursive'.
com.spotfire.server.userdir.DirectoryException: Failed to load group membership associations from database
...
...
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'GROUP_MEMBERS_VIEW'.
-------------
-------------
ERROR 2018-09-26T09:16:21,188+0200 [sfadmin, #57, #2237] server.security.RoleManagerImpl: Internal error when looking up administrator privileges for user 'sfadmin[2689a4a5-61a2-402b-a928-e8cb4ac6804e]' in the UserDirectory
com.spotfire.server.userdir.DirectoryException: Failed to load group membership associations from database
at com.spotfire.server.userdir.MSSQLDatabaseProvider.getParentGroupsRecursive(MSSQLDatabaseProvider.java:203) ~[server.jar:?]
...
...
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'GROUP_MEMBERS_VIEW'.
-------------
These errors indicates that there is some issue with group membership in Spotfire Database which may be causing this issue.