• 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

Connection Refused Error running in WAS 4.0 AEs

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I'm trying to access a remote database in my application installed in WebSphere Application Server 4.0 Single Server Ed. While doing so, I
encountered this error:
CreateConn.ERROR: java.sql.SQLException: [MERANT][SequeLink JDBC Driver]TCP/IP error, connection refused.
Since it's a remote connection, how do I configure the TCP/IP or network connection stuff to correct the error? Or is it - the network configuration should have been undertaken during WAS installation?
Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic