Reset or recover the Telon Design Facility Install panel menu Password
search cancel

Reset or recover the Telon Design Facility Install panel menu Password

book

Article ID: 24467

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

Is is possible to recover or reset the existing password that is used in the Telon Design Facility Install Panel Menu?

Environment

Release:
Component: TELON

Resolution

It is not possible to recover the existing password. You can reset it, though this will cause the loss of your installation settings, including the TDF's installation restrictions for programmers, controllers and analysts. Here is what you need to do:

  1. Make a backup copy of the TNTDD of the CA Telon database you are resetting the password for.

  2. Record all the values specified on the Install menu; for example, the header and ID length, APPLID settings, security module and restrictions.

  3. Insert the following control card after TDFUTL.REQUEST DD * in JCL member JUSUTL in your #pdsqual.INSTALL dataset:
    UNLOAD,TNTDD,,,PROFILE,PROFILE,,
    This control card identifies the TNTDD as the file you want to access, and the PROFILE record as the only one you want.
  4. Run the job.

    JUSUTL produces the following report:
...+....10...+....20...+....30...+....40...+....50TELON UNLOAD/RELOAD STATISTICS REPORT      PARM:  UNLOAD,TNTDD,,,PROFILE,PROFILE,,                                              -------------------------------------------                   TNTDD                   -------------------------------------------        ROOT RECORDS READ       1               ROOT RECORDS WRITTEN       1               ROOT RECORDS DELETED       0
  1. Next, run JUSUTL to delete the record, using the following control card:

    UNLOAD,TNTDD,,DELETE,PROFILE,PROFILE,,

  2. JUSUTL produces the following report:
    ...+....10...+....20...+....30...+....40...+....50TELON UNLOAD/RELOAD STATISTICS REPORT      PARM:  UNLOAD,TNTDD,,DELETE,PROFILE,PROFILE,,                                              -------------------------------------------                   TNTDD                   -------------------------------------------        ROOT RECORDS READ       1               ROOT RECORDS WRITTEN       1               ROOT RECORDS DELETED       1

Your PROFILE record has been successfully deleted.

Additional Information

  1. The next time you access the TDF Install menu, the password will be reset to the default as documented in the Online Documentation.
  2. Re-enter the values you copied in step 2.
  3. For added security, change the password from the default.
  4. You will also need to reset your installation restrictions.