cancel
Showing results for 
Search instead for 
Did you mean: 

Automating PI Channel Configuration

sahana_ps
Participant
0 Kudos

Hi All,

Is there anyway to do PI channel configuration automatically in every system (DEV,QA,PRE-PROD) by writing some scripts or any other method?

Is this possible?

Thanks,

Sahana

Accepted Solutions (0)

Answers (1)

Answers (1)

vicky20691
Active Contributor
0 Kudos

Hi Sahana,

You can do it by writing Java code for SAP PI API to create the communication channel.

You just will need to replace the URL in the code every time you want to want to connect to the new system. This way you can create even "n" number of channel on one click.

Regards,

Vikas