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
 General SQL Server Forums
 New to SQL Server Administration
 regarding to report server

Author  Topic 

srj4u
Starting Member

2 Posts

Posted - 2012-09-17 : 00:22:32
by default sql server took admin name as a server name
while installing i choose mixed mode authentication
in
report configuration file
my report manager url is http:/admin:80/reportserver
i am accessing report manager thorough web browser it working fine
but when i was trying to deploy the reports through report server project it asking report server username and password.
i tried with my administrative account but i couldn't deploy.
in what way i can solve this problem.
any one help me please
hai vikas
this service accounts we used
for database engine NTAuthority/local system
for sqlserver agent NTAuthority/local system
for analysis service NTAuthority/local services
for reporting service NTAuthority/local services

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-09-17 : 02:03:26
whats the account that reporting server uses? service account?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

srj4u
Starting Member

2 Posts

Posted - 2012-09-17 : 04:25:53
quote:
Originally posted by visakh16

whats the account that reporting server uses? service account?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/





for database engine NTAuthority/local system
for sqlserver agent NTAuthority/local system
for analysis service NTAuthority/local services
for reporting service NTAuthority/local services
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-09-17 : 11:03:30
try changing it to your account if you've admin priviledges or use another admin account

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -