IView BSP open too many sessions

I'm using SAP EP 6.0 NetWeaver 04 and SAP ERP 2005 : ECC 6.0.
I have create a BSP IView in my Portal to access an BSP application in SAP ERP 2005.
When I test it, the IView open too many sessions and then the ICM Server is not available. The server is Overload !!!
How can I configure the IView to open only one session ?
Have you got an idea ?
Thank you very much.
Regards,
Mathieu

Hi Mathieu,
I am not very familiar with BSP iViews and BSP applications but you describe a problem that sounds quite familiar to me.  
We were running a custom application on a SAP EP 6.0 NetWeaver 04. It happend that a short time after a user started to test the application the dispatcher crashed. The crash was caused by too many sessions requested by that single user. We could not explain where the session requests came from and did some investigation.
We observed that the problem occurred only if the user used the MS Internet Explorer 6.0, the request was routed via a certain proxy server (MS ISA Server) and the protocol used was HTTPS.
To analyze the problem try an alternative browser and have a look into your network. Try to route the request differently. Try another protocol.
Best regards,
Martin

Similar Messages

  • You have too many sessions open. Please close one and execute the workitem.

    Hi all,
    I am new to Portal.
    we have a SAP Inbox Iview that works fine, but the problem is when the user try to execute Purchase Requicition Approval, the error "You have too many sessions open. Please close one and execute the workitem." appears. What really bothers me is that the error appears as IE error message but the detail of the error looks like SAP.
    Your help will be appreciated.

    wanda89 wrote:
    Most started out with 200-250 limits and now are at 1,000 or more in less than a year.Well, as noted, store cards can be a building tool and as I understand it you have been in that process for about a year and congrats on your progress. That said, I would not be applying for any additional store cards if there is not a specific need for it. This is not the type of credit you want in your profile in the long run. With regard to closing them: I don't know how this will affect your UTIL as I am not aware of your other cards limits however there are many people that have closed these types of cards when they determined there was no use for them, they were not needed any more, they were not the type/quality of cards they wanted to have in the long run, and lastly the history of that card would remain on their report for 10 years. Some bare bones info and the affects of closing cards: http://ficoforums.myfico.com/t5/Credit-Cards/Closing-Credit-Cards/td-p/347190 All that said, while the above lists the math of it all, if you will, it does not speak to the aspect of quality. As you continue to grow, how do you want your profile to look to lenders? Do you want to have 10 low quality store cards won by the credit card trick with limits in the 1k range that you may never use and can't really use substantially anyway as your UTIL would go through the roof very quickly with a 1k limit or do you want a lower number of high quality cards with healthy limits that will continue to grow overtime if you show them the respect they deserve?

  • Too many sessions

    Dear All,
    I am using Oracle 9i ver.2. on Windows Advance server 2003. I have observed that for a single user too many sessions are active, whereas he is running a single application. I even tried to test that when all the users are gone, even then the sessions are active resulting in low performance. I have set all the parameters in the user_profile accordingly but the problem is still there. Sometimes, I have to manual kill all those sessions.
    Can anyone guide me out.
    Best regards,
    Khurram wazir.

    A session is only going to be marked as ACTIVE in v$session and will only consume resources when it is actually executing a query. If multiple sessions are being created and multiple sessions are active, that may imply that the application(s) you are using are opening and using multiple connections, possibly issuing queries in different threads. It may also mean that you have an application that is not closing connections and/or terminating queries appropriately. You would need to debug the application if this is the case to identify the source of the bug.
    Justin

  • Too many sessions error

    Hi! Im getting this error when Im trying to "launch" ocs popup from Collab suite index (content/index.jspx)
    Error
    You have too many sessions for a user. Disconnect some sessions and try again.
    How can I fix this?

    Yes, I opened a TAC case with Cisco and they have confirmed that this is a bug. Looks like it will be fixed in the next release mid february. v2.13 will fix the issue.

  • Too many session in the AS java server node?

    I have install a Netweaver JAVA portal system for customer , this is cluster system one CI and 10 DIs,  I found there are too many active session in each server node , I konw , the user can login anyone instance through the web dispatcher , but I found  nearly 3000 active session in each server node  after a work day  in average, and there are too many iterative session , sometime one user can have 30-40 session in each server node after a work day .
    I think the memmory is critical if there are have too many session , and sometimes, the log off fution of portal can't work ,so I  decided to set a time-out parameter of the session (4 hours),but this is active method to delete the session of the user ,no matter the user is working with system .
    Who can tell me how to effective control and enhance user's session managment of Netweaver Java server .

    Check note 873190 or 376915
    thanks
    G. Lakshmipathi

  • Too many session beans

    Hi All,
    Need help from you all......I have run into lot of session beans... This is because I am developing an application where I extensively uses ValuechangeEvents.
    In my application owing to ValueChangeEvents, a page normally gets refreshed more than one time and i need to get the values before the page refresh. So my backing beans are session scoped.
    Following thread also talks about the same thing:
    http://forum.java.sun.com/thread.jspa?threadID=705668&messageID=4364186
    I get very similar NoSuchElementException as described in the link above .
    Too many session beans per user will surely cause performance issues. Is this true?
    A combination of session and request bean sounds good but it is not that straightforward. I cant keep on storing everything in the session bean common to all of my pages.
    Please help and suggest some solution. Can I invalidate a session bean after the user moves to another page?
    Please suggest.

    I am getting the following exceptions........does not seem to have changed much after doing saveState.Using tomahawk-1.1.6.jar
    java.lang.IllegalArgumentException
         javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:127)
         javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:122)
         javax.faces.component.UISelectOne.matchValue(UISelectOne.java:141)
         javax.faces.component.UISelectOne.validateValue(UISelectOne.java:114)
         javax.faces.component.UIInput.validate(UIInput.java:634)
         javax.faces.component.UIInput.executeValidate(UIInput.java:838)
         javax.faces.component.UIInput.processDecodes(UIInput.java:383)
         javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:872)
         javax.faces.component.UIForm.processDecodes(UIForm.java:144)
         javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:872)
         javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:306)
         org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53)
         org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:254)
         org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:54)
         org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:176)
         org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:267)
         com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:79)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:90)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:197)
    <h:selectOneRadio id="filter_tskg"
    value="#{MyBean.filterValue}" dir="ltr"
    onclick="this.form.target='_self';submit();"
    immediate="true"
    valueChangeListener="#{MyBean.onFilterChange}">
    <f:selectItems value="#{MyBean.filterOptions}" />
    <t:saveState value="#{MyBean.filterValue}" />
    <t:saveState value="#{MyBean.filterOptions}" />
    </h:selectOneRadio>

  • Photoshop CS5 doesn't work properly after opening too many images

    Hi
    This is my very first post.
    I'm also new to CS5. I do hundreds of photo touching/cropping that is a part of my job for web.
    Everything is running fine but when ever I open too many images in Photoshop CS5 it doesn't work, I mean it doesn't hang or freezes it just open all files and then doesn't show any images (just blank) and when I closes 20/30 or more images then it get fine.
    I thought it might a RAM problem but i have i3 processor with 4GB of RAM. I have also increased memory usage from 60% to 80% but I'm still facing the same problem.
    Would like to tell that in the previous version of CS3 I never got this problem and worked fine.
    thanks
    --Venkat

    Disabling OpenGL entirely is draconian.
    You could try, if it's not already set that way, going into the Advanced settings and switching OpenGL to "Basic" mode, which uses fewer resources.
    -Noel

  • SMD agents occupying too many session in java system

    Hello All,
    I can see SMD agent occupying too many sessions in the Java instance.
    Due to this all the available sessions are getting occupied and system performance is degrading

    Hi Rajesh,
    Please increase the sessions and share more details on the performance so as to provide guidelines.
    Regards,
    Deepak Kori

  • FF dissconnects after opening too many taps

    When opening taps in FF7.1 I can get a few taps open without any problem, surfing normaly just fine.
    When i open too many taps (normaly around 5) then FF can't connect to ANY pages anymore, not even the ones i had open before.
    I've used the current installation for 2-3 months without problems, but after i moved my PC to a friend and back home this problem startet.
    I've made a clean installation of FF7.1 only importing bookmarks to get alot of tabs open quick.
    All firewalls/antivirus programs have been disabeled, and the rest of the net works just fine.
    No error messages of any kind, it just keeps turning the "loading page"-circle untill i get tirred of it.
    Windows 7 home.
    Currently i have reverted back to FF6.0 to not go crazy from having to use IE.

    FF6.0 does it as well... any idears ?

  • ADF panel opening too many JDBC Thin Client database sessions.

    Hi All,
    I have several ADF Panels, which allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and ADF application module.
    Each ADF panel as I said contains several View Link queries, and links under the form of Jbuttons to other ADF Panels running other ADF View Links.
    Running the ADF Panel as described here opens up to 21 database sessions displaying as “JDBC Thin Client” when I look them up from v$session.
    Why do I end up with that many database sessions.
    Why doesn’t it just use one or two database sessions to run all these View Links? It seems that it is opening one database session for each of these view links.
    How can I change this destructive behavior? I only one to see one or two database sessions for the entire ADF panel no matter how many ADF View Links it contains.
    Your suggestions are most appreciated.
    Thanks.
    Bobby A.

    Thanks for your response.
    I took a quick look at the docs you pointed me to. It seems that I can set some parameters in bc4j.xcfg of each application module Home to control number of database connections that the application module will create. In that case maybe you can recommend which parameters and what value they should be set to.
    Your response will be most helpful as my background is rather in database admin and not java.
    Thanks.
    Bobby A.

  • Firefox 4 opens TOO many empty windows on starting the browser!

    Every time I open up Firefox 4 a BUNCH of empty windows load up with my LAST 'remembered' tabs. SO I have ONE window with all my tabs intact.. and then like 13 EMPTY windows and this happens EVERY time I start up firefox. I have tried everything from using the about:config and changing that one browser tab setting to 'true'... I took out the mimeTypes.rdf from the Application Basics section I even tried UNINSTALLING and REINSTALLING firefox.. I'm SO tired of all these empty windows does ANYONE know what could cause this? I also ran a 'malware' check and I have NONE. I have honestly done EVERYTHING to try to fix this... just wondering if anyone ELSE is experiencing this and if anyone else has ANY other advice! I'm about ready to switch to Google Chrome.. I don't want to! So ANY help/advice would be appreciated! Thank you!!
    <i><removed bold formatting - edited by moderator></i>

    Hi cor-el,
    I think I've seen your answer before on OTHER questions like this one that I asked... The '''STRANGEST''' thing is.. yesterday it opened up '''PERFECTLY''' with NO problems.. then TODAY.. when I opened it.. it actually for SOME reason remembered this 'adobe' page I was on that I KNOW I closed and OTHER windows again.. and it just seems like a MESS now any time I reopen.. like... ''EACH time ''will be a SURPRISE as to what I will SEE in the tabs or extra empty windows...
    BEFORE I attempt this... (I didn't WANT to when I saw you post this before) but NOW I think I MAY have NO CHOICE.. but BEFORE I try this...
    Can you ''PLEASE'' tell me what you mean by... 'REDO App Tabs and Tab Groups'?? I don't understand what that means? How DO I do that?? I'm sorry I checked the link under there and I FEEL totally '''confused'''! If you have a 'short cut' way of explaining this I would LOVE to know and '''''appreciate''''' your time and help.. if not, I understand as I'm SURE it's a bit of explaining...
    I just DO NOT understand why this is happening in the FIRST place? HOW did it START and what the HECK did I DO to make this happen? And why is it, that it seems like NOT too many people HAVE this issue?
    Anyways, thanks for your time.. and
    ANYONE ELSE''' if you have annnnnnnnnnnnnny IDEAS please let me know or if anyone has heard '''ANYTHING''' else about this '''ANNOYING''' situation!
    Sincerely,
    '''FRUSTRATED '''Firefox USER (Shivonne) :(

  • Plugin opens too many Http connections

    Hi Java gurus,
    My applet sends many POST requests (10-20 per second) one by one (not concurrently) to an IIS server application, using HttpUrlConnection. When I run it with AppletViewer, I see (with netstat) a single HTTP connection which is re-used for each new POST.
    However, when I run it under IE with Plugin 1.4.0 or 1.4.1, netstat shows that each POST creates a new connection. After the response arrives, this connection goes to TIME_WAIT state for several minutes and the next POST opens a brand new connection. After some time I see hundreds of TIME_WAIT connections.
    I got an advice (from experts-exchange) to force using sun.net rather than sun.plugin, thus avoiding the apparent plugin bug. I do it as follows:
    URL.setURLStreamHandlerFactory(null);
    sysProperties.setProperty("java.protocol.handler.pkgs", "sun.net.www.protocol");
    Now a single connection is opened and re-used for all POSTs, but the applet is not aware that it runs under a plugin or browser, e.g., it doesn't recognize the IE proxy settings.
    My questions:
    1. Is this a known plugin bug? (I could not find any similar bug in Web).
    2. Are there other potential problem with my workaround?
    3. Are there other solutions to my problem?
    Thanks in advance
    Sruli Ganor

    I am facing the same problem...

  • Safari opens too many windows

    After upgrading to OS Lion, when I open Safari it doesn't always take me to the default Apple site -- sometimes it opens multiple windows to sites I recently visited; sometimes it goes right to the Apple site -- I never know what I'm going to get.  Also seems much slower loading pages.

    Here's what I've done [from "For the truly paranoid...digital shredder -- security (Apple)"]:
    -Where are your user Safari cache files located in OSX?
    NOTE: The workflow is throw away what is in a folder without throwing away the folder except when deleting QuickTime files which case you'll throw away the selected folders as stated below.
    Home>Library>Caches>com.apple.Safari>Cache.db (throw away the Cache.db file)
    Home>Library>Caches>com.apple.Safari>Webpage Previews>get rid of all the files in this folder, they are .gifs, jpegs., png, etc (they are image files to what you have been looking at on the internet
    Home>Library>Caches>QuickTime>Downloads>Throw away any folder here like 00, 01, 02, 03, etc. These folders contain any thumbnail of link to movies you have been watching on the internet.
    Home>Library>Cache>Metadata>Safari>Bookmarks> throw away everything in this folder. It contains navigational information to the sites you have visited.
    Home>Library>Cache>Metadata>Safari>History> throw away all the files in this folder it contains the history of your internet surfing habits.
    Now throw away these files:
    History.plist
    HistoryIndex.sk
    LastSession.plist
    TopSites.plist
    WebpageIcons.db
    they are all located here:
    Home>Library>Safari> History.plist, HistoryIndex.sk, LastSession.plist, TopSites.plist, WebpageIcons.db
    Lastly, remove what is in the LocalStorage folder located here:
    Home>Library>Safari>LocalStorage>link.localstorage
    Now in the Finder use, "Secure Empty Trash..." to not only empty the trash but securely write over it.
    For example, as stated above, this: "Home>Library>Caches>com.apple.Safari>Cache.db " means:
    1. Select your Home folder in a Finder window, it’s located in the Sidebar and looks like a house.
    2. Now select the Library folder
    3. Next, in your Library folder select the “Cache” folder
    4. Next, while in your Cache folder select the com.apple.Safari folder
    5. Select the Cache.db file and throw it away
    What will happen is next time you surf the internet Safari & QuickTime will create new set of folders & files.
    Side notes
    - Use “Private Browsing” if you use Safari to surf the internet
    - Use a Proxy Browser to surf the internet
    - Throw away the above files immediately after surfing the internet & use “Secure Empty Trash…” and also use Disk Utility, "7-Pass Erase" as stated above.
    - Never save and load a file to a grow site with "metadata." Software like Photoshop, iPhoto, Aperture and many others can read it and it might contain information about you.
    - Never use GPS (Global Positioning System) to photograph your grow, it travels as metadata with your photographs
    - Never use "Location Services" on cell phone which pinpoint your location with great accuracy.
    - EXIF (Exchangeable image file format) data can never be modified. EXIF data is recorded every time you click to take a photograph - it records many things like time of day, lens used, camera type...
    - If you use a computer other than yours to surf the internet you most definitely will want to throw away the above files and "Secure Empty Trash..."
    This may seem like a lot of stuff to do but after doing it a few time you'll have it committed to memory
    (sorry if i posted this in the wrong place, mod -- feel free to post it in the correct location, thanx)

  • I tried to open too many files in preview and now it won't open at all.

    how do I change the settings so that it doesn't keep trying to reopen these same files?

    I have tried to force close/quit but every time I try to get back into the "preview" application, it tries to reopen the same files. It may actually be a setting with all of my applications as they all open the file I was last working on. Is there a way to change that?

  • Firefox 19 crashes (shuts down) for no apparent reason (3 windows & multiple tabs open, too many?) never was a problem before

    4 gb ram, using up to date Win 7 and Norton . Notice no pattern but perhaps it could be Adobe related (also up to date) since I have had Adobe PDF's open and/or downloading.

    hello kheikal, i can detect no apparent cause that triggered those 2 crash report. as a general advice try to [[Reset Firefox – easily fix most problems|reset firefox]] & check the integrity of your system's RAM with a memtest tool...
    [[Avoid crashes - Tips and tricks]]

Maybe you are looking for

  • Opening balance of GL a/c  and  period

    hi experts, i want to find the opening balance one day before for my GL a/c of my selection screen date entry. example - if i enter 1.4.07 in the selection screen, i should get the closing balance of 30.3.97, closing balance of 30.3.07 will be the op

  • Strange error when starting tnslsnr on AIX machine

    Hello! I have the following system: there are two nodes (say, node1 and node2) in HACMP cluster (OS is AIX 5.2). ORACLE runs on node2 and our software - on node1 (in normal state). Also there is an external storage, where ORACLE's and software's file

  • Getting mail on iphone

    for the life of me i can't figure this stuff out. im trying to get my schools which is uta(university of texas in arlington) and i cant figure out how to do it. my email is [email protected] and i look at it through outlook web acess. i just need hel

  • Forecast not generated in background

    I have  question on generating forecast in background, I am getting the message 'Mixed periodicities in a forecast are not allowed In Demand Planning'. I do understand that our planning book has Posting periods and Year along with FYV. But I created

  • Keyboard Illumination Gone after updating to mac os x lion.

    Hi all. Im using my mid 2009 macbook pro more than 3 years now. i havent had any problems with my keyboard backlight. About 3 days ago i bought Mac OS X Lion and installed it, and the backlight is gone. The F5 - F6 buttons does nothing. And also "aut