We're trying to trigger (actually stop) a PI-Channel from a Operating System script.
Basically, it works good using WGET and the ChannelAdminServlet, but we need to use pass a user and password, which - of course - we got to store somewhere or code in the script.
Currently, the Webservice wants a login, otherwise we get an 403-error.
1. Is there a way to configure some kind of "single-sign-on"?
The scripts are startet from a PI-Channel. So this is the same user we need to control the channel.
2. Can we disable the need for a login for this special service?
3. Is there any other way to control a channel from a script?
Thanks for your ideas!