How to set Maximum Open Socket on WLS 6.1

I can find that WLS 7.0 allows us to set the maximum open socket at the Configuration
=> Tuning. How about WLS 6.1? Is there any way to set it?
Thanks!

Upgrade to SP3 and u will see the option in the console.
Mullin Yu wrote:
I can find that WLS 7.0 allows us to set the maximum open socket at the Configuration
=> Tuning. How about WLS 6.1? Is there any way to set it?
Thanks!--
Rajesh Mirchandani
Developer Relations Engineer
BEA Support

Similar Messages

  • IView Deployment - how to set maximum file size?

    Hello,
    we have a problem while deploying iViews and uploading files to enterprise portal . The maximum upload file size seems to be limited to 1 MB. I have to deploy an iView greater than 1 MB. While deploying with netweaver developer studio I get following error message
    in logfile of developer studio:
    [19.10.04 / 13:33] #ERROR LEVEL#
    com.sap.portal.developmentTools.ideSpecific.eclipse.wizards.sapmakepar.SAPMPWizard$1 > No Information
    java.io.IOException: Error writing to server
    The direct upload of *.par with EP Component Manager also does not work. After clicking upload-button I get a standard http error page "aktion abgebrochen".
    Also on upload of any other document, for example personal documents which are bigger than 1 MB, I get this error.
    If I reduce file size of portal archiv lower than 1MB I can deploy and upload the iView.
    How canI set maximum upload file size in Enterprise Portal?
    Our Version: 6.0.2.4.7.Enterprise_Portal_Service_Pack_2
    Thanks for helping me,
    Nicole

    You need to use a precision argument:
    String foo = "a long name to print";
    System.out.printf("foo say: %.8s", foo); // 8 maxhttp://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html#syntax

  • How to set maximum number of jobs in oracle

    Could pls tell explain me about how to set maximum number of jobs in oracle....
    Regd,
    Mahi

    I don't think there is any limit on number of jobs that can be submitted to Oracle. However, there is a limit on the number of processes that would execute those jobs (governed by JOB_QUEUE_PROCESSES).
    Message was edited by:
    Satish Kandi
    Typo corrected.

  • How to set up open&close posting period to process year-end at April

    Hi FICO GURUs,
    I m a new student in FICO, here i have a question as following, ask for help,
    For the open period. If we need to clearing till April, how do we do for that? How to set up in open and close posting period?
    Any responses will be awarded.
    Thanks a lot!
    Samson

    In OB52 you need to manage open periods related to FI. Any periods which are not managed here implies those periods are closed
    Ex: From Period Year       To Period Year
           04               2008        04          20008
    This means 4th Period of 2008 is open and all other periods are closed.
    Also you can open and close period seperately for General Ledger and Subledgers
    Types A,D,K,M are subledgers and S type is for ledger.
    There will be seperate open and close periods for FI,MM and CO modules
    FI- OB52
    CO-OKP1
    MM- MMPV
    Assign Points if useful
    Regards
    Raghu Ram

  • How to set Maximum Character into OAMessageTextInputBean?

    Hi,
    Can anyone please show me how to set a maximum characters into an OAMessageTextInputBean programatically?
    Thank you.
    Jon

    TextInputBean.setMaximumLength(11);

  • How to Set Default Open With?

    Bridge keeps opening my .png screen shot files with Fireworks, I want them to open in Photoshop — CS4.
    The .png file icons defaults are set to open with Ps.
    Bridge> Preferences> File Type Associations don't even list .png (if that is the place to do it).
    Forum search seems to be hitting on everything but what I am typing in.
    Bridge Help doesn't understand what I am asking.

    Same issue - when I double click a "RW2" file in Bridge my Photomatix application opens the file. Nowhere in the file associations do I see Photomatix or the "RW2" file format for that matter. I reset to default association - still no joy. The only app showing in the "Open With" pull down in Bridge is "Photomatix (default)". How so I change this default to PS4?

  • How to set file opening preference in OS 10.5

    I have around 1500 Census files which are JPEGS, and they opened nicely with Preview.  Today, I loaded most of iLife (iPhoto, iMovie, iDVD and iWeb).  Now, for some reason, every one of those files wants to be opened with Adobe Illustrator which is far from optimal for viewing them.  Preview is not even recognized now by the operating system as a means of opening JPEGS, and it refuses to open them even though it is open and running.
    Is it possible somewhere in the operating system to specify what piece of software has a preference to open a certain type of file?  All of those files which once has as their opening preference Preview have now been converted to Adobe Illustrator.
    Thanks for any suggestions.

    Kappy, that did not work.  I did a Google search on the subject and learned about an app called RCDefaultApp.  I downloaded that and placed it in my Library file as directed.  I then closed System Preferences and reopened it. The app showed up on the far left of the "Other" line of System Preferences.
    This let me set default apps for each "extension."  Sure enough, Illustrator was set to open jpeg, jpg, JPG, JPEG and PNG files.  I changed all of them to Preview.  Well, it still didn't work.  Even though Preview was open and actually allowing me to view one of these files, it would not let me open another one of them.
    About ready to tear my hair out, I decided if all else fails restart the computer.  That fixed the problem.  It appears the opening preferences got returned to their original values.  The files now open with Preview.
    Interestingly, when I started installing iLife, there was a warning that I would have to restart my computer when the software was loaded.  I omitted GarageBand which I don't need.  There was never any alert that the software was loaded and I should restart my computer.  So, I didn't.  Maybe some corruption crept in as a result.
    While at it, I also went into Finder preferences and checked the block under Advanced to show all extensions.  Quite a few of those census files had none, and they do now.
    Preview is working now and is opening all those files.  I also tried two small PNGs which I trashed because they would not open, and they work, too.  Happiness!!

  • How to set maximum number of data points displayed on waveform chart?

    I have a waveform chart set to x-autoscale, but after about 1000 data points, it begins to scroll again. How can I display all of the data points being collected, say 2000 points?

    Right click on the chart and select Chart History Length. Enter the value that you need. The maximum is 2147483647 points.

  • JLabel: how to set maximum size in layout?

    I have a BorderLayout that i want to show a JLabel in NORTH. I use HTML in the label message text with one line being centered with <center>. If the overall text of the label is long/big enough, i.e. subsequent text results in line breaks, the cenetered line is cenetered correctly.
    however, if the subsequent text is just small, all lines are left justified/adjusted. i guess, the JLabel dimension is not maximized to the maximum available spave in the NORTH area of BorderLayout.
    I tried adding the JLabel directly or within a JPanel (also with BorderLayout, then with add(label, BorderLayout.CENTER)), also first set the size of the dialog, added all components and just added the text to the label at the last position. doesn't help.

    Tip: putting a border on a JComponent like JLabel helps you see how its parent container is sizing it. I don't know what HTML mark-up you are using, but is the centering necessary?
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;
    public class Ex {
        public static void main(String[] args) {
            JFrame f = new JFrame("Ex");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            Container cp = f.getContentPane();
            String text = "Example text";
            Border b = BorderFactory.createLineBorder(Color.BLUE);
            JLabel label0 = new JLabel(text, SwingConstants.CENTER);
            label0.setBorder(b);
            JLabel label1 = new JLabel(text);
            label1.setBorder(b);
            cp.add(label0, BorderLayout.NORTH);
            cp.add(label1, BorderLayout.SOUTH);
            f.setSize(400,100);
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • How to set "Maximum Lenght" column property for database block at RUNTIME?

    Hi folks,
    Is it possible to somehow set a "Maximum Length" property for database block column at runtime?
    I have a dynamic form, which maintains mostly "STATIC DATA" within all application which are stored in different static data tables (which have similar structure). But now, description column in some of those tables was extended (not in all at this stage). I would like to avoid truncating form error while reading data from those extended tables, so I would like to set an MAXIMUM SIZE to accurate value at the time when I'm specifying TABLE NAME for that database block.
    What property should I use to set it?
       -- before executing query in "MAIN_BLOCK" I always set QUERY_DATA_SOURCE_NAME to user defined value => STATIC DATA TABLE name
       Set_block_Property('MAIN_BLOCK',QUERY_DATA_SOURCE_NAME,:control.table_name);
       Set_block_Property('MAIN_BLOCK',DML_DATA_TARGET_NAME,:control.table_name);
       -- here I would like to set also MAXIMUM LENGHT for particular column (based on some condition, etc.. correct value I can get from ALL_TAB_COLS dictionary
       SET_ITEM_PROPERTY('MAIN_BLOCK.DESCRIPTION', <<XXXXXXX>>, 300);What should I use instead of "<<XXXXXXX>>" if I want to overwrite MAIN_BLOCK.DESCRIPTION column's maximum length to 300?
    Thanks,
    Tomas

    Hi Magoo, thanks for reply.
    Yes, but then user can get other errors while trying to set description with value longer than in database (for all not extended tables).
    Aby idea how to implement SET_CUSTOM_PROPERTY like mentioned here?
    Oracle Forms - "maximum length" property.
    Thanks,
    Tomas

  • How to set maximum redelivery count

    hi,
    Within my JCD I am throwing an exception to roll back a message so that it will be redelivered in case of an error. From the log I can see that the message is redelivered.
    Now, I'm trying to find a way to set the maximum redelivery count within the JCD. Or a better way maybe find out how many times the message has been redelivered, so I can send it to a dead message/error queue when it reaches a certain number.
    Is this possible? Has anyone done similar thing?
    thanks
    Ari

    For JCAPS 5.1.1 see
    <CAPSInstallRoot>/lofgicalhost/extra/JMSJCA-readme.html, section named
    Redelivery Handling (deadletter queue).
    Thanks Frederic :-)

  • How to set maximum length for TextEdit

    Hi all,
        I have a TextEdit UI element in my webdynpro page and I want to set the maximum number of characters that can be entered in this TextEdit. How can I do this?
    Thanks,
    Satyajit.

    Hi Arun,
         thanks for the reply. But I also want to use the same scenario for an Inputfield. Now I used the same method here and when viewed in the browser, the entire InputField has been stretched. How can I keep the view of the InputField as default but still have a restriction on the number of characters that can be entered in this InputField? It works for TextEdit.
    Thanks,
    Satyajit.

  • How to set default "opens with"

    If I have MS office and Iwork installed, how do I set a default for the opens with. Right know if it open a word file, it automatically opens with MS office. But I would rather it open with Pages.
    Thanks for your help.

    Select a Word document in the Finder and *Get Info*. Count down to the 5th disclosure triangle - the one labeled *Open With*. Select the program you want to open the file with. You may see it in the list or you may have to select Other and find the program with the file selector. Once you've done that, click on the *Change All* button. That's it.

  • How to set up Open Gl Application in C   using Xcode

    i am trying to work for University Project in Xcode. Xcode always rocks my work but sometimes i probably unaware of its features i get problems like today i am having a problem in creating an application in C++ in which i have to use graphics. i dont know how to create and even setup an Open GL Applciation in Xcode 4.6 please need help.....

    If this is for iOS, have you reviewed the information here? Documentation, sample code, etc.  There is probably a similar page for OS X.
    iOS Dev Center - OpenGL ES Resources
    https://developer.apple.com/devcenter/ios/resources/opengl-es/

  • How to set up Open Directory Users with local home folders?

    Hi folks,
    i set up a Mac mini Server with the services DNS, DHCP, AFP and OpenDirectory running. Everything is working fine so far but i want my OpenDirectory Users to have their home folders locally on the clients harddisk. My Leopard clients are already bound to the directory but everytime i try to login the login window is shaking even when i use the Directory Administrator account. What am i doing wrong?
    Thanks.

    (Did you read my other reply? You need to make it a portable account for the caching of login credentials.)
    With network homes and portable account enabled on a machine you always run from the locally stored homefolder on that machine.
    This homefolder syncs with the server network home folder for that account.
    If either of these folders get corrupt or unintentionally altered files (permission problems) somehow, there is risk of losing files, syncing problems and more (can take long time to sync at login/out, during even without corruption - I prefer gigabit cable to WiFi for this for obvious reasons).
    You at least need to monitor storage space in both places. You don't want either to fill up the disk (worse on server because several users can have their folders corrupted at the same time). Working quota settings / account is probably a good thing.
    And you probably need to decide what is synced : all folders or just some (and when / how often).
    You either do this form the server (you decide) or let the user have some say or a mix of these two.
    You might want to leave out the user's personal files (music, movies and such) and also depending on emaIl client used, maybe not sync email if the client saves it like Entourage does it, in big ever changing database files. Might be better to just backup the mailserver if IMAP based.
    If a user puts other large files in their homefolder (often on the Desktop) they can fill up the server fast. DVD-projects anyone?
    Mixing different versions server/client might not work too good either.
    So having said that, when syncing works it can be really good and you can restore a machine/account fast with pretty recent data. You can if in a hurry even log in from another machine using the account network home folder, getting access to the synced folders/files.
    Using Time Machine it's a one way "sync" (more like "duplicate changed and new files" - which I like) and you have to manually set TM settings on the client for what is going to be backed up and when. I do atleast don't know how to do it from/on the server. This "less intervention by the server" can be a good thing but if your users don't "behave" you might want to be in the drivers seat "saving them from themselves".
    TM backups can grow fast and probably demands more user interaction when storage space is used up.
    As with all "backup" configurations you probably want some rotating media backup of both network homes and/or TM backups so you can do a restore. Of these two, network homes are the more important one to backup "further".

Maybe you are looking for

  • Does the voltage to temperature conversation require in usb 6008 using daqmx 8.5??

    Another question need u all guy help.I currently using K-type thermocoupler for my project using usb 6008.Does the voltage to temperature conversation require in usb 6008 using daqmx 8.5? what is DAQ TEDS function use ? is it help us to convert?

  • Checking for session expiration

    We're using JSPs and Servlets in our application. Looking for a way in code to check if the session has expired. We will need to do this from a jsp as well as a servlet (sometimes a jsp is pointed to by a link and sometimes a servlet). Can someone po

  • CRM 5.0 pricing...custom fields

    Hello folks, I'm currently working on pricing configure in CRM 5.0 I have 3 new custom fields on the Service Order (item level) for which I need to set pricing along with fields - Sales Org and Product. As the 3 "new" fields were not present in the F

  • Report Header problem when exporting as Editable RTF

    Hey i was advised to post my query to this forum. My query is this Thread My report Header shows underneath my Page Header in Crystal reports 2008 can someone help me please?

  • Dashboards PowerShell Grid Widgets - Grouping and Sorting?

    First of all, to those who made Dashboard PowerShell Grid Widgets possible - Thank you, Thank you, Thank you.  Love it!  So much more power except for the output...... Is there a way to group and sort my results or is it my system?  Clicking the colu