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? :(
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
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? :(
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.
When in doubt, restart everything. Also try running the Diagnostics in SBM Configurator. This question might be better handled in a support ticket.