You're going to love this. Got this error? GIM69208S ** RECEIVE PROCESSING HAS FAILED BECAUSE THE LEVEL OF PROGRAM GIMJVCLT (34.09) IS NOT COMPATIBLE WITH THE LEVEL OF THE SMP/E CALLING PROGRAM GIMSMP (34.13).
(GIMVCLT is in the following path: /usr/lpp/smp/classes/com/ibm/smp/) In the same path, there is a file named GIMJVLVL.properties with the following description: GIMJVLVL.properties contains the level indicator for the Java code contained in package com.ibm.smp. This file must be updated each time the SMP/E GIMLEVEL module is updated. And the following parameters: GIMVER=3 GIMREL=4 GIMMOD=0 GIMPTF=09 Change GIMPTF=09 to GIMPTF=13. Problem goes away. M-I-C, K-E-Y, Unix System Services .... Sorry, couldn't resist. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Miller, Pat Sent: Monday, June 02, 2008 4:08 PM To: [email protected] Subject: Re: SMP/E Error No JOBLIB, no STEPLIB. Appears that the module in the HFS is back leveled for whatever reason. I'm fairly certain we went to the 34.13 level with the z/OS ServerPac (or possibly with the toleration/compatibility maintenance), which means a couple years ago. The job has a DD statement (SMPCPATH) that points to the path. I suspect the problem is that the upgraded module lies on a different path, owing to some maintenance bungle. Now, I just have to find it, assuming it still exists. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Zelden Sent: Monday, June 02, 2008 3:49 PM To: [email protected] Subject: Re: SMP/E Error On Mon, 2 Jun 2008 15:39:04 -0500, Miller, Pat <[EMAIL PROTECTED]> wrote: >Anybody seen this before? We're simply trying to do a RECEIVE FROMNETWORK. We've done it successfully numerous times in the last year: > >GIM69208S ** RECEIVE PROCESSING HAS FAILED BECAUSE THE LEVEL OF PROGRAM GIMJVCLT > (34.09) IS NOT COMPATIBLE WITH THE LEVEL OF THE SMP/E CALLING > PROGRAM GIMSMP (34.13). > >GIMVCLT is in the following path: /usr/lpp/smp/classes/com/ibm/smp/ > Are you STEPLIBing to a higher level of SMP/E then the running system? Or did you not clone your UNIX root file the last time you applied maintenance along with your sysres? If you know where the proper level is, you can mount it at /service (or whatever your service directory name is) and specify the path name in the SMPCPATH DD or CLIENT parms: //CLNTINFO DD * <CLIENT classpath="/service/usr/lpp/smp/classes/"> </CLIENT> /* -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

