• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MS SQL Server socket problem

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I'm working on a struts based aplication and a have a problem:
on my computer everithing is working juts fine, but I'm trying to deploy the application to another computer.
I've installed everithing but the big problem is that the application cannont conenct to te MS Sql server. I've installet SP3 but it' not working. The error is "Error establishing socket".
I know that this error is because sql server does not accept tcp connection, but I've installer SQL Server SP3, but the same.
In datasource in struts-config.xml it is a query validator. If I change the name of a table from my validation, the error is that the table name is wrong. So, theoreticaly the connection between my app and server is working, but if I change back with the correct name, it give me the same error .
I have Win 2000.
Please, maybe someone knows the answer to my problem.
For about 2 weeks I have this problem and I'm running out of time.
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic