Hi Rob,
I applied your recommended alternative method.
I edited the common customisation members C2PXDEF1 and added the SUPPRESS command.
After the verify and refresh, the CKR1788 04 message was suppressed.
Thank you.
iyi çalışmalar, saygılar / Regards
________________________________________________
Kayhan TANRIVERİR
Senior Systems Programmer & Consultant
VBT Yazılım A.Ş
www.vbt.com.tr
Bu elektronik posta ve onunla iletilen bütün dosyalar sadece göndericisi tarafından alınması amaçlanan yetkili, gerçek ya da tüzel kişinin kullanımı içindir. Eğer söz konusu yetkili alıcı değilseniz bu elektronik postanın içeriğini açıklamanız, kopyalamanız, yönlendirmeniz ve kullanmanız kesinlikle yasaktır ve bu elektronik postayı derhal silmeniz gerekmektedir. Şirketimiz bu mesajın içerdiği bilgilerin doğruluğu veya eksiksiz olduğu konusunda herhangi bir garanti vermemektedir. Bu nedenle bu bilgilerin ne şekilde olursa olsun içeriğinden, iletilmesinden, alınmasından ve saklanmasından sorumlu değildir. Bu mesajdaki görüşler yalnızca gönderen kişiye aittir ve Şirketimizin görüşlerini yansıtmayabilir. Tarafınızla paylaşılan Kişisel Verilerin başta 6698 sayılı Kişisel Verilerin Korunması Hakkında Kanun olmak üzere ilgili tüm mevzuata uygun olarak işlenmesi gereğini hatırlatırız. Şirketimizin bu husustaki Politika, uygulamaları ve detaylı bilgiye www.vbt.com.tr/sayfa/kisisel-verilerin-korunmasi adresinden ulaşabilirsiniz.
This e-mail and all files sent with it are intended for authorized natural or legal persons, who should be the only persons to open and read them. If you are not an authorized recipient, you are strictly prohibited from disclosing, copying, forwarding, and using the contents of this e-mail, and you must immediately delete it. Our company does not guarantee the accuracy or thoroughness of the information contained in this message. It is therefore in no way responsible for the content, sending, retrieval and storage of this information. The opinions contained in this message are the views of the sender only and do not necessarily reflect the views of the company. We would like to remind you that any personal data shared with you should be processed in accordance with Act 6698 on the Protection of Personal Data. Please visit www.vbt.com.tr/sayfa/kisisel-verilerin-korunmasi to review our Company's policies, procedures and more information concerning protection of personal data.
Original Message:
Sent: 10/26/2024 4:31:00 AM
From: Rob van Hoboken
Subject: RE: Suppress the CKR1788 message from C2POLICE.
The C2PDEBUG file uses I/O buffers, so depending on how exactly the output file is allocated you may be looking at messages from the previous C2POLICE cycle. You need to check the timestamp (on the first line of the message file, if I remember it right) to see how old the messages are.
In fact, when I wrote alert skeletons, I would typically issue F C2POLICE,REFRESH a 2nd time before seeing the messages from the new alert code show up in C2PDEBUG. This 2nd REFRESH would force out the buffer from the messages of the 1st REFRESH, if you get my drift. Very confusing, until you remember the effect of I/O buffering.
------------------------------
Rob van Hoboken
------------------------------
Original Message:
Sent: Fri October 25, 2024 02:39 PM
From: David Low
Subject: Suppress the CKR1788 message from C2POLICE.
Hi Rob,
I too am getting many of these messages in C2PDEBUG DD. I tried adding the SUPPRESS MSG=1788 as you suggested but still seeing the message.
Here's what I've done:
Create member C2PU1788 in C2PCUST with the two lines as suggested.
Edit the Alert configuration.
Enter the C2PU1788 member name in the Skeleton field.
Verify the configuration.
Refresh the configuration.
Did I miss something on making this change?
------------------------------
David Low
Original Message:
Sent: Tue October 22, 2024 12:37 PM
From: Rob van Hoboken
Subject: Suppress the CKR1788 message from C2POLICE.
Hi Rene
I am not thrilled by the idea of saving a copy in time of C2PSGLOB, because future fixes to C2PSGLOB (in SC2PSLIB) would then be hidden.
It would be safer to create a member, e.g., C2PU1788, in the C2PCUST data set, containing
)IM C2PSGLOB
SUPPRESS MSG=1788
and writing the member name C2PU1788 in the Skeleton field that you pointed out. This keeps the original global skeleton for any future maintenance.
------------------------------
Rob van Hoboken
Original Message:
Sent: Tue October 22, 2024 11:32 AM
From: RENE van TIL
Subject: Suppress the CKR1788 message from C2POLICE.
Hi kayhan,
The return code of CKR1788 is allready changed from 20 to 4 in C2PSGLOB via an OPTION statement. You can copy C2PSGLOB from SCKRSLIB to your C2PCUST dataset but with a different name. In it you can either add an extra suppress or change the RC for CKR1788 to 0. To activate this you can specify your "member" in (see bottom of screenprint)
Menu Options Info Commands Setup
-------------------------------------------------------------------------------
zSecure Suite - Setup - Alert
Command ===>
Name . . . . . . . . . RENE1 (also report member)
Description . . . . . . RENE1
You might need to scroll forward/backward to view all parameters
SMTP node . . . . . . . TVT6089
SMTP sysout . . . . . . B
SMTP writer . . . . . . SMTP
SMTP atsign . . . . . . @
SMTP CCSID . . . . . . 01047
User CCSID . . . . . . 01047
Interval . . . . . . . 60 (in seconds)
Environment refresh . . 10 (in minutes)
Use internal refresh (Y/N/blank)
WLM serviceclass SYSSTC (Y/N/blank)
Average . . . . . . . . 300 (in seconds)
Buffer size . . . . . . 25 MB (in KB/MB)
Number of buffers . . . 32
TCP keepalive interval (in seconds)
TCP connect when needed (Y/N/blank)
RACF database . . . . . PRIMARY (PRIMARY or BACKUP)
Collect started task ALERTC
CKFREEZE data set . . . ALERT.CKFREEZE
CKFREEZE Collect time 0100 (Time of day in hhmm)
Collect stagger time (Time offset in hhmm)
Show SMF statistics . . Y (Y/N/blank)
Extended Monitoring . . N (Y/N)
Snapshot retention . . 2 (Number of hours, 2-99)
Suppress copy of UNIX syslog message in SYSPRRPT
Enter / to view/edit the global CARLa skeleton
e Skeleton C2PSRENE
verify it and in the report member there should be your suppress or option statements.
cheers
rene
------------------------------
RENE van TIL
Original Message:
Sent: Tue October 22, 2024 10:27 AM
From: Kayhan Tanriverir
Subject: Suppress the CKR1788 message from C2POLICE.
Hi,
I am receiving CKR1788 04 CKRCFV message about the file system audit ID because it is not unique to my system.
I want to suppress the CKR1788 message,
because there are a lot of not unique files. How can I do so by coding SUPPRESS MSG=1788 ?. I couldn't find where I will code SUPPRESS MSG=1788 in C2POLICE.
Regards,
Kayhan Tanrıverir
------------------------------
iyi çalışmalar, saygılar / Regards
________________________
Kayhan TANRIVERİR
Sn. Systems Programmer & Consultant
VBT Yazılım A.Ş
www.vbt.com.tr
------------------------------