I am working on asp application which basically is an interface to the report server. I am currently unable to determine the source of the problem so it may have nothing to do with reporting services.
Currently the back in off this application consists of a reports and web server on a machine named tango and a SQL database server on a machine named tango.
The SQL logs show a failed login for user organization\polo$ (organization is a made up domain as i don’t what to give away where I work). There is no logon in SQL for the user polo$ and as far as I can see there is no user polo$ in the domain.
Has anyone seen this before Can anyone account for the user polo$
Could this be caused by reporting services trying to login to the two databases (ReportServer, ReportServerTempDB) that reporting services needs. These to databases are not on the report server. They are on tango.
Thanks in advanced< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Login failed for user '<<domain>>\<<server>>$'.
Joe Mack
GotGlock21
Hi Dean,
I am experiencing the same problem. I have just installed my developer verion of SQL server 2005 with all the reporting bells and whistles. I get the error in the in the applciation error log saying that login fails for the user <domain>\<machine name>$ . How did you resolve the error For speed I just tried adding the the reporting users but that seems a little silly and it hasnt worked.
Your help would be greatly apreciated.
Thanks in advance,
Danny
cesar.fong
gaofeng
Where can I get more information on this asp.net machine account I don’t understand why it would be trying to access the database.
Secondly when I give it access to the database other user accounts stop working. It is like the asp.net machine account took precedence over the permissions I had set for a normal user.
joe_from_chicago
I was after information on SQL and ASP.NET machine account.
Because as I give the ASP.NET machine account access to the databases other user accounts stop working. It is like the ASP.NET machine account took precedence over the permissions I had set for other users.
Is this behavior normal for the ASP.NET Machine account.
loker
sereleg
Our application threw a stored procedure can not be executed user has insuffiecent privleages or something like that. When looking at the stored procedure the user did have premission to execute the stored procedure in question.
What im intersted in finding out though is why when i create a connection in my asp.net code do i get 2 logins occur One of the asp.net machine account and one of the user i am impersonating. In the sql error logs i get a login failure for the asp.net machine account. I want to know why the asp.net machine account is tyring to log on to sql in the first place when the asp.net application is impersonating a diffrent user.
I see you have read my other post at http://forums.microsoft.com/msdn/ShowPost.aspx PostID=66810. Which pretty much explain what i have just said. Please write all posts concerning this problem into the above mentioned thread. Thanks for you help so far.
I dont belive this to be a reporting services error anymore.
Regards
Dean Dalby
Benedikt
That happens because you set Integrated Security = True in your connection string. Change that to False and specify a real Login userID and Password. That will solve your problem.
You can then grant access to your web app only to users you want to use it.
Hope that helps.
The Great Mind has spoken!
Lila
MikeThom