We do most of our reporting from a database with day-old data. There are 3-5 reports that must be real-time and access the production database. I have created a catalog with an DSN to the reporting database. This works just fine - I can run sproc reports or create catalog reports and the data is correct. In order to create the reports for the production database, I copied the catalog that has the DSN for the reporting database, gave the catalog a different name and saved it. Then, I opened the production catalog and changed the DSN to one that points to the production database. When I do this, I am able to create sproc reports and get data from production but I am not able to create catalog reports. I get an error that says the table or view does not exist in the dictionary. Any ideas?