Hi all,
Wondering even any can help out with the problem below -
I am getting an error when I am installing Sql Reporting Services on my web server. The error it gives is 'The domain account that you specified cannot be validated. Verify that the user name and password are correct, and that the account has permission to log on to this computer'
Some Back ground Information -
- The machine am installing it on is outside my network.
- The sql server is inside my network which is using AD (Active Directory).
- They both can see each other just fine.
- They both are running windows 2003 Server.
- One is a pure sql server and the other is a pure web server.
- The account in question is good - It can log on to sql server which is within the domain and it has the ability to create databases as it has the sysadmin role assgned to it.
- SQL Server 2000 sp3
The questions I have -
1. Has any one ever seen this error before and what have you done to solve it
2. Has anyone tried this type of configuration before DId it work
3. Is there a way to get your sql server instance name form Sql Server (Questioning whether the sql server instance name I have typed in is incorrect.)
I have also tried using the service account option which give me the error that it can't connect and the sql login which also gives me a connection error...

SQL Server Reporting Services Installation - Urgent
Yahooadam
I have to install the RS using the command line -
setup.exe /settings c:\mysettings.ini /qn
making sure that I specify all the settings in the setting template.ini file and I should have a smooth install..
Chevy
To feel better what's happenning try running Query Analyzer on your RS box and try to connect to your SQL box. You should get the same error.
The solution is to either establish trust relationships between boxes or use SQL authentication.
Robert Frye
rsknowles
I actually tried out what you said and I was able to connect to my sql server using the query analyzer and a sql login account. But I was not able to install sql reporting services successfully when it times connect to sql box and make sure the user has the right privilages... THe user account that I setup is in the sys admin role and the create database role... Also would terminal services on my sql box be causing this also (I saw an article that said to turn terminal services off while installing the RS.) Any suggestions
Thanks
Girija
thanks in advance!
Genady Beryozkin
Thank you...
If I use sql authentication.I need to establish some security around it right
DGaddy