In BO6.1, which repository table has information about a BCA being online/offline?
We have a huge shared repository in which there 7 BCA agents defined on 3 different servers. I have created a VB application to check the status of scheduled reports on these servers. But DS_PENDING_JOB table has nothing for a BCA which goes offline. I need to identify which BCA has gone offline by polling the relevant table.
I have already checked OBJ_M_ACTOR and OBJ_M_ACTORLINK.
Table OBJ_M_ACTOR has a field named STATUS, but the column contains a value 1 for both online and offline BCAs.
Similarly table OBJ_M_ACTORLINK also has a STATUS column, but this column has a value 0 for both online and offline BCA.