Home Analyst Portal
Options

user cannot see Create button in Portal

Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
One of our users cannot view the Create button in portal. She is setup as an analyst, we even tried removing her and re-adding her and ran the sync process. But this did not work.

Best Answer

Answers

  • Options
    Joe_BurrowsJoe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭

    Is the user a member of the AD group you have defined for Portal Analysts?

    Run this query in ServiceManagement replacing 'joe.burrows' with one of their usernames for people that are not seeing the New menu.  1= user is an analyst.  0 = the user is not an analyst.

    SELECT Analyst from CI$User WHERE Username = 'joe.burrows'

  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    Thanks Joe - on this query I see query return two records.
  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    One record has analyst column as 1 while other has analyst column set as 0
  • Options
    Joe_BurrowsJoe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭
    Sounds like the user has two user CI objects in the SCSM (possibly from a username change?) 

    In which case the cachebuilder will only assign analyst permission to the first DN it finds and moves on, you will need to delete the stale\duplicate user object from SCSM (And from deleted items) then restart your cachebuilder service.
  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    How to determine which is the correct account ? Can I directly delete from the database the wrong record
  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    Joe I know the record that is to be deleted. Can I directly delete from this table ? and restart cachbuilder
  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    Thanks Joe, I did the above. Having the user re-test it. Will update here. Thanks again!
  • Options
    Suruchi_BharatiSuruchi_Bharati Customer IT Monkey ✭
    That worked, Thanks Joe!!
  • Options
    Joe_BurrowsJoe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭
    Awesome :) glad you got it working
This discussion has been closed.