Why don't save bpmn in DataBase

Hi there
I use camunda-bpm-tomcat-7.14.0 and connect to Localhost SQL Data base by https://medium.com/@ahmedalmahlasi/install-camunda-work-flow-engine-and-integrate-it-with-sqlserver-dba0dab8ae64 and I deploied a bpmn in http://localhost:8080/engine-rest and I saw it in camunda cockpit (deployments) but it isn’t in Tables [Camunda].[dbo].[ACT_RE_DECISION_DEF and [Camunda].[dbo].[ACT_RE_DECISION_REQ_DEF].
I will be gratefull if you help me.
thank you very much indeed

Hi @Elham_Hamidi

The reason you don’t see it on those tables is because those are where the Decision Definitions are stored. Those are DMN modeles, not BPMN models.
So unless you’ve deployed a DMN table, you won’t find anything in there

Thanks for your reply.

I deployed a DMN decision table in Camunda modeler but table [Camunda].[dbo].[ACT_RE_DECISION_DEF] is empty yet.
I would like to know when a DMN file is saved in database?

Can you explain exactly how you deployed the model.
If you can, could you also upload the model and let me know if the DMN model is visible in cockpit?

I’m sorry.
I understood my problem is connect Camunda to SQL. when I start Camunda, It loads: http://localhost:8080/camunda-welcome/index.html but When I click on Cockpit or Admin or TaskList, …, Tomecat will close and Cockpit is not load and I see this error: "This site can’t be reached. localhost refused to connect… " What’s a problem? Is there any problem in path in Envirement Variables? I set JAVA_HOME: C:\Program Files\Java\jdk-15 and CLASSPATH: C:\Program Files\Java\jdk-15\lib

Please help me.

I’m sorry.
I have got a problem in connect Camunda to SQL. when I start Camunda, It loads: http://localhost:8080/camunda-welcome/index.html but When I click on Cockpit or Admin or Tasklist, …, Cockpit is not load and I see this error: "This site can’t be reached. localhost refused to connect… " and also Tomcat has closed.

What’s a problem? I set JAVA_HOME: C:\Program Files\Java\jdk-15 and CLASSPATH: C:\Program Files\Java\jdk-15\lib. Is there any problem in path in Environment Variables?

Thanks for your help

Can you check the logs for specific errors?
I’m going to lock this thread as there’s already a question dealing with this specific new problem