Error IKJ56486I when starting TSO address-space
search cancel

Error IKJ56486I when starting TSO address-space

book

Article ID: 248991

calendar_today

Updated On:

Products

Brightside

Issue/Introduction

Starting a TSO address-space fails. 

$ zowe zos-tso start address-space -a account-number
TSO address space began successfully, key is: account-number-244-aadwaabb

IKJ56486I THE ACCOUNT NUMBER account-number HAS NOT BEEN DEFINED FOR USE
IKJ56429A REENTER -

 

Environment

Release : 4.0

Component : BRIGHTSIDE ZOWE CLI

Resolution

Check the zowe.config.json` file, there should be a `type: "tso"` profile.

Change the account value with ACCT#

        "tso": {
            "type": "tso",
            "properties": {
            "account": "ACCT#",
            "codePage": "1047",
            "logonProcedure": "IZUFPROC"
            }
         },