You can go to
https://youribmi.yourdomain.com:2003/Navigator/mainframe/network/connections
from there you can sort by port, etc. This basically runs SELECT ... FROM
QSYS2.NETSTAT_INFO

Or
SELECT
O.SYSTEM_OBJECT_SCHEMA, O.SYSTEM_OBJECT_NAME, O.OBJECT_TYPE, O.JOB_NAME,
J.REMOTE_ADDRESS, J.REMOTE_PORT, J.REMOTE_PORT_NAME,
J.LOCAL_ADDRESS, J.LOCAL_PORT, J.LOCAL_PORT_NAME
FROM QSYS2.OBJECT_LOCK_INFO O, lateral
(SELECT
REMOTE_ADDRESS, REMOTE_PORT, REMOTE_PORT_NAME, LOCAL_ADDRESS,
LOCAL_PORT, LOCAL_PORT_NAME
FROM QSYS2.NETSTAT_JOB_INFO
WHERE JOB_NAME = O.JOB_NAME) j
WHERE O.SYSTEM_OBJECT_SCHEMA = 'DGECAMF'
AND O.SYSTEM_OBJECT_NAME = 'YADI112156'
AND O.OBJECT_TYPE = '*DTAQ';


On Wed, Sep 3, 2025 at 12:09 PM Kelly Beard <kenverybigliar@xxxxxxxxx>
wrote:

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.


--
Kelly Beard
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



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.