Open connection through Web Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aamirmay
    New Member
    • Jul 2009
    • 2

    Open connection through Web Application

    Hi all,

    I developed a web application first time. It works fine when I run it to Visual Studio environment. But when I publish it and run it to browser, it gives error on
    "connection.ope n()". The error is like
    "com.ibm.ejs.sm .exception.OpEx ception: COM.ibm.db2.jdb c.DB2Exception: [IBM][CLI Driver] SQL1224N A database agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command. SQLSTATE=55032"

    Can anybody help me?
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    That error message looks more like a Java error than a .Net, you sure you're using .Net?

    Comment

    • Joseph Martell
      Recognized Expert New Member
      • Jan 2010
      • 198

      #3
      This exception is related to your database connection, which is apparently to a DB2 server. Check out this article by IBM. It gives several possible reasons for getting this error.

      Comment

      Working...