cancel
Showing results for 
Search instead for 
Did you mean: 

sap ep logon times are vey high?when this situation occours and what are t

Former Member
0 Kudos

Hi,

Can any one specify on what circumstances Logging in to EP will take more time what are the remideal measures

Accepted Solutions (1)

Accepted Solutions (1)

former_member192029
Active Contributor
0 Kudos

Hi

It can be many thing

1) If the no of connected user is high - need to use load balancing & connect one or more server based on the max user

2) browser cahce is high - clear the cache from browser

3) server HW configuration - please see the system pre requiste

4) some time client machine HW configuration

5) Network connectivity

6) In your program, if you are using any DB connection, ensure that the connection is closed & released peoperly

7)if you used any file i/o operation, ensure that the connection is closed & buffer is flushed peoperly

Cheers

Jawahar Govindaraj

PS:reward pts

Former Member
0 Kudos

HI

Thanks for response

we are updating EP 6.o to NW 7.0 in this case what are the additional steps to be taken in order to avoid very high logon times

points are in pipe line

Former Member
0 Kudos

Hi,

There are some other ones as well:

-Logon page contains process intensive iviews (KM iviews can really drag down performance)

-Portal connetion to LDAP is down or slow (perhaps LDAP is having high load).

-Database has high load

-EP 6.0 SP13 had query which did a full table scan against a big table of UME data. This was done on a regular basis but if another user logged in while the query was running, he also started a new query. Is fixed in newer version

-Custom Login modules can impact it if developed without proper care

Dagfinn

Answers (0)