On my dev system I have DOM definitions/Module that I exported using the DOM Editor script.
My idea is to use the exported file to create a .dmapp package for it so I can install it on the staging/production.
Using the install script of the package, I would like to install the DOM objects. However not sure if I can run the DOM Editor script as a subscript and instructing it to import the file in the package?
(Otherwise the install script can just copy the file and then I can manually execute the DOM Editor script)
Are there other ways of deploying DOM objects to DataMiner systems using a package?
Hi Tim,
If you have exported the module using the DOM Editor, you will indeed need to import it again with that. I am not sure if it is possible to call that import code from an install script.
I can however answer your last question. There is currently no built-in way to export & import a full DOM module. There is already on the horizon for this as we want to support making DOM modules available on the catalog. This will most likely use a generic way of importing & exporting the DOM data. I have unfortunately no specific timing on this yet.