× 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.



Interesting.
Here's a message id which may help.
SELECT
ORDINAL_POSITION, -- A unique number for each row that indicates the time order of messages in the job log.
MESSAGE_ID, -- The message ID for this message.
MESSAGE_TOKENS,
MESSAGE_TEXT, -- The first level text of the message including tokens, or the impromptu message text.
MESSAGE_SECOND_LEVEL_TEXT, -- The second level text of the message including tokens.MESSAGE_TYPE, -- Type of message.
MESSAGE_SUBTYPE, -- Subtype of message.
SEVERITY, -- The severity assigned to the message.
MESSAGE_TIMESTAMP, -- The timestamp when the message was sent.
FROM_USER, -- The current user of the job when the message was sent.
FROM_JOB, -- The qualified job name when the message was sent.
FROM_PROGRAM, -- The program that sent the message.
MESSAGE_LIBRARY, -- The name of the library containing the message file.
MESSAGE_FILE, -- The message file containing the message.
x.*
FROM TABLE (QSYS2.HISTORY_LOG_INFO(-- START_TIME => CURRENT DATE
)) AS X
where message_id in('CPI671F')
ORDER BY ORDINAL_POSITION desc;

This might only work if you have barcode labels on your tape media. Our VTL even has "barcode" labels.
I think the last ones we had which didn't were 1/4" cartridges.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.