You can translate the question and the replies:

Script Deployment

I have created around 100 objects base views, derived views, api's etc on development environment which is on dev-domain. I would like to promote all these to pre-prod environment which is on different domain pre-prod-domain. Since the domains are different, how would you recommend to export all these objects from dev to pre-prod.
user
27-10-2021 03:18:55 -0400
code

1 Answer

Hi, For promoting Virtual DataPort elements across different environments, I would use either of the below options: * [Promotions](https://community.denodo.com/docs/html/browse/latest/en/solution_manager/administration/promotions/promotions#promotions) option of the Solution Manager Administration Tool. This option involves [creating revisions](https://community.denodo.com/docs/html/browse/latest/en/solution_manager/administration/promotions/creating_revisions/creating_revisions#creating-revisions) for the elements to be promoted to the target environment, [validating the revision](https://community.denodo.com/docs/html/browse/latest/en/solution_manager/administration/promotions/revisions_table/revisions_table#validate-a-revision) and finally [deploying](https://community.denodo.com/docs/html/browse/latest/en/solution_manager/administration/promotions/revisions_table/revisions_table#deploy-revisions) the revision in the target environment. * [Export & Import](https://community.denodo.com/docs/html/browse/latest/en/vdp/administration/exporting_and_importing_the_server_metadata/exporting_and_importing_the_server_metadata#exporting-and-importing-the-server-metadata) option of the Virtual DataPort Administration Tool. This option involves exporting the Virtual DataPort server metadata either graphically or via script and then importing it in the target environment. Hope this helps!
Denodo Team
27-10-2021 08:34:53 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here