Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
RonaldKonijnenb
Contributor
Recently my colleagues and I at Interdobs attended our very first Hackathon.

We build a number of great solutions, one was focused on adding additional content to the awesome solution olaf.fischer has described here:

 

https://blogs.sap.com/2021/10/12/sap-data-warehouse-cloud-data-integration-monitoring-sample-content...

 

Main objective for us was to improve the monitoring of jobs in Data Warehouse Cloud. Addtional content was created to add details to the replication jobs and also list the failed jobs.

 

We have created and extended the following views which have been build as a basis for our DWC Monitoring dashboard:

 

1.V_CLIENT_MONITORING_VIEW; View that combines the relevant monitoring tables with measures like “Duration” and different counters

 

2.V_TASK_LOG_MESSAGES_V_EXT; View that contains the tasks and the related messages

 

3.MON_LOCK_TASK_DETAILS; View looks at the tasks that are running in the system (thus lock objects) and collects the corresponding messages

 

4.MON_LOCK_LOG_TASK_DETAILS; View looks at the tasks that are causing locks in the system and collects the messages of the latest failed task related to the same application/space/object combination in DWC

 

SAP Analytics Cloud Dashboard

 

Start page



Messages 


Conflicting tasks


All code including an export of the SAC Dashboard can be found on our gitHUB repository:


https://github.com/interdobs/Data-Warehouse-Cloud

 

We hope you enjoy our efforts!

 

Bas Visser

Erik van Winden

Odin van Doorn

Ronald Konijnenburg
Labels in this area