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.
Steve Bradshaw's duplicate RFE, which he excerpted in a previous Comment, can be viewed at this link:
https://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=149015
Hi Frank,
I missed this RFE and submitted a duplicate, I hope you don't mind but I wanted to add the information from my RFE as a comment on here to help IBM understand more about the importance of this issue.
Best wishes, Steve
Steve Bradshaw
IBM Champion, Member of CEAC & Techincal Director i-UG.co.uk
Description:
Currently, auditing of the Basic IBM i does not give you details of what was actually added, changed or removed in the System Audit Journal.
Whilst you can enable auditing on the QDFTJOBSCD object and the commands that influence it, as described in the following two links https://www.ibm.com/support/pages/node/6245364
https://www.ibm.com/support/pages/tracking-changes-job-scheduler
This does not give you a consistent and canonical record that you can present to an external auditor or SIEM.
Use Case:
An Auditor or SEIM wants to track the changes made to the Job Scheduler, they would want to know not only that the change was made but also the before and after images of the Job Scheduled Entry so they could see changed not only to the command being run but also changes to the Job Scheduled Entry itself.
Business justification:
Given that control of tasks in the Job Scheduler could affect data integrity or be used to as a vector for unauthorised data access, this improved level of auditing would address this need.
The CEAC has reviewed this requirement and recommends that IBM view this as a MEDIUM priority requirement that should be addressed.
Background: The COMMON Europe Advisory Council (CEAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CEAC has a crucial role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community and has therefore reviewed your RFE.
To find out how CEAC help to shape the future of IBM i, see CEAC @ ibm.biz/BdYSYj and the article "The Five Hottest IBM i RFEs Of The Quarter" at ibm.biz/BdYSZT
Therese Eaton – CEAC Program Manager, IBM
Yes.
Hi Rudi, yes it is WRKJOBSCDE I am talking about.
Good to know the Advanced Job Scheduler (AJS) stores it's information in database tables. That would solve the issue (at a significant cost I'm afraid). Thanks for the update.
Changes to the job scheduler do send a ZC audit entry that would show who changed it and when. I does not show what was changed though, you'd have to track down the joblog to find that.
Journaling a new object type is quite expensive, and it's unlikely we would add that anytime soon, but if I might make a suggestion, you could easily capture this information yourself through the command analyzer exit point, QIBM_QCA_RTV_COMMAND to call a user-defined exit program for the ADD/CHG/RMVJOBSCDE commands.
Hello Franks,
Is this the WRKJOBSCDE you are talking about?
The Advanced Job Scheduler (AJS) offers the functionality you are asking for in the box. The AJS stores all the data in tables, allowing you to use the journaling to track changes.
Greetings Rudi