Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
poovin2749
Explorer

Transport / Promotion management is the backbone of a landscape that makes it easier for administrators when content needs to be moved. Transporting SAP Design Studio applications from one environment to another in SAP HANA is done with the help of ‘Delivery Units’.

All Analysis applications published on the SAP HANA platform are placed in a package named ‘designstudio’ and all custom extensions installed, in the package ‘designstudio_extensions’. For more information on "SAP Design Studio on the SAP HANA platform", please read my previous blog.

Prerequisites to create Delivery Units

Delivery unit information is maintained in the _SYS_REPO schema. The content vendor name should be configured to create DU (Delivery Units). The user account used to create the delivery unit should have insert rights on _SYS_REPO (generally, modeling rights) and the system privilege ‘INIFILE ADMIN’.

To configure the vendor name for delivery unit creation, select the Configuration tab and expand the ‘indexserver.ini’ option. Select ‘repository’ and add a new parameter. The parameter is a Key-Value pair. The key is ‘content_vendor’ and the value is the name of your company.

Prerequisites to create Delivery Units


Creating a Delivery Unit

Delivery units are SAP HANA specific packages that can be used to install content, transport data models and applications developed on the SAP HANA platform. The delivery unit management window can be accessed through the ‘Modeler Perspective’ in SAP HANA Studio. Once a delivery unit is created, it can either be exported as a package to the target system or the target system can pull the DU from the source system, using ‘SAP HANA Transport Management’.

Step 1:

In SAP HANA Studio, select the ‘SAP HANA Modeler’ perspective and select ‘Delivery Units’ under ‘Setup’. This will open the ‘Delivery Units Management’ window.

Delivery Units Management

Step 2:

Click the ‘Create’ button on the right corner to create a new DU.

Create a new DU

Step 3:

Fill up all the information in the ‘New Delivery Unit’ form. ‘Name’ is mandatory.

New Delivery Unit form

Step 4:

Now select the newly created delivery unit and click on ‘Add’. This will help us add packages to the DU.

Add packages to DU

Step 5:

As mentioned earlier, all analysis applications are placed inside the ‘designstudio’ package and each application is maintained as a separate sub-package. Browse for the ‘designstudio’ package and select the analysis application (sub-package) that is to be promoted.

Select the Analysis Application

Now we have created a delivery unit for the analysis application that needs to be promoted. This can be used with manual export/import or transports.

Exporting the Delivery Unit

Step 1:

In SAP HANA Studio, select ‘Export’ in the ‘File’ menu.

Exporting the Delivery Unit


Step 2:

Select ‘Delivery Unit’ in the ‘SAP HANA Content’ folder and select ‘Next’.

‘Delivery Unit’in SAP HANA content folder

Step 3:

If you have configured many systems in your SAP HANA Studio, select the system from which you need to export the DU. You should have the EXPORT system privilege to perform this operation.

Export system privilege


Step 4:

Now

  1. Select the delivery unit we created for the analysis application
  2. Select the ‘Export to Client’ option
  3. Browse for the location where the file should be saved
  4. Type the desired name for the delivery unit, without changing the file extension

Select the delivery unit

When done, click ‘Next’ to proceed.

Step 5:

Click ‘Finish’ to export the delivery unit. The package will be saved in the location specified.

‘Finish’ to export the delivery unit

Importing the Delivery Unit

Step 1:

In SAP HANA Studio, select ‘Import’ from the ‘File’ menu and select ‘Delivery Unit’ in the ‘SAP HANA Content’ folder. You should have the IMPORT system privilege to do this.

Importing Delivery Unit

Step 2:       

Select the ‘Target’ SAP HANA system and click ‘Next’.

Target HANA system

Step 3:

Now

  1. Select ‘Client’, as the location of the delivery unit
  2. Browse for the delivery unit that needs to be imported
  3. Click ‘Finish’ to initiate the import

‘Client’ as location of the delivery unit

Step 4:

When Import is complete, the Job Status will change to ‘Success’. Now, the SAP Design Studio application will be active in the target system.

Design Studio application Active

We can access the promoted application just by using the following URL format

http://<hostname>:<port>/sap/bi/aas/rt/index.html?APPLICATION=<APP_NAME>

Remember to transport the data models used by the application, as well. Data models can also by transported the same way, using delivery units, if development has been done based on best practices.

We have promoted an analysis application from one environment to another using direct export/import. Let us explore how to use SAP HANA Transport Management to do this – in part 02 of this blog.

source : http://visualbi.com/blogs/design-studio/transporting-sap-design-studio-applications-hana-platform-pa...

Labels in this area