on 2018 Mar 23 5:29 PM
MII 15.1 SP3 Patch 16 / NetWeaver 7.5 AS Java
Every time a scheduled transaction executes that uses a Credential Store the session thread stays in a Sticky state. This is only happening in one of our MII clients and jobs are configured the same way in all clients. Is there a configuration setting that could be causing these sessions to stay open? Is there a way to configure it to not open a session for scheduled transactions?
There aren't any errors reported in the NetWeaver log / trc. In sapmmc, session threads stay open until the timeout value is hit.
JOBSERVICE is a credential store to a user with Illuminator service level access:
Sessions show as active in the log after the transaction completes:
In NetWeaver Administrator System Overview, they are not listed as active:
There are a few sessions showing in NWA > Session Management: Resource Consumption:
Request clarification before answering.
I updated the ticket login policy for SPNegoLoginModule and BasicPasswordLoginModule to be OPTIONAL and it resolved the issue. NetWeaver now creates the MYSAPSSO2 cookie for users that use integrated Windows authentication and users that use basic authentication without causing job (scheduled transaction) user sessions to stay open.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Until we find a solution to this issue, we removed the Credential Store from the transaction scheduler from every scheduled job. The jobs run without creating a web session when there isn't a Credential Store used.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eric,
You can check if the SessionIdRegenerationEnabled is set to false on that server. Look at the thread linked below for more info.
https://archive.sap.com/discussions/thread/2003159
Regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Christian,
Thanks for the reply. I verified SessionIdRegenerationEnabled is set to false. It is very strange. I have been going through several Java configuration settings and cannot find differences between MII servers. When the scheduler is running it hits the session limit within a couple of hours and then I get a 503 error when trying to log in to MII.
Eric
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.