This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
This function is now available via PTF on release 7.3. The PTF number is SI65183. The PTF requires some set up to allow users to customize whether or not the CPI1131 and CPI1133 messages are sent, or sent to an alternate message queue. Here is more information from the coverletter:
CPI1131 and CPI1133 error messages can either be suppressed or
redirected to another MSGQ by creating a new data area,
QWTCPI1131 or QWTCPI1133 in library QSYS with a type *CHAR and
length 20. Where first 10 bytes are reserved for the name of
MSGQ user wants the messages to be redirected to, and the last
10 bytes are for library in which the MSGQ exists.
To suppress the CPI1131 messages from being sent, create the
following data area:
CRTDTAARA DTAARA(QSYS/QWTCPI1131) TYPE(*CHAR) LEN(20)
VALUE(*NOMSG)
To suppress the CPI1133 messages from being sent, create the
following data area:
CRTDTAARA DTAARA(QSYS/QWTCPI1133) TYPE(*CHAR) LEN(20)
VALUE(*NOMSG)
To redirect the CPI1131 messages to a different message queue,
create the following data area:
(Set the data area value to the desired message queue and the
library name.)
CRTDTAARA DTAARA(QSYS/QWTCPI1131) TYPE(*CHAR) LEN(20)
VALUE('MYMSGQ QGPL ')
To redirect the CPI1133 messages to a different message queue,
create the following data area:
(Set the data area value to the desired message queue and the
library name.)
CRTDTAARA DTAARA(QSYS/QWTCPI1133) TYPE(*CHAR) LEN(20)
VALUE('MYMSGQ QGPL ')
If the data area or the message queue specified does not exists,
the messages will be sent to QSYSOPR.
It may help you to
CRTMSGQ QSYS/QSYSMSG
Once you create this message queue then "significant" messages are automatically duplicated to that message queue from QSYSOPR.
Also the web operator panel at http://youribmi:2001 System, System Operator Messages, allows you to sort by a number of columns. You could sort by description, highlight a range of these messages, and delete them in mass. Your system may use https:// instead of http://
If you want to build a dashboard for your operator (at least until your enhancement arrives) you can look at this function
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/QSYS2.MESSAGE_QUEUE_INFO%20View
And have your where clause omit these messages.
IBM agrees with the request and a solution appears to be desirable and feasible. IBM intends to provide a solution. However, IBM's plans may change and no commitment is made that a solution will be provided.
Creating a new RFE based on Community RFE #93941 in product IBM i.