Skip to main content

Preparing to run the Power BI Report Server collector

Important

This collector is available in Private Preview. If you would like access to this collector, please contact your Customer Success Director.

Setting up pre-requisites for running the collector

Make sure that the machine from where you are running the collector meets the following hardware and software requirements.

Table 1.

Item

Requirement

Hardware

Note: The following specs are based upon running one collector process at a time. Please adjust the hardware if you are running multiple collectors at the same time.

RAM

8 GB

CPU

2 Ghz processor

Software

Docker

Click here to get Docker.

data.world specific objects

Dataset

You must have a ddw-catalogs dataset set up to hold your catalog files when you are done running the collector.

If you are using Catalog Toolkit , follow these instructions to prepare the datasets for collectors.

Network connection

Allowlist IPs and domains

Follow these instructions to configure your network.



Preparing Power BI Report Server for collectors

Creating a new role

Important

You need to setup a new role only if you want to data sources and policies. Otherwise you can skip this task and use the Browser role.

To set up a new Role in SSRS with permissions to harvest data sources and policies:

  1. Open SQL Server Management Studio as an Administrator.

  2. From the Object Explorer, click on Connect > Reporting Services.

  3. Connect to your SSRS instance.

  4. In the Object Explorer, navigate to Security > Roles

  5. Right click on Roles and select New Role

  6. Name the role. For example, data.world viewer or Content Viewer.

  7. Ensure the following Tasks are selected:

    • View reports

    • View resources

    • View folders

    • View data sources (allows harvesting of data sources)

    • View models

    • Consume reports

    • Set security for individual items (allows harvesting of policies, optional)

    See the reporting services documentation for complete details on creating roles.

Setting up authentication for cataloging Power BI Report Server

The collector harvests from PBIRS using basic or NTLM authentication.

To configure the authentication:

  1. If you are using basic authentication [with a local machine user] and your PBIRS instance does not have basic authentication configured, follow the instructions in the Microsoft documentation to set up basic authentication on your PBIRS environment.

  2. Create a domain user (recommended) or a local machine user that the collector will use for authentication and harvesting of PBIRS objects.

  3. Grant the user access to the report server and apply the Browser role or the apply the new role, with permissions to harvest data sources and policies.

  4. Depending on your instance of SSRS, you may need to set permissions at the folder level.

    1. Navigate to the root folder or set of folders that you want to harvest resources from.

    2. Choose Manage Folder from the menu.

    3. Select the user you set up for running the collector.