cancel
Showing results for 
Search instead for 
Did you mean: 

Channel operations Automation

Former Member
0 Kudos

Hi All,

We have a following requirement in a project where we have to automate the process :

Channel operations Automation :

1. MS Excel based tool for starting / stopping PI channels more efficiently.

2. Excel carries inbuilt macros to call web service on PI.

3. PI web services in turn calls standard web services to modify the channels from back end

Request to share any inputs and helps for this process.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Here are some more links that might help:

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/27285]

[forge.net/projects/channelsearch/]

Former Member
0 Kudos

Hi Team ,

Is there any blogs which has step by step approach on what is to be done for accessing the channels from MS excel .

Former Member
0 Kudos

Hi Ravi ,

Thanks for the help , but this blog shows if we need to change , create or delete any communication channel .

My requirement is to control the communication channels through excel sheet , ie i can start and stop or schedule the channel through excel sheet ...please share if you have any detail documentation for that scenario

Former Member
0 Kudos

My requirement is to control the communication channels through excel sheet , ie i can start and stop or schedule the channel through excel sheet ...please share if you have any detail documentation for that scenario

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Another possible option is writing unix script and reference http call using wget protocol. This way you can call webservice of PI which in turn calls start or stop operation of channels

Example in your unix script

wget http(s)://host:port/AdapterFramework/ChannelAdminServlet?party=party&service=service&channel=channel&action=action

MichalKrawczyk
Active Contributor
0 Kudos

hi,

easy peasy

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6456

just a simple http call:

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24741

you can do it from excel without any problems

Regards,

Michal Krawczyk