BSI Adapter Schedule
search cancel

BSI Adapter Schedule

book

Article ID: 280946

calendar_today

Updated On:

Products

CA Business Service Insight

Issue/Introduction

Is there a query to determine the times when each BSI adapter/script is scheduled to run?

Environment

BSI 8.3.5.x

All Supported Oracle DBMS

Resolution

The below query will retrieve the BSI adapters which have schedules and will list the scheduler details under the column 'SCHEDULER'

select * from t_readers where  has_scheduler = '1 and reader_name = 'PassAdapterrname here'

For example:

select * from t_readers where  has_scheduler = '1 and reader_name = 'SLAAdpater'