CA Web Viewer 14.0 - GIM69010E ** AN ERROR OCCURRED IN RETRANSFORMATION OF HFS CAHVWVEW
search cancel

CA Web Viewer 14.0 - GIM69010E ** AN ERROR OCCURRED IN RETRANSFORMATION OF HFS CAHVWVEW

book

Article ID: 206693

calendar_today

Updated On:

Products

Output Management Web Viewer View

Issue/Introduction

Attempting to APPLY Web Viewer 14.0 PTF RO97299 and receive error:

  GIM69010E ** AN ERROR OCCURRED IN RETRANSFORMATION OF HFS CAHVWVEW

Environment

Release : 14.0

Component : CA OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS

Resolution

The GIM69010E message was received, in an attempt to RECEIVE and APPLY Web Viewer 14.0 PTF RO97299, due to use of a truncated version of the PTF, as there had not been enough space allowed for the download of the full PTF.

The full RO97299 PTF required 33 3390-cylinders to download.

Once the full PTF was downloaded, the RECEIVE and APPLY were able to occur with no problems.

Web Viewer 14.0 PTFs get to be large because they replace the WAR file.
Later PTFs could be even larger because they replace both the WAR and EAR files.
With that, it would be a good idea to allow a minimum of 40 3390-cylinders for a PTF download.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

It is strongly recommended to review the ++HOLD information in Web Viewer 14.0 PTFs, as they could contain information, such as the following in PTF SO15006:

++HOLD (SO15006) SYSTEM FMID(CCAFE00)
REASON (DDDEF ) DATE (20276)
COMMENT (
+-------------------------------------------------------------------------------------------------------------------------+
| Web Viewer Version 14.0                                                                                                         |
+---------------------+--------------------------------------------------------------------------------------------------+
|SEQUENCE      | Before Receive                                                                                              |
+---------------------+--------------------------------------------------------------------------------------------------+
|PURPOSE         | Increase SPACE for DDDEF SYSUT1 in the GLOBAL zone to                    |
|                           | prevent SB37-04 abends during SMP/e receive.                                          |
+---------------------+---------------------------------------------------------------------------------------------------+
|USERS               | All users.                                                                                                       |
|AFFECTED        |                                                                                                                       |
+---------------------+--------------------------------------------------------------------------------------------------+
|KNOWLEDGE    | Product Administration, SMP/e.                                                                   |
|REQUIRED        |                                                                                                                       |
+---------------------+--------------------------------------------------------------------------------------------------+
|ACCESS            | Product CSI library.                                                                                       |
|REQUIRED        |                                                                                                                       |
+---------------------+--------------------------------------------------------------------------------------------------+
******************************
* STEPS TO PERFORM *
******************************

1. The SYSUT1 DDDEF for SYSUT1 in the GLOBAL zone requires the following SPACE (or larger):

     SPACE(400,200)

2. To verify the SPACE set for the SYSUT1 DDDEF entry if using CA Chorus Software manager:
- On the SMP/E Environments tab, select the SMP/E environment for your installation.
- On the SMP/E Environment Information page, select the GBOBAL zone.
- On the Zone Details dialog box, find SYSUT1 in the list of DDDEF Entries.
- Verify the SPACE meets the requirement listed in step 1.
- If the SPACE for the SYSUT1 DDDEF in the GLOBAL zone does not meet the requirement listed in step 1, use the sample JCL in step 4 to update the SYSUT1 DDDEF entry.

3. To verify the SPACE set for the SYSUT1 DDDEF entry if using a PAX file install:
- Use the following sample JCL to list the SYSUT1 DDDEF entry:
JOBCARD1
JOBCARD2
JOBCARD3
JOBCARD4
//*
//* CHANGE: 1/ **SMPECSI** - SMP/E CSI
//*
//LSTDEF EXEC PGM=GIMSMP,REGION=0M,
// PARM='CSI=**SMPECSI**,DATE=U'
//SMPCNTL DD *
SET BOUNDARY(GLOBAL).
LIST DDDEF (SYSUT1).
//*
- Check the SMPLIST output for GLOBAL DDDEF ENTRIES, find the SYSUT1 DDDEF entry.
- Verify the SPACE meets the requirement listed in step 1.
- If the SPACE for the SYSUT1 DDDEF in the GLOBAL zone does not meet the requirement listed in step 1, use the sample JCL in step 4 to update the SYSUT1 DDDEF entry.

4. Update the SYSUT1 DDDEF for SYSUT1 in the GLOBAL zone:
- Use the following sample JCL to update the SYSUT1 DDDEF entry:
JOBCARD1
JOBCARD2
JOBCARD3
JOBCARD4
//*
//* CHANGE: 1/ **SMPECSI** - SMP/E CSI
//*
//UPDDEF EXEC PGM=GIMSMP,REGION=0M,
// PARM='CSI=**SMPECSI**,DATE=U'
//SMPCNTL DD *
SET BOUNDARY(GLOBAL).
UCLIN.
REP DDDEF(SYSUT1)
TRK SPACE(400,200) NEW DELETE
.
ENDUCL.
).