IRR013I VERIFICATION FAILED. INVALID PASSWORD GIVEN.
search cancel

IRR013I VERIFICATION FAILED. INVALID PASSWORD GIVEN.

book

Article ID: 7463

calendar_today

Updated On:

Products

Cross Enterprise Application Performance Management (APM) Bind Analyzer for DB2 for z/OS SQL-Ease for DB2 for z/OS SYSVIEW Performance Management Option for DB2 for z/OS Plan Analyzer for DB2 for z/OS Subsystem Analyzer for DB2 for z/OS SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

XNET startup failed with message: IRR013I VERIFICATION FAILED. INVALID PASSWORD GIVEN. 

while CE APM (Wilyzos) received:

.......User authentication failed. Please update the user credential information stored

 

Environment

CA SYSVIEW - CA SYSVIEW for DB2 - CA Cross Enterprise APM

Cause

You want to configure PassTicket to provide seamless and secured access by CA Cross-Enterprise Application Performance Management (CA Cross-Enterprise APM) to CA SYSVIEW® Performance Management Option for DB2 for z/OS (CA SYSVIEW for DB2) data. The data enables an application support specialist, using CA Introscope®, to see the DB2 issues that affect an application.

CA Cross-Enterprise APM operates in a networked environment. PassTicket provides an enhanced security across a network. The networked entities can communicate without specific passwords or password phrases.

Resolution

IBM RACF:

Define a profile that associates a session key with DB2TOOLS:

RDEFINE PTKTDATA DB2TOOLS SSIGNON(KEYMASKED(session_key)) APPLDATA('NO REPLAY PROTECTION')

 

CA TOP SECRET:

Update the Node Descriptor Table (NDT) to associate a session key with DB2TOOLS:

TSS ADDTO(NDT) PSTKAPPL(DB2TOOLS) SESSKEY(session_key) SIGNMULTI

 

CA ACF2:

Associate a session key with DB2TOOLS:

SET PROFILE(PTKTDATA) DIVISION(SSIGNON)

INSERT DB2TOOLS SSKEY(session_key) MULT-USE

 

F ACF2,REBUILD(PTK),CLASS(P)

Additional Information

For a complete description see chapter : How to Configure PassTicket for CA SYSVIEW for DB2 on  CA-Cross Enterprise APM documentation.