Failed to deploy process app

I can no longer deploy my Process app. There is always an error with the following error message:


Does anyone know what the problem is and how I can solve it? :(

Parents
  • Suggested Answer

    0  

    When you run a deploy, the request is put into the scheduling table in the database. Then, the deploy engine runs the requests in order. This error is telling us that it couldn't write the request to the scheduling table. We have seen this happen before if the database user is not setup as dbo for the SBM schema. You could also look in the tomcat.log or server.log or maybe the mashupmgr.log to see if there are any database errors in there. That would give a better idea of what is happening.

Reply
  • Suggested Answer

    0  

    When you run a deploy, the request is put into the scheduling table in the database. Then, the deploy engine runs the requests in order. This error is telling us that it couldn't write the request to the scheduling table. We have seen this happen before if the database user is not setup as dbo for the SBM schema. You could also look in the tomcat.log or server.log or maybe the mashupmgr.log to see if there are any database errors in there. That would give a better idea of what is happening.

Children