SAP Design Studio Export Add on: How to use multiple Export servers

 This way you can update and test the export features in the development system without jeopardizing productive usage.

This however leads to the question how to switch between the different Export Server Urls for development and production without having to maintain them manually whenever you transport.

In today's technical "how to" for SAP Design Studio Export, we want to show you our preferred solution.

Usually the Export Server URL is defined simly as follows:

You can also specify multiple pairs of Design Studio and Export Service Urls in a JSON array.

Let's assume we have a development and productive BO istance, as well as a development and a productive Export service installation.

The Export Server URL json for this example looks as follows:  

[{ "DesignStudioUrl": "http://dev.xyz.com:9867", "ExportUrl": "http://devexport.xyz.com:9091" },{

"DesignStudioUrl": "https://prod.xyz.com:1000, "ExportUrl": "https://prodexport.xyz.com:9092" }]

Simply adjust this json with your server urls and then copy & paste it in the Export Server URL parameter:

Thilo Knötzele
Author: Thilo Knötzele
Creation date: 29.03.2016
Category: Installation & Configuration
back to overview