How to resolve GIM30206E in smpe apply job?
APPLY CHECK /*** Remove to APPLY all functions ***/ GROUPEXTEND(NOAPARS NOUSERMODS) SELECT ( CBRME00 /*CA-View */ CBROE00 /*CA-EBC OM Common Dbase Driver */ CBY3E00 /*CA-OM DATA REPOSITORY AGENT SERVICES */ CBY3E02 /*CA-OM DATA REPOSITORY AGENT SERVICES */ CBRNE00 /*CA-Deliver */ CCAFE00 /*CA Output Management Web Viewer */ ) BYPASS(HOLDSYSTEM). GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD CBRME00. HOLD REASON IDS WERE NOT RESOLVED. GIM35901I ERROR HOLD AC00179 WAS NOT RESOLVED. GIM35901I ERROR HOLD BC00179 WAS NOT RESOLVED. GIM37001S ** APPLY PROCESSING STOPPED BECAUSE FUNCTION SYSMOD CBRME00 FAILED. GIM30206E ** APPLY PROCESSING FAILED FOR SYSMOD CCAFE00. HOLD REASON IDS WERE NOT RESOLVED. GIM35901I ERROR HOLD AC04581 WAS NOT RESOLVED. GIM35910I COREQUISITE SYSMOD CBRME00 WAS HELD. GIM20501I APPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12.
To resolve the HOLD errors you need to download and RECEIVE the PTFs that fix the HOLD ERRORs.
Then run the APPLY CHECK or APPLY again. With the GROUPEXTEND option it will apply all the required PTFs.
You can find the PTF that fixes the problem by looking at the following report from the failed APPLY.
Look at the RESOLVING SYSMOD column with a status of MISSING.
You have to download an RECEIVE all the PTFs marked as MISSING.
eg....
UNRESOLVED HOLD REASON REPORT FOR APPLY CHECK PROCESSING
HOLD MISSING HELD RESOLVING RESOLVER
TYPE FMID CLASS APAR SYSMOD SYSMOD STATUS
------ ------- ------- ------- ------- --------- --------
ERROR CBRME00 HIPER AC00179 CBRME00 SO00172 MISSING
BC00179 CBRME00 SO04621 MISSING
CCAFE00 HIPER AC04581 CCAFE00 SO04622 MISSING
so from the above you need SO00172, SO04621 and SO04622.
If you have a situation where you can't apply the required ptfs in one step, for eg you need to apply and accept the base product install before applying other ptfs you can apply the base product and use the BYPASS command eg....
"BYPASS(HOLDSYSTEM,HOLDERROR(AC00179))."
Note- if you use the bypass for the base product it is highly recommended you apply the fixes highlighted as soon as possible after that specially if they include hiper ptfs.