Internet Explorer 9 doesn't display XML Report Text

I have just updated reasently to Internet Explorer 9 and now all of my XML Reports do not show the report text.  I've attached a pic where you can plainly see the report test in TestStand but not in IE9.
The other intresting thing is if the XML is on one of our company network drives it displays fine just not if opened from the local drive.
Any ideas?
Solved!
Go to Solution.
Attachments:
ReportText.png ‏150 KB

Paul -
This is a known issue that will be fixed in the TestStand 2010 maintenance release. If you'd like to workaround this issue by modifying the XML style sheet for your report without using the Compatibility option that you found in IE9, follow these steps.
If using a default style sheet, save a copy with a different name to preserve the original file.
Open the style sheet in a text or code editor.
Search for node.firstChild.text by using the Find tool in your editing environment.
Replace the line:
            var text = node.firstChild.text;
with:
            var valueChildNode = node.selectSingleNode("Value");
     var text = "";
     if (valueChildNode)
       text = valueChildNode.text;
     else
       text = node.text;
Search for Error:  by using the Find tool in your editing environment.
Replace the line:
           Error: <xsl:value-of disable-output-escaping="yes" select="user:RemoveIllegalCharacters(.)"/>
with:
           Error: <xsl:value-of disable-output-escaping="yes" select="user:RemoveIllegalCharacters(ErrorText)"/>
Save the new version of the style sheet.
Open TestStand and go to Configure»Report Options...
In the Contents tab, change the style sheet to point to your updated version.
Run a sequence that you expect to populate the Report Text.
Open the generated XML report in IE9 and verify that the Report Text is properly populated.
Hope this helps.
Manooch H.
National Instruments

Similar Messages

  • Internet explorer doesn't display sites correctly unless they are trusted

    This is an odd problem. On the reference image prior to it being sysprep'd and captured, going to certain sites (e.g. lifehacker.com) the menus, all pictures and advertisements display just fine. But once capture and deploy that image those sites stop working
    the way they should. I made sure the unattend file was making zero changes to IE and I even disabled the IE configuration app that I made with IEAK to ensure that IE was being setup as is out of the box, but something is changing the way it operates and it
    fails to work the way it did before it get deployed to a client. I don't have any extra add-ons and no tracking protection lists.
    The big problem is it causes compatibility issues with lots of sites, such as menus not appearing when you hover like they should. I even tried building a clean machine from the Microsoft media directly and creating IEAK packages from that, a totally clean
    machine. That didn't work either.
    Anyone else have weird problems like this before?
    If this post is helpful please vote it as Helpful or click Mark for answer.

    Windows 8.1 IE 11. Yesterday I built a new image with all the latest updates released yesterday.
    My "Base Package" of apps is:
    Visual Studio Tools 2010
    Chrome
    Firefox
    Adobe Reader
    Flash Player
    Java RE
    7-ZIP
    BOX
    VLC Player
    The reference image itself contains Office 2013. This issue only affects Internet Explorer in normal view, if you use Private Mode the same site that didn't work, works just fine. I've tried experimenting with not enabling any add-ons and using "Reset"
    in IE, but nothing works.
    I am using copy profile, but I can assure you the administrator profile works just fine with all sites in the reference image before it's sysprepped and captured. But then again IE works fine until after the first reboot when deployed to a client.
    If this post is helpful please vote it as Helpful or click Mark for answer.

  • Windows 7 Internet Explorer doesn't open (no error shown)

    With the latest set of updates, around 4-5 days ago, a new problem developed which I haven't seen discussed anywhere.  Internet explorer doesn't load up when I click on it's icon.  The hard disk clunks but no explorer window appears.  No error is displayed.  Very odd.  Very occasionally it does load up, perhaps once a day, but then stops loading again after a few minutes.  Anybody got an idea what's happening?
    Dan
    Windows7 64 bit / office 2007Daniel West
    NHS / Home User
    Dell XPS 710

    Based on my known, a corrupt add-on could cause the problem. I have following suggestion.
    Run IE without Add-ons
    =============================
    1. Click Start, All Programs, Accessories, System Tools, Internet Explorer (No Add-ons).
    2. Visit website in this IE and test the issue. .
    If still cannot be run, please try to run it as administrator.
    Hope it helps.

  • Mail doesn't display full email text, only displays the subject line

    Mail doesn't display full email text, only displays the subject line.
    My preview shows first three lines of email, but when I chose the email specifically mail doesn't display any lines of text.  Been this way for about ten days.  Please help.  Ben

    Awesome.  Rebooting the phone worked.  I had never turned the phone off before (for the next guy - you hold down the "sleep" button for longer than you'd think and that'll do a full shutdown).  thank you for your help.

  • Windows Explorer doesn't display some files until I play or get info for them in iTunes.

    Windows Explorer doesn't display some files until I play or get info for them in iTunes.
    How do I get them to all show up in Explorer without playing them all one by one?

    I think I solved the problem by going to File -> Library -> Organize Library

  • EntityEncodeStrings and Internet Explorer w/ CDATA in XML

    Hello.
    I'm makin a sort of content management system which fetches
    data from an XML file:
    (pages.xml)
    <pages>
    <page id="1">
    <title>Home</title>
    <link>#1</link>
    <content><![CDATA[<h3>Welcome"</h3><p>We're
    experimenting a lot with different stuff on this page, please bare
    with us.</p>]]></content>
    </page>
    <page id="2">
    <title>About</title>
    <link>#2</link>
    <content><![CDATA[<h3>about</h3>Woah,
    hold it there, punk.]]></content>
    </page>
    [etc...]
    </pages>
    My XHTML-file has this in the header:
    var nav = new Spry.Data.XMLDataSet("/pages.xml",
    "pages/page");
    nav.setColumnType("@id", "number");
    nav.setColumnType("content", "html"); // skips entity
    encoding \o/
    I want to display everything in the <content />-xml
    tree as (X)HTML
    With the code I have everything works perfectly in Firefox,
    but in Internet Explorer (7) I'm getting no data at all because of
    entityEncodeStrings not functioning correctly (or so it seems). If
    I remove this it displays in both Firefox and Internet Explorer
    (though with the entities encoded).
    It doesn't matter which way I do it, using the option
    entityEncodeStrings: false or -1 I get the same (non-)results.
    I'm very thankful for any help!

    http://labs.adobe.com/technologies/spry/samples/data_region/XMLDataSetStringHandlingSample .html

  • Internet Explorer Script Error when running report with user-entered params

    We are using Crystal Reports Version 11.0.0.1282.  We have multiple copies each installed on a separate computer.  We have a relatively simple report with a prompt for 2 values (parameters) to be selected or input by the users.  The desktop is either Windows XP SP3 or Windows Server 2003 SP2  On all the XP/SP3 computers, this report works as expected.  On the exception computer, the Windows Server2003 Desktop, we see the prompting screen with place holders for graphics instead of the buttons.  When we attempt to select a value for the parameter by keying in the value and clicking on the OK link (no button), we see message box titled "Internet Explorer Script Error" with text: An error has occurred in the script on this page.
    Line: xxx (varies depending on param chosen)
    char 1
    error: Object expected
    url: file:///c:/doc...../temp/1/prompting1.html
    ===============================
    Searhing around the forum and using Google, I found a suggestion to be copying the "prompting" folder and dll from a known working system - tried this, it didn't work.
    So. I still need a solution. Any other suggestions??
    Edited by: Grant Ellsworth on Mar 16, 2009 10:29 PM

    >> I do not think it is because of the parameters you are entering/using, try without using the
    >> parameters (just for testing), if you still get the error then its not the parameters which is causing
    >> the problem.
    If I create the report without asking for user-entered params, it works.
    >> Can you please specify the browser and the tool to display the report you are using? Generally the
    >> error popps up when there are any mistakes in html or if you are using a javascript which has a error.
    The active browser on the computer is IE7 - 7.0.5730.13
    I am using the installed crystal reports 11 program to run the report.  I open the report in CR by going to File/Open and selecting the report. Then I get prompted for my ms sql login info, which I enter.  Then I see the "Enter Values" window with my data entry fields; but I don't see the nice formatting and buttons which I see when I run this from the other computers; I see only the placeholders.  I select or enter data and click on the "OK" link.  Then the message box pops up.  The message box pops up when I click on any of the links or on the "x" in the upper right.  Mesage box is explicit - Intenet Explorer Script Error, etc., as I described in my original post.
    Thanks
    Azhar

  • A page on a website which opens fine in Internet Explorer does not display accurately in Firfox...how can I fix this?

    I usually only use Firefox and don't compare screens between Internet Explorer and Firefox. However I was working on a website I am developing with a friend in Seattle and she sent me a trial and the pages don't fit on the screen right, for instance there is a return mail form that runs out of its box and leaves off the bottom of the page. She was having no trouble opening it on her computer (even in Firefox). It opens easily and correctly on my wife's computer in Internet Explorer, as it does on my computer. It is only in Firefox on my computer that it opens wrong. Also, and perhaps it is not related, opening videos in Firefox on my computer takes a long time when they open isntantly on my wife's computer in IE. I have more ready memory, more RAM and more graphics software on my computer than she does. Why should this be happening only in Firefox? I was so happy not using Internet Explorer any longer.
    I have attached a link to a page that I am having trouble with. It is not the only one. My screen does not show me the bottom of the response form where I can submit the form. It only shows half of the image verification code and no place to submit. I bet when you open it up you will see the whole screen.

    I am also having problems with a site I am building. No matter what websafe font I use it displays as New Times Roman in FireFox. The correct fonts show in both IE9 and Chrome.
    In addition, text shifts in FireFox. I have to position other text objects farther and farther apart as I go down the page or they start to overlap. Nav buttons and other images also have to be positioned in the wrong place for them to be in the correct place when the page is opened in FireFox. FireFox should display pages correctly by default. I can't expect th average user to have to tweek his/her settings to display my site.
    I have been recommending FireFox on my website as the best browser. I might have to change that and abandon FireFox myself.

  • Built in viewer not displaying XML report

    we are working on a test system that was originally developed elsewhere, using TestStand 4.0. It is generating XML report files, but not using the default NI schema, instead using both it's own 'custom' schema and reportgen sequence file for the report formatting. When it was running in TS 4.0, it all appeared to operate correctly, i.e. once the execution had come to an end, the built in TS viewer showed the XML file formatted correctly as defined in the XSL file.
    For a variety of reasons, we have needed to upgrade to TS 4.2.1, and as a result, the built in report viewer no longer displays the XML report at teh end of an execution. Instead, it shows an error ...
    'The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    XML document must have a top level element. Error processing resource 'file:///C:/<file_path>/TempReport.xml'
    Looking in the <file_path>, there is a TempReport.xml file, which is empty, hence the error message, but there is also the correct xml file, with data in. Clicking on the 'Viewer' button in the built in report viewer kicks off IE, which correctly shows the saved report file, complete with the formatting as defined in the xsl file, so it would appear that the custom reportgen sequence is still doing it's job correctly, just that the built in viewer has a problem... (Incidentally, if you try to refresh the viewer, as suggested in the error message, it brings back the same error, but repetatively creates a new TempReport file, with a number appended...)
    I've traced through the sequence model (this is the default model) and the tempReport file is only created when the sequence model finishes, (In fact checking the value of the Locals.ReportFilePath variable right at the end of the sequence model shows the correct filename...) suggesting that it is not a sequence problem, but rather something built into TS? (I saw some comment on another forum entry suggesting that a temp file is created when using IE as an external viewer, to prevent a memory leak)
    Realistically this is not a major problem, but it has got to the level of annoying now, having to open an external viewer even though the built in one is loaded by default... I'm guessing that the built in viewer is just a simple browser? if so, why is it being passed the wrong file/creating an empty xml file. If I set the report back to standard xml, I see the report ok, but without the formatting.
    It seems odd that this breaks in TS 4.2.1 but works fine in 4.0, when TS is meant to be backwardsly compatible
    Any ideas would be gratefully received...

    Thanks for the suggestion Anand... As it turns out, you were very nearly right. It turned out that it wasn't actually the stylesheet path that was causing the error, but instead the original developers had over-ridden the use of the standard NI xml report handler sequence to use one of their own, by setting the ReportOptions.format to a different name from xml. In the Setup Reports Display sequence call (uses a sequence in the modelsupport.seq file) there was a pre-condition on the format name, and as it no longer contained just xml, the precondition failed, and the sequence call that sets up temporary paths etc. never ran. I added an additional precondition state, to check for either xml, or the format used in this case, and everything sprung back into action. I'm not sure whether something similar was done previously in TS 4.0...
    Is there a list of these known problems in TS 4.2.1? I did look around the NI site a bit before posting the initial question, and didn't see anything that seemed to detail this...
    Once again, thanks for your assistance

  • E61i internet browser doesn't display properly

    Hello,
    I never had any problems browsing the internet on my E61i. My Nokia is always switched on, but today I had to switch it off for a while. After switching in on again, I wanted to use the internet on it. The strange thing was that it wouldn't display any web page properly any more. Pages look messy, like the web browser doesn't how to handle HTML etc. and display it properly.
    I often visit web pages not specially made for PDA's, so when visiting these I had to scroll horizontally. That was ok. But now when visiting these pages I cannot scroll horizontally any more; the browser puts all web page contents beneath each other, if you know what I mean. Now I can only scroll vertically.
    The conclusion is that many web pages I used to visit have now become useless since the E61i web browser doesn't display them any more as they used to be displayed, the pages used to look like as if you visited them from a PC, but not any more.
    Does anybody have a clue?

    It sounds like a cache issue. When you view the page, that
    page is loaded into your (or your client's) browser's cache memory.
    This is done so that when you return to that page it will load
    faster (since it is already loaded into memory).
    This will only happen if a person has been to the page
    recently. There is a limit on the amount of information your
    browser will store in cache memory. The more you surf, the more
    likely it is that the page will be replaced in the cache memory
    with some other information.
    You (and your client) can, depending on what browser you are
    using, set your preferences so that all web pages will be
    completely reloaded every time you visit them. In IE 6 for Win:
    Tools>Internet Options>Settings> Select 'Every visit to
    the page'. You can also set your cache to be the minimum amount of
    space alotted. Note: This doesn't really work very well in IE 6 for
    WIN. I use firefox for reviewing changes because I have found IE 6
    is completely unreliable for viewing the latest.
    Most other browsers will allow you to hold down Shift and hit
    'refresh' to throw out the cache for that page and view the latest.
    As far as I know this is standard operating procedure for proofing
    new pages.
    If there is a coding technique to force a browser to use only
    the latest information, I don't know what it is.
    Good luck.

  • Safari doesn't display some title text on websites properly...

    Hi, I get strange problems on Safari. Safari doesn't display title text on some websites. It is replaced with some mathematical fonts like small numbers, figures and etc... But it happens to only title text. All other body text is fine. I thought fonts caused this issue, then I checked duplicated ones and deleted related files from preferences, cleared cache, reset Safari and rebooted. However I didn't get any luck...
    Does anyone know how to fix this issue?

    You haven't given enough details to reproduce or attempt a solution. What website(s) are you visiting that exhibit this problem, and when did it start? Have you tried setting up a new user account and testing those sites in that account? Did you attempt to visit those sites using another browser such as Camino or Firefox to see if the problem manifests itself in either of those?
    Post back with details.
    Mulder

  • Internet Explorer doesn't handle Flash Form on a single page

    On FireFox 2.0.0.12 (Linux), the attach code displays two
    accordions.
    On Internet Explorer 7 (Windows XP), only one accordion is
    displayed.
    First, How do I determine if this Internet Explorer or a
    Flash error?
    Second, Is there a fix?
    <!--- Code --->
    <!---
    Name: Sample.cfm
    --->
    <cffunction access="private" name="WriteBookFlashSample"
    returntype="void">
    <cfargument name="ProcessingName" required="true"
    type="String" >
    <cfargument name="Catalog" required="true" type="String"
    >
    <cfoutput>
    <!--- Traverse through all of the Books in each processing
    queue for the given processing type --->
    <div style="background-color:##BDDFff">#ProcessingName#
    - 1</div>
    <cfform format="flash" method="POST" skin="haloBlue" >
    <cfformgroup type="accordion">
    <cfformgroup type="page" label="#Catalog# - 'title'">
    <cfformitem type="html">
    Catalog Number: #Catalog#<br />
    Title: title<br />
    Queue: #ProcessingName#<br />
    </cfformitem>
    </cfformgroup>
    </cfformgroup>
    </cfform>
    </cfoutput>
    </cffunction>
    <html>
    <head>
    <title >Sample</title>
    </head>
    <cfoutput>
    <body >
    <cfform id="Main" name="Main" action="Sample.cfm"
    method="POST">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="First"
    Catalog="555-55555-5555">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="Second"
    Catalog="777-7777-7777">
    </cfform>
    </body>
    </cfoutput>
    </html>

    Hi,
    Which version of CF you are using there?.. If this is because
    of any recent migration (like from MX7 to 8) then try replacing the
    "Scripts" directory from CF8 with the one you have with MX7.
    HTH

  • Internet Explorer Script Error in Crystal Reports on some machines

    hi
    We experience using the runtime.

    Hi
    Here the information you requested:
    Machine where reports are NOT working
    - Internet Explorer
         Version: 6  (6.0.2900.5512.xpsp.080413-2111,   Update Versions:; SP3)
         Settings:
              Java: Use JRE 1.5.0_16 for <applet>
              ActiveX settings: not accessible but actived for localhost (tested using crystal reports)
              JavaScript: Enabled
    - Crystal Reports
         Crystal Reports 2008 Runtime SP1     
    - Java
         - not installed
    - Operating System
         Windows XP Service Pack 3
    - Machine:
         running in vm
    Machine where reports are working
    - Internet Explorer
         Version: 6  (6.0.2900.2180.xpsp_sp2_gfe.080814-1242,   Update Versions:; SP2)
         ActiveX Settings (trusted environment): Enabled (Prompt for unsigned scripts)
         JavaScript: Enabled
    - Java
         Java 2 Runtime Environment 1.5.0_16
         Java 2 Runtime Environment 1.6.0_07
    Crystal Reports
         Crystal Reports 2008 Runtime SP1
         Crystal Reports 2008 SP1
         Crystal Reports 2008 SP1 German Language Pack
         Crystal Reports Basic for Visual Studio 2008
    - Operating System
         Windows XP Service Pack 2
    I opened  a support case at business objects. From what i have been told, this may have something to do with the localization settings. So most probably this has nothing to do with IE settings.
    I am going to keep you on track as soon as I have more information.

  • Production Portal is displaying "Internet Explorer can not displayed the

    Dear Experts,
    Production Portal is throughing "Internet Explore page can not be displayed the webpage" while accessing the .par file application.
    In Aceptance portal after 2-3 minutes its displaying output. But in production it is taking morehtan 15minutes and finally, it is throughing "Internet Explorer page can not be diaplayed the webpage". I asked the BASIS to chek the Timeout parameter and they said, it maintained for 10minutes. And also they are not ready to increase Timeout parameter morthan 10minutes.
    Could you please help, how can i solve my problem?
    Thanks in Advance.
    Regards,
    Vijay.

    Hi,
    Thanks for the rsponce. The application is working fine from the past 2years. We haven;t done any changes in the application. Yedterday we done same activity, but this time it has taken morethan 40minutes process. After 40minutes it displayed "Internet Explore cannot display the webpage" again. BASIS people are telling, in backend control is staying around 260 seconds. After that control is going to portal and Java code is taking morethan 10minutes to execute the remaining steps. I have seen Java code, but nothing is there. Just it is displaying the data from backend.
    Could you please help me, how can i trace this problem. And also not understanding where the control is going.
    Thanks in Advance.
    Thanks & Regards,
    Vijay.

  • Internet Explorer behaves badly displaying WVC54GCA

    Hi,
    I have setup the above camera and sorted the IP thingie and even embedded it in my page (www.etherington.com/eggs).
    In Firefox and various other browsers you get exactly what I was after - an embedded window in the page.
    However on IE you'll see that it does not work
    - you get this huge border and controls around the image
    - you only see part of the image
    I have tried several other forums but can't find anyone that can shed any light on how to solve this one.
    Any suggestions welcome.
    ta
    Mike

    Which version number of Internet Explorer you are using ?
    Try downloading the IE v6 and check if it works for you...

Maybe you are looking for