Forums >> IBM Power Systems >> PTF Watch

Jump to:




bvstone

V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Posted:

V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Recently we had a customer using our eRPG SDK report with an error.  It was happening when calling our #getData() subroutine that retrieves the value of a form field on a web page. 

We found in his job log something that for some reason brought back some memories.  It looked something like this:

Pointer not set for location referenced. 
Suspected program QZHBCGI not found. 
Object QZHBCGI in *LIBL type *PGM not found. 
Exception recursion detected. 

There were also messages logged in QSYSOPR regarding this as well.

It reminded me of a thread, which showed up right away in a search for the symptoms of this problem as a Midrange-L post.

A little searching found this very "nondescript" PTF cover letter.

http://www-912.ibm.com/a_dir/as4ptf.nsf/2cd2b90688ce805586257cc8006a22a5/2f226cd82500072086257cba00632b84?OpenDocument&Highlight=2,qzhbcgi

​We are having the customer apply this PTF before calling IBM for support and will report back if this solves the issue.


Last edited 02/16/2016 at 18:46:22



Latest Posts:

Update for Google WorkSpace Accounts (2024): Google Dropping Support for Update for Google WorkSpace Accounts (2024): Google Dropping Support for "Less Secure Apps" May 30th, 2022. What Does This Mean for Your IBM i Email?
Posted by January 19, 2024
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sales By State Report in QuickBooks Online Sales By State Report in QuickBooks Online
Posted by January 13, 2024
QuickBooks >> QuickBooks Online
How to Whitelist GreenTools for G Suite (G4G) For Your Organization How to Whitelist GreenTools for G Suite (G4G) For Your Organization
Posted by November 5, 2023
BVSTools >> BVSTools Software Discussion >> GreenTools for G Suite (Google Apps) (G4G) Specific Discussion
QuickBooks Online Releases QuickBooks Online Releases "New Invoices!"... and It's Terrible!
Posted by October 8, 2023
QuickBooks >> QuickBooks Online
Admin/4i - What is it? Admin/4i - What is it?
Posted by September 30, 2023
Vendor Corner >> MSD Information Technology
BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command BVSTools Releases Send Job Log to BVSTools (SNDLOG2BVS) Command
Posted by August 28, 2023
BVSTools >> BVSTools Announcements
MAILTOOL Now Allows Email Redirection for Development and Testing MAILTOOL Now Allows Email Redirection for Development and Testing
Posted by May 27, 2023
BVSTools >> BVSTools Announcements >> eMail Tool (MAILTOOL) Specific Announcements
GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email GreenTools for Microsoft Apps (G4MS) Now Supports Footers When Sending Email
Posted by March 29, 2023
BVSTools >> BVSTools Announcements >> GreenTools for Microsoft Apps (G4MS) Specific Announcements
QuickBooks Online - Subtotals and Discounts Frustration QuickBooks Online - Subtotals and Discounts Frustration
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic Making the Switch From QuickBooks Desktop to QuickBooks Online - No Picnic
Posted by March 16, 2023
QuickBooks >> QuickBooks Online
BVSTools Software Verified on V7R5 and Power10 BVSTools Software Verified on V7R5 and Power10
Posted by December 9, 2022
BVSTools >> BVSTools Announcements
Microsoft Office 365 Servers and Random Errors Issue Microsoft Office 365 Servers and Random Errors Issue
Posted by November 14, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending/Resending Emails Using a MIME File with MAILTOOL Sending/Resending Emails Using a MIME File with MAILTOOL
Posted by November 8, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Sending an HTML Email on Your IBM i Using MAILTOOL Sending an HTML Email on Your IBM i Using MAILTOOL
Posted by November 1, 2022
BVSTools >> BVSTools Software Discussion >> Email Tools (MAILTOOL) Specific Discussion
Transferring License Keys from One System to Another Transferring License Keys from One System to Another
Posted by October 31, 2022
BVSTools >> BVSTools Software Discussion
bvstone

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Posted:

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

I just received an update from my customer on this.  Apparently they have the PTF applied already.

IBM support is saying to try adding the library that the QZHBCGI object is in to the library list.  QZHBCGI is a service program.  The eRPG SDK service programs are created using binding directories pointing directly to this object (the library is stated in the Binding Directory).

A better option would be to copy the QZHBCGI object into their CGI library, but that still doesn't explain the fact that it's worked since V5Rx up until now (with that one issue from V5R3 to V5R4 mentioned previously that was fixed with a PTF and seems to be exactly the same problem as this).

So, again IBM support I don't believe is looking deep enough.  They're focusing on one error in the job log which is that the QZHBCGI object is not found in *LIBL.  

I will update when I hear more.


Last edited 01/20/2016 at 09:58:20



bvstone

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Posted:

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Another update.

IBM has suggested they add the QHTTPSVR library (where QZHBCGI exists) to the library list or copying the object to their CGI library.  Both which seem to work.

But... this shouldn't need to be done.  It's worked fine for years.  Seems like an ILE issue.  Any why it's reporting QZHGCGI type *PGM (instead of *SRVPGM) is odd as well.

 


Last edited 01/29/2016 at 10:30:21



Vivian

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Posted:

RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

V7R2 QZHBCGI error is an error message logged in the IBM i operating system's QSYSOPR message queue and job log. It typically indicates an issue related to the QZHBCGI program, which is responsible for handling HTTP requests on the system. Further analysis and troubleshooting are required to identify and resolve the specific cause of the error.


 


Last edited 07/08/2023 at 01:42:15



Vivian

RE: RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

Posted:

RE: RE: V7R2 QZHBCGI Error Logged to QSYSOPR and Job Log

IBM has recommended including the QHTTPSVR library (where QZHBCGI resides) in the library list or duplicating the object to their CGI library. Both how to watch private youtube videos methods appear effective, yet the necessity for such actions is questionable, as the system has functioned properly for years. This appears to be an issue related to ILE.


Last edited 02/12/2024 at 05:37:33




Reply




© Copyright 1983-2020 BVSTools
GreenBoard(v3) Powered by the eRPG SDK, MAILTOOL Plus!, GreenTools for Google Apps, jQuery, jQuery UI, BlockUI, CKEditor and running on the IBM i (AKA AS/400, iSeries, System i).