'IEE296I xxxxxxxx FAILED BY SECURITY INTERFACE. RC= 28' During Started Task Start Up With Top Secret
search cancel

'IEE296I xxxxxxxx FAILED BY SECURITY INTERFACE. RC= 28' During Started Task Start Up With Top Secret

book

Article ID: 54275

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

The following error was received when a started task was started:

  'IEE296I xxxxxxxx FAILED BY SECURITY INTERFACE. RC= 28'

Resolution

Check first to see if the Started Task ACID is suspended. 

If it is, remove the suspension via:

  TSS REMOVE(startedtaskacid) SUSPEND.

If it is not, check the following:

  1. The Started task is defined to the STC table via:
      TSS LIST(STC)
    and search for the procname. Also confirm that the Started Task has an ACID specified in the STC table.

  2. Does the Started Task ACID have FAC(STC)? Issue a:
      TSS LIST(startedtaskacid) 
    to determine this. If it doesn't, issue a:
      TSS ADD(startedtaskacid) FAC(STC).