6.1 Configuring Report Lock Period
If a user forgets to log off from the OFS CRR application or if the OFS CRR screen is closed while accessing a report, the report gets locked for a pre-configured duration. By default, the duration is 60 minutes.This duration can be altered as per your requirement by changing <DURATIONIN MINUTES>.It may be more than 60 minutes or less than 60 minutes.
To alter the duration, execute the following SQL using OFS CRR atomic schema user:
UPDATEAPPLN_PARAMETERS SET V_ATTRIBUTE_VALUE1= '<DURATION IN MINUTES>' WHERE
V_ATTRIBUTE_NAME1= 'LOCK PERIOD IN MINUTES';
COMMIT;