How can i limit CVP port used by a script

Dears ;
Is there any way to limit the number of CVP Port used by scripts ?
i need to give each script fixed number of CVP ports cannot exceeded.
we have CVP V 8.
Thanks

Ok, so here are some pretty bad ideas.
- Have CVP look into TCD for active calls to your DN.
- Have ICM increment/decrement a counter before the IVR and after the IVR.
- Use SNMP traps to trigger some flags.
- Don't do this.
david

Similar Messages

  • How can i get the port used for https

    Hi All,
    does aynbody knows how can i get in the portal the port used for https connection, cause the link send by e-mail notification, when user has been invited in a room doesnt work...
    i tried to use the command netstat -ao and i tried use the port that i get there.. but then i get message, when click on the link: "The page cannot be displayed"
    we have following settings:
    server port: ??
    Web Protocol: https://
    Thanks for suggestions!
    Karol

    Hi Karol,
    by navigating to:
    Content Administration -> Collaboration Content -> (Room Administration -> Related Topics) -> Configure Backend Properties for Rooms
    you can change the Webprotocol to http:// and set server port to 50000 (default port).
    To see the SSL Port you can go in the Visual Administrator to Services -> "HTTP Provider Services".
    http://help.sap.com/saphelp_nw04/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/frameset.htm
    Hope this helps,
    Robert

  • How can I limit the number of emails retained on my ipad air?

    How can I limit the number of emails that are retained on my iPad Air?  Because of legal requirements of a long-term project, I cannot permanently delete emails relating to that project from my ISP's mail server.  My gmail account contains over 17,000 emails and, upon setting up my new iPad, and updating to ios 7.1.1, I now have all 17,000+ emails taking up space.  I would like to limit the emails by count as I was able to do on my old iPad running ios 5.1.1 OR to retain them based on date range.  I have not found any instructions on the support discussions or general iPad blogs that allow me to do that.  Any way around this problem?
    I also miss the 5.1.1 mail search feature that allowed me to narrow the search by from/to/subject/all.  Does anyone know if that feature is available using some little-known ios 7.1.1 feature?
    Thanks for your help.

    jlfcba wrote:
    IOS 7.1.1 doesn't show a "days to sync" parameter anywhere in SETTINGS/Mail,Contacts,Calendars/ACCOUNTS/GMAIL Account/ GMAIL Acccount Info.  There is nothing in iTunes relating to such an option either.  So, it seems I'm back to square one.
    If you have a decent mail provider like Microsoft Hotmail or Outlook.com mail it does.
    If you have Gmail it does not.  Quite right. Gmail is rubbish.

  • Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    Hi, how can I limit the number of emails I can see on my iPhone 5. Every time in delete one and older email gets added from my live.co.uk account (where I want to keep my 2500 emails) I just don't want many on my phone. Thanks

    You can't. Why on earth would you attempt to manage 2500 emails with setting up a folder structure or some means of doing so? Simply keeping them in an single inbox is not realistic, no matter what email client you use.

  • How can I limit numeric codes in a text field?

    How can I limit numeric codes in a text field? For example I want to list Industry SIC codes and I want to block someone from inputting an exlcuded industry code.

    We don't offer that type of input restriction for a text field. 
    Can you create a list of all allowed codes and use a Drop Down menu or Single/multiple Choice field? 
    Thanks,
    Josh

  • How can I limit the number of rows returned by a select stat

    How can I limit the number of rows returned by a select
    statement. I have a query where I return the number of stores
    that are located in a given area.. I only want to return the
    first twenty-five stores. In some instances there may be over
    200 stores in a given location.
    I know is SQL 7 that I can set the pagesize to be 25....
    Anything similiar in Oracle 8i?
    null

    Debbie (guest) wrote:
    : Chad Nale (guest) wrote:
    : : How can I limit the number of rows returned by a select
    : : statement. I have a query where I return the number of
    : stores
    : : that are located in a given area.. I only want to return the
    : : first twenty-five stores. In some instances there may be
    : over
    : : 200 stores in a given location.
    : : I know is SQL 7 that I can set the pagesize to be 25....
    : : Anything similiar in Oracle 8i?
    : If you are in Sql*Plus, you could add the statement
    : WHERE rownum <= 25
    : Used together with an appropriate ORDER BY you
    : could get the first 25 stores.
    Watch out. ROWNUM is run before ORDER BY so this would only
    order the 25 selected
    null

  • How can I limit the number of ros in TextArea?

    As I turn on the line wrap and having used setRows method,
    I cannot limit the number of rows of the textarea into 2.
    How can I limit it?
    Thanks.

    camickr wrote:
    I give up. You don't know specify requirements and I'm not going to prompt you every 5 minutes for more information.
    due to setText method So this implies that the text comes from somewhere, maybe a database, but the user does not type the text directly into the text area.
    If you define the text area with 2 rows, then the third row will not be visible, so I don't see the problem. Just don't add the text area to a scroll pane and the user will never know the third row is there.[http://i188.photobucket.com/albums/z55/nwoedf/temp/error.png ]
    it demonstrates the problem with excess line
    The third row is still visible even I have used setRow(2).

  • With the new IOS7 I get every email in my inbox. How can I limit to the last 50 like it was before the upgrade?

    With the new IOS7 I get every email in my inbox. How can I limit to the last 50 like it was before the upgrade?

    You can set the pref <b>browser.urlbar.formatting.enabled</b> to <i>false</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • How can i know the port of my database?

    hello,
    how can i know the port of my database is working in?
    ty

    user11933068 wrote:
    I don't know how to do this, sorry
    :-(TNSNAMES.ORA is used by the client to resolve an alias to an actual server/listenr port/db service name.
    TNSNAMES.ORA is found, by defualt, on the client machine at $ORACLE_HOME/network/admin
    Here's how it works:
    Suppose I have this in my tnsnames.ora:
    fubar =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = btzlkfp)
      )So, my connect string would look something like this:
    $> sqlplus scott/tiger@fubarTNS will take the name 'fubar' and look it up in the tnsnames file. In my example, it will then route the connection request to 'myhost' (using other net services to resolve that to an actual IP address), and place the request on port 1521 at that server. The listener will pick that up and see that scott wants to log on to database 'btzlkpf'.
    There's more, but at this stage I want you to understand the connection between what you enter for your connect string and the database itself.

  • When creating users in apex,how can i limit pages depending  the user?

    Hi,
    1.When creating users in apex,how can i limit every user in the pages he can run or see depending on the user profile ?
    2.Are the user that is created in apex also a user in DB ?
    Thanks in advance
    Yoel

    Yoel -
    We're talking about end users of applications you develop in Application Express, not users that login to the development environment.
    You do not have to use Application Express to create user accounts for your application. Your apps can authenticate using SSO, LDAP, or other methods. If you use Application Express user accounts, that is only for convenience which may not be convenient in the long run if you have to manage those accounts, but that's up to you.
    These Application Express accounts have no relation to database accounts. This situation is slightly different when using the XE database.
    Your application's authorization logic determines which users can access the application, pages, or other components, that is, it is not the user account properties, per se, that control application access but rather the application's determination about the properties of the authenticated account in use that allow it to control access. For example, you don't create an account and give it attributes that say this user can access application ABC and pages 1,2, and 7. Instead, you might give that account properties like SALES MANAGER ROLE and the the application would allow only users with SALES MANAGER ROLE (whatever that means) to access certain pages.
    Scott

  • How can I limit a double value to two decimal place?

    How can I limit a double value to two decimal place?
    Java keeps on adding zero's to a simple double subtraction:
    1497 - 179.64 = 1317.3600000000001The answer must have been simply: 1317.36

    If the trouble is with output ...
    If the trouble is with value accuracy ...The trouble is with OPs understanding of and/or expectations of IEEE 754 floating point numbers. o_O
    [And it's probably a view (output) issue.]
    how can i actually use numberformat to cut those
    unwanted decimal places?Read the API - Puce already provided the link.

  • How can u creat LSMW port in Idoc Processing

    how can u creat LSMW port in Idoc Processing
    actullay i'm using Lsmw with bapi

    Hello Ronei
                 *After giving the project ,sub project ,object & short description
                      *go to menu bar click on settings  in that select idoc inbound processing ,
                      *in that screen click on maintain port push button
                      *port creation screen will be displayed in that left menu expand the file
                      *after that select file_port
                      *click on copy button
                      *provide your port name
                      *provide the short description
                      *after that deselect the uni code check box
          --->*this is the main step
                     *in the directory you will provide the path of your flat file other wise your
                      project will be terminated after 13 th step .
    thanks .
    prasad gandepalli     

  • How can I change HTTP port in J2EE

    Hi.
    I installed Sneak Preview 640 and I want to change HTTP port for J2EE. (default port is 50000)
    So, I started config tools and move to dispatcher -> service -> http -> port.
    There is port information.
    - Custom value : empty
    - Default value : (Port:80,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:http)(Port:443,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:ssl)
    My first question is that default port is "80" in above confirguration. Why we use "50000" ?
    Second question is that I changed custom value but It doesn't work. How can I change HTTP port ?
    Regards, Arnold.

    you can use the "visual administrator" to set your http-port, too:
    Dispatcher / Services / HTTP Provider / Ports
    kr, achim

  • How can I limit aperture to two displays

    I want to run Aperture on display 1 and 2, and Keynote on display 3.  When Aperture is active display 1 has most of the application, and both of the other displays show images of whatever is selected on display 1.  How can I limit aperture to just two displays.
    Aperture 3.2.4 on Snow Leopard 10.6.8

    John Guo wrote:
    For your account choose "no access" by clicking on the triangle.
    Hi a.
    What ì assume John means to say is you have to block access to your "guest accounts". What John describes is what you should use for any folders and files you keep outside the Home folder of your Admin account. There's also a more advanced thingy called Access Control Lists, but I'm not going to discuss that here.
    Inside your Admin account's Home folder things work a bit differently: by default, at least on my Macs, an account (even it's Administrator) doesn't have access to another accounts data except for the Public and Sites folders. All other folders are unaccessible, which is indicated by a small stop sign in the lower left corner of the folder. Exception are of course folders are that you shared on purpose through File Sharing in the System Preferences menu.
    You also talk about Applications. I don't have experience with this but I believe you can create an Applications or Application/Utilities folder in your Admin account's Home folder. In this case you'll be the only one to have access to the software installed. I'm quite sure not all applications support this, and application updates might not succeed.
    Which brings me to a question: you talk about "guest accounts": what is the purpose you created them? If it's just to discover the world of Mac OS X, do enable login on a Mac OS X Guest Account: good riddance of the stuff they created when they log out. If it's a bit more don't hesitate to share your thoughts. Note that these forums are in general very helpful.
    Eric

  • Too much caching in 2008, how can I limit file-cache?

    2008 Server with enough RAM, client copies a server stored file to the local drive, the server "eats" up all his ram, and when the server hits the limit it slows down to crawl speed, like he would be swapping out his cache too. Especially annoying if the server runs hyper-v guests, they nearly stop. I saw that effect on a lot of servers, but all my searches failed. 2008-R2 does not show that annoying effect, so I hope again it can be adjusted in 2008.
    See this screenshot (Update interval of taskmanager is 5 seconds): http://csb-filderstadt.homepage.t-online.de/Too-much-caching.png
    Server 2008 enterprise, 16 GB RAM, 2 Quad-core, uses 650 MB (the hyper-v guests are not running) when without load. One client copies a .vhd file of about 70 GB from the server to himself. The network speed is OK, about 100 MBytes/s, copy speed slows down to about 80 MB/s when the RAM limit is reached.
    But how can I prevent that the simple file cache eats up all RAM, and then slows down the machine to crawl, including all hyper-v guest (if they are running). Opening a taskmanager takes about 1 minute when the limit is reached, normally less than a second.
    Is there a setting in the registry so I can either limit the RAM used for caching, or a way to tell the filecache to leave more free RAM for the actual work?

    Guys,
    This is an old post but I have been looking everywhere for a solution. 
    Below is the server config:
    Windows 2008 R2 Standard 64bit
    12 GB Ram
    HyperV - 2 Virtual
    Virtual 1 - 1 GB - Virtual server only created and powered on not used
    Virtual 2 - 2 GB - Virtual server only created and powered on not used
    Exchange 2010 on Physical server
    less than 10 users on exchange
    Current Mail box per user - approx 3 GB
    AV - Nod32
    BES Express on Physical server
    When I reboot the server the Memory usage is around 60% but slowly store.exe starts to eat the memory and finally it reaches 98% and then server hangs. This is so regular that sometimes I have to reboot the server 3 or 4 times a week.
    BTW, I tried to limit the memory usage to 3GB via ADSI after googling but store.exe keeps on using and there was no use making this change.
    ADSI change: msExchESEParamCacheSizeMax = 393216 
    Can someone please please help me.
    Regards
    J
    Your setup is wrong for your usage.
    My recommendation would be:
    1 Virtual Exchange with 8 GB RAM (or 6GB with dynamic up to 8GB) and four virtual CPU's
    1 Virtual Blackberry Server with 2 GB RAM and two virtual CPU's.
    Host machine: Only AV and Hyper-V, nothing else, not even connected to an active directory domain if not REALLY needed.
    This will solve your memory issues without requiring hacking 'round the cache settings of Exchange.

Maybe you are looking for