Max users in Discoverer 11.1.1.3

HI Experts,
we need your assistance.
upgraded the Discoverer 9.0.4 to 11g ( 11.1.1.3) with cumilative patchset.
Middletier is on RHEL 5. with 8 processor and 25 gb ram server .
when we have tested it ( with users) only 500 could able to login other will get either "viewer is busy" or "processing your request".
please note that maxprocs in opmn.xml is 2000 and maxsessions in configuration.xml is 2000.
please let me know why only we were able to establish 500 connections at a particular time
is there anything need to be tuned from weblogic end
had anybody observed this in thier systems and applied any fix , if yes pls let us know
thanks

Hi
I would suggest you to check file webcache.xml under $ORACLE_INSTANCE/config/WebCache/webcache1
there are couple of parameters
"<RESOURCELIMITS MAXINBOUNDCONNECTIONS="500" MAXCACHESIZE_MB="500"/>"
try to modify these parameters and let me know in case you still have issues.
Thanks
Vaseem.

Similar Messages

  • No Data in Report for some users in Discoverer Viewer

    Hi we have some users for discoverer reports .The report show data to Admin user. But if the same report is run through any other user id , it displays 'No data is available'. the report is shared to the user, Proper grants on the table is given and also the user is given access to Business Area. It has been an issue only from last week before that it was working fine . There was a data dump taken from the database last week , would that be an issue ? not sure what DBA has done ..The same report is able to run through the user logins in Discoverer desktop tool .The issue is only when accessed via Discsoverer viewer
    Edited by: 801473 on Oct 11, 2010 4:59 AM

    HI Preetham,
    You can take a look at the selection and identification you have made in the multiprovider definition. Most of the cases of a multiprovider report not fetching any data relates to missing identifications of base chars.
    For testing purpose also try to include the the InfoProvider in your query so that you can see what data somes from which base cube.
    Hope this helps...

  • What's the semantic of "max user processes" (ulimit)

    Hello everyone,
    I don't understand the behaviour of ulimit, have a look at this shell dump:
    $ ps hax | wc -l
    120
    $ ps h -u myUsername | wc -l
    35
    $ ulimit -Su 78
    $ ps h -u myUsername | wc -l
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: retry: No child processes
    bash: fork: Resource temporarily unavailable
    $ ulimit -Su 80
    $ ps h -u myUsername | wc -l
    35
    $
    If I am currently running 35 processes, one would assume that >35 more should be sufficient to start two more processes - but obviously it isn't.
    In this case, I needed at least "ulimit -Su 80" to start ps and wc.
    If I set the "max user processes" limit to 79, the first four error messages change from "bash: fork: retry: No child processes" to "bash: fork: retry: Resource temporarily unavailable"
    Can somebody explain this bevahiour to me, please? Why am I not allowed to create new processes, although the limits should be sufficient?

    Apologies for the necro-bump but I hope this will help others.
    ulimit -u does not give you the max number of processes rather it displays the max number of threads.  To list the number of threads a user is currently using:
    ps -L -u myusername | wc -l
    The output from the above two commands can now be compared and allow you to set the appropriate ulimit.

  • How to increas the max user process number in Solaris 11?

    Hey
    Could anyone told me how to increas the max user process number in Solaris 11? I tried below as described in https://blogs.oracle.com/hasham/entry/solaris_10_increasing_number_of , but it cannot work.
    set pidmax=60000
    set maxusers = 4096
    set maxuprc = 50000
    set max_nprocs = 50000
    Thanks!
    Edited by: 966272 on Oct 18, 2012 7:38 AM

    Perhaps you should work your original forum post:
    Oracle 11g installation fail on Solaris 11 64bit - ORA-00443
    through to a resolution before you complicate things that likely don't apply.
    You make an assumption in that other post about exceeding various maximums. That may be true or it may not be true. Since the installation of a database program seems to be your actual expectation, go work that forum thread instead.

  • Changed Ulimits values for the Oracle user and getting error -bash: ulimit: max user processes: cannot modify limit: Operation not permitted when logging in.

    I'm trying to increate the ulimits for max user processes and open files for the oracle user.  I've set the values in limits.conf, /etc/profile and in oracle's environment scripts. Now when I log in as oracle I get the below errors. If I change the ulimits back to the original values errors go away but ulimits aren't changed.
    login as: oracle
    [email protected]'s password:
    Last login: Fri Mar  6 09:56:02 2015 from mtkadmin12
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    -bash: ulimit: max user processes: cannot modify limit: Operation not permitted
    [oracle@servername ~]$

    Thanks for the update.
    I modified the /etc/security/limits.d/90-nproc.conf and added a line for oracle and also modifed the oracle.sh file.  The ulimits are setting correctly when I su - oracle but they are still wrong when sshing in as oracle.
    [root@mtkdevorap11d-1 ~]# su - oracle
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 94371840
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 65536
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$
    [oracle@mtkdevorap11d-2 ~]$ ssh mtkdevorap11d-1
    Last login: Mon Mar 16 13:04:16 2015 from mtkdevorap11d-2.conveydev.com
    You are logging onto an Oracle system.
    Kickstarted on: 2014-06-05
    [oracle@mtkdevorap11d-1 ~]$ ulimit -Ha
    core file size          (blocks, -c) unlimited
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 1030982
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 4096
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) unlimited
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16384
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
    [oracle@mtkdevorap11d-1 ~]$

  • Implementing max user sessions settings for TACACS with ACS 5.3

    I'm a little confused about the configuration of max user sessions for device administration with TACACS.
    When I've changed the configutration of unlimited sessions for a value in Access Policies > Max User Session Policy > Max Session User Settings
    I think this value could limit the maximum number of sessions for each user, but instead this value limit in a global meaning all of my sessions.
    For example: I need to limit the session for my users in 2.
    user1 = Max 2 sessions
    user2 = Max 2 sessions
    user3 = Max 2 sessions
    Whe i Put the value of 2 in Max Session User Settings
    user1 + user2 + user3 = Max 2 sessions
    This is a limitation of ACS 5.3 or my configuration needs something aditional.

    Luis,
    Are you saying that when you authenticate with user1 and user 2 that user3 isnt able to get access?
    Do you have tacacs accounting enabled on the network access device?
    Also what do you have configured for the group settings? If there is a maximum group setting and all the users are a member of the same group then the lesser of the two will be enforced. So if the group max sessions is set to 1 then the all users in that group will have a max session of 1.
    Here is some reference material.
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/access_policies.html#wp1162177
    Thanks,
    Tarik Admani

  • -bash: ulimit: max user processes: cannot modify limit: Operation not permi

    Hi,
    Installed 10g Forms&Reports only on RHEL 3ES.
    Modified /etc/profile according to Oracle's documentation:
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -n 16384
    ulimit -p 16384
    else
    ulimit -u 16384 -n 16384
    fi
    fi
    But when I logon to the server, the following message shows:
    "-bash: ulimit: max user processes: cannot modify limit: Operation not permitted"
    What is the problem here?
    Thanks
    Stephan

    Hi,
    Installed 10g Forms&Reports only on RHEL 3ES.
    Modified /etc/profile according to Oracle's documentation:
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -n 16384
    ulimit -p 16384
    else
    ulimit -u 16384 -n 16384
    fi
    fi
    But when I logon to the server, the following message shows:
    "-bash: ulimit: max user processes: cannot modify limit: Operation not permitted"
    What is the problem here?
    Thanks
    Stephan

  • Forms max user session 11gR2

    Hi,
    I have three simple questions, can anyone help me to find out the answers.
    What is the max user session for oracle forms 11.1.2.1 version?
    If the max user sessions limit reached how can we handle it?
    How can i get max user session for forms 11.1.2.1 version through sql code?
    Thank You!
    Dilli Babu. S

    What is the max user session for oracle forms 11.1.2.1 version?
    How can i get max user session for forms 11.1.2.1 version through sql code?
    Not sure what you mean by "max user session", but since you mention sql code, then I have to think that you mean database sessions. If so, you can check out SESSIONS parameter :
    SQL> sho parameter sessions
    If you mean something different, please clarify.

  • EIM 4.3.2 - Max User Load

    Hello,
    We have set our agents max user load to 3 in order to keep our agents comfortable with their foreseen workload.
    A question came up today, that I can not find a work around for.
    If a supervisor receives an important email that they need to transfer to a specific agent, how can they do this, if the agent's workload is at their max (the agent does not show up in the transfer list when their max limit is full).
    Hope someone can help on this one!
    Thanks
    Barry

    Supervisor would contact the agent,
    agent marks themselves un-available and transfer existing work to a queue,
    now this agent will be available and supervisor can transfer.

  • Confussing between Database User and Application User in Discoverer

    Hi All,
    I am new to Discoverer.
    Please let me know the difference between Database User and Application User in Discoverer Administrator as well as in Discoverer Desktop Editions.
    1) While I am trying to connect to Discoverer Desktop, I am unable to connect to it with Apps Database User.
    2) Where the Discoverer compenent will be installed and what the configuration settings need to done work on it.
    Please let me know the answers soon.
    Thanks in Advance.

    Hello
    I think a database user should pretty much be self explanatory - this is a user account that exists in the database. This account is created by your Database Administrator (DBA).
    The second kind of user that Discoverer understands is a user that exists inside Oracle E-Business Suite (EBS), formerly known as Oracle Applications, hence an application user. This user account gets created by the EBS system administrator.
    Now, just because you're using EBS, it does not automatically follow that users will be application users. Let me explain.
    Discoverer can be installed in one of two modes, standard mode and Applications mode.
    The vast majority of organizations use standard mode which means they allow database users to access the system.
    The only time that you will need an applications account is under the following two rules:
    1. Your organization is using E-Business Suite, AND
    2. Your Discoverer administrator has installed Discoverer in Applications mode.
    Applicatons mode does not happen automatically, even if you have EBS, and you cannot install that mode by accident. You have to tell Discoverer that it is operating in that mode, provide some additional EBS account information, make security assignments and set users have to deliberately tell Discoverer they want to connect using an applications account.
    May I suggest you get hold of a copy of the Oracle Discoverer 10g Handbook that I wrote. That book explains in detail the differences between the modes. I also have a free white paper on my website that describes how to install Discoverer into Applications mode.
    I hope this helps
    Best wishes
    Michael
    http://ascbi.com

  • Integrating SSO users and Discoverer users

    Hi,
    I want to integrate SSO user with discoverer users. The discoverer users are database users. Is there any way by which I can authenticate discoverer user via single sign on. And if SSO user changes his password or a new SSO user is added, then the changes are reflected in discoverer users.
    Regards.

    I am having this problem too.
    In fact I would prefeer to have only one shared database user for all SSO users, and use only VPD and database roles for access control. But discoverer uses the database user for controling access to the workbooks. So any user can delete all the workbooks that other users saved when sharing the database account.
    Discoverer plus could have a option to use the SSO user instead of the database user, like it does when using a Applications mode EUL.

  • Restricting Max users login

    Hi experts,
    i want to restrict the max users login in sap gui. because sombody unknownly login in the production sytem with other user ids.
    cheers
    deepak

    Deepak,
    login/multi_login_users
    List of excepted users, that is, the users that are permitted to log on to the system more than once.
    Ex as follows:
    Valid Input, Formats, Areas:
    List the user IDs separated by commas ",".
    Blanks before/between user names are not allowed!
    Correct:  login/multi_login_users=ALPHA,BETA,GAMMA,DELTA
    Incorrect:   login/multi_login_users= ALPHA, BETA,GAMMA , DELTA
    Hope this helps.
    Cheers,
    Praveen

  • Waht's the max-users of MeetMe , conference ,7936 conference station

    What's the max-users of MeetMe , conference ,7936 conference station,How to change the number ?

    the maximum 'conferees' of a conference call are limited by the type/number of DSPs and the codec(s) used.
    see the following link for tables on theoretical maximums.
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vvfax_c/callc_c/ccm_c/intcnf2.htm
    this link shows RTR based DSP tables. a 6608 blade in a catalyst can handle g711/g723/g729, maximum 16 conferees per conference.
    the number of sessions differs as well depending on the type/number of DSPs and codec(s) used.

  • Cannot log in as an application user on Discoverer Desktop

    Hi
    I have Discoverer Desktop 4.1.37.00.0 on a laptop. When I try to log in as an application user, when in connect field I enter database name, I get the following error message:
    ORA-12154:TNS:could not resolve service name
    When instead of databse name I input connect string in tnsnames.ora file, I get another error message:
    Unable to connect to Oracle Application Database:Invalid username/password
    Please note that the checkbox 'oracle application user' is enabled while attempting to log in.
    Secondly, in my Administration Edition in Tools>options>connections
    the following settings have been done:
    Connect to both standard and applications EULs
    Gateway User Id (GWYUID)/Password : APPLSYSPUB/PUB
    FNDNAM : APPS
    Similar seetings have been done for the desktop.
    Also note that I cannot even log in as a database user. The error message I receive is
    'You do not have access to any End User Tables.'
    The database user name I'm using to log in is the one who has created EUL(apps mode) and owns business areas in that EUL.
    Can someone please guide me on this problem?
    Regards,
    Aparna

    Hi
    The solution to my problem was exactly the same: I needed to apply the patch 3201601.
    This patch is available on http://metalink.oracle.com
    While installing the version 4.1.48.06.00 on my laptop, as I have XP, I came across some DLL errors.
    For this refer to the note 297750.1, DLL Copy Errors when Trying to Patch Discoverer Administrator/Desktop 4.1
    The note is also available on the metalink.
    Regards,
    Aparna

  • Creation of LDAP User for Discoverer Web Services

    Hi all,
    this isn't a Discoverer issue per se, but I couldn't find where to post this in other forums.
    After installing the web services patch for Discoverer (5648158), I need to create a bipublisher user
    in OIDDAS right? However our installation seems a bit ***** up. So I need to do it from the command line.
    I found some instructions in: here
    and created the following bipublisher.ldif file:
    cn=bipublisher,cn=users,dc=company,dc=com
    objectclass=top
    objectclass=person
    objectclass=inetorgperson
    objectclass=organizationalperson
    objectclass=orcluser
    objectclass=orcluserv2
    objectclass=orclUserProvStatus
    givenname=Web
    userpassword=oracle123
    displayname=bipublisher
    orcldefaultprofilegroup=cn=sr_users ,cn=groups,dc=company,dc=com
    preferredlanguage=en-US
    sn=Services
    orcltimezone=Europe/Athens
    mail=[email protected]
    uid=bipublisher
    orclactivestartdate=20080612000000z
    cn=bipublisher
    orclisenabled=ENABLEDthen inserted the entry with:
    ldapadd -h my.host.com -D"cn=orcladmin" -w oracle123 -v -f bipublisher.ldif
    However when I try to login in the web services from Discoverer, I still get invalid credentials
    Any clues? Thanks
    PS I'm talking about the login web service method, not the basic web authentication. I am past that.
    Edited by: dvm on Mar 6, 2009 3:30 AM

    Nevermind, it seems the server was just a bit slow to take the new account under consideration.

Maybe you are looking for

  • What does it take to be a good programmer

    Hello i am a student i have just finished my second year where i designed a gui using swing class that takes in a task name and date and displays it on a scroll list with neatbeans 5.1.1 My java programming is not that good and next year i want to be

  • Where to look for log files & crash reports to help debug lockups?

    Where would I look for possible log files or crash information that may provide clues on what the problem is? Three or four times in the past few days my system has became unresponsive requiring a power-cycle. The little prism-colored round-cursor ap

  • From ME49 while navigating to ME47 "Services for Object" ICON not displayed

    Hello Friends, I am facing one peculiar issue that when I am Navigating to ME47 transaction from ME49 Transaction i.e. in ME49 Transaction when we double click on the RFQ Number it takes to ME47 Transaction. Here the ICON "Services for Object is bein

  • SSIS 2012 continuous integration using msbuild

    Hi, I have an SSIS 2012 project file *.dtproj. I want to create .ispac file from a program for continuous integration. I saw posts saying we cannot do it using msbuild. What are the other options? Has anyone used ssismsbuild (sqlsrvintegrationsrv cod

  • Downloads on new 64 bit windows 7 pc wont play ; No error messages.

    I have a new windows 7 64 bit pc and I transferred my itunes accounts (2) to this pc. I did so by deauthorizing all pc's prior to authorizing this one. Most of my new purchases download erractically. They stall when about 10-20% for several minutes w