How to remove BRSA205W JCLCheck? Workload Automation is not registered to Zowe API Mediation Layer
search cancel

How to remove BRSA205W JCLCheck? Workload Automation is not registered to Zowe API Mediation Layer

book

Article ID: 390083

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

When starting the JCLCheck REST server, the following messages are issued: 

 BRSA205W JCLCheck? Workload Automation is not registered to Zowe API Mediation Layer. A check will be retried
 BRSA202E Unable to connect to Zowe API Mediation Layer ...

I'm not using the Zowe API Mediation Layer.  How to eliminate these messages? 

Environment

JCLCheck REST API

Resolution

Disable apiml in the jclcheck.yml file. 

Example: 

jclcheck:
    maxPoolSize: n
    queueCapacity: nnn
apiml:
    enabled: false