SD4302E Missing maintenance LU00721 detected for element MOD@$UR  
search cancel

SD4302E Missing maintenance LU00721 detected for element MOD@$UR  

book

Article ID: 217412

calendar_today

Updated On:

Products

NetMaster Network Management for TCP/IP MAINFRAME NETWORK MANAGEMENT

Issue/Introduction

After applying PTF LU00721 and completing the HOLD tasks, I am seeing

SD4302E Missing maintenance LU00721 detected for element MOD@$UR  
SD4303I MOD@$UR last update NMS2361, expected NMS13213            

Why am I seeing this? I already ran the jobs in the HOLDATA.

Environment

Netmaster Suite 12.2

Cause

MOD@$UR was not included in the ++HOLD for this PTF

Resolution

While the MOD@$UR is included in the PTF,  no actual changes have been made to the code.
Thus, this is more a cosmetic error in this specific instance and no action is required. 

If you want to clear up the error message, you can  run this job at your convenience after shutting down the Netmaster region.

You will need to modify the JOBCARD and the hlq's for the datasets to match your environment prior to running.

//MYUSERV JOB ACCT,CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID    
//NMVIP    EXEC  PGM=NMVIP                              
//STEPLIB  DD  DISP=SHR,DSN=&TGTPREF.CC2DPLD            
//MODSIN   DD  DISP=SHR,DSN=&TGTPREF.CC2DVSMI(MOD@$UR)  
//MODSOUT  DD  DISP=SHR,DSN=&DSNPREF.MODSDIS            
//SYSPRINT DD  SYSOUT=*                                 
//SYSIN    DD  *                                        
  COPY MODS INDD=MODSIN OUTDD=MODSOUT OPT=INSTALL       
//*                                                     

 

When you restart your region, the error will no longer appear.

 

NOTE: If this error is for any other PTF and/or element - Please refer to KB 144401

 

Additional Information

This error may occur after the APPLY of LU00721 when manually running the ++HOLD NMVIP jobs as MOD@$UR is not included.

This will not appear if you rerun the complete S03LDVIP job after the APPLY, or if you have the VSAM auto-update feature configured for your region.

For more information regarding available options for updating VSAM files after applying maintenance, please refer to the Resolution section in KB 144401