Given a package name, can I suspend or disable all connections, schedulers, ports , notifications within that single package?
Or
Is there some way I can find out the all component info for a given package? Example if package names is ABC, can I know names of all conections in it, names of all notifications in it, names of all schedulers in it, names of all ports in this package?
Hi Atul,
Basically what you’ll have to do is to write specific DSP to call the functions to list, enable or disable connections, schedulers, ports and notifications for a specific package name. Or the quick and dirty way to disable connections, schedulers, ports and notifications for a specific package is just to disable that package via packages/management in the IS Admin.