Hi Team,
I have a requirement to disable the Production Start/Stop buttons for specific support users. But they should be able to stat/stop Ensemble Hosts.
For that new Role, As per documentation along with other Ens resources, I have added %Ens_ConfigItemRun with RWU access and didnt add %Ens_ProductionRun resource.
This makes the Start/Stop buttons disappear from Production Configuration page ( meeting my requirement). But those users are Unable Start/Stop/Restart Ensemble Business Hosts.
I have a requirement to update the Ensemble Host Settings Programmatically. Mainly the "AlertOnError,QueueCountAlert,QueueWaitAlert,InactivityTimeout" settings.
I used Ens_Config.Item (persistent) class to get the settings (list object) and then update it. But for some of the Business Host's, I dont see the above settings in the table, but present in Settings of that particular Host in Ensemble Management Portal. So my logic is not working.
Why is that and how to write a code to update the above settings for all the hosts ?
Please let me know the way to achieve my requirement.
My code.
Hi Team,
I have a requirement to delete the Ensemble interfaces , as per User request. I would like to write a routine for that and once I execute, it should remove the interface components through code.
Could you please provide code samples for the following actions ?
- Deleting an individual rule from a rule class
- Deleting a class from Ensemble
- Deleting a Host (Service/Operation/Process) from the Production.
Appreciate the help.
Thanks,
Purushothaman.T
Hi ,
I have a requirement to programmatically fetch and update a Business Process Setting . It's a custom property , added in extended class .
I am trying find a sample, but no luck.
Could any one help me ?