Unable to update model for monitoring

My model generates fine and I’m able to update it for monitoring on my PC; it also generates fine on our test server, but when I go to update it for monitoring on the test server, I get this error:

Error: java.lang.Exception: Failed to update model for monitoring: com.wm.bpm.implementation.ImplException: Integration Server invoke: Exception = com.wm.app.b2b.server.ServiceException: java.sql.SQLException: [wm-cjdbc33-0069][SQLServer JDBC Driver]Connection reset by peer: socket write error

So I went to check some other models that previously were updated for monitoring on that server and get the same error. Any suggestions on what might be the problem on the server?

Thanks

Well, I didn’t actually solve the problem, but I restarted the IS and the problem doesn’t happen now.

My guess is that the database had been restarted. Database adapters and the JDBC pools need to be restarted after a database server shutdown. Restarting IS will also address the issue.

Mark