I need to make a report available to a customer. The report already existed, so here is what I did:
I added a resource to their Home Page View "Custom List of Reports" and selected the one report I want to allow them to see.
In Account Manager I edited their account and set the Report Folder to /Reports.
When I preview their Home Page View logged in as myself, this works fine. But when I log in as the customer, I get a bunch of SQL errors.
System.Data.SqlClient.SqlException: Invalid column name 'Maxbps_In95'. Invalid column name 'Maxbps_Out95'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) etc etc etc
What have I done wrong?
PS Perhaps I should add that both the Home Page View and their account are limited to the same single interface.