java - MS Sql server Hostname connectivity issue -


we facing connectivity issue mssql server using java application. hostname mssql server below

 “chennai.sqlsrv.codings.group.vps.local\cpss3" 

is there limitation host name character ?..or such below reasons

  1. string long ?
  2. string malformed (\cpss3) ?

in other words if open connection using sqlserver management studio , use same parameters we’re able see , browse db’s objects.

if use hostname "cpp123" java application works fine without connectivity issue.

any appreciated..


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -