Connection number

Inquiry about the Connection item in First connection attribute.
1. Connection exceed than setting connection attribute value.
The attribute values is set as Connection=10. But, more than 1000 connections are able to connect (all same in Process, thread and ttisql).
By looking at the document, tt_ref.pdf, setting the number of maximum connection is indicated. If the system still operates even though it reach the maximum setting connection value, what is this maximum values for?
2. If the connection exceed than setting value, does it cause any problem? Or, any effect on the resources(cpu, memory etc…) ?
3. If connection attribute does not really limits the connection number, is there any other way to control connection number?
4. When connection attribute’s values is set as 234, connection is unable and gives a error code(925).
It’s occurred on Linux system and setting values of semaphore is 'kernel.sem = 250 32000 100 128'.
What brings this error?

There is often confusion around this parameter. It is really a performance optimisation parameter. It does not limit the number of connections but affects the mechanism by which connections wait for locks if they cannot acquire them immediately. The first 'n' connections (in Connections=n, default is 64) use an efficient semaphore based lock wait mechanism while connections beyond this number use a less efficient mechanism.
We would normally recommend that you set this value to a few more than the maximum humber of concurrent connections that you expect there to be. Note that if you do increase this beyond the default you may also need to increase the number of semaphores defined in the kernel as (each connection requires a semphore) otherwise you will get the error that you are seeing :-)
Regards,
Chris

Similar Messages

  • Statistics - Connections number

    Hello
    I am working on BW Statistics Cube. Can anyone please let me know how to get the number of connections.
    Previously in the infocube 0BWTC_C02, in 3.x, with had 2 key figures, number of frontend sessions and number of navigations.
    In the new multi-provider 0TCT_MC01 we can get easily the number of navigations with "Counter for queries". But for the number of connections, i haven't found the way to publish this information.
    Thanks for your help
    Jacques

    Hi Jacques,
    Can you plz tell me how did you manage this.
    Regards,
    Sajeed

  • Phone company changed my password and connecting number--now how do I

    change it in my macbook. We are set up through an airport.
    don't see spot to do this. Thanks.

    macarone07, Welcome to the discussion area!
    If you are using an AirPort Extreme base station (AEBS) to dial in, you must use AirPort Admin Utility to configure the AEBS to use the new number.

  • Any way to decrease connection number?

    Hello;
    I am programming an album site...The thumbnail images are called somewhere outside http because i dont want anyone to see others photos...so i call the photos with buffered file stream
    in the photostream.jsp the images are drawed explained as above with servletoutputstream...
    in the album.jsp the thumbnail images are included as <img src="photostreamjsp?photo_id=xx"> and there is max 16 thumbnail images shown on album.jsp
    now the problem:the photostream.jsp included as 16 times and it makes 16 database connection...is this too much..?if it is too much how can i decrease it..?is there any way to store th images in an array?
    Note:think that there is 100 users online and 1600 database query?
    thank you

    Hello;
    I am programming an album site...The thumbnail images
    are called somewhere outside http because i dont want
    anyone to see others photos...so i call the photos
    with buffered file stream
    in the photostream.jsp the images are drawed
    explained as above with servletoutputstream...
    in the album.jsp the thumbnail images are included as
    <img src="photostreamjsp?photo_id=xx"> and there is
    max 16 thumbnail images shown on album.jsp
    now the problem:the photostream.jsp included as 16
    times and it makes 16 database connection...is this
    too much..?This is where testing comes into play. Pre-optimization may be the root of all evil, but one should aspire to send all the data with the minimum amount of transactions and minimum amount of transfer data possible.
    if it is too much how can i decrease
    it..?is there any way to store th images in an
    array?Have you looked at all into using a sql batches ?
    >
    Note:think that there is 100 users online and 1600
    database query?That depends on a couple of things:
    1) what are the chances that all of the uses will be hitting the database at the same time ?
    2) How many concurrent connections can your database handle
    3) How long are you users prepared to wait under the guide of "acceptable performance time"
    4) Has any load testing been done and have any metrics been decided on as to what you consider acceptable performance ?
    >
    thank you

  • Web-TV : Connection number on FMS 4 ?

    Hello everybody, i'm here because i'm discovering FMS right now and i'm starting to ask myself question ^^.
    I'm thinking about create a Web-TV :
    I want to stream video with a playlist playing server/side, and sometimes live video with a camera.
    i will not be the developper, i want to hire someone but what about the price.
    I'm aiming to have like 50000/100k visitor by month, i'm considering buyin Flash Media Interactive Server Licence, but what type of server i need for this kind of traffic, i'm not a professional, i will hire a agency or someone, but i need information first, to be aware about what its going on.
    What range of price should i expected ? FMS is a good choice for this type of web-tv ?
    Thank you very much.
    PS: I'm really sorry for my bad english.

    Flash Media Interactive Server can be a good choice for your task if you are planning to support 50000-100K users permonth. We can safely assume there will be around 3000-4000 users per day (boils down to 3-4 users per minute) visiting on your site. FMIS is capable of supporting much higher than this traffic easily, provided that other factors like your CPU, memory, bandwidth power doesn't exhaust in serving these many number of clients, so you need to make sure that you are using optimum server configuration and fulfilling the bandwitdth requirement from your network to support your users. FMIS supports both live and vod-playlists so there wont be nay problem.
    Beside that if you want to keep the bandwidth consumption low at your end, you may like to try the "Enterprise Flavor" of FMS i.e. Flash Media Enterprise Server that supports multicasting.

  • Basic IM app number of simultaneous connections

    Hi all,
    i wanted to know how to calculate or estimate the number of
    simultaneous connections that one Flash Media Server installation
    (one licence, one server) can handle, in the scope of a basic
    Instant Messaging application (online presence and text chat). Did
    some of you have direct experience about it?
    I found informations only about video streaming & server
    stress, but nothing about connections number alone.
    Thanks

    Well the actual number will depend on your hardware specs and
    probably the operating system that FMS is running on. That said,
    and a connection test alone, I was able to achieve over 4000
    NetConnections to one FMS server on RHEL5, and then the client (not
    the server) ran out of stack space because of the amount of sockets
    that were concurrently opened. Note: take this number with a grain
    of salt, as no activity was performed on the NetConnection. Also to
    note, that streaming A/V is usually more intense than simple text
    so those numbers would probably be safe to use.

  • Number of oracle connection increase

    We added more web servers IIS Servers which connects to Oracle Database. Each Server has predefined connection pool. As result of this I see Oracle connections number almost doubled. Here is my question. Could this also impact Database performance somehow down in road. Like memory or CPU utilization. Most of new session sitting idle.
    Oracle Database 9.2

    Each connection to database will have a server process (shadow process) running for it on DB server if using dedicated connection method.
    These server process will take about 1M memory initially, could grow depends on what's running. So make sure you have enough memory to accommodate them and check your DB parameter
    processes and sessions, they govern how many concurrent connections can be opened to database.

  • No SIP 200 OK after Q.931 CONNECT

    Cisco AS 5350 configured as H.323 Gateway on CUCM.
    Call flows from SIP to H.323.
    Inbound dial-peer
    dial-peer voice 43 voip
     session protocol sipv2
     session target ipv4:10.20.8.11
     incoming called-number 322####04
     voice-class codec 1
    Outbound dial-peer
    dial-peer voice 103 voip
     destination-pattern 322####04
     session target ipv4:10.20.8.6
     voice-class codec 1
    I see messages exchange
    SIP: Recieved INVITE -> Sent 100 Trying
    Q.931: SETUP -> CALL_PROC -> ALERTING
    SIP: Sent 180 Ringing
    Q.931: NOTIFY
    SIP: Recieved PRACK -> Sent 200 OK   -> Sent UPDATE -> Recieved 200 OK 
    I pick up the phone
    Q.931: CONNECT -> NOTIFY
    And then Nothing! No SIP signaling. No 200 OK.
    As a result I hear ring back on the calling side, and silence on the called one.
    Please, help. What's wrong with it?
    Oct  1 09:35:47.692: h323chan_chn_process_read_socket: fd=2 of type CONNECTED has data
    Hex representation of the SETUP TPKT received: 08028DAD0704038090A24C060081313130307E006B0522C0060008914A0005000A1408069F4B22C0B50000120F436973636F43616C6C4D616E6167657200310000F42F50F1CAB1421E0254020A140E041D0C001100277F9807488511E4833DE2C8A6D0856E0100010010A00100120140B50000120B8204020004000103000100
      Q931 Message IE Decodes
    Protocol Discriminator : 0x08
    CRV Length             : 2
    CRV Value              : 0x8DAD
    Message Type           : 0x07: CONNECT
     Bearer Capability: Length Of IE=3
     Data 8090A2
     Connected Number: Length Of IE=6
     Data 008131313030
     User-User: Length Of IE=107
     Data 0522C0060008914A0005000A1408069F4B22C0B50000120F436973636F43616C6C4D616E6167657200310000F42F50F1CAB1421E0254020A140E041D0C001100277F9807488511E4833DE2C8A6D0856E0100010010A00100120140B50000120B8204020004000103000100h225ParseData: Q.931 CONNECT received on fd=2
    Oct  1 09:35:47.692: Changing to new event: CONNECT
    h323chan_chn_connect: connecting to 10.20.8.6:40779
    Oct  1 09:35:47.692: h323chan_gw_conn: Created socket fd=3
    Oct  1 09:35:47.692: h323chan_gw_conn: connect in progress on fd=3h323chan_chn_connect: using fd=3, owner_data(ccb) 0x69BFC32C
    changing from NONE state to CONNECTING state
    Oct  1 09:35:47.692: h323chan_chn_process_read_socket: fd=2 of type CONNECTED has data
    Hex representation of the SETUP TPKT received: 08028DAD6E2701F14C060081313130307E00210528501900060008914A000500277F9807488511E4833DE2C8A6D0856E10800100
     Q931 Message IE Decodes
    Protocol Discriminator : 0x08
    CRV Length             : 2
    CRV Value              : 0x8DAD
    Message Type           : 0x6E: NOTIFY
     Notification Ind: Length Of IE=1
     Data F1
     Connected Number: Length Of IE=6
     Data 008131313030
     User-User: Length Of IE=33
     Data 0528501900060008914A000500277F9807488511E4833DE2C8A6D0856E10800100h225ParseData: Q.931 NOTIFY received on fd=2
    Oct  1 09:35:47.692: //-1/xxxxxxxxxxxx/SIP/Error/ccsip_call_service_msg: ccb NULL, unable to update the callinfo ui parameters
    Oct  1 09:35:47.692: h323chan_chn_process_read_socket: fd=3 of type CONNECT_PENDING has data
    Oct  1 09:35:47.692: Changing to new event: CONNECTED
    hq_as5350xm_gw1#changing from CONNECTING state to CONNECTED state
    Oct  1 09:35:47.692: h323chan_chn_process_read_socket: fd=3 of type CONNECTED has data
    Oct  1 09:35:47.692: h323chan_recvdata: No Data on fd=3
    PROCESS_READ: FAILED/NOT COMPLETE,rc 10, fd=3

    Please configure the ff and send the logs
    service sequence-numbers
    service timestamps debug datetime localtime msec
    logging buffered 10000000 debug
    no logging console
    no logging monitor
    default logging rate-limit
    default logging queue-limit
    Then..
    <Enable debugs, then test again.>
    debug ccsip messages
    debug h225 asn1
    debug h245 asn1
    <Enable session capture to txt file in terminal program.> (such as Putty)
    then do the ff:
    terminal length 0
    show logging

  • Strange problem with how my iPhone (4S) sees a friend who recently moved his number from his old network and device to a new network and iPhone 3GS

    This is a weird one, so bear with me.
    My friend recently got an iPhone 3GS with a new SIM in it (3 network in the UK). I helped him set up the iPhone and got iMessage working between my mobile and his temporary number (07429...)
    In my Contacts I had two separate phone numbers for him: 07903... (his old number, on an old Sony Ericsson mobile with T-Mobile UK) and 07429... (the number that came with the 12-month contract I purchased for him; we called this his "temporary" number).
    His old number (07903...) was transfered over to his iPhone with no problems. His iPhone has worked flawlessly.
    But since that day I've had some really strange behaviour on my iPhone (a 4S, also on 3 UK): I removed his temporary number (07429...) from my contacts. But now when I try to text him at the old number (07903...) it bounces back at me as if the number doesn't exist. But if I try to text him at the temporary number (07429...) it works just fine and in my contacts and within Messages it appears as an iMessage-connect number.
    So I tried deleting everything and starting from scratch. Still the same behaviour.
    No one else is having this problem with him. I can call his old number (07903) just fine, I just can't text it.
    I'm guessing that there's something with the way Contacts works with iMessage that's caused the problem. It's as if my contacts have updated properly under-the-hood (iMessage *does* work just not with the right number).
    And yes, when I (or anyone) tries calling the temporary number (07429...) it's out of service. Which is correct. So it's not simply a case of *both* numbers being active.
    So this is very peculiar.
    In typing up this message it occured to me that I ought to try creating an all-new contact with some slight change in the name fields (e.g. include the middle initial) and see if I can get it to work properly. Then I ought to be able to change the name field (or just leave it alone, touch wood!).
    Thanks in advance for reading this far. It's difficult to explain this problem succintly!
    Cheers,
    Carey

    I've fixed my own problem.
    In the end, the issue was with iMessage on the other phone, not mine.
    While I had it connected to iTunes (the other phone, not mine), I could see that iTunes thought it was the temporary number (07429...). I turned iMessage off and back on again and the phone number in iTunes changed to the old (i.e correct) number (07903...).
    Subsequently, texts from my phone to the other phone showed up as blue-bubbled iMessages.
    Hope this helps someone!
    Thanks for reading, if you did.

  • Disturbing http connection from ISE to an unknown Internet address

    I have an ISE version 1.1.2.145 Patch-5 running in standalone mode.  No one has access to the ISE appliance except myself.  The ISE has an IP address of 1982.168.1.1
    today, I noticed that the ISE is attempting to make an outbound http to an unknown Internet IP address of files.liferay.com.  Fortunately, my checkpoint firewall does not allow this connection:
    Number:                          99427
    Date:                           17Nov2013
    Time:                              23:03:11
    Interface:                        eth2
    Origin:                         Corp_Firewall
    Type:                              Log
    Action:                         Drop
    Service:                          http (80)
    Source Port:                    58025
    Source:                           Corp_Firewall-192.168.1.1 (192.168.1.1)
    Destination:                    files.liferay.com (38.75.15.3)
    Protocol:                         tcp
    Rule:                           100
    Rule UID:                        {1234abcd-1111-xxxx-vvvv-aaaaaaaaaa}
    Rule Name:                    Corp_Firewall Log Drop rule
    Current Rule Number:        100-Corp_Firewall
    Product:                          Security Gateway/Management
    Product Family:              Network
    Policy Info:                     Policy Name: Corp_Firewall
                                    Created at: Sat Nov 16 01:30:50 2013
                                    Installed from: corp-mgmt-192.168.1.2
    The question is why the ISE is doing this?  What is the purpose for this http connection, some kind of "back door" by Cisco?

    Liferay is an open source web portal for hosting cloud applications.  This is definitely NOT a Cisco back-door to the ISE.
    About Us
    Enterprise. Open Source. For Life.
    Enterprise.
    Liferay, Inc. was founded in 2004 in response to growing demand for  Liferay Portal, the market's leading independent portal product that was  garnering industry acclaim and adoption across the world. Today,  Liferay, Inc. houses a professional services group that provides  training, consulting and enterprise support services to our clientele in  the Americas, EMEA, and Asia Pacific. It also houses a core development  team that steers product development.
    Open Source.
    Liferay Portal was, in fact, created in 2000 and boasts a rich open  source heritage that offers organizations a level of innovation and  flexibility unrivaled in the industry. Thanks to a decade of ongoing  collaboration with its active and mature open source community,  Liferay's product development is the result of direct input from users  with representation from all industries and organizational roles. It is  for this reason, that organizations turn to Liferay technology for  exceptional user experience, UI, and both technological and business  flexibility.
    For Life.
    Liferay, Inc. was founded for a purpose greater than revenue and profit  growth. Each quarter we donate to a number of worthy causes decided  upon by our own employees. In the past we have made financial  contributions toward AIDS relief and the Sudan refugee crisis through  well-respected organizations such as Samaritan's Purse and World Vision.  This desire to impact the world community is the heart of our company,  and ultimately the reason why we exist.
    You may want to investigate the applications being used on site.
    Hopefully this helps. 
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • My apple tv connections is not working.

    my apple tv connects than it will not show on the tv.  When I try to connect again it says that the apple tv is already connected.  When trying to connect it will show the same connect number over and over again but also say that it is already connected.
    The apple tv will not turn off even if I hold down the play button.  Should it stay on?

    it's unclear what you are saying
    are you trying to airplay mirror to the appletv?
    are you just operating the appletv but if so how can it inform you that it's connected if it does not show on the tv?
    provide more info

  • How to view the No. of connections used in DB as Normal user?

    Hi,
    I have an clarification about to view the number of connections in DB as normal user.
    As sys user, we can see the Max. no. of connections / number of connections used in Database. In the sameway, Do we have any option to
    view those details as normal user [I.e. As normal user without DBA Rights ]. Please let me know if its possible.
    Kindly clarify me on this.
    Thanks,
    Orahar.

    With due respect i wish to say, suppose my car (session) is running on road (db). If i ask how many cars (sessions) are there at presently on road (db); don't you think i am asking bit unproductive question? Suppose any how i got a number say 100 ; so now what this 100 can help me; what i am going to solve by this 100.
    if you knows all why’s answer, then there are answers for all hows for sure!
    Regards
    Girish Sharma

  • Problems with connection between nintendo wii and cisco 871w.-

    Dears,
    I have a problem connecting my Nintendo Wii via wireless with a cisco 871w.
    I tested  with different encryption (WEP, WPA2 and open) to no avail.
    The console gives me errors when testing the connection  (number 51 330).
    Any other device I connected  to the wireless network works flawlessly (Notebook, iphone, nokia  phones)
    The network configuration to be open is:
    ip dhcp pool VLAN20
       import all
       network 192.168.2.0 255.255.255.0
       default-router 192.168.0.1
       dns-server XX YY
       lease infinite
    dot11 ssid Wii
    vlan 20
    authentication open
    ssid guest-mode
    interface Dot11Radio0
    no ip address
    ssid Wii
      speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
    54.0
    channel 2462
    station-role root
    I change the channel, the  encryption. Leave the console with  fixed ip, not works!
    Thanks for your help.

    Please show me what commands you used to make these changes.
    Thanks!
    Mi config:
    interface Dot11Radio0
    no ip address
    no dot11 extension aironet
    encryption vlan 10 mode ciphers tkip
    encryption vlan 20 mode ciphers tkip
    ssid Agrolate
    ssid Pamelie
    mbssid
    speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
    channel 2462
    station-role root
    no cdp enable

  • What does slot number " 50-50 " refer to?

    When trying to set up a "voice-port" on a 2811 router, for a FXS port (VIC2-2FXS), the IOS gives me a response of:
    <50-50> voice interface slot #
    when I type in
    voice-port ?
    I expect the voice-port command to look something like
    voice-port 0/0/1
    for example. If I try to go along with the IOS, and enter a 50... going step by step to find the next allowable range, I wind up with
    voice-port 50/0/1
    at which point it gives "Invalid input detected" and points at the "5".
    Attempting to just use
    voice-port 1/0/0
    voice-port 0/2/0
    etc, just gives errors (Invalid input detected) with the initial number (0 or 1)
    The same thing happens if I go into a pots dial-peer and try to use the port command. Any ideas what the IOS is looking for when it says my allowable range for slots is <50-50>?

    hi,
    i am also getting samething in the PRI card.
    my interface cardis nm-2ce1-t1 pri.any problem in  that and any solution is there
    otherwise the call will work without any issues
    if i give sh  voice port
    VC-Gateway#sh voice port
    EFXS 50/0/1 Slot is 50, Sub-unit is 0, Port is 1
    Type of VoicePort is EFXS
    Operation State is UP
    Administrative State is UP
    No Interface Down Failure
    Description is not set
    Noise Regeneration is enabled
    Non Linear Processing is enabled
    Non Linear Mute is disabled
    Non Linear Threshold is -21 dB
    Music On Hold Threshold is Set to -38 dBm
    In Gain is Set to 0 dB
    Out Attenuation is Set to 0 dB
    Echo Cancellation is enabled
    Echo Cancellation NLP mute is disabled
    Echo Cancellation NLP threshold is -21 dB
    Echo Cancel Coverage is set to 8 ms
    Echo Cancel worst case ERL is set to 6 dB
    Playout-delay Mode is set to adaptive
    Playout-delay Nominal is set to 60 ms
    Playout-delay Maximum is set to 250 ms
    Playout-delay Minimum mode is set to default, value 40 ms
    Playout-delay Fax is set to 300 ms
    Connection Mode is normal
    Connection Number is not set
    Initial Time Out is set to 10 s
    Interdigit Time Out is set to 10 s
    Call Disconnect Time Out is set to 60 s
    Ringing Time Out is set to 180 s
    Wait Release Time Out is set to 30 s
    Companding Type is u-law
    Region Tone is set for US
    Station name None, Station number 101
    Caller ID Info Follows:
    Standard BELLCORE
    Translation profile (Incoming):
    Translation profile (Outgoing):
    Digit Duration Tming is set to 100 ms

  • Could not get a db connection

    I need some help!!
    I can't connect to my db!! When i run my code, it triggers an Exception
    called "Problem getting connection: could not get a db connection!". If someone know anything about it, please help me.
    Thanks in advance...
    Here is how my code looks like:
    import java.sql.*;
    import javax.sql.*;
    class testejdbc
    public static void main(String []args) throws Exception
    Class.forName("org.firebirdsql.jdbc.FBDriver");
    String url = new String("jdbc:firebirdsql:mydatasource");          
    Connection con = DriverManager.getConnection(url, "mydba", "mypass");

    Hi,
    Basically, the url should be follow a form depending on
    different driver. and the form would be very resticted.
    The best idea is to reference the docuement accompanying
    with the driver. If the form is not correct, the connection
    information that driver need may not be sufficient for
    you. If you are sure that the url that you write is ok,
    and check if you have the correct set up for the database.
    wrong database name, database server port, address.
    sometimes, the database server would have the restrict on
    the connection number. If the request is over the the max
    connection number, the connection might be rejected. It
    depends on the database server, jdbc driver.(both of them
    may have such a constraint.).
    good luck,
    Alfred Wu

Maybe you are looking for

  • How do I open multiple Mail messages at once?

    I can select multiple Mail messages, but how do I get all of them to open at once? (I actually do want all of them open; I'm not just trying to mark them as Read.) If I double-click on the multiple selection, the first click un-selects all but one me

  • Safari and quicktime no longer working

    I apologize in advance that I have really no information to offer...but this is really causing me problems. This afternoon I received my normal system update notice, which included updates for Safari and Quicktime (I have Mac OS X 10.4.11), without r

  • Please help me dial in my recording settings.

    Hey guys I have done alot of YouTube voice work over the years but this digital stuff is beyond me haha. I really need some help on getting a noise gate working properly. I have a Rode Podcaster and am using Audition CC 2014. My main issue is my mic

  • Exchange Store unavailable for 30 seconds to 1 minute randomly

    We are running Exchange 2003.  Lately, in the afternoons, the connection to the server/store will drop for about a minute before it comes back.  The server itself is still online and can be reached.  The event viewer shows no errors, just the "Inform

  • Help. sending fcp timeline to color changes some clips to freeze frames

    I was finishing a project in FCP that was shot on the RED. I had a number of deliverables. I cut in FCP with REDs M-res proxy QT files then uprezed (replaced the footage) to H-res for my conform. I then "sent to color" a number of different timelines