Hello Jorge,
There is a static method on the AS400 class that can be used to set the number of password expiration warning days. If you don't want the warning to pop up, set it to zero before you make any connections:
AS400.setPasswordExpirationWarningDays(0);
------------------------------
Michael Swenson
Software Engineer
IBM
------------------------------
Original Message:
Sent: Tue March 26, 2024 06:15 PM
From: Jorge Lee
Subject: IBM i - prevent password expiration notice from being displayed on JT400
Hello,
Is there a way to prevent the password expiration warning message from being displayed when an application connects, using the JT400
the message that appears is: "Password will expire in 7 days..."
I tried changing the PWDEXPITV parameter but the password should expire due to audit.

------------------------------
Jorge Lee
------------------------------