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

Problem:

When I run INST0051 to convert 14.0's PROFILE data, I got messages as follows:

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

Resolution:

 

Install job INST0004 which does a rename of GSVXDFLT to DEFAULT 

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

Additional Information

None