Is there a MAXASYNCHIO setting in Solaris 10?

I can there was a kernel parameter for MAXASYNCHIO  in solaris 9.
Does anyone know if this parameter still exists or has been replaced in solaris 10?

Hi Mathew,
I am not aware whether there are any standard configurations.
In code if you want to restrict the user id, just pass sy-uname as below.
* Data declarations
DATA: enq TYPE TABLE OF seqg3,
            wa_enq TYPE seqg3,
            p_subrc TYPE sy-subrc.
* Call FM to read the locked entries.
CALL FUNCTION 'ENQUEUE_READ'
        EXPORTING
          gname                 = 'CRMD_ORDERADM_H' " U'r table name
          guname                = sy-uname   " User name
        TABLES
          enq                   = enq
        EXCEPTIONS
          communication_failure = 1
          system_failure        = 2
          OTHERS                = 3.
* FM to delete the locked entries.
IF enq IS NOT INITIAL.
   DELETE enq WHERE gmode NE 'E'. " Only edit mode documents.
   CALL FUNCTION 'ENQUE_DELETE'
     EXPORTING
       check_upd_requests = '1'
     IMPORTING
       subrc              = p_subrc
     TABLES
       enq                = enq.
   IF p_subrc = 0.
   ENDIF.
Thanks,
Faisal

Similar Messages

  • My ipad does not have the amount of GB on the back and in the settings it says 56gb! Also there is no setting called regulatory. It is an ipad 4 retina w wifi that i got as a Christmas present. Could it be a fake? How can i tell?

    My ipad does not have the amount of GB on the back and in the settings it says 56gb! Also there is no setting called regulatory. It is an ipad 4 retina w wifi that i got as a Christmas present. Could it be a fake? How can i tell?

    The amount of storage that is shown on the box and in Settings are calculated differently - the package uses 1 billion bytes as a gig (i.e. decimal), whereas in Settings it's shown as the binary definition : http://support.apple.com/kb/TS2419
    Also some space has been used for iOS, the built-in app and some space is lost due to formatting.

  • Is there a PS setting where it can read my Canon Mark 3 5D's monochrome setting so that the files will also appear in monochrome instead of colour? Or do I have to change from RAW each time to Monochrome within PS (even if I have set up for Monochrome in

    Is there a PS setting where it can read my Canon Mark 3 5D's monochrome setting so that the files will also appear in the same monochrome structure (instead of appearing in colour as it is now when i open in PS, not even monochrome)? Or do I have to change from RAW each time to Monochrome within PS (even if I have set up for Monochrome in my 5D)?
    1. Basically I am taking photos with a monochrome setting with my 5D and the screen shows monochrome.
    2. when i import this onto my computer and open with PS, it opens in colour.
    3. when I change this to Monochrome in PS. (It cannot read my monochrome setting with my preference of the greyscale mix when I viewed it on my 5D)
    4. my question is: is there a way so that PS can read the monochrome setting from my 5D and display the same monochrome setting as my 5D instead of a different one from PS.
    Lily

    you need camera raw 6.7 or better.
    i don't know what version of ps you have so i can't say if it can be updated to use that, but update anyway.
    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2104 updates:  http://prodesigntools.com/adobe-cc-2014-updates-links-windows.html
    if you can't update your cr sufficiently, use the dng converter. DNG Converters:
    Win
    Mac

  • On the initial set up for apple tv it just sits there trying to set the date and time . it is a wireless setup and the ipaddress and router address is correct . I can't get by this screen

    On the initial set up for apple tv it just sits there trying to set the date and time . it is a wireless setup and the ipaddress and router address is correct . I can't get by this screen. The setting is on automatic and I have picked a city in my time zone yet it still tries to set a time and date but fails.
    thanks

    Make sure router is up to date. Try ethernet to rule out any wifi issues. Reboot ATV and router.

  • I have an apple tv 1st generation, and there is a setting for airtunes. can someone tell me what this is and how to use it?

    I have an apple tv 1st generation, and there is a setting for airtunes. can someone tell me what this is and how to use it?

    I've looked at that, but on my PC, "look for remote speakers connected with airtunes" isn't an option.
    The only options I get are "prevent ipods [etc] from syncing automatically" , "warn me when [X %] of the data on this computer will be changed" and "forget all remotes". Its also got a list of backups I have saved, as well as a button to reset sync history.
    When I am playing a song, the "airplay" button isn't even visible.
    I am sure that the apple tv setting is on as well. Is there anything else you can help me with?

  • Then 'm selecting 3 points after camera tracker  and right click them there is no SET GROUND PLANE in the list, can U help me?

    Then 'm selecting 3 points and right click them there is no SET GROUND PLANE in the list, can U help me?

    Quit farting around with the camera tracker.  You're not nearly ready to handle it.  Go here:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

  • Since Photos, I notice that in Mail when I try to save a  picture it goes to iPhoto as before not Photos?  Is there a preference setting somewhere?  GH

    Since Photos, I notice that in Mail when I try to save a  picture it goes to iPhoto as before not Photos?  Is there a preference setting somewhere?
    GH

    How are you saving the picture.  Are you selecting the Export to Photos option in this contextual menu?
    Currently that contextual menu doesn't work.  You can drag the photo from the email window to the Photos icon in the Dock or drag the photo to the Desktop and import from there.  Then delete the copy on the Desktop.  Tell Apple about this bug in Mail/Photos via https://www.apple.com/feedback/photos.html

  • Is there way to set thicker font for Clock widget?

    Is there way to set thicker font for Clock widget (including Home and Unlock screens) ?
    Solved!
    Go to Solution.

    As I understand, not by default.
    Check on Google Play store if you can find any clock widgets that may suit your needs.
     - Community Manager Sony Xperia Support Forum
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • Is there way to set tofirefox4 to always use https over http?

    is there way to set tofirefox4 to always use https over http? instead of getting the message if i want to go to https site instead of http site, is there a way so that firefox will notify me if there isn't a https site instead?

    *Force-TLS: https://addons.mozilla.org/firefox/addon/force-tls/
    *STS UI: https://addons.mozilla.org/firefox/addon/sts-ui/
    *HTTPS Everywhere: http://www.eff.org/https-everywhere

  • Is there some time setting in sql*plus or Oracle9i

    Hi guys,
    I just run the following simple query in sql*plus in oracle 9i:
    select * from pers ;
    The table is around 190k rows. But it always stops running after 28-30minutes. No error message displayed and the whole sql*plus just hang on there.... The only thing I can do is to restart the sql*plus.
    I got this problem when I run some other query, so I use this simple query just to test if it will stop after running 30m. Now it does. I'm thinking there is some setting in sql*plus or ORACL9i I need to do. Could someone help me to solve this problem?
    Thanks in advance,

    Hi,
    you can check out this information in the user_resource_limits table.
    select * from user_resource_limits;
    COMPOSITE_LIMIT UNLIMITED
    SESSIONS_PER_USER UNLIMITED
    CPU_PER_SESSION UNLIMITED
    CPU_PER_CALL UNLIMITED
    LOGICAL_READS_PER_SESSION UNLIMITED
    LOGICAL_READS_PER_CALL UNLIMITED
    IDLE_TIME UNLIMITED
    CONNECT_TIME UNLIMITED
    PRIVATE_SGA UNLIMITED
    Thanks.

  • Is there limitation in setting aging rule?

    Hi.
    In our project(using iMS 5.1),
    Our customer want to setting the aging rule
    about 10,000 aging policy(per user and user folder)
    Is there limitation in setting aging rules?
    How man aging rule is recommanded?
    Regards,
    Heungdeok Yoon.

    By aging rule do you mean expiration rule ?
    If that be carefull, the release notes says:
    Use of expiration rule could cause you to unintentionally delete messages. (400343)
    A problem exists with the attribute store.expirerule.name.foldername.folderpattern.
    Expiration rules that include this attribute will select folders outside the criteria you specify. This could create serious problems, including the unintentional deletion of messages. Therefore, do not use this attribute to limit a folder selection.
    I expect to have been of help

  • Is there anyway to set different folders for content in itunes?

    I get that you can set iTunes media file location.  I assume this will be the location for all media from itunes as well as ripped cd's ect.  Is there anyway to set the location for different media formats independantly.
    ie All my music is in My Music I mainly rip CD's and I would like these to go into My Music.  At the same time I don't want iTunes to mix in videos books ect ect.
    Thanks

    I just spent 1/2 hour looking for gapless, why the heck did they remove it? Stupid. I don't want the program deciding for me - just SO STUPID. Man iTunes 11 is such a disaster - didn't they have anyone who actually uses the program spend time with the features? They relocated all this basic stuff and it's now totally counterintuitive. I really hate it.

  • Highlight colors change (invert) on some backgrounds, i can make it back by changing use system colors and or background color, i would like to knoe if there is a setting to stop the change ?

    i set my highlight colors to yellow background and black foreground in windows , it uses the same colors in firefox except as i highlight over some colors the foreground and background colors invert yellow on black , if there is a setting (or one can be added) in about:config to make the highlight always stay as yellow back and black foreground ? , im not sure if it is done within firefox though or if it is win xp but itcan be changed inside firefox about:config with browser.display.use_system_colors and/or browser.display.background_color .

    that sort of makes sense but when you look at youtube messages , each alternate line is a very pale blue and when highlighted each alternate line the color is switched , this also happens on all web pages with simuler shading (not just pale blue) .
    about the purple highlighting , ive never seen that , i have firefox on 2 PCs , a laptop and a notepad and they all use the colors set in win xp for highlight , even when use system colors is set to false , all that happens then is they swap about (invert) agen , i some times have to switch browser background color as well . sorry for being repetetive , im just trying to be clear , i have tried fine tuning BG color but on some pages just 1 single number away from white makes the switch,on other pages you can go nearly all the way to black befor it switches .ive just seen add images , ill send some pics to show what im trying to say .

  • Hi there, I am setting up an online furniture company and need a software which can take a cut ou

    Hi there, I am setting up an online furniture company and need a software which can take a cut out of my product (e.g. a sofa which was photographed on its own in real life) and overlay the fabric swatch onto it so the customer can see the sofa/ product they have selected in any of the colours/ fabrics I offer. 
    Is there a product which can do this?
    Any help much appreciated!
    Regards,
    Sarah

    Lightroom isn't really suited to this type of work. Try Photoshop or Photoshop Elements. You can find more information on both at http://www.adobe.com/products/photoshopfamily.html?promoid=KAUCA

  • I am getting an un expected error message when updating the setting to "extend network".  Is there an obvious setting I may be missing?  Cisco router being used.

    I am getting an un expected error message when updating the setting to "extend network".  Is there an obvious setting I may be missing?  Cisco router being used.

    If you are trying to "extend" using wireless only, you may not be aware that Apple designed the "extend" feature as a proprietary setting to only work with other Apple routers.
    It is extremely unlikely that this will work with a Cisco router.
    If your plans call for connecting the AirPort Express to the Cisco router using a wired Ethernet connection, it should be possible to configure the Express that way.

Maybe you are looking for

  • Error message - Cannot connect to store and store may be busy?

    Hi I just purchased an iPhone 3G yesterday and I wanted to create an Apple account so that I could install applications onto my iPhone. Since then I've been trying to open iTunes store but an error message keeps coming up. It says "Could not complete

  • Advance fullscreen presentation on mouseclick? (i.e. like PowerPoint)

    Hey, I have created a full screen presentation in flash but I need it to advance on a basic mouse click (just like it does natively in PowerPoint). Normal back and forward buttons are not suitable. Thanks in advance, Pete

  • Linux Flash Player 10.2 Projector points to 10.1

    Hi! When I go to http://www.adobe.com/support/flashplayer/downloads.html and go to download the Linux Flash Player 10.2 Projector, the downloaded flashplayer_10_sa.tar.gz file, contains the projector 10.1 which has a date of October 22, 2010.

  • Microsoft intune and Forefront

    hello All, We have Forefront protection installed on clients. We use SCCM to update definition files for Forefront on clients. Now, we want to install Intune on these machines. which require uninstallation of SCCM agent. if we uninstall SCCM client,

  • What driver enables Laserjet 4000 PCL 6 in Windows 7?

    Is there driver related to HP Laserjet 4000 PCL 6 that will work with it and Windows 7?  (Laser 4000 PCL 6 per se isn't supported by Windows 7.)