Maximum number of concurrent users in RDC

Hi
Can anyone tell me what is the maximum number of concurrent users
that can view reports running under RDC component ?
thanks

The RDC is limited to three concurrent processes. Only reason I was after the craxdrt.dll v.s. craxddrt.dll is that craxddrt requires extra licensing. Anyhow, the article [Crystal Reports XI Release 2 Component Licensing Explained|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/804acc00-8364-2b10-b995-de99ca43c403&overridelayout=true] has more detailed information. I understand you are using CR 10 and the doc title is CR XI r2, but as far as the RDC the licensing details remain the same between the two versions.
Ludek

Similar Messages

  • How to get Maximum Number of Concurrent users for last few days?

    Hi,
    How I can get maximum number of concurrent users which were logged in to the system (ECC 5.0) I mean I want to check the hostory for last few weeks. Is there any way to get the same? I know that I can get Cumulative number of users in st03 under Expert mode but that is the number of users logged into the system during the day. Is there any place where SAP maintians the High Watermark of Number of concurrent users reached in the system?
    Thanks in advance...
    Regards,
    Pravin

    Sorry I really missed that I have posted a question here on sdn. I wanted to know this for planning the system hardware requirements. Activities like PM ( Performance Management ) happens once a year and during that activity we see heavy user loan on the system so if I have the exact stats of 1 or 2 years data I can size the system better next time. Fortunately last 2 years PM was very smooth for us. In that look for the improvement because each time we had little extra Harware. By doing the exact analysis we can save a Cost of ownership...
    I was looking for R/3 users. I could see the number in st07 but I want to know the exact number at particular time.. I believe that st07 stores only for few days.
    Thanks
    Pravin

  • Maximum Number of Concurrent User Sessions Limit?

    Please can you tell me if there is a limit for the maximum number of concurrent users sessions that can access the Portal? If so, where is the setting and how do I change it?
    By the way, I am not experiencing any issues; I am asking purely for information purposes
    Thanks.

    There used to be under one of the services in service configuration.  I thought it was under portal runtime, but I can´t see it now.  It mentioned it in the TZTEP1 course, but I haven´t got it with me.
    Having said that, I don´t know if it worked!
    Paul

  • Maximum number of concurrent users

    What is the maximum number of concurrent users any single given Airport can handle? I believe it is ten...
    Thank you!

    If the AirPort is configured to create a wireless network, the AirPort Express can handle up to 10 users. The AirPort Extreme and Time Capsule will handle up to 50.

  • Maximum number of concurrent users that can connect to a SQL DB

    I see various SQL DB plan S0, S1, S2 and P1, P2 and P3.  Each one of them talk about DTU's but never talk about the max number of concurrent users.  Where can I find that number and is it configurable by the end user?

    It is the maximum connection that is most important. Best practice is not to have users holding on to their connection for long period of time. Maximum user connection in SQL is 32767, resource permitting. Not sure for Azure SQL. If you follow best
    practice, you are not supposed to hit this limit cause other limits will be hit first.
    Frank

  • Scalability in BlazeDS - What is the maximum number of concurrent users possible with BlazeDS?

    Hi all,
    is there a limit on the number of concurrent users that can connect via BLAZEDS? I see many places that it is only in 100s and not in 1000s.
    is that true? Anybody has doen performance testing on that?
    Thanks
    Kiran

    What is practical? Probably between 1 and 6 streams can be done with reasonable use of bandwidth. However, keep in mind that you will likely want to use the lowest quality setting for cameras so they are demanding the least amount of bandwidth.
    Using the Connect 8 numbers, Low quality webcam video with the room at LAN settings should have an aprox average bandwidth consumption of 184 kbps. From there it is just simple math. 6 live streams at that setting will be 1.1 Mbps. Alternatively, at High quality webcam video and with the room at LAN, each stream will average aprox 501 kbps. 6 streams will average 3 Mbps.

  • How do you set maximum number of concurrent users to OBIEE

    In a training session for the end users - only 4 users could connect - after this others could not connect - got NQS Error:100118 Access for the connection is refused

    As I don't see any configuration tag to specify concurrent users.
    Try this, go to connection pool (within RPD) and set the maximum number of connections, this does correspond to number of concurrent connections to database but not concurrent users.
    mark posts promptly.
    -bifacts
    http://www.obinotes.com
    J
    Edited by: bifacts on Dec 21, 2010 12:14 PM

  • Limit the number of concurrent users

    Is it possible to limit the number of concurrent users for the application in Websphere or at the http management level?

    You don't say what version of Websphere you are using, but here's how you might limit the number of sessions in Websphere 4.0 Advanced Edition (other versions may differ):
    Open the Administrative Console. Go down the tree to Nodes, Application Servers and click on the server you want to control (likely Default Server). In the right panel, click on the Services tab. In that panel, click on the Session Manager Service and click the Properties button. That pops up a new dialog.
    Select the Advanced tab here. Put a number in the Maximum in-memory Session Count field and uncheck the Allow Overflow checkbox. Click OK, etc, etc, and you'll probably have to restart Websphere.
    I said "might" because I don't know if this will do what you want or not. Read the help file associated with that dialog and judge for yourself.

  • Max number of concurrent users?

    I'm in the process of creating a web site with Cold Fusion and
    Oracle. One concern involves the lack of web hosting services
    that run Oracle on their servers. So, to get around this
    problem, I was considering replicating an Oracle lite database
    and putting it on an ISP's server. My thinking is that there
    would be little need of DBA functions and I can run it on any
    server I choose. But ....
    1. Would Oracle 8i lite support a lot of concurrent users?
    2. What other factors would I have to consider if I set it up
    as a distributed DB ?
    Any help on these thoughts would be greatly appreciated.
    Charles
    null

              Thank you Mark.
              "Mark Griffith" <[email protected]> wrote:
              >Jyothi:
              >
              >Sadly there is not an option to throttle the server in this manner. You
              >will/would have to restrict the QueueLength, which is an excluded property
              >on the ExecuteQueue defintion.
              >
              >http://edocs.bea.com/wls/docs81/javadocs/weblogic/management/configuration/ExecuteQueueMBean.html
              >
              >But this is only a very gross/general level of the server queuing execute
              >requests and isnt fine tuned to just servlets like you want it to be.
              >
              >Cheers
              >mbg
              >
              >"jyothi prabhu" <[email protected]> wrote in message
              >news:3ed04a70$[email protected]..
              >>
              >> Hello everybody,
              >>
              >> is it possible to set max. number of concurrent users accessing
              >weblogic server
              >> through a login servlet? For example, is it possible that at a given
              >point of
              >> time, maximum n users can be logged onto weblogic server while accessing
              >a web
              >> application.
              >>
              >> thanks.
              >
              >
              

  • Find the number of concurrent users in system at a given time

    Hi All,
    We have the ECC system in which we need to set up monitoring alert which should tell the following things.
    1.The  number of concurrent users looged  currently in the system.
    2. List of  transaction per hour or user activites with the counts
    I want to know whether we have any standard report , function module or tcode through which we can achive this.
    A quick response will be appreciated.
    Thanks in advance.
    Regards
    Santosh

    Dear Santosh,
    for concurrent users there is this monitor in RZ20:
       System Configuration
           Operation Mode Status
           Instance Status
           Concurrent Users
               Concurrent Users (all Clients)    2 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 000)     1 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 001)     1 Usrs, Green 15.05.2014 , 17:02:18
               Concurrent Users (Client 066)     0 Usrs, Green 15.05.2014 , 17:02:18
    This monitor is available under RZ20 --> SAP CCMS Monitor Templates --> System Configuration
    best regards,
    Alwina

  • Number of concurrent users

    how can I find the number of concurrent users in oracle 10g;
    thank you

    You mean ACTIVE users ??
    Use following script :
    active.sql
    set pagesize 120
    set linesize 150
    select username, count(*) from v$session where status = 'ACTIVE'
    group by username;
    column spid format a5
    column sid format 9999
    column serial# format 999999
    column username format A9
    column schemaname format A8
    column osuser format a20
    column machine format a15
    column logondate format a15
    column terminal format a10
    column status format a10
    column module format a25
    select a.sid, a.serial#, b.spid,
    --a.process,
    a.username,
    to_char(a.logon_time,'DD-MM HH24:MI:SS') LogonDate, a.osuser, a.machine, a.status, a.module
    from v$session a, v$process b where a.paddr = b.addr
    and a.status = 'ACTIVE' and a.username is not null
    order by 9;
    --order by b.spid;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I know the number of concurrent users

    Dears,
    We have a sizing document from one of our vendors which is asking for the "Peak number of concurrent users in E-mail".
    How can we estimate that? is it something like 5% of Total # of Users?

    Hi,
    If your field symbol has been defined as an internal table :
    Use std describe as
    Data: l type i.
    describe <fs> lines l.
    'l' will contain the number of lines as needed.
    FYI
    The size of this storage area in a field symbols depends on the number of table lines which is not fixed, but determined dynamically at runtime.
    Regards,
    Amit

  • How to find out number of concurrent users  connectd to a site?

    I would like to find out the number of concurrent users on my site. What is the best way to do it?
    This is how I implement it currently:
    I have a HashSet object in the session. whenever a user visits the page, i added the user's sessionID to the HashSet. But when a user leaves my page, it won't inform my jsp pages. The only thing I can do now is whenever I add a new sessionID, I loop through the HashSet and check to see which sessionID is invalid or inactive, then remove the it. Does a user session becomes invalid immediately when the user leaves the page, or it has to wait till it times out?
    Are there any other more efficient ways of doing it?

    Look at HttpSessionBindingListener. That will let you do what you want to, correctly.
    User session will time not. If it were to become invalid immediately, it won't be called a "session" would it?

  • Where to find number of concurrent users in 10g OEM

    I have recelntly installed an instance in oracle 10g release2 rdbms.Is this possible to find the number of concurrent users in OEM.If yes please show me the steps.

    The number of concurrent users can be limited by the SESSION initialization parameter.
    But it can also be limited by insufficient or misused resources. It is possible to set the system to permit 30,000 concurrent users (per your post in the Installattion forum) and go into heavy swapping or paging, causing the system to not accept the required number of users.
    A lot depends on the real load characteristics you expect - you may want to consider shared server or RAC configuration for certain load types.
    My instinct is to have very careful planning sessions, with several experienced Oracle DBAs and developers, around the instance configuration.

  • How to find out maximum number of login users?

    Hi all,
    Is there anyway to find out what is the maximum number of login users since a database is started? Maybe I should ask, what's the largest number of sessions has been opened in a busy time of a database since it is started?
    I know v$session is my target. But how can I find out hte HWM of opened sesions?
    Thanks.

    Thanks Serch-NET. That's what I'm doing today. I should be a little more specific. I'm looking for a script that lends itself to automation. A script that can determine all the databases on a given server, find their background dump dest., grep all alert logs and return the highest of the HWM's. This is all scripting I could do myself, but being a follower of the Lazy DBA, I was hoping someone else had done it. :-)
    Thanks again.

Maybe you are looking for

  • Cisco Jabber Client for Linux

    Are there any plans to have a Cisco Jabber client on linux?

  • Error While Creating  The Generic Data Source.

    Hi Gurus, I am trying to create a Generic Data Source (ZGG_TEST) on a View (ZV_TEST1) View as Follows: Table1 has the Following Fields Field Type MANDT CLNT RECNO NUMC STATUS CHAR LMODF CHAR Table2 has Fields Fields Type MANDT CLNT RECNO NUMC PHCOS Q

  • Pages doesn't work after upgrading to Mountain Lion

    I'm not able to launch Pages 09 (neither Numbers nor Keynote) after having installed Mountain Lion. I've tried to reinstall it twice from the original install disc, but still doesn't work. Thanks for the help

  • Screen map/calibration?

    I have a strange thing going on with my new iTouch. I can not control the volume if it is in Music mode. or Search and Directions if in map view. It's as if the screen is not working along the bottom. I have tried resetting it but it has not fixed th

  • Upgrading the DVD drive in a Quicksilver 733 MHz?

    If I purchase a Sonnet PCI SATA controller, can I upgrade my built-in DVD R-W to a SATA DVD R-W? If so, which DVD brand/model has most people had success with? Thanks!