Export bdm from Bonita Platform

1
0
-1

Can we export the bdm.zip from the Bonita Platform Server?

Thanks

1 answer

1
0
-1
This one is the BEST answer!

This is not a supported usage but as a workaround you can:

  • Connect to the Engine database
  • Run the following query: SELECT * FROM PUBLIC.DEPENDENCY WHERE NAME = 'BDR'
  • Save the VALUE_ column content to a file named BDR.jar
  • Extract from the BDR.jar file the bom.xml file
  • Zip the bom.xml in a file named bdm.xml
Notifications