Element 'when' not found in 'xsl:choose'

Hi,
I'm trying to create a very basic choose / when /otherwise instruction in an RTF template.
I have created 6 fields, with the following codes:
<?choose:?>
<?when: E.TYPE='I'?>
* do something *
<?end when?>
<?otherwise:?>
* do something else *
<?end otherwise?>
<?end choose?>
I get the following error message when I try to preview the result:
java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:514)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:192)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:156)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:916)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:869)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:204)
     at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1535)
     at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:925)
     at RTF2PDF.runRTFto(RTF2PDF.java:590)
     at RTF2PDF.runXDO(RTF2PDF.java:458)
     at RTF2PDF.main(RTF2PDF.java:237)
Caused by: oracle.xdo.parser.v2.XMLParseException: Element 'when' not found in 'xsl:choose'.
     at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:782)
     at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:564)
     ... 15 more
Any help is greately appreciated.
Spiffo

Ensure that the code is correct in all 6 fields. Have you used the "Validate template" feature before previewing to see if you are able to get any more information?
I can take a look at your template if you can send it to [email protected] Send me a sample xml file for testing purposes.
Thanks

Similar Messages

  • Get error message: "Element 'when' not found in 'xsl:choose'"

    Thank you in advance for your help.
    I got this error message:
    Caused by: oracle.xdo.parser.v2.XMLParseException: Element 'when' not found in 'xsl:choose'.
    When I put a form field with this help text:
    <?CHOOSE:?><?WHEN:ELMT_CATEGORY_CODE='SS'?>
    Did some research but cannot find why...
    -Bill

    Never mind, put the <?end choose?> in wrong position. Thanks

  • XSL-1010 (Error) Element 'when' not found in 'xsl:choose'

    I am using xmlparserv2.jar from xdk9020b.
    An XSL file is loaded as XMLDocument and is modified by adding elements to a xsl:choose tree. The file acts as a "template" for an XSL that must be built and used in memory.
    When it is used as constructor for a new XSLStylesheet, then it generates the above error message. If I dump the XMLDocument to file, it contaisn the appropriate modifications, and if I execute oraxsl with it as stylesheet, everything works fine.
    Here the snipped of code I use:
    DOMParser parser= new DOMParser();
    parser.setPreserveWHitespace(true);
    URL xsvgURL = new URL ("file","localhost","svg.xsl");
    parser.parse(xsvgURL);
    XMLDocument xsvgdoc;
    xsvgdoc = parser.getDocument();
    XMLElement ex = (XMLElement)xsvgdoc.getDocumentElement();
    NodeList getit=xsvgdoc.selectNodes("//xsl:choose",ex);
    Element el = xsvgdoc.createElementNS("when","xsl:when");
    el.setAttribute("test","contains($a,'test')");
    ((XMLElement)getit.item(0)).appendChild(whennode);
    XSLProcessor processor = new XSLProcessor();
    XSLStylesheet xsvgstyle;
    xsvgstyle = processor.newXSLStylesheet(xsvgdoc);
    your feedback is appreciated, since I am currently stucking on this problem.
    null

    Ensure that the code is correct in all 6 fields. Have you used the "Validate template" feature before previewing to see if you are able to get any more information?
    I can take a look at your template if you can send it to [email protected] Send me a sample xml file for testing purposes.
    Thanks

  • Xslsample error - xsl:version not found in xsl styleshee

    I am getting the following error when running the example
    xslsample. I am able to run the domexample.
    omor>execute xslsample
    ('d:\orant\xdk\plsql\demo', 'family.xml', 'iden.xsl', 'family.out
    ', 'errors.txt');
    Parsing XML document d:\orant\xdk\plsql\demo/family.xml
    Parsing XSL document d:\orant\xdk\plsql\demo/iden.xsl
    The id is5242880
    The id is5242881
    XSL Root element information
    Qualified Name: xsl:stylesheet
    Local Name: stylesheet
    Namespace: http://www.w3.org/XSL/Transform/1.0
    Expanded Name: http://www.w3.org/XSL/Transform/1.0:stylesheet
    A total of 1 XSL instructions were found in the stylesheet
    BEGIN xslsample
    ('d:\orant\xdk\plsql\demo', 'family.xml', 'iden.xsl', 'family.out
    ', 'errors.txt'); END;
    ERROR at line 1:
    ORA-20100: Error occurred while processing: XSL-1009:
    Attribute 'xsl:version' not found in 'xsl:stylesheet'.
    ORA-06512: at "SYS.XSLPROCESSOR", line 22
    ORA-06512: at "SYS.XSLPROCESSOR", line 346
    ORA-06512: at "SYS.XSLSAMPLE", line 59
    ORA-06512: at line 1

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'

    Hello,
    I'm a long-time Siebel developer but novice to BIP, trying to enhance some complex rtf templates that an experienced xdo/bip developer (contractor) designed for us in the past, with a couple of new fields that have been added to the integration object.
    All templates and sub-templates receive 'no errors found' when using add-in tool selection of 'Validate Template'. Unfortunately we cannot utilize the 'preview' capability due to the way the sub-templates are called, so only way to test is to upload into server and attempt to run real-time.
    This results in UI error of SBL-OMS-00203, which when we dig into the xdo log file turns out to be:
    <Line 648, Column 88>: XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'.
    I have exported all templates and sub-templates into XSL-FO Style Sheet and looked at line 648 column 88, and none of them seem to correspond to this line/column combination (in fact most exports do not even go that high in lines).
    Googling 'XML-22009' hasn't proven to be of much help, so reaching out to the xdo experts in this forum.
    How are the line/column #'s determined in the xdo log output?
    I am pretty sure that it must be some issue with my 'Main' template, since none of the sub-templates have been changed (and the current version of the report, without the new fields incorporated, still runs fine from the UI). In the XSL-FO format export of the (modified, with new fields added) 'Main.rtf' file, line 648 places it right in the midst of a bunch of hex which corresponds to an imbedded image (which was also part of the existing template, no change there) and that line only has 65 columns (i.e. doesn't even go up to 88), so I'm questioning how valid the Line/Column information is in the xdo log error message.
    Any hints on troubleshooting this one would be greatly appreciated!
    Thanks & Regards,
    Katrina

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • SSIS package Corrupted - Connection element is not found - Visual Studio 2008

    Some body help me...
    last week my senior give me a SSIS package, but when I open in visual studio 2008 there is pop up like this.
    TITLE: Microsoft Visual Studio
    There were errors while the package was being loaded.
    The package might be corrupted.
    See the Error List for details.
    BUTTONS:
    OK
    and this is the description of
    Error    1    Error loading KIBB_INVC_IS.02.dtsx: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element is not found.
         C:\Users\CYH\Documents\Visual Studio 2008\Projects\IS\IS\KIBB_INVC_IS.02.dtsx    1    1    
    Error    10    Validation error. SheetValue Insertion Error Log Execute SQL Task: Connection manager "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" does not exist.      KIBB_INVC_IS.02.dtsx    0  
     0    
    Error    11    Validation error. SheetValue Insertion Error Log : There were errors during task validation.      KIBB_INVC_IS.02.dtsx    0    0    
    Error    12    Validation error. Data Flow Task: SCB_IB_IDS 05: The connection "{A9C72380-F326-44BF-A7CB-B8C7E9103F01}" is not found. This error is thrown by Connections collection when the specific connection element
    is not found.      KIBB_INVC_IS.02.dtsx    0    0    
    if some body know this problem, please help me to resolve my problem :(

    It is due to a connection manager being deleted.
    Oftentimes fixable by introducing it back. Sometimes the package even runs successfully even w/o it.
    But if you can create a new package anew.
    Arthur My Blog

  • XSL-1009: Attribute 'xsl:version' not found in 'xsl:stylesheet'

    I'm just starting to test XML in Oracle 8.1.7 for NT, and received the following error while testing the Oracle provided "xslsample" procedure. I modified the "iden.xls" stylesheet and added version="1.0", but still receive the same error.
    execute xslsample('C:\XML\Sample','family.xml','iden.xsl','family.out','errors.txt');
    Parsing XML document C:\XML\Sample/family.xml
    Parsing XSL document C:\XML\Sample/iden.xsl
    The id is16777216
    The id is16777217
    XSL Root element information
    Qualified Name: xsl:stylesheet
    Local Name: stylesheet
    Namespace: http://www.w3.org/XSL/Transform/1.0
    Expanded Name: http://www.w3.org/XSL/Transform/1.0:stylesheet
    A total of 1 XSL instructions were found in the stylesheet
    BEGIN xslsample('C:\XML\Sample','family.xml','iden.xsl','family.out','errors.txt'); END;
    ERROR at line 1:
    ORA-20100: Error occurred while processing: XSL-1009: Attribute 'xsl:version'
    not found in 'xsl:stylesheet'.
    ORA-06512: at "SCOTT.XSLPROCESSOR", line 22
    ORA-06512: at "SCOTT.XSLPROCESSOR", line 346
    ORA-06512: at "SCOTT.XSLSAMPLE", line 59
    ORA-06512: at line 1
    null

    There is a bug in the demo stylesheet. In iden.xsl the line:
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">should instead be:
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  • Spry.Effect ERR: Element "undefined" not found

    http://demiurgical.fluctuation.net/development/test.html
    Hi guys,
    I used Spry Data, Tabbed Panels, and the very helpfull Tabbed
    Panels Extension that Kin provided. It works fine on both Firefox
    and IE, however, IE6 gives me an alert box of "Spry.Effect ERR:
    Element "undefined" not found 4 times but still working.
    How can I get rid of this?
    Thank you again,
    John

    Looking at Retrospective's code in test.html, I see that the
    error is due to the fact he had a script block in his region:
    <script type="text/javascript">
    <!--//
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    That executes immediately when the page is loaded, even
    before the region is processed. To get rid of the problem, all that
    has to be done is remove the script block and move its code into a
    region observer so that it gets exectued any time the region markup
    is re-generated. Here's how it should look:
    <html>
    <head>
    <script src="SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script src="SpryTabbedPanelsExtensions.js"
    type="text/javascript"></script>
    <script src="xpath.js"
    type="text/javascript"></script>
    <script src="SpryData.js"
    type="text/javascript"></script>
    <script src="SpryEffects.js"
    type="text/javascript"></script>
    <link href="SpryTabbedPanels.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--//
    var dsTest = new Spry.Data.XMLDataSet("test.xml",
    "Test/TestOne");
    dsTest.setColumnType("name", "html");
    Spry.Data.Region.addObserver("FeatureBoxHome", {
    onPostUpdate: function()
    var testtab = new Spry.Widget.TabbedPanels("testtab", {
    interval: 3000 });
    testtab.start();
    //-->
    </script>
    <title>Test</title>
    </head>
    <body bgcolor="#FFFFFF">
    <div id="FeatureBoxHome" spry:region="dsTest">
    <div id="testtab" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li spry:repeat="dsTest" class="TabbedPanelsTab"
    tabindex="0">{name}</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div spry:repeat="dsTest" class="TabbedPanelsContent"
    style="display: block;"> <a
    href="{feature_url}">{title}</a> <img src="{photo}">
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>
    --== Kin ==--

  • MDIS ValueX XML Structure, element TEXT not found in xml schema

    When you extract ECC Contract through MECCM using port ERP Contract Data Transmission, if your mapping isn't correct 2 exception types are created: StructuralX or ValueX (and ImportX but I haven't seen this type of exception yet).
    Anyone noticed that the structure of the XML messages are actually different? The XSD for structuralX files are the same as the files placed in the "ready" folder, where as the XSD for the valueX files are DIFFERENT, and contain a tag called <TEXT>.
    This raises an issue when we're trying to handle exceptions in Import Manager using the type Port.  We get error "Logon Error: Source file does not conform to XML Schema. Element <TEXT> not found in xml schema".
    We can process exceptions in the structuralX folder, but not in the valuex folder because the xml file structure in the valuex folder is different.
    Just wondering if anyone else has had this issue or has resolved it.  We will open message with SAP.
    Thanks.

    Hello
    What is your MDM version ?
    this issue happened in old MDM 7.1 versions but was fixed in SP-2 unless you mapped Clone fields and in this case the fix is a bit later.
    In MDM 7.1 the latest builds of SP-2 and SP-3 should have the fix for all issues. But if you use MDM 5.5 then some issues regarding XSD conversion for exception where not addressed due to technical issues.
    The workaround for MDM 5.5 (If you use a late build of SP-6 Patch-4 or SP-6 Patch-5)  is to use the original file to fix the exception and not the file in the exception folder.
    Please notice that when you have Structural exception then all the Source XML file will go to the Exception folder.
    But in case of Value Exception - The source XML file will be dropped in the archive folder and another XML file containing VXR's (Virtual Extended Records) will be dropped in the exception folder, Therefore will have a different structure.
    Hope it helps.
    Thanks.
    Best Regards.
    Yaron.

  • 6 unions when not found  data I must return zero

    Hi
    I have a query
    SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL = 200804 AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 144
              UNION ALL
              SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL = 200804 AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 275  
              UNION ALL
              SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL = 200803  AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 325
              UNION ALL
              SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL = 200804 AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 278
              UNION ALL
              SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL = 200804 AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 276
              UNION ALL
              SELECT CD_INDICADOR, VL_INDICADOR
              FROM T_EC_PESSOA_PERFIL_CICLO PPC
              WHERE PPC.NM_CICLO_OPERACIONAL =  200804  AND
                    PPC.CD_ESTRUTURA_COMERCIAL = 1040 AND
                    PPC.CD_TIPO_ESTRUTURA_COMERCIAL = 5 AND
                    PPC.CD_PERFIL = 1 AND
                    PPC.CD_CONSULTORA = 2133245 AND
                    PPC.CD_INDICADOR = 326;
    CD_INDICADOR      VL_INDICADOR
             275             13.00
             278             12.00
             276              0.00
             326              0.00Changing only PPC.CD_INDICADOR (144,275,325,278,276,326) and
    PPC.NM_CICLO_OPERACIONAL = 200803 when PPC.CD_INDICADOR = 325
    When Not found some CD_INDICADOR it must show zero
    How can I do it ?

    Assuming a currently supported version of Oracle one way would be to join with a pipelined table function.
    http://www.psoug.org/reference/pipelined.html
    Look at the example with the DATE_ARRAY data type.

  • Element.setTextContent() not found

    Hi,
    I've been repeatedly getting these in my xdo.log for a long-running report:
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] key = 118697953010030
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] oracle.xdo.parser.v2.XMLText.setNodeValue() - 2
    [020613_052315666][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] XSLTFunctions.NumberNodeList.item
    [020613_052315667][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] Element Pkg Name = oracle.xdo.parser.v2
    [020613_052315667][oracle.apps.xdo.template.rtf.XSLTFunctions$NumberNodeList][STATEMENT] Element.setTextContent() not found, switching to prev version. org.w3c.dom.Element.setTextContent(Ljava/lang/String;)V
    Any idea what this means? Our environment recently had issues which impacted BIP. Although it's now up, I'm not sure if this message is related to what happened.
    Appreciate your response.

    Hi, do you guys have any input on this?

  • The target element was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search

    Hi All,
    I am using CUIT to write automated UI test cases. I have a dialog containing few edit control and buttons. 
    While running the test it is able to click the button.
    However I am getting few warnings as below.
    The target element "Technology Name: 'MSAA';Search Configuration: 'VisibleOnly'; Search Properties - ControlType : 'Button',Name : 'OK'" was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target
    element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search properties.
    Technology Name: 'MSAA'
    Search Configuration: 'VisibleOnly'
    Search Properties - 
         ControlType : 'Button'
         Name : 'OK'
    Mouse button : 'Left'
    I need to resolve these warning. Can anybody suggest me how to resolve these warnings.

    Hi sanjay_t,
    From these warning message as you provide, I doubt that maybe the button control did not be found successfully by the searchproperties when you playback the Coded UI test.
    So I suggest you can try to use DrawHighlight Method  to check if the button control
    is found before you perform actions on the button target control.
    (2)I suggest you can try to use
    FindMatchingControls Method on the button control to check if there are more than one control which matches the specified searchproperties and filterproperties.
    In addition, as you said that you are using CUIT to write automated UI test. it means that you record the UI action by handing code, am I right?
    If yes, I suggest that you can create a simple coded UI test through recording actions using Coded UI Test Builder. Then
    generate the code and then try to playback. If playback succeeds, then cross check the properties from UIMap.Designer.cs file. You can reference the code about entering values in the text edit in the UIMap.Designer.cs file to write
    your own code.
    For more information about how to find a control for coded UI test, I suggest you can refer the following blog.
    http://blogs.msdn.com/b/balagans/archive/2009/12/28/9941582.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Excel files deleted when not found

    I am using the Report Generation toolkit for Microsoft Office. I have a vi that opens a template, renmaes it, saves it, and writes to an Excel file. The file is then saved again before the vi exits.
    The problem is if the Excel file is accidently closed, then the vi closes and tries to save the excel file, it deletes the file that was saved. This seems to happen in the NI_Excel.lvclassave Report to File.vi, and comes up with error -2147417848 The first three case structures are false, which leads to the close and delete file subvis. I thought I could get remove the delete file vi, but I can not rename the subvi (...save report to file) to do this. This problem is causing me to lose product data.
    How can I either make a copy of the sub vi, or prevent the subvi from deleteing the file if the file is not open?
    metzler CLAD

    Hi metzler,
    According to this KnowledgeBase Article: Close Microsoft Excel While Running Report Generation Toolkit it is recommended programming practice to catch and handle the resulting error if the user attempts to quit Microsoft Excel mid-execution.  In no way will NI recommend editing its shipping VIs.
    I hope this helps!
    - Greg J

  • Can't get search word to alert when not found

    This is the xml named  'contact'                 John     Smith    
        123 Oak St     PERTH        WA     4372     Australia [email protected]     
      0754641323            Zack     Zwyker    
        368 Elm St     SYDNEY        NSW     2000     Australia [email protected]  
      0478964234   Albert     Aikens       368 Cedar St     BRISBANE        QLD     7145     Australia aa$info.com.au         0256897426> Michael     Jones   
    15 Cherry St     SYDNEY        NSW     2000     Australia [email protected]
      0297684321    This is the html named searchcontacts SEARCH FOR CONTACTS
    Please enter your contacts First Name: Submit

    Hey Eliza,  Do you have a URL of the site in question where you are having the problem?  It's hard to tell what you've got going on since it's just a cut and paste.  thetrickster

  • H61MU-E35 (B3) Updating BIOS....File Not Found Error

    I have MSI H61MU-E35 (B3) Motherboard with Intel i3 CPU.
    I downloaded latest BIOS File  7680vC3.zip (on web page it's says Version: 12.3 from  -> -www.msi.com/support/mb/H61MUE35_B3.html#down-bios
    Using Windows XP OS  From 7680vC3.zip => Extracted E7680vC3.exe  => Placed on USB Drive (I did not format USB Pendrive, and used by just making it empty by deleting files) ==>  Ran this exe file on the computer where this motherboard is....
    Inside Windows XP, when BIOS Update process started, In a green window, it shown me current BIOS old version and  New Version side by side.  (I did not given much attention to notedown from which number to which number it's updating).
    In Windows XP after BIOS Process completed, it restarted computer (I kept USB File as it in the computer as I had read that, I have to keep USB in computer after restart).
    When computer restarted...nothing came on the screen and just blank screen for long time and on the right side on screen bottom corner only letter like: A2 stayed for long long time.  I waited for 15 minutes but nothing was happening except blank screen...
    So, I restarted computer....and kept USB as it is in the computer....but Nothing comes on the screen...
    After I concluded that, something is wrong, to resolve the issue...
    --- What Try and Experiments I have done  ----------------------------------------------------------------
    (1) I placed Restarted computer without USB: and Message comes on the screen is:
    BIOS Update is not yet completed, please insert the USB pen drive  and reset system.
    (2) I refered some forums, and also contacted MSI Support. As suggested, I formatted USB Drive with FAT32 and placed  E7680IMS.C30  file (only one file) on USB placed in computer and started computer.. Now Message is coming:
    Updating BIOS...... File Not Found..
    Note that: E7680IMS.C30  File was given to me by MSI Support Staff as I did not kept Original files during formatting USB PenDrive.
    But computer is not looking for .C30 Rom File, Computer is looking for .BIN File
    (3) I have remove the battery and waited for 5 min. and placed again, to reset BIOS, but not difference on result or on message...
    Renamed: file E7680IMS.C30 to EIVB.BIN
    Result: Just Blank Screen with A2 text on right side bottom corner, No other message
    In some other same issue post, they recommand to change ROM File name to: EIVB.BIN which worked for others, so I also tried and renamed: file E7680IMS.C30 to EIVB.BIN, in this case, I was able recreate original Issue:  When computer boots, Screen stays completely Blank, and on the right side bottom corner, only 2 digit tect comes is: A2. Computer does not give any other message and nothing happens...even I waited for 30 minutes...
    Also, by looking at USB Pendrive light, I can tell that, motherboard is reading file on the Pen Drive...
    Renamed: file E7680IMS.C30 to E7680IMS.BIN
    Result: Message comes on the screen: Updating BIOS...... File Not Found..
    (5) What I am thinking is:  When motherboard power-ups, it's giving me two different type of Valid message based on if USB is in the computer or not, based on if file name is .BIN or not, so I believe motherboard is still not dead and there are hope to feed the file which motherboard is looking for. But issue how to find what specific file which it's looking for... Even sometime I have seen at screen right side bottom area, 2 Digit numbers are changing just like system is doing internal healthcheck before booting up...
    (6) Note that, I would like to put old version file on USB to feed, but one of the biggest issue with MSI is, once you download EXE from their website, to Extract EXE file content it needs to be run on the same motherboard computer, so in my case, if your motherboard is not in bootable cituation then you can not extract any other BIOS File to try...
    Please help me...by havin this computer down....I am suffering everyday...
    (By profession, I am electronics Engineer and have worked with programming Microcontroller and bootloaders, but in this case, I do not have SPI Programmer to program BIOS chip externally.)

    Thank you flobelix  and Nichrome.
    Quick Result Summary:  128MB USB Key formatted FAT32 with HP Tool, made MS-Dos Bootable and placed EIVB.BIN file given by  flobelix, but final result is: Screen comes Blank and only shows "A0" Code at right side bottom corner. nothing else.
    Detail
    Since Flobelix proviced ROM BIN File, I was too exicited to try it out and here is what I did...
    (1) As per Nichrome link for HP USB Format Tool, I installed it on "Win XP" machine, and formatted 128MB USB key by selecting "FAT32" and selected option to make "MS-DOS Bootable" and shown Win98 source files as per the instruction.
    -128MB USB drive made bootable with FAT32.
    (2) I downloaded EIVB.rar given by flobelix and extracted and copied EIVB.BIN file on USB root.
    Inserted USB in MSI and powered up...
    As soon as I give power:  Imidiately one normal beep and Screen comes completly Dark Blank. No message about "File not found".  only at right side bottom of screen, it shows "A0".
    I inserted USB key in each and every USB slot, but result is same: Screen stays Blank and on right side corner only "A0" letter.
    I given around 3-5 minutes time to see something changes on screen, but no change.
    - If I power-up computer without connecting any USB Drive: then message comes on screen that: Bios Update has not completed, please insert USB Key and Reset System.
    - On USB Key, If I put ROM File with any other name (except EIVB.BIN) then Message comes:  Updating BIOS... File Not Found...
    - I have removed battery to give a try for resetting BIOS, but not change.
    Question:
    (1) Is it possible that, motherboard is looking for specific version of File or some different version of file ? and just staying silent and not complaining for existing EIVB.BIN ?
    Here is I experiment:  I simply created empty text file (0 Byte) on USB Drive and given name EIVB.BIN  and booted up computer and same result: Blank Screen and just "A0" on right side bottom corner.
    So, it tells me that, when power is given, the program which executes in motherboard for BIOS, it is not able to identify real or fake EIVB.BIN.  I think, it's looking for some specific file and when not found, it's getting confuse on what to do....and not saying anything on the screen....
    Has anyone old version BIN file of H61MU-E35 (B3)  ?
    Is there any trick so I can download older version Packaged EXE from MSI website and extract it ? I can give a try....

Maybe you are looking for

  • How table data is stored in Oracle db?

    Hi, I would like to know the, order in which the data is store in oracle. say for e.g. If I type select * from emp; -- with out order by I get record in some order I would like know the order in which oracle stores the data, say if I insert rec 1, re

  • Release date, vendor ID, and account joining?

    It is great to see the continuing of updates to ADE, especially for accessiblity!  I have a few questions: 1) Is there any ETA for the release of ADE 1.8?  It seems it has been previewing for quite a while 2) It seems 1.8 adds support for pass-hash (

  • Port Security based on Device Type

    Hi all: We need to know whether there is any feature or software that allows to block switch ports for type of devices. For instance, we have some switches for IP phones and we do not want to have PCs connected to those ports. We know that it can be

  • Best practice about dial-peer creating when using analog lines

    Hi, I am trying to find out what is the best practice when creating dial-peer for analog lines on CME, should I use trunk group or create separate dial-peer for each FXO ports? If I use trunk group, is there any advantage ( lesser dial-peer)  or disa

  • Ora-01506 no database name

    11.2.0.2.0 windows 2008 RAC restored a prod rac to a dev rac, need to rename. created a pfile with my db name to my old name, started single instance, ran nid, updated the controlfiles successfully, stopped the database, updated my pfile to have DB_N