Unable to log into portal on new install
After installing the portal I am unable to sign in.
Have tried forms-based authentication and windows integrated authentication.
CacheBuilder.log states that the analyst, knowledge manager, and asset manager groups are invalid.
Group names initially had spaces. I replaced the spaces with periods but still no dice.
WebConsole.log indicates the following:
"LoginAccessDenied Missing localization value for requested Key."
Do I need to introduce these groups as a user role in SCSM first?
Edit: found the verbose logging article here: https://support.cireson.com/KnowledgeBase/View/34#/
The log now indicates that my user name does not exist in the cache. Here's the message: "The user must be added to the SCSM DB and then synchronized to the cache via the cache builder service."
Going down this route now.
Edit: still stuck on this. Welcome any and all ideas!
Comments
Can you perform the following:
1. Re-run your AD Connector(s)
2. Restart your Cache Builder service.
3. If the above doesn't work, restart your Portal server (or the server that houses the Cache Builder)
Thanks for the assist.
I just inherited this environment and found out that the AD Connector wasn't syncing the objects in questions, particularly the newly-created groups for the portal access.
I was able to resolve by adjusting the sync scope to include these objects.
Funny how things we less suspect is always the problem, right? But I'm glad you got this resolved.
I have similar problem with a new instance of the latest Analyst Portal.
I am trying run the AD connectors, restart CacheBuilder and server - not solved.
User and groups are exits in CMDB, MS Self-Service Portal works fine.
Have you any idea?
Regards,
Gabor
CacheBuilder logs:
2017-04-09 21:08:26,565, ERROR [ 4]: The analyst group is invalid (SCSM_ADMINS).
2017-04-09 21:08:26,659, ERROR [ 4]: The knowledge manager group is invalid (SCSM_ADMINS).
2017-04-09 21:08:26,659, ERROR [ 4]: The announce manager group is invalid (SCSM_ADMINS).
2017-04-09 21:08:26,659, ERROR [ 4]: The asset manager group is invalid (SCSM_ADMINS).
2017-04-09 21:08:26,659, ERROR [ 4]: The announcement manager group is invalid (SCSM_ADMINS).
Portal logs:
2017-04-09 21:46:56,742, DEBUG [ 44]: Checking the cache for the existence of user with username: Gabor.Bernics, and group: EVOSOFT
2017-04-09 21:46:56,907, DEBUG [ 44]: Username 'Gabor.Bernics' does not exist in the cache. The user must be added to the SCSM DB and then synchronized to the cache via the cache builder service.
2017-04-09 21:46:56,908, DEBUG [ 44]: Database instance disposed 46950747
2017-04-09 21:46:56,910, DEBUG [ 44]: Database instance created 42368433 EVOSOFT\Gabor.Bernics
2017-04-09 21:46:56,910, DEBUG [ 44]: Retrieving ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:46:56,911, DEBUG [ 44]: Unable to retrieve ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:46:56,911, DEBUG [ 44]: Retrieving ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:46:56,911, DEBUG [ 44]: Unable to retrieve ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:46:56,911, DEBUG [ 44]: Console User not found in Custom Authorization Filter
2017-04-09 21:46:56,912, DEBUG [ 44]: Database instance disposed 42368433 EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,043, DEBUG [ 49]: Database instance created 39457272
2017-04-09 21:47:02,044, DEBUG [ 49]: Checking the cache for the existence of user with username: Gabor.Bernics, and group: EVOSOFT
2017-04-09 21:47:02,045, DEBUG [ 49]: Username 'Gabor.Bernics' does not exist in the cache. The user must be added to the SCSM DB and then synchronized to the cache via the cache builder service.
2017-04-09 21:47:02,046, DEBUG [ 49]: Database instance disposed 39457272
2017-04-09 21:47:02,047, DEBUG [ 49]: Database instance created 12065861 EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,047, DEBUG [ 49]: Retrieving ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,047, DEBUG [ 49]: Unable to retrieve ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,047, DEBUG [ 49]: Retrieving ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,047, DEBUG [ 49]: Unable to retrieve ConsoleUser from datastore for windows auth EVOSOFT\Gabor.Bernics
2017-04-09 21:47:02,047, DEBUG [ 49]: Console User not found in Custom Authorization Filter
2017-04-09 21:47:02,048, DEBUG [ 49]: Database instance disposed 12065861 EVOSOFT\Gabor.Bernics
What results do you get from this query against the ServiceManager database?
Thank you for your support!
I answered in the offical case and I will share the solution in this topic.