I have used obect auditing to find these details.

CHGOBJAUD OBJ(DQLIBRARY/DTAQNAME) OBJTYPE(*DTAQ) OBJAUD(*ALL)

then you can use(if on a later release)

SELECT Entry_Timestamp ,User_Name ,Qualified_Job_Name ,Program_Library
,Program_Name ,Remote_Address ,System_Name ,Object_Name
,Object_Type ,Member_Name ,Entry_Type ,Entry_Type_Detail
FROM TABLE (
Systools.Audit_Journal_Zc(
Starting_Timestamp => '2025-09-03 00:00:00.000002',
ending_Timestamp => '2025-09-03 23:59:59.900002')
) Zc
WHERE Library_Name = 'DQLIBRARY'
AND Object_Name = 'DTAQNAME';

https://www.ibm.com/support/pages/node/6965734

Bryan


Kelly Beard wrote on 9/3/2025 11:08 AM:
Forwarded Conversation
Subject: Data queue logging
------------------------

From: Kelly Beard <kenverybigliar@xxxxxxxxx>
Date: Wed, Sep 3, 2025 at 11:06 AM
To: <midrange-l@xxxxxxxxxxxx>


My teammate and I are trying to track down a service that is reading from a
data queue remotely and is apparently running from an unknown server. We
want to shut this server down but can't find it. I was hoping there was
*something* that I could turn on in the system to track down an IP or
machine name.




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