goofaholix
MIS
We have a number of reports based on Database Views.
As I was creating the Views the database administrator didn't want me to have dbo access so created a database user for me who had rights to create or modify database views in sql server.
We found that the Impromptu Catalog couldn't find these Views unless we qualified them with the owner name when they were added to the Catalog. This was ok, we could live with that.
Now we've realised that we probably shouldn't have used my UserID as the owner of the Views, but should have used a generic reportwriter UserId, as when I leave my UserID will cease to exist.
We've created a new UserId and changed the owenership of the Views to the new one. Trouble is that when we remove the Views from the Catalog and re-add them with the new owner the reports can't find them.
Looking in the report SQL I see that the View owner is hard coded everywhere in the reports, I assumed that the Catalog would manage the pathing of these kinds of things.
Any ideas how we can prompt the reports to recognise the Views with the new owner? or better still recognise the Views regardless of owner like they do for tables belonging to dbo?
Thanks.
Bruce
As I was creating the Views the database administrator didn't want me to have dbo access so created a database user for me who had rights to create or modify database views in sql server.
We found that the Impromptu Catalog couldn't find these Views unless we qualified them with the owner name when they were added to the Catalog. This was ok, we could live with that.
Now we've realised that we probably shouldn't have used my UserID as the owner of the Views, but should have used a generic reportwriter UserId, as when I leave my UserID will cease to exist.
We've created a new UserId and changed the owenership of the Views to the new one. Trouble is that when we remove the Views from the Catalog and re-add them with the new owner the reports can't find them.
Looking in the report SQL I see that the View owner is hard coded everywhere in the reports, I assumed that the Catalog would manage the pathing of these kinds of things.
Any ideas how we can prompt the reports to recognise the Views with the new owner? or better still recognise the Views regardless of owner like they do for tables belonging to dbo?
Thanks.
Bruce