Elements Transferred from Archive showing wrong Processor Group
search cancel

Elements Transferred from Archive showing wrong Processor Group

book

Article ID: 248946

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Transferred several programs from an archive file back into Endevor.  The elements are showing the processor group "UNKNOWN".  With PROCGROUP being defined as unknown, the wrong processor is generated.  How can these elements be updated to use the correct processor group?  

 

   PI400I       IPGM       environ  P system    subs      0103 UNKNOWN  01FEB22 

   PI400I       XPROGRAM   environ  P system    subs      0103 UNKNOWN  01FEB22 

 

Environment

Release : All 

Component : Endevor Software Change Manager

Resolution

The easiest way to fix the problem is to retrieve the elements that have the Processor Group "unknown" , then add them back into Endevor using the correct processor group.  So the add SCL would look something like this: 

ADD ELEMENT PI400I 
FROM DSN XXXXXXX
TO ENV environ
      SYS system
      SUB subs
      TYP IPGM 
      STG P 
OPTION CCID 'XXXXX'  COMMENT 'XXXXXX'
               OVERRIDE SIGNOUT
               PROCESSOR GROUP EQ 'PROCGROUP' .