I ran this query:
Select
MESSAGE_TEXT,       --  The first level text of the message including 
tokens.
count(*) as NbrOfOccurences
from table(qsys2.joblog_info('136558/QUSER/QZLSFILET')) A
where message_id='CPIAD12' and message_text like '%NETGUEST%'
group by message_text
order by message_text
;
I have a few thousand hits.  A bulk is from one IP address.  The rest are 
from three users, all of whom use their IBM i id's daily via 5250 and 
currently have active 5250 jobs.  Why would these last be using NETGUEST?
Basically:  Why would NetServer use the guest account when someone has a 
valid user id?
No users are currently disabled for NetServer access.  I checked at 
http://myserver:2001, Network, Servers, TCP/IP Servers, IBM i NetServer, 
Disabled user ids.
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.