Forum Discussion
2 Replies
- atalecki
OneStream Employee
I don't have a rule off hand, but this definitely possible. I know that in 8.4 there is a BRApi utility to check if the gateway is down.
bool bValue = BRApi.Utilities.IsGatewayOnline(gatewayConnectionName);You can create a simple extender rule to send out emails if that returns false.
Then wrap that in a data management sequence and put it on the Task Scheduler.
- atalecki
OneStream Employee
I don't have a rule off hand, but this definitely possible. I know that in 8.4 there is a BRApi utility to check if the gateway is down.
bool bValue = BRApi.Utilities.IsGatewayOnline(gatewayConnectionName);You can create a simple extender rule to send out emails if that returns false.
Then wrap that in a data management sequence and put it on the Task Scheduler.
Related Content
- 1 year ago
- 7 months ago
- 2 years ago
- 1 year ago