How to enable JPA2.1 support in weblogic 12.1.2

Hi,
how to enable JPA2.1 support in weblogic 12.1.2 ?
I am finding javax.persistence_2.1.0.0_1-0-2.jar  in /modules/ directory of my weblogic 12.1.2 production installation. but I am not able use JPA2.1 methods , during runtime , I am getting noSuchMethod error  when I try to call  createStoredProcedureQuery. but in the javax.persistence_2.1.0.0_1-0-2.jar  it is there.
StoredProcedureQuery storedProcedure =
entityManager.createStoredProcedureQuery("SP_GET_GSA_CAMEL2");
I have added the below line in commEnv.sh, But no help. Still getting the error.
export PRE_CLASSPATH=/wls/product/ofm12.1.2/oracle_common/modules/javax.persistence_2.1.0.0_1-0-2.jar:
can somebody reply any specific steps I have to follow to enable JPA2.1 features in weblogic 12.1.2.
regards
Muthuvel

Hi Windows 2008 support only TLS 1.0 not 1.1 and 1.2, so it works OK. To use higher TLS protocols you must use at least 2008R2 SP1 or higher version of Windows server

Similar Messages

  • How to enable dynamic query in weblogic 7.0?

     

    Hi,
    The documentation explains how to enable dynamic queries and set a
    method-permission to control access. If you find the information at the
    following link insufficient, let me know.
    http://e-docs.bea.com/wls/docs70/ejb/cmp.html#1089703
    You enable dynamic queries in your weblogic-ejb-jar.xml file with the following:
    <enable-dynamic-queries>True</enable-dynamic-queries>
    You can set a method permission as follows:
    <security-role>
    <role-name>Admin</role-name>
    </security-role>
    <method-permission>
    <role-name> Admin </role-name>
    <method>
    <ejb-name> EmployeeEJB </ejb-name>
    <method-name> createQuery </method-name>
    </method>
    </method-permission>
    - Matt
    Sanjeev Chopra wrote:
    also posting to EJB newsgroup
    "CottonXu" <[email protected]> wrote in message
    news:[email protected]..
    How to enable dynamic query in weblogic 7.0? The documentation accompanieswith
    Bea doesn't explain it in detail. How to set <method-permission> inejb-jar.xml?
    Thanks in advance.

  • How to enable Matlab support in Photoshop CC?

    How to enable Matlab support in Photoshop CC? I've downloaded zip-file with dylib and m-scripts, however it does not work.
    By the way, app.featureEnabled("MATLAB") return false in standalone jsx-script, so I believe it's a Photoshop confiruration issue (I found some suggestion _for previous_ versions, that it can be caused by non-exteneded Photoshop version).
    What can I do?

    Yes, it'is the place where I've downloaded Matlab "plugin".
    Interesting, that Matlab can not start Photoshop CC via pslaunch — Photoshop crashes. However, Photoshop can be launched manually, but calling psmatlab.dylib from Matlab does not work.
    It's unfortunate that I can not migrate to Photoshop CC (I've used CS5 before and corresponding Matlab integration worked like a charm). It is possible that Photoshop CC has some "forgotten" Matlab-compatibility option that should be switched on?
    It seems weird that app.featureEnabled("MATLAB") return false in Photoshop CC (in returns true in Photoshop CS5 Extended).

  • How to enable 192khz support for Audigy 2 ZS?

    - Ok i know that this question has been asked alot but no one properly answeared it, when i open my console with latest drivers i notice that i only got 2 options 48khz or 96khz, altought this card is suposed to support 92khz i wonder why i cannot select it from creative menu?
    Thank you in advance & awaiting a reply desperately!

    Can someone please explain this to me? i dont wanna give it back because i think its broken when its not, if i could ask someone else i would but unfortunatelly creative closed on Portugal
    I know that this is only supported in stereo mode? so what must i do? i got a 2. system, doesnt it count as stereo?
    Its creative itrigue connected to front left and front right, is there somewhere else i must connect it in order to get the full 92 khz support? im also running win dows xp here are my specs:
    intel core 2 duo 3.0ghz @3.6ghz
    4gb DDR2 066 corsair dominator
    Asus P5QL Pro
    Ati HD 4870
    Thanks again!

  • Chinese Enabled Support for Weblogic 4.5.1 ???

              Hello!
              I tried to show Chinese words by modifying HelloWorld.jsp
              <%out.print("<p><b>HellollWorld!</b>");%>
              ^^^^^^ -> Chinese Words
              but it couldnot show those Chinese Words correctly while viewing it.
              Hello$H$HWorld! --> the results
              I wonder whether Weblogic 4.5.1 supports Chinese?
              If yes, can anyone tell me how to do it?
              thanks !
              Allen
              

    Allen,
              I do not know 4.5.1, but this works for 5.1: Did you set the proper
              content type? Try to add something like <jsp:directive.page
              contentType="text/html; charset=UTF-8"/>, adjusted to the encoding you
              actually use.
              Daniel
              -----Original Message-----
              From: Allen [mailto:[email protected]]
              Posted At: Monday, October 16, 2000 8:32 AM
              Posted To: jsp
              Conversation: Chinese Enabled Support for Weblogic 4.5.1 ???
              Subject: Chinese Enabled Support for Weblogic 4.5.1 ???
              Hello!
              I tried to show Chinese words by modifying HelloWorld.jsp
              <%out.print("<p><b>HellollWorld!</b>");%>
              ^^^^^^ -> Chinese Words
              but it couldnot show those Chinese Words correctly while viewing it.
              Hello$H$HWorld! --> the results
              I wonder whether Weblogic 4.5.1 supports Chinese?
              If yes, can anyone tell me how to do it?
              thanks !
              Allen
              

  • How to Enable JMX Console in the Weblogic 10.3

    Note : Sorry, i am cross posting this thread from "management", but this is extremely urgent for me and i did not get any response from yesterday. Hope to have a solution atleast from this group.
    I have an application that is JMX enabled. It has its own JMX Agent and some MBeans. When i deploy and launch the application in WebLogic, i am able to connect to the JMX agent via JConsole with the RMI url.
    But when i get into the Weblogic console, i can not see any JMX consoles! So, basically i am trying to see if there is any JConsole equivalent stuff in Weblogic and how to enable it.
    How can i enable the JMX console in Weblogic ?
    Edited by: SureshKrishna on Jun 19, 2009 10:38 AM

    I suggest also this
    http://www.performanceengineer.com/blog/monitoring-weblogic-using-jmx/
    To enable JXM you should add these in the startup script of the server:
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
    then you can access from Jconsole putting this URL in :
    service:jmx:rmi:///jndi/rmi://127.0.0.1:8888/jmxrmi
    Edited by: user3873926 on 19-giu-2009 11.53

  • How to enable SHA-2 hashing algorithm support on windows 7

    Hello All,
    Please suggest how to invalidate SHA-1 and MD5 algorithm on windows 7 and how to enable SHA-2.
    As suggested by Microsoft, regarding the availability of SHA-2 hashing algorithm, security update KB2949927 is installed on windows 7.
    Thank You

    Hi,
    Please check if you have installed the below mentioned update:
    http://support.microsoft.com/kb/2973337/en-us
    After installing this update, SHA512 is enabled for TLSv1.2.
    IE shall also be using TLS internally. Hope that should resolve your problem.
    Please refer to the below link for a similar discussion and its solution posted there:
    https://social.technet.microsoft.com/Forums/office/en-US/857c6804-8ce1-4f09-b657-00554055da16/tls-12-and-sha512?forum=winserversecurity
    (Please mark as answer if it resolves your issue. Please upvote if it is helpful.)
    Regards,
    Rajesh

  • Got photoshop cc - how to enable middle east version? for supporting hebrew?

    Hi,
    Got photoshop cc:
    Adobe Photoshop Version: 12.0 (12.0x20100422 [20100422.wst4.180 2010/04/22:02:00:00 cutoff; wst4 branch]) x64
    how to enable middle east version? for supporting hebrew?
    when I write in hebrew font it turn the letter order
    how to fix it?
    thanks.  
    [Moved from FrameMaker Forum by moderator]

    I don't have CS5 but try this template Adobe - Photoshop : For Windows : Adobe Photoshop CS4 - Template to edit and create Arabic text : Thank You. Even tough it says Arabic it should work for Hebrew as well. This is the template for Mac Adobe - Photoshop : For Macintosh : Adobe Photoshop CS4 - template to edit and create Arabic text

  • How to enable hardware virtualisation support?

    Today I upgraded to mac os x lion and when I open parallels desktop it asks me to enable hardware virtualisation support on my MacBook pro so that I can run windows xp as a virtual machine. I have searched the net and cannot find a way to access the bios to enable this feature, please could I have some support and advise on how to enable the VT. I did have any problems whilst I was on os x snow leopard and parallels used to work fine.
    Thanks in advance.

    Boot camp  is the way to go then you will be able to turn it on. Run boot camp install windows xp and you be able to get into the bios
    Here's some other help full info as well
    VMware Fusion 3.1.3 was designed for OS X 10.6 (Snow Leopard) but is compatible with Mac OS X 10.7 (Lion), with the reservations listed below. If you are running an older versions of VMware Fusion, upgrade to VMware Fusion 3.1.3 before upgrading to Lion. Fusion 2.x is incompatible with Lion.  For the best experience, reinstall Fusion after upgrading to Lion.  When running Fusion on Lion, these limitations are known to exist:
    The Migration Assistant, included with VMware Fusion, is not compatible with Mac OS X Lion. This is due to a change in file sharing components.
    VMware recommends that a Snow Leopard-based Mac be used to migrate an existing PC. The resulting virtual machine can then be used in Fusion running on Lion.
    Boot Camp partitions are not accessible through Fusion after upgrading to Lion.
    To work around this issue, delete the Boot Camp virtual machine from the library and recreate it.  For more information, see A Boot Camp virtual machine fails to power on with a disk error (1003483).
    Minor visual issues have been reported when using Mission Control with Unity mode.
    Mac OS X 10.7 (Lion) Client and Server cannot be run as guests, at this time.
    VMware can provide best effort support if you choose to upgrade to Lion, but we cannot guarantee a resolution for all issues.
    To be alerted when this article is updated, click Subscribe to Document in the Actions box.

  • How do I enable EL evaluation in Weblogic 9.2?

    We faced a problem while migrating from Tomcat to Weblogic 9.2. EL worked fine in Tomcat, but in Weblogic they are not recognized and evaluated, i.e. expression ${expr} appeares verbatim in html recieved by client.
    We've explicitly enable EL evaluation by using page directive:
    <%@ page isELIgnored ="false" %>
    Do you have any ideas how to enable EL evaluation?

    As I see Weblogic 9.2 doesn't implement correctly the following requirement from JSP 2.0 specification (JSP.1.10.1):
    <br>
    <br>
    <i>A translation unit (JSP source file and any files included via the include
    directive) can contain more than one instance of the page directive, all the
    attributes will apply to the <b>complete</b> translation unit (i.e. page directives are
    position independent).</i>
    <br>
    <br>
    In my case <pre>page</pre> directive which enables EL evaluation is in the file which is included via <pre>include</pre> directive.

  • How to enable middle eastern language support in Illustrator cs6?

    how to enable illustrator cs6 to support middle east? 
    i have enable this option on photoshop cs6 and in InDesign cs6
    but not in illustrator cs6,
    please help
    (i download the master collection cs6 trial version)

    I know in In Design you can have a template file set up with a right to left text box which can be copied into any version of In Design and used for Arabic text.
    If you can get hold of an Illustrator file set up in the ME version this may work too.
    I only rarely typeset Arabic in small quantitys so this is a good workaround for me.
    All the download links are now broken by the way Ivan =)
    Nick
    There are plugins available also for non ME versions which will help you if your budget won't stretch to another full adobe release;
    Multi language text input and editing, ScribeDOOR for Adobe Illustrator CS5.1 and CS6;
    http://www.winsoft-international.com/en/downloads/print-free-downloads.html
    World Tools from in-tools.com provides the same functionality for In Design;
    http://www.in-tools.com/products/plugins/world-tools/
    Message was edited by: nickrhodes

  • WebService Client - how to enable HTTP Compression

    Hi
    I have written a simple WebService Client. The WebService expects that the WebService clients enable HTTP compression. This is the exact text from the docs:-
    ""1. Client should be HTTP Compression enabled
    HTTP Compression had been made mandatory for API�s. Thus API�s client should
    include �Accept-Encoding: zip� header as part of request and should be able to
    handle compressed data. Please note that system will send an error message if client
    are not http compression enabled saying client should be compression enabled."
    I do not know how to enable HTTP compression in the WebService Client. The method called is "GetInstantaneousFlowData". It accepts no arguments and returns xsd:datetime.
    The wsdl can be found at:-
    http://energywatch.natgrid.co.uk/EDP-PublicUI/PublicPI/InstantaneousFlowWebService.asmx?WSDL
    Can someone please help :-
    import javax.xml.rpc.ServiceFactory;
    import javax.xml.rpc.Service;
    import javax.xml.rpc.Call;
    import javax.xml.rpc.ParameterMode;
    import javax.xml.namespace.QName;
    import java.util.Calendar;
    public class TestNGPubTime4 {
    public static void main(String[] args) throws Exception {
         // Setup the global JAX-RPC service factory
         System.setProperty( "javax.xml.rpc.ServiceFactory", "weblogic.webservice.core.rpc.ServiceFactoryImpl");
    // create service factory
    ServiceFactory factory = ServiceFactory.newInstance();
    // define qnames
    String targetNamespace = "http://www.NationalGrid.com/EDP/BusinessEntities/Public/";
    QName serviceName = new QName(targetNamespace, "InstantaneousFlowWebService");
    QName portName = new QName(targetNamespace, "InstantaneousFlowWebServiceSoap");
    QName operationName = new QName("http://www.NationalGrid.com/EDP/UI/GetInstantaneousFlowData",
         "GetLatestPublicationTime");
    // create service
    Service service = factory.createService(serviceName);
    // create call
    Call call = service.createCall();
    // set port and operation name
    call.setPortTypeName(portName);
    call.setOperationName(operationName); // add parameters
         call.setProperty(Call.SOAPACTION_USE_PROPERTY, Boolean.TRUE);
         call.setProperty(Call.SOAPACTION_URI_PROPERTY, "http://www.NationalGrid.com/EDP/UI/GetInstantaneousFlowData");
    //     call.setProperty(Call.ENCODINGSTYLE_URI_PROPERTY, "http://schemas.xmlsoap.org/soap/encoding/");
    call.setReturnType(new QName( "http://www.w3.org/2001/XMLSchema","datetime") );
    // set end point address : soap address location
    call.setTargetEndpointAddress("http://energywatch.natgrid.co.uk/EDP-PublicUI/PublicPI/InstantaneousFlowWebService.asmx");
    // invoke the remote web service
    Calendar result = (Calendar) call.invoke(new Object[] {});
    System.out.println("result=" + result);
    }

    Rishika,
    Thanks for your reply.
    Could I get clariffication on some more thing?
    I am using Axis 1.4 version. And I am able to implement the gzip while doing the following steps.
    1) Change the pivote value to CommonsHTTpSender.
    <transport name="http" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/>
    2) public class RetreiveReservationsSOAPBindingStubLocal extends RetreiveReservationsSOAPBindingStub.
    I Override the method to support GZIP.
    org.apache.axis.client.Call _call = super.createCall();
    call.setOperation(operations[0]);
    _call.setUseSOAPAction(true);
    _call.setSOAPActionURI("retreiveReservations");
    _call.setEncodingStyle(null);
    call.setProperty(org.apache.axis.client.Call.SENDTYPE_ATTR, Boolean.FALSE);
    call.setProperty(org.apache.axis.AxisEngine.PROPDOMULTIREFS, Boolean.FALSE);
    call.setProperty(HTTPConstants.MCACCEPT_GZIP, Boolean.TRUE);
    call.setProperty(HTTPConstants.MCGZIP_REQUEST, Boolean.TRUE);
    call.setSOAPVersion(org.apache.axis.soap.SOAPConstants.SOAP11CONSTANTS);
    _call.setOperationName(new javax.xml.namespace.QName("", "retreiveReservations"));
    super.setRequestHeaders(_call);
    super.setAttachments(_call);
    Object resp = call.invoke(new Object[] {retreiveReservationsRequest});
    I am able to send and receive the request and response in gzip encoded format.
    Now my clarrification is,
    Is it possible to set the piote value to CommonsHTTPSender for the transport http through my code?
    How could I set the values from code?
    Reason is, I don't want to manually edit the axis 1.4's client-config.wsdd
    Since this is very critical thing, please please help me.
    Thanks in advance.
    Regards,
    Nishad Ponery

  • How to enable Persistent Login in OAM PS2

    When i configure enable Persistent Login . i execute command below. then see errors .
    Please support for us. How to enable Persistent Login in OAM PS2 ?  it's not easy ???
    wls:/offline> configurePersistentLogin(enable="true",validityInDays="30",maxAuthnLevel="2",userAttribute="obPSFTID")
    Apr 6, 2015 4:18:11 PM oracle.security.am.wlst.util.WLSTWrapperUtil createBean
    SEVERE: Unable to execute the WLST Command
    java.lang.Exception: Either you need to be connected or specify domain_name
        at oracle.security.am.wlst.util.WLSTWrapperUtil.setOnline(WLSTWrapperUtil.java:163)
        at oracle.security.am.wlst.util.WLSTWrapperUtil.createBean(WLSTWrapperUtil.java:106)
        at oracle.security.am.wlst.WLSTWrapper.execute(WLSTWrapper.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.python.core.PyReflectedFunction.__call__(Unknown Source)
        at org.python.core.PyReflectedFunction.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at OamInternal_handler$py.configurePersistentLogin$90(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/OamInternal_handler.py:1554)
        at OamInternal_handler$py.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/OamInternal_handler.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at Oam_common$py.configurePersistentLogin$86(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/Oam_common.py:999)
        at Oam_common$py.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/Oam_common.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at org.python.pycode._pyx58.configurePersistentLogin$90(/u01/app/oracle/Middleware/Oracle_IDM1/common/wlst/Oam.py:625)
        at org.python.pycode._pyx58.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/wlst/Oam.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.pycode._pyx82.f$0(<console>:1)
        at org.python.pycode._pyx82.call_function(<console>)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyCode.call(Unknown Source)
        at org.python.core.Py.runCode(Unknown Source)
        at org.python.core.Py.exec(Unknown Source)
        at org.python.util.PythonInterpreter.exec(Unknown Source)
        at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
        at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
        at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
        at weblogic.management.scripting.WLST.main(WLST.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at weblogic.WLST.main(WLST.java:29)

    Hi Marcus Griley,
    Enabled by default for VM groups Option is hidden from GUI in 2012, you can use the specify the preferred owner of group to realize the same function, positively not come online
    on a node that is not a possible owner.  If no possible owner nodes are up, then the group will still failover to a node that’s not a possible owner, but it will not come online.
    Preferred Owners in a Cluster
    http://blogs.msdn.com/b/clustering/archive/2008/10/14/9000092.aspx
    Specify preferred owners of a group:
    https://technet.microsoft.com/en-us/library/cc759663(v=ws.10).aspx
    Set group FailOver policy:
    https://technet.microsoft.com/en-us/library/cc786993(v=ws.10).aspx
    Set group FailBack policy:
     https://technet.microsoft.com/en-us/library/cc778570(v=ws.10).aspx- This will help the resources to fail back on the preferred owner.
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to enable internet sharing on mac book to use my iphone?

    how to enable internet sharing on mac book to use my iphone?

    Hey PPRoy,
    Thanks for the question. The following article may assist in achieving your goal:
    OS X Mavericks: Share your Internet connection
    http://support.apple.com/kb/PH13855
    Thanks,
    Matt M.

  • How to enable execute-disable bit and other hidden settings on Lenovo 3000 N200 model 0769!

    2008-11-16: I have posted some more settings, scroll down to message 19 in this thread to read them.
    Hi,
    Here's some good news for anyone with a Lenovo 3000 N200 model 0769, who is disappointed and frustrated with the lack of options in the BIOS setup menu. (I had a moan about that in this thread.)
    This is a long post but I hope you'll find it worthwhile. Here are the features/settings which I will explain how to enable:
    The BIOS disables the execute-disable bit function of the CPU, with no way to turn it on. You can enable it.
    You can set VGA and VESA graphics modes to not be stretched to fill the whole screen (sharper graphics with no distorted aspect ratio).
    Speed up the POST display by skipping the memory test
    Disable various features (if you don't use them, that might save some power): the HD audio controller, WLAN card, on-board LAN, shadowing of the video BIOS
    Enable beep before booting the OS
    Enable key click sound (only in DOS, not Windows or Linux)
    I'm still working on this, and hope to figure out more hidden settings soon, e.g. to disable the DVD drive and trackpad, and to change the video output from NTSC to PAL.
    The information below applies to the Lenovo 3000 N200 model 0769 with BIOS version 3.03. My N200 has Nvidia graphics. For some background on the general principles/research required to figure this out, please see this thread at Wimsbios.com.
    To change the settings, you need to create a bootable DOS floppy disk or USB drive. Download SYMCMOS.EXE (Google for it) and put it on the bootable disk. Boot the disk and run SYMCMOS to back up your current CMOS settings: SYMCMOS -Lsettings.txt
    Next load the settings.txt into a text editor. It will begin like this:
    ( SYMBOLIC CMOS EDITOR - Version 643710-035 )
    CRC = 3EDD
    (0000) [0001]
    (0003) [0001]
    Your CRC value may differ. Each line after the CRC contains a token number, followed by the value of that token. You can start with the settings.txt you created and edit any tokens you want to change, or delete all token lines and just include the tokens you want to change. Then use SYMCMOS.EXE to apply the new file: SYMCMOS -V2 -Uupdate.txt
    After running that command you can reset, and hopefully notice the new settings in action. (For certain settings, such as re-enabling the execute-disable bit, you need to turn the computer off then on again.)
    Here are some specific tokens you can change:
    Token Default New Description
    (0000) [0001] [0000] Disable the HD audio controller
    (0042) [0001] [0000] Disable LCD panel graphics scaling/stretching
    (004B) [0000] [0001] Beep before booting the OS
    (0267) [0001] [0000] Enable support for the CPU execute-disable bit
    (028E) [0000] [0001] Enable key click (only works in DOS and BIOS setup)
    (02A3) [0001] Set to 0 for slower memory test, or 2 (or 3?) to skip
    test for faster booting, especially with 4GB RAM
    (046E) [0001] [0000] Disable video BIOS shadowing. (Best to leave enabled.)
    (0471) [0000] [0001] Enable 1MB memory hole at 15MB. (Best leave disabled.)
    (0486) [0001] [0000] Disable PCI Express ports 1-6. This takes precedence
    over the individual port bits below, and disables the
    LAN, WLAN and (probably) ExpressCard port.
    (0489) [0001] [0000] Disable PCI Express port 2 (WLAN card)
    (048C) [0001] [0000] Disable PCI Express port 3 (maybe ExpressCard?)
    (048F) [0001] [0000] Disable PCI Express port 4 (LAN)
    For example, if you want to disable LCD panel scaling and enable the execute-disable bit, you would create a text file like this:
    CRC = 3EDD
    (0042) [0000]
    (0267) [0001]
    Some final points:
    Loading the default settings in the BIOS setup menu will overwrite any changes you make using SYMCMOS.EXE. So keep that bootable disk around in case you need to re-apply your settings in future.
    The token numbers above are specific to version 3.03 of the Lenovo 3000 N200 model 0769 BIOS. They might be different for earlier BIOS versions, and will be different for other models of computer.
    Once you have created a bootable floppy disk with a text file containing your updated settings, you could create a bootable CD with the floppy's data on. Just boot that CD to restore your settings in future.
    Before experimenting with randomly changing token values to discover other hidden settings, make sure you know how to reset your computer's CMOS memory! Changing some settings results in your computer becoming unable to boot, so you can't use the BIOS setup screen to reset. I wrote about how to reset the N200 model 0769 CMOS in this thread.
    If you discover any other settings, please let me know.
    Any changes made are at your own risk; if you "brick" your laptop don't blame me!
    Message Edited by Donuts on 10-15-2008 09:45 AM
    Message Edited by Donuts on 11-16-2008 11:35 PM

    Hi Donuts !
    My computer is a 3000 N200 0769BAG. It has a Dual Core Pentium and the information I get about the BIOS using lshw are :
    ========================================================================================
    description: BIOS                                                                                                                            
              vendor: LENOVO                                                                                                                              
              physical id: 0                                                                                                                              
              version: 68ET35WW (04/16/2008)                                                                                                              
              size: 106KiB                                                                                                                                
              capacity: 960KiB                                                                                                                            
              capabilities: pci pnp apm upgrade shadowing escd cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot biosbootspecification
    ====================================================================================
    I've nothing telling me it is a 3.03 BIOS version but only got the BIOS file name (68ET35WW);
    Is it the same BIOS you used and if not how could I find the list of (token, default value,new seting) for that particular BIOS ?
    Thanks a lot in advance for your help !
    Regards

Maybe you are looking for

  • Installing Windows 8.1 Pro 32 bit on Lenovo H500s

    I have installed a brand new (clean) 2T drive in the Lenovo H500s and I have Windows 8.1 PRO 32 bit retail disk. I'm trying to get this to install on the new drive but can't even get the unit to see the CD. I've gone in to the BIOS and set the CDROM

  • Error FRM-40735, ORA-04062 While Making Payments

    Hi, while making payments it raised following errors: FRM-40735:POST-FORMS-COMMIT trigger raised unhandeled exception ORA-04062these are steps in navigation: invoice >> action 1...pay in full>>>payment method (bill payables) does anyone know how to o

  • Logical shift negative numbers

    So, I think i have found a bug in Labview.  I am using Labview 8.5 I have a very very simple Vi Where i want to Right shift a negative number.  For example: -16 >> 2 = -4 What i get is 16380.  If I mismatch the data types.  Meaning I right shift from

  • Anyone know what this system stat means cell physical IO interconnect bytes

    Hi All. I can't find any documentation about "cell physical IO interconnect bytes" system stat - does anyone know what it signifies ? Thanks Dave Class Name Value 64 cell physical IO interconnect bytes 1.160476804096E12 1 session logical reads 1.4572

  • Where are the older baseline versions of iAS?

    Since the redesign of the download areas, it got almost impossible to find older software versions back (somehow I always end up among the 10g stuff). Does anyone know where I can find the iAS9i rel.2 version 9.0.3.x.x? K.Kriebisch