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.
Author |
Topic |
srj4u
Starting Member
2 Posts |
Posted - 2012-09-17 : 00:22:32
|
by default sql server took admin name as a server namewhile installing i choose mixed mode authenticationin report configuration file my report manager url is http:/admin:80/reportserveri am accessing report manager thorough web browser it working finebut 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 vikasthis service accounts we usedfor database engine NTAuthority/local systemfor sqlserver agent NTAuthority/local systemfor analysis service NTAuthority/local servicesfor 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 MVPhttp://visakhm.blogspot.com/ |
|
|
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 MVPhttp://visakhm.blogspot.com/
for database engine NTAuthority/local systemfor sqlserver agent NTAuthority/local systemfor analysis service NTAuthority/local servicesfor reporting service NTAuthority/local services |
|
|
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 MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|