Hello,
I am experiencing some intermittent Logon issues in our Production and Test environments. When you logon it will spin and then blank out the username and password fields after about 30 seconds. This goes on for about 10-15 minutes then clears up for a period of time and comes back. This happens in both our Test and Production environments. We have bounced both application servers and DB server with no luck. The only think that has changed in the past 2 weeks is that we installed Yearend W2 patching. Does anyone have any ideas or any Logs that I should be looking at pertaining to logon/authentication? Thanks in advance.
If this helps,
Our Lawson 9.0.1.13 environment is running on Windows Server 2008 R2
Oracle Database on separate Linux Server.
We had the same problem (LSF: 9.0.1.13) - could not hunt down actual cause (it seemed to be in the websphere side).
Work around: We forced a logoff to clear the Lawson (SSOP) credential by creating an html that had a button (fix login) - this ran the following:
var tmpURL = gProtocol + '//' + gHost + '/sso/SSOServlet?_action=LOGOUT&_loggedOutUrl='+ gProtocol + '//' + gHost + '/lawson/portal/index.htm';
window.location.href = tmpURL;
It isn't practical to communicate this to all our ESS users, but for the Portal users, this gets them back online sooner.