|
What is this "I do not think there were PTFs" bs?
Paste this into Run SQL Scripts (granted I'm at 7.3 and they're at 7.1):
(comment dash) (comment dash) Recent PTF's
Select PTF_IDENTIFIER, PTF_PRODUCT_ID, PTF_PRODUCT_OPTION,
ptf_PRODUCT_RELEASE_LEVEL,
PTF_PRODUCT_DESCRIPTION, PTF_RELEASE_LEVEL, PTF_PRODUCT_LOAD,
PTF_LOADED_STATUS,
PTF_SAVE_FILE, PTF_COVER_LETTER, PTF_ON_ORDER, PTF_IPL_ACTION,
PTF_ACTION_PENDING,
PTF_ACTION_REQUIRED, PTF_IPL_REQUIRED, PTF_IS_RELEASED,
PTF_MINIMUM_LEVEL, PTF_MAXIMUM_LEVEL,
PTF_STATUS_TIMESTAMP, PTF_SUPERCEDED_BY_PTF, PTF_CREATION_TIMESTAMP,
PTF_TECHNOLOGY_REFRESH_PTF, PTF_TEMPORARY_APPLY_TIMESTAMP
From QSYS2.PTF_INFO
Where PTF_STATUS_TIMESTAMP>current timestamp - 33 days
and PTF_LOADED_STATUS<> 'LOADED'
Order by PTF_LOADED_STATUS, PTF_IDENTIFIER;
I used (comment dash) because two dashes in a row has an effect on list
servers.
Rob Berendt
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.