×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Are any certs updated when you put on PTFs? For example, if you take the results of this (a slightly modified example in Run SQL Scripts) is there a possibility that those which appear may be updated?
-- Use a global variable to avoid having source code include password values
create or replace variable rob.system_cert_pw varchar(30);
set rob.system_cert_pw = 'redacted';
select *
from table (
qsys2.certificate_info(certificate_store_password => rob.system_cert_pw)
)
where validity_end < current date + 3 month
;
Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 7310 Innovation Blvd, Suite 104
Ft. Wayne, IN 46818
Ship to: 7310 Innovation Blvd, Dock 9C
Ft. Wayne, IN 46818
http://www.dekko.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.