Forum Discussion

Rager's avatar
Rager
Frequent Visitor
8 years ago
Solved

Power Bi Report Server getting http 500 on trying to get allowed actions with custom security ext.

Hi,   while trying to access portal part of power bi report server, requests like this: https://reportserver/Reports/api/v2.0/CatalogItems(Path=%27/%27)/AllowedActions https://bireportserver/Repo...
  • Rager's avatar
    8 years ago

    My bad. According to the fact, that admin config was working fine, and due to logs that showed, that extension has tried to return correct info for CheckAccess() method, i investigated, that part of authorization code was imported for ssrs16, and should be replaced for ssrs17 one ( hashtables were switched to dictionaries). After that the issue was resolved.

     

    Anyway, thx for reading, maybe it'll help someone some day.