Oct 14, 2025
"Project BOB"
Diagnostic QSYSOPR Message Queue SQL
--- Who answered the message? ---
--- Columns prefixed with the "A" come from the error result
--- and those "B" from the reply result.
------------------------------------------------------------------------------------------------------------------------
A.MESSAGE_ID AS "Msg ID",
A.FROM_JOB AS "Job Generated Error Msg",
A.MESSAGE_TEXT AS "Msg Text",
B.MESSAGE_TIMESTAMP AS "Reply Date/Time",
SUBSTR(B.MESSAGE_TEXT, 1, 10) AS "Reply",
A.FROM_USER AS "Reply by"
FROM TABLE (QSYS2.MESSAGE_QUEUE_INFO(QUEUE_LIBRARY => 'QSYS',
QUEUE_NAME => 'QSYSOPR',
SEVERITY_FILTER => 99)) A,
LATERAL (SELECT MESSAGE_TIMESTAMP,
MESSAGE_TEXT, FROM_USER
FROM TABLE (QSYS2.MESSAGE_QUEUE_INFO(QUEUE_LIBRARY => 'QSYS',
QUEUE_NAME => 'QSYSOPR',
SEVERITY_FILTER => 99))
CHAR(A.MESSAGE_TIMESTAMP) <= CURRENT DATE
AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
ORDER BY "Date/Time of Error Msg" ASC
--- WHERE CHAR(A.MESSAGE_TIMESTAMP) LIKE '%2025-08-03%'
--- AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
--- Range of Hard Coded Dates
--- WHERE CHAR(A.MESSAGE_TIMESTAMP) >= YYYY-MM-DD' AND
--- CHAR(A.MESSAGE_TIMESTAMP) <= 'YYYY-MM-DD'
--- AND ASSOCIATED_MESSAGE_KEY = A.MESSAGE_KEY) B
IBM i V7R5 TR7 & V7R6 TR1 Announcements
Nostalgia Vault & Vintage "AS400" TV Ads
IBM Product Security Central
Sept 25, 2025
IBM i Podcast: "You, Me and IBM i"
Sept 24, 2025
Some of you may be aware of this but if not, it's the IBM i "You, Me and IBM i" Podcast. Brought to you by IBM'ers Alex Marquis and Kurt Schroeder.
The site states: "The You, Me, and IBM i podcast offers an inside look at the real lives of the technical support experts at the IBM i Global Support Center. Each episode explores a new aspect of support, and leaves listeners better able to solve their own issues and get back to business."
I hope you enjoy it as much as I have. It's a wealth of info.
The home page can be found here.
IBM i PRTCMDUSG Command
Sept 23, 2025
Nick Litten @Nick Litten brings us this article about IBM i command PRTCMDUSG. I don't know about you, but I haven't used this command in quite some time. It's extremely handy when planning an OS upgrade. As Nick states: "Even a PTF can change a command's behavior".
Nick's article can be found here
IBM i System Limits / Maximum Capacity
Sept 22, 2025
This is something that is overlooked. It is the IBM i System Limits / Maximum Capacity values. The values can be found here. (Change the OS Version as Needed).
Per IBM "If you exceed system limitations, you might experience an application outage or a system outage. Avoid these types of outages by being aware of the maximum capacities and system limitations in advance."
Select Number_Keys: This specifies the column to be returned. Number_Keys indicates the number of key columns defined for an index.
From QSYS2.SYSPARTITIONINDEXES: This is the target table for the query. SYSPARTITIONINDEXES is a system catalog view that provides details about all indexes built on tables within the database.
Where (TABLE_SCHEMA = 'QSPL'): This condition filters the results to only include indexes in the QSPL library. On an IBM i system, QSPL is the dedicated library where the system stores its spooled file data.
and (TABLE_NAME = 'QASPLINFO'): This further narrows the search to indexes on the QASPLINFO table. This is a system-maintained table within the QSPL library that holds information about spooled files.
and (INDEX_NAME = 'QASPDEVQ'): This specifies the exact index to be queried, which is QASPDEVQ. This index is used by the system to manage spooled file information.
In summary, the query is asking the database for the number of key fields that make up the QASPDEVQ index, which is used internally by the IBM i operating system to manage spooled files.
Sept 17, 2025
Here's something that's kind of neat to configure. It's a bit tricky the first time through. If I could do it, so can you! It was fun to set up and run.
It's the "IBM Navigator for i - Custom Charts". The page for it can be found here.
Note: The IBM page shows a current date but only lists out V7R3, V7R4. Since it is "Nav for i", this will probably work on V7R5, V7R6 as well.
Keep in mind: In the steps IBM walks you through, there is mention of the following: "If for some reason a metric is not displaying correctly or is not retrieved, the icon in the upper right for that chart shows an error condition. To review the list of errors, under the main actions button click the "View Chart Errors" action.
When I built a chart to see how the process played out, the chart I built did not show up. I knew it was right so I checked the error log as IBM instructed. What I found out was, I had to open ACS, click on the "Tools" tab and click on "Navigator Requests". That will open up a dialog box showing your partition(s). Highlight the partition the chart is being built for and start the request. That action will force your new chart to be displayed.
IBM i Announcement on V7R4
Sept 16, 2025
FORTRA 2026 IBM i Marketplace Survey
Sept 15, 2025
The 13th annual FORTRA IBM i Marketplace Survey is now open. The dates of the survey are Sept 15th to Oct 31st, 2025.
Please spread the word amongst the IBM i community!
How will you use #ibmi in 2026? Give back to the IBM i community by taking the survey today! https://www.surveymonkey.com/r/Fortra-power-survey
IBM Power Code Matrix
POWER Code Matrix - Supported code combinations for IBM Power Systems
Ending Idle ACS Run SQL Script Sessions
Sept 5, 2025
Description: Users are leaving their "Run SQL Scripts" sessions open for an extended period of time. | ||
Although there is a configurable option to "automatically close cursor to release locks", | ||
this does not disconnect the session. This can present a security risk if physical access | ||
to the connected workstation is compromised. | ||
How can we use SQL to identify ODBC/JDBC connections that have been idling for a long time | ||
and proactively disconnect them? |
@Steve Riedmuller of KISCO Systems has a Gist Site containing SQL code that can assist you with this task. His Gist site can be found here. | |
IBM i Offboarding: Profiles You Didn't Revoke
Sept 3, 2025
"Your IBM i contractor may have walked out last spring, but their user profile still lives on the system..."
This article, courtesy of @JohnFlack of CareCentrix, is an excellent reminder of things needed to be done on IBM i systems. The article is available here.
IBM Power Solutions Catalog
Sept 2, 2025
IBM's Power Software and Solutions by ISV's worldwide. The page can be filtered by "Operating System, Deployment Type, Industry, Market and Workload". ISV's can also apply to have their software / solutions added to the list.
The Power Solutions Catalog Page can be found here
Courtesy @Brandon Pederson - IBM i and Power Product Marketing Manager.
IBM MQ
August 21, 2025
I was asked to add an IBM MQ page to the blog. It has been added to the IBM Materials area on the right side of the main page.
PDF to Link
August 18, 2025
There is a new link on the IBM i Reference Pages Blog on the "Other Sites of Interest" page. It is called "PDF to Link". The page can be found here.
It is free to use. It solves the problem of sending a PDF anywhere. Sometimes sending a PDF can be a headache. This could solve that problem.
The site states:
"Instantly transform your PDF documents into shareable links and QR codes.
Upload once, share everywhere - via email, social media, or any platform."
PDF to Link doesn’t require any personal info or sign-ins, and doesn’t include anything especially eyebrow-raising.
Shout out to my friend JR Raphael at the Android Intelligencer for this beauty!
IBM i VS Code on Friday's
August 14, 2025
For IBM i developers:
IBM i is NOT the Green Screen
IBM i ACS Version 1.1.9.9
August 6, 2025
There is a new version of IBM i Access Client Solutions available for download and installation. Info on the version can be found here
Fortra Webinar - IBM i in 2025
July 23, 2025
IBM i Guided Tours
Eye on the 'i'
July 14, 2025.
The latest Common "Eye on the 'i'" newsletter is out. It can found here and on the IBM i Publications Page listed in the IBM i Pages column.
Common Eye on the 'i' Newsletter
Power 11 Hardware
July 8, 2025
IBM recently announced the new Power11 hardware. There is a Power11 page listed here and under the IBM Material area of this blog containing multiple links and articles.
IBM i Reference Pages Blog Power11 Page
IBM i Community Calendar
July 3, 2025
There is a new IBM i Community Calendar showing upcoming events in North America. Courtesy of Simon Hutchinson. The link to it can be found here and in the IBM i Pages column.