Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Reporting Services error

Author  Topic 

1sabine8
Posting Yak Master

130 Posts

Posted - 2008-09-05 : 02:29:49
hi,
I created a reporting services report which contains a dataset formed by a stored procedure that works on my db and inserts values in another table's database.
When i run the report (i created it) it works fine but when another user tries to run it, he gets the following error:
"Cannot find the object 'TBLNAME', because it does not exist or you do not have permission."
'TBLNAME' is the other db's table.
How can i solve this error?
Thanks

dexter.knudson
Constraint Violating Yak Guru

260 Posts

Posted - 2008-09-05 : 04:46:50
Did you set up security for users a la: http://msdn.microsoft.com/en-us/library/aa274428.aspx ?
Go to Top of Page

1sabine8
Posting Yak Master

130 Posts

Posted - 2008-09-09 : 02:15:21
No but can you be more specific on what i meed to do?
Go to Top of Page
   

- Advertisement -