This is the public portal for all IBM Z Hardware and Operating System related offerings. 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.
In an attempt avoid custom code running on the z/OS side I'm simply using fluentd to format the messages then write them out to the USS syslog, which in turn is set to write them to the console. They're being written out fine but are all preceded by BPXF024I e.g.
BPXF024I (OMVSKERN) Jun 9 11:00:00 zcx.test.com/logon 7657905c1b8d XYZ: ABC1990I server 'my-server' starting initialization; version '1.2.3.4' (64-bit)
I need a way to replace the default message ID BPXF024I with my own message ID.
Idea priority | Medium |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
Hello
Is there any status update on this request or about future directions?
kind regards
marco
This item is a valid requirement and being tracked in our backlog.
Hello
Maybe there is a more holistic way to solve this generally as there is already a kind of solution available in SA for BPXM023I.
----
Trapping messages issued with the UNIX __console() service
Message BPXM023I is written to the operator when an application has called the __console() (BPX1CCS/
BPX4CCS) service to issue a message and the process calling the service is not running with UID=0.
BPXM023I is a wrapper that folds around the actual message. It is either a single-line or a multi-line
message.
To make this message easy to automate, an INGMSGSA automation table statement reformats it to have
just one single format. This automation table statement removes the first line of the message if
BPXM023I is a multi-line message, or removes the prefix if BPXM023I is a single-line message. Thus you
can drive reliable automation for this message despite of the caller's privileges.
How SA reformats BPXM023I is documented in the INGMSGSA automation table as follows.
----