Hello Xavier,
These are the following places where the Report reader account is used.
- Report Server Data Sources.
- If you go to http://localhost/reports in your application tier yoiu will see both data sources there. Make sure that both of them are using the correct username and just in case re-type the password.
- TfsWarehouse Relational Role
- If you open the roles in TfsWarehouse relational database there is a reader role and the same account that is being used by the report server datasources should be added here.
- TfsWarehouse Cube Role
- If you open the roles in the TfsWarehouse cube database (Analysis Services) there is a reader role and the same account that is being used by the report server datasources should be added here.
- TfsWarehouse Relational _WarehouseConfig table.
- There is a bug in the release bits in TfsAdminUtil so if you run that utility to change the reporting account it doesn't update the following location so you need to do it manually. Open the _WarehouseConfig table in the TfsWarehouse relational database. There is a row for the DataReader property. You should change the value of that property to the proper account. The account will be used if you rebuild the cube and is the one that gets added to he reader role in the cube.
Please let me know if this helps.
Thanks.
Federico |