Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a Biztalk component which is making a call to my local db but it is using the Domainname/server name to try and connect but SQL is not allowing connection, keep getting an error

This is the error from the SQL Log


C#
Message
Login failed for user 'Domain\ComputerName$'. Reason: Could not find a login matching the name provided. [CLIENT: <local machine>]



I have tried adding the user from ssms GUi and also tried adding the user from
CREATE Login [<domainname>\<computername>$]

But still getting the error

Please could someone assist

What I have tried:

I have tried adding the user from ssms GUi and also tried adding the user from
CREATE Login [<domainname>\<computername>$]
Posted
Updated 17-Mar-16 0:54am
v2
Comments
phil.o 17-Mar-16 6:51am    
What is the exact error message?
Moreover, the NETBIOS authentication syntax is DOMAIN\SERVER, not DOMAIN/SERVER. Is it a typo?
IsiR_19 17-Mar-16 6:53am    
Yes sorry that was a typo

this is the message i am getting from SQL Log files


Message
Login failed for user 'Domain\Computername$'. Reason: Could not find a login matching the name provided. [CLIENT: <local machine="">]
phil.o 17-Mar-16 6:56am    
Which login do you try to use: the computer name or the user name?
Also, do you have SQL Server Management Studio? It's much easier to handle accounts from this application.
IsiR_19 17-Mar-16 6:57am    
Computer Name.

Yes i do have SQL server management studio, i have tried added the account there as well and get same error
phil.o 17-Mar-16 7:01am    
Access should be granted to a user, not a computer.
More precisely, the account that should be configured is the account under which your Biztalk component tries to query the database.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900