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)
 login

Author  Topic 

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2008-01-17 : 11:27:25
Do you know how could I create login for the dev to have access to SSRS?

I created a user temp1/temp1 and gave it owner permission to database reports1

On SSMS/connect/reporting services/basic authentication. I typed in
temp1/temp1. Shows me an error. Failed with HTTP status 401 Unauthorized.

Any ideas?


http://www.sqlserverstudy.com

funketekun
Constraint Violating Yak Guru

491 Posts

Posted - 2008-01-17 : 22:22:23
any ideas?



http://www.sqlserverstudy.com
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-01-19 : 23:43:18
Is it domain_name\user_name? RS runs on same machine with sql server?
Go to Top of Page
   

- Advertisement -