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
 Development Tools
 Reporting Services Development
 Reporting Services Configuration Manager

Author  Topic 

fishinClyde
Starting Member

6 Posts

Posted - 2007-04-10 : 09:43:25
Hi All,

Here's my situation. My report server is on one box and the data server is on another. I can ping the data server from the report server, but when I try to make a connection to the database I get "Create a Grant Rights Script" error message. I've created the grant rights script and executed it on the data server. My username is added to the users for the ReportServer database. Any ideas as to what I am missing?

Thanks

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-04-10 : 12:58:57
We also have the same problem. I opened a ticket with Microsoft on the issue, well really on another RS issue but I had them help me out with this too. Here is what to do at the RS databases rather than relying on config manager:

Grant db_datareader, db_datawriter, and RSExecRole on both RS databases to your RS user.

You should be able to move on to the next step in config manager now.

Tara Kizer
http://weblogs.sqlteam.com/tarad/
Go to Top of Page

fishinClyde
Starting Member

6 Posts

Posted - 2007-04-11 : 09:54:49
That didn't help. Thanks anyway. We're gonna start over. Thanks again tkizer

Thanks
Go to Top of Page
   

- Advertisement -