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?
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?
Comment