Hi everyone, I'm trying to ingest using a powerbi-...
# integrate-powerbi-datahub
g
Hi everyone, I'm trying to ingest using a powerbi-report-server recipe and right now I'm getting a succeeded output with 0 ingestions. The logs are showing an warning message saying "failed to fetch reports/linked_reports/powerbi_reports..." with https status-code 401. The user I'm using in the recipe has admin permissions in the localhost reportserver portal. Am I missing something else? Any idea? Thanks in advance.
s
401 error means user is not authorized. Check your settings, in my case we have Active Direstory user with admin permissions on reportserver. And we need to set workstation_name as our domain name. It’s not obvious from documentation. If you don’t use domain user try to set workstation_name as name of you server (not localhost).
g
Also have the AD user with admin permissions on report server and tried the workstation_name as domain. Did not work.