Receiving error DBG55000E INSTALL OF SYSVIEW FOR DB2 INCORRECT, ERROR IN IDUIPRMS message
search cancel

Receiving error DBG55000E INSTALL OF SYSVIEW FOR DB2 INCORRECT, ERROR IN IDUIPRMS message

book

Article ID: 7974

calendar_today

Updated On:

Products

SYSVIEW Performance Management Option for DB2 for z/OS

Issue/Introduction

Invoking the Sysview Performance Management Option for Db2 for z/OS (IDB2) IDB2VUS VTAM UI encounters errors:
DBG55000E INSTALL OF SYSVIEW FOR DB2 INCORRECT, ERROR IN IDUIPRMS DBG99001E ERROR IN COMMAND STREAM, PROCESSING ENDED.

Cause

This particular occurrence of this error condition was caused by an erroneous comma after the last definition in the APPLS member prior to the last right paren.

Example:  

APPLS=(
                (DB2-LOCATION1,DBSUB1,NOTRAF),
                (DB2-LOCATION2,DBSUB2,NOTRAF), 
              )                       

Resolution

Removing the erroneous comma from the last statement in the APPLS member prior to the right paren corrected this error condition.

Example:  

APPLS=(
                (DB2-LOCATION1,DBSUB1,NOTRAF),
                (DB2-LOCATION2,DBSUB2,NOTRAF) 
              )