cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

In RSPC, I have 15 Process chain.

1) How do I know which one is running and which one is not?

2) How do we know if the Process Chain is finished running successfully, including what time it complete?

3) Also, is there a way for us to see the number of records being extracted?

Please advise, thank you.

0 Likes
View Entire Topic
bryan_koetting2
Active Participant
0 Likes

Lynn,

in the 7.0 Statistics, there is multiprovider 0TCT_MC21 that captures and reports Process Chain Statistics. There are a number of delivered queries with this multiprovider, such as "Total Runtime of Processes", "Short-Term Trends in Total Runtimes of a Process", etc. This multiprovider also contains a key figure for End Time. Check that Content to see if it can provide the information you seek.

The problem with reporting number of records is that record counts are a property of an individual data load, not a Process Chain. However, you could probably get this information from other areas of the BI Statistics, such as multiprovider "BI Object Request Status". This multiprovider does contain key figures for number of records. You would have to filter queries on this multiprovider for the objects contained in your Process Chains. You could construct variants for this purpose.

Bryan