PROF036E Profile DEFAULT conversion failed - error loading profile
search cancel

PROF036E Profile DEFAULT conversion failed - error loading profile

book

Article ID: 4978

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Getting the below error message when trying to run INST0051 to convert 14.0's PROFILE data:

GSV2088E Member DEFAULT not found in SYS2.CASVW.V142.TEST.PROFILE    
PROF036E Profile DEFAULT conversion failed - error loading profile              

Environment

z/OS

Cause

Customer failed to run install job INST0004.

Resolution

Install job INST0004 which does a rename of GSVXDFLT to DEFAULT 

//RENAMES EXEC PGM=IKJEFT01 
//SYSTSPRT DD SYSOUT=* 
//SYSTSIN DD * 
RENAME 'yourhlq.SYSVIEW.CNM4BPRF(GSVXDFLT)' +
'yourhlq.SYSVIEW.CNM4BPRF(DEFAULT)'
/*