Apply of a single PTF causes the apply of other PTF's not included in the SELECT resulting in GIM38201E
search cancel

Apply of a single PTF causes the apply of other PTF's not included in the SELECT resulting in GIM38201E

book

Article ID: 232983

calendar_today

Updated On:

Products

IDMS

Issue/Introduction

Apply of a single PTF LT03331 fails with the following errors:

 

GIM38201E ** THERE IS A MODID ERROR FOR DATA ENTRY DC258 IN SYSMOD SO05694.                                             
 GIM31901I    SYSMOD SO05694 DOES NOT SPECIFY SO15611 ON THE PRE OR SUP OPERAND. SO15611 IS THE RMID FOR DATA DC258 THAT 
              IS CURRENTLY INSTALLED.                                                                                    
 GIM38201E ** THERE IS A MODID ERROR FOR MOD ENTRY RHDCCSA IN SYSMOD SO05694.                                            
 GIM31901I    SYSMOD SO05694 DOES NOT SPECIFY SO13295 ON THE PRE OR SUP OPERAND. SO13295 IS THE RMID FOR MOD RHDCCSA THAT
              IS CURRENTLY INSTALLED.                                                                                    
 GIM38201E ** THERE IS A MODID ERROR FOR MOD ENTRY RHDCLINR IN SYSMOD SO05694.                                           
 GIM31901I    SYSMOD SO05694 DOES NOT SPECIFY SO13295 ON THE PRE OR SUP OPERAND. SO13295 IS THE RMID FOR MOD RHDCLINR    
              THAT IS CURRENTLY INSTALLED.                                                                               
 GIM38201E ** THERE IS A MODID ERROR FOR MOD ENTRY RHDCMSTR IN SYSMOD SO05694.                                           

Environment

Release : 19.0

Component : IDMS/DB

Resolution

The apply of the additional PTF's apart from the PTF or PTF's in the APPLY SELECT was being caused PTF's with STATUS  = REC  BYP  APP  RES  ERR 

For example:

 SO05694   TYPE            = PTF                                                                                         
           DESCRIPTION     = PEA - PASSPHRASE SUPPORT PTF SO04635 SMP/E APPLY FAILURE                                    
           STATUS          = REC  BYP  APP  RES  ERR                                                                     
           FMID            = CAGJJ00                                                                                     
           JCLIN           = YES                                                                                         
           DATE/TIME REC   = 21.029  16:26:30                                                                            
                     INS   = 21.033  09:36:51                                                                            
                     RES   = 21.120  12:21:50   

Delete the RES ERR status with UCLIN:

//SMPCNTL  DD *                                             
SET BOUNDARY(CAIT18).                                       
UCLIN.                                                      
DEL SYSMOD(SO05694) RESTIME(12:21:50) RESDATE(21120) REST.   
ENDUCL.                                                     
/*           

This must be done for all PTF's with RES ERR followed by an APPLY REDO. If the APPLY REDO then fails with GIM38201E ** THERE IS A MODID ERROR's  then the PTF's that are the RMID that is currently installed must also be included in the APPLY REDO SELECT. 

For example:

 GIM38201E ** THERE IS A MODID ERROR FOR MAC ENTRY #CSA IN SYSMOD SO05694.                                               
 GIM31901I    SYSMOD SO05694 DOES NOT SPECIFY SO09600 ON THE PRE OR SUP OPERAND. SO09600 IS THE RMID FOR MAC #CSA THAT IS CURRENTLY INSTALLED.  

SO09600 must also be included in the APPLY REDO SELECT.