on 2019 Jun 21 3:06 PM
Hello Experts,
I have a requirement to find out and setup an alert, if the instances on the platform are running for more than 2 hours. Lets say an instances started running on 21st June at 12:00 am, so at 2:00 am , an alert via email or something should be created with the instance details.
Using query builder I was able to find out these details manually, but this has to be automated so that it is monitored continuously. Kindly suggest. Thank you.
Request clarification before answering.
Hi Deepak,
Did you find a solution already?
I haven’t really had an opportunity to implement, but, you could try an approach with Java SDK and/or REST Web Services SDK. Since you already have the query, from query builder, you can retrieve the run-duration data using same query with SDK. Then, verify in your code, if run duration is more than two hours and notify via email if it does. (e.g. using JavaMail API).
You can schedule this as an hourly task (e.g. on task scheduler if you are on Windows, or a third party scheduler used in your org). This will send out hourly email on list instances running for more than 2 hours. Admittedly, this is more of a status notifier than alert. To have it as an alert, you will have a schedule the task at shorter intervals (every 5 mins may be). In my opinion that could be an overkill, but I will have to leave it to you to determine a ‘best fit’ depending upon your server landscape.
I found this thread on 'Destination details in Schedules' that you can refer: https://answers.sap.com/questions/4499368/retrieve-webi-report-schedule-info-destination-fro.html
Regards,
Arindam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deepak
if you have BO BI 4.2 you can try, if you have installed the driver to access the audit, to make a Webi report on the audit dB... and schedule it.
Hope this helps
Daniele Tiles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.