cancel
Showing results for 
Search instead for 
Did you mean: 

Mass update of channels in SAP PI

ramu_g4
Participant
0 Kudos

Hi Experts,

We are working on SAP PI 7.4 single stack.

Our MQ queue manager & server details has been migrated to new MQ queue manager & server.

Please help me to do mass update of communication channels without individually modifying each channel.

Kindly help me to achieve above requirement.

Thanks,

Ramu.

Accepted Solutions (0)

Answers (2)

Answers (2)

AndreasJob
Advisor
Advisor

Dear Ramu,

You can consider checking the Migration Tool to mass change the attributes for many channels. This tool allows you to select several channels and change an attribute to a new value for all of them.

You can start the Migration Tool from the PI Monitoring Home page (http://<host>:<port>/pimon) under Configuration and Administration -> Common -> Migration Tool.

Now select the part "Channel Migration". Afterwards, select your 7.4 system as source and target system. In the next step, you can select all the channels, change the attribute to the new value and click the "Apply" button. The channels should be marked as "Edited" in the first table. Click through the rest of the steps to create a changelist in the Integration Directory with all the changed channels.

As a last step, you have to start the Integration Directory where you can find the channels in a changelist. You can double check the changes and activate the changelist.

Further information is given in the SAP Help for Migration Tool.

Best Regards,
Andreas Job

peter_wallner2
Active Contributor
0 Kudos

Hi Ramu,

Go to the "Web Services Navigator". Select "Provider System". Search for *comm*chan*

Select "CommunicationChannelIn"; hit next; Select "Query"; Hit Next and "next" again; Now download the result XML file; That is a list of all your channels; This file you can now use to do a "Read" instead of "Query" and you will get an XML file with additional information; That file you can edit and use that then for the "Change" operation.

Once you do the "Change" you will get a change list in PO to activate.

There is also a helpful blog on this:
https://int4.com/pi_po-api-tool-for-integration-directory-objects-maintanance

best regards, Peter