I would like to export the services and the association of elements to services out of cube.
I've learnt from this DoJo video how to export the elements: https://community.dataminer.services/lessons/elements/
How does one go about exporting the services and the service associations in a similar CSV type export?
Using dataminer 9.5
(I see in dataminer 9.6.3 onwards it is possible to export to a dataminer package .dmimport file but not in 9.5)
Hi Sam,
DataMiner 9.5 is a version that is no longer supported by Skyline.
So no new fixes or versions will get released on that version.
To see what versions are supported you can have a look on DataMiner Software - DataMiner Dojo
Indeed, if you want to export/import services we would advise you to make use of the .dmimport packages, which should be self explainable when going through the wizard.
If you want to create services based on csv files you can make use of service templates. Service templates make it possible to create services based on a set of input data. Once you have created your service template you can 'Apply' (available in the context menu) it by providing some input data and the template will create a service based on that input data for you. There is also the option to 'Export configuration...' which will give you a csv file for all the services that are created through your service template. You can make changes then in bulk in the file for the 'data:xxxx' columns which is your input data. You can also add new rows (only fill in the 'data:xxxx' columns for new entries). Once satisfied with your changes you can again use the 'Apply' functionality and choose the button at the bottom that says 'Import configuration from CSV...'.
Hope this helps you further.