Renaming an IDEAL User
search cancel

Renaming an IDEAL User

book

Article ID: 140543

calendar_today

Updated On:

Products

Ideal

Issue/Introduction

This article explains if an IDEAL User can be renamed and if so, how.

Environment

Release : 15.1

Component : CA IDEAL

Cause

An Ideal user is the key for a PERSON entity in Datacom Datadictionary which cannot be renamed.

The user will need to be deleted first and then re-added with the new name.

Resolution

In CICS transaction IDEA to start Ideal , 

  1. Issue the command DISPLAY INDEX USER nnn to see all the records associated with that OPID. 
  2. Issue a DEL command for each of the entries in each status associated with that OPID. 
  3. Issue the DISPLAY INDEX USER nnn  command repeatedly, entering DEL on the prefix line for each entry, until all the entries are gone.
    Note that even if an entry is in Hist status, it will still hold that relationship. 
  4. Once all the entries are gone, issue the CREATE USER command to create the new user.

Additional Information

See documentation section CREATE USER and DISPLAY INDEX  command.