July 19, 2012 at 8:27 am
SQL configuration , TCP/IP is configured with dynamic ports(ip1,ip2,ip3,ip4,ip5) but ‘IP all’ shows 5678 as port.
Errorlog shows two different port 5678 and 2932 (as below) which one to consider?
I would appreciate any help.
LogDateProcessInfoText
2012-07-06 21:01:19.790ServerA self-generated certificate was successfully loaded for encryption.
2012-07-06 21:01:19.810ServerServer is listening on [ 18.172.78.89 <ipv4> 5678].
2012-07-06 21:01:19.820ServerServer local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\INSTANCE05 ].
2012-07-06 21:01:19.820ServerServer named pipe provider is ready to accept connection on [ \\.\pipe\$$\servername\MSSQL$INSTANCE02\sql\query ].
2012-07-06 21:01:19.840ServerServer is listening on [ 18.172.78.89 <ipv4> 2932].
July 19, 2012 at 7:22 pm
Simple test would be to try connecting to sql i..e if your server name is SQLSSCSRV, then try connecting from SSMS using "SQLSSCSRV,5678" & "SQLSSCSRV,2932".
- When sql is using dynamic port, its not guaranteed to get the same port next time its restarted.
...Kumar
July 20, 2012 at 2:51 am
tried connecting 'server/instance,5678' but failed with error.
Even tried 'IP,5678' but no luck yet
July 20, 2012 at 6:01 am
is 2932 through ?
when did the sql service restarted last?
Regards
Durai Nagarajan
July 20, 2012 at 6:11 am
SQL server is on Cluster only two port entries are available in the errorlog. 2932 i think for dedicated administrator can't connect using this port.
July 20, 2012 at 6:20 am
unless you obscured the items you pasted for security reasons, it looks like you have two instances installed:
SQLLocal\INSTANCE05,5678
SQLLocal\INSTANCE02,2932
so you should be able to conect to either of them by putting any of these addresses in, right:
SQLLocal\INSTANCE05
SQLLocal\INSTANCE02
SQLLocal\INSTANCE05,5678
SQLLocal\INSTANCE02,2932
18.172.78.89\INSTANCE05
18.172.78.89\INSTANCE02
18.172.78.89,5678
18.172.78.89,2932
does that sound right?
Lowell
July 20, 2012 at 6:57 am
Thanks. Actually i've three named instances on a cluster but with different dynamic port numbers and each earrolog have two diffrent ports.
I tried all of them but none of them works in this case.
Thanks again
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply