Solved

XML Maps - Migration


Badge +6

Hi All,

 

How can we migrate XML integration maps from one environment to other environment ? Any document reference . 

icon

Best answer by Saranga Amaraweera 26 May 2022, 06:54

View original

2 replies

Userlevel 6
Badge +14

Hi @seeda,

You can use the package deployment in FSM.

Userlevel 7
Badge +22

Hi @seeda ,

You can easily migrate xml integration maps from one environment to another via package deployment screen on FSM. Simply go to the package deployment screen on fsm and create a new extract package with a unique name. Make sure to check only integrations checkbox as shown below. Then click on the save button.

Once this is done, it extract all the custom integration maps, associated integration functions, routing rules in the background. Go to the created package and save the package to a file by clicking on save to a file button in which will create a xml file.

Go to the target environment’s package deployment screen and click on new button to import the created xml file on the source environment. Then click on Load from file button to import the saved xml file

Before the file is imported, again the system will ask to take a backup of the target environment, you can either skip this or proceed. Once the package is imported, you need to apply this to your environment by clicking on apply button. You can monitor the status on run log or status field.

If you need to be specific on the integrations that you need to proceed with, then you need to apply package extract settings by creating a global code value via PACKAGE_EXTRACT_GROUP. Then you have to specify the integrations under the code in which you have provided 

Once the extract groups are saved, you can simply select the extract group again when you create the extract package via package deployment

Reply