May 6, 2017 at 10:49 am
hi
i have coneccted to sql server with ip valid of sqlserver management
password sa is 123456
type id server name : example:94.183,157.251,1433
username:sa
password:123456
but it has error:
login field login for 'sa' (microsoft sql server , error:18456)
password is corrent
but it has error
please help me
tankyou
May 6, 2017 at 11:39 am
kiasystemsoft - Saturday, May 6, 2017 10:49 AMhi
i have coneccted to sql server with ip valid of sqlserver management
password sa is 123456type id server name : example:94.183,157.251,1433
username:sa
password:123456but it has error:
login field login for 'sa' (microsoft sql server , error:18456)password is corrent
but it has error
please help me
tankyou
Quick question, is this a default instance or a named instance?
😎
May 6, 2017 at 12:09 pm
it is a default instance
also i have other instance and this have problem
excuse me i can not speek english weel
May 6, 2017 at 12:37 pm
kiasystemsoft - Saturday, May 6, 2017 12:09 PMit is a default instancealso i have other instance and this have problem
excuse me i can not speek english weel
Have you checked the SQL Server Configuration manager if TCP is enabled and which port, both for the SQL Server Services and also the Browser service? Obviously those ports have to be open on both the source and the target system.
😎
May 6, 2017 at 12:53 pm
kiasystemsoft - Saturday, May 6, 2017 10:49 AMhi
i have coneccted to sql server with ip valid of sqlserver management
password sa is 123456type id server name : example:94.183,157.251,1433
username:sa
password:123456but it has error:
login field login for 'sa' (microsoft sql server , error:18456)password is corrent
but it has error
please help me
tankyou
183,157
Should be 183.157
For better assistance in answering your questions, please read this[/url].
Hidden RBAR: Triangular Joins[/url] / The "Numbers" or "Tally" Table: What it is and how it replaces a loop[/url] Jeff Moden[/url]
May 6, 2017 at 1:06 pm
ChrisM@home - Saturday, May 6, 2017 12:53 PMkiasystemsoft - Saturday, May 6, 2017 10:49 AMhi
i have coneccted to sql server with ip valid of sqlserver management
password sa is 123456type id server name : example:94.183,157.251,1433
username:sa
password:123456but it has error:
login field login for 'sa' (microsoft sql server , error:18456)password is corrent
but it has error
please help me
tankyou183,157
Should be 183.157
He he, a "punctuation" problem 😉
😎
May 6, 2017 at 2:53 pm
Eirikur Eiriksson - Saturday, May 6, 2017 1:06 PMChrisM@home - Saturday, May 6, 2017 12:53 PMkiasystemsoft - Saturday, May 6, 2017 10:49 AMhi
i have coneccted to sql server with ip valid of sqlserver management
password sa is 123456type id server name : example:94.183,157.251,1433
username:sa
password:123456but it has error:
login field login for 'sa' (microsoft sql server , error:18456)password is corrent
but it has error
please help me
tankyou183,157
Should be 183.157He he, a "punctuation" problem 😉
😎
Very good catch, Chris.
If you have the IP address and port number correct, are you sure the password is correct? You'll probably want to check with the DBA that takes care of the system. After that, you'll also want to tell them to change the password.
May 6, 2017 at 7:39 pm
he said he is getting this error:
login field login for 'sa' (microsoft sql server , error:18456)
that means he's successfully connected to an instance.
so that leaves a few other possibilities right? maybe the server is not the one he thinks it is, which someone implied with instance names, but .
I'd go straight to the SQL logs and find the failed login for the exact reason why; it might be password expired, user disabled, only windows authentication is enabled, and he needs to toggle mixed mode;
Lowell
May 9, 2017 at 10:26 pm
tank you for reply
i can connected to sql with sa current of lan network
problem in for connect of internet
May 10, 2017 at 1:14 am
kiasystemsoft - Tuesday, May 9, 2017 10:25 PMtank you for replyi can connected to sql with sa current of lan network
problem in for connect of internet
Is there a firewall or NAT between the Internet and the Lan?
😎
May 10, 2017 at 2:58 am
Is there anything showing up in the SQL logs? If you're making the connection to the server correctly but the login is failing there will be an entry in the log for it.
https://sqlundercover.wordpress.com/
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply