goofaholix
MIS
I have many reports based on Database Views.
In the Development environment these were created with dbo as the owner. Moving to production they don't want to give me dbo rights, just the ability to create or modify Views, so the owner of the Views has been reset to my user id.
However when I run the reports it comes up with an error.
I have deleted the Views from the Catalog and reloaded them, setting them qualified less.
I can run the View no problem in SQL Server Enterprise Manager.
I have also tried to create new Reports based on these Views, and get the same error, whereas if I create a new report on a View that belongs to dbo I have no problem.
Does a View need to belong to dbo to work with Impromptu? Or is there something else that could solve the problem?
Thanks.
In the Development environment these were created with dbo as the owner. Moving to production they don't want to give me dbo rights, just the ability to create or modify Views, so the owner of the Views has been reset to my user id.
However when I run the reports it comes up with an error.
I have deleted the Views from the Catalog and reloaded them, setting them qualified less.
I can run the View no problem in SQL Server Enterprise Manager.
I have also tried to create new Reports based on these Views, and get the same error, whereas if I create a new report on a View that belongs to dbo I have no problem.
Does a View need to belong to dbo to work with Impromptu? Or is there something else that could solve the problem?
Thanks.