Unable to generate output to CSV (EXCEL)

Hello

XML Publisher report gives me an error when the preview Format is "EXCEL." When I keep the overview as 'PDF' Format, the simultaneous program runs successfully and the PDF output is getting generated. But for outputs to EXCEL, I get the following error:

----------------------------------------------------------------------------------------------------------------------
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Fix the error and then click the Refresh button, or try again later.

The operation completed successfully. Error during processing of the resources ' http://erpap01:8010/OA_CGI/FNDWRR.exe?temp_id=1...

< td valign = "top" class = "c7" > < class p = 'c8' > < span class = "c9" > 13 July 2009 13:15:57 </span >...
----------------------------------------------------------------------------------------------------------------------


I use the data model for the data definition
----------------------------------------------------------------------------------------------------------------
<? XML version = "1.0" encoding = "UTF-8"? >
< name of dataTemplate = "EMPDT" description = "Employee Details" version = "1.0" >
< Parameters >
< parameter dataType = 'character' name = "p_DeptNo" > < / parameter >
< / Parameter >
< dataQuery >
< SQLStatement instance name = "Q1" >
<! [CDATA [SELECT EMPNO
ENAME
WORK
BISHOP
HIREDATE
DEPTNO
SAL
COMM
SCOTT. EMP
WHERE deptno = NVL(:p_DeptNo,deptno)
[]] >
< / sqlStatement >
< / dataQuery >
< dataStructure >
< name of group = "G_EMP" dataType = "varchar2" source = "Q1" >
< feature name = 'EMPNO' value = 'EMPNO' / >
< element name = "ENAME" value = "ENAME" / >
< element name = "JOB" value = "JOB" / >
< element name = "MGR" value = "MGR" / >
< element name = "HIREDATE" value = "HIREDATE" / >
< element name = "DEPTNO" value = "DEPTNO" / >
< element name = "SAL" value = "SAL" / >
< element name = "COMM" value = "COMM" / >
< / Group >
< / dataStructure >
< / dataTemplate >

----------------------------------------------------------------------------------------------------------------

When I click diagnosis - XML view, copy the XML file and generate the report using Word plugin, I am able to generate output to PDF and EXCEL. But for some reason any, when I try to run the XML Publisher report using the simultaneous program, I am unable to generate output in EXCEL and I am getting the error as shown previously.

When I click on the view model - overview, keeping the format overview like Excel, I get the following error:

--------------------------------------------------------------------------------
Exception detail
java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor179.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at oracle.apps.xdo.common.xml.XSLT10gR1.invokeParse(XSLT10gR1.java:517)
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:224)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:177)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1657)
at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:967)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5888)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3438)
at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3527)
at oracle.apps.xdo.oa.template.server.TemplatesAMImpl.processTemplate(TemplatesAMImpl.java:2130)
at sun.reflect.GeneratedMethodAccessor173.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.previewTemplate(TemplateGeneralCO.java:741)
at oracle.apps.xdo.oa.template.webui.TemplateGeneralCO.processRequest(TemplateGeneralCO.java:158)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
to _html._OA._jspService(_OA.java:85) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
to _html._OA._jspService(_OA.java:95) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
Caused by: oracle.xdo.parser.v2.XMLParseException: beginning of the element root waited.
at oracle.xdo.parser.v2.XMLError.flushErrors1(XMLError.java:324)
at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:319)
at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:266)
-----------------------------------------------------------------------------------------------------------------------

All entries would be appreciated

Concerning
David

Maybe it's a browser problem? use another browser like Firefox

Published by: ranalawa on July 14, 2009 14:21

Tags: Business Intelligence

Similar Questions

  • Reports that generate output Excel do not open under ie8/Oracle Forms

    Hello

    We run Oracle Forms (no matter whether under Jinitiator 1.3.1.22 (28) or SUN's JVM) and generate output Excel with Oracle Reports (web.show_document). This works well in Internet Explorer 6 (ie6), but not in Internet Explorer 8 (ie8).

    The effect is that a new browser window opens and closes very quickly, without anything more happening.

    Honestly, I guess it doesn't have to do with oracle reports, but ask this, however, in this forum, because it could be people who have made the same experiences...

    In addition, I discovered that the same problem exists when gerenating excel or ms word via a db (with http modules) procedure output. There, I found this deletion of the issue (open/save/cancel) before opening a file (via the menu windows Explorer file type association) helped with excel and ms word output (but this can be regarded as an unsatisfactory workaround).

    The problem persists with the types of applications other than XLS or DOC files that are also properly registered on the client.

    I'm not sure whether mimetypes sent as files (which were obviously OK with ie6) play a role in this problem.

    Peter

    Hello

    Your problem with IE 8 seems to be similar to the one discussed here:

    IE7 windows opens and closes immediately

    http://www.experts-exchange.com/software/Internet_Email/Web_Browsers/interne
    t_Explorer/Q_23304982.html

    You can test the suggested solution:

    We found the framework we needed, in the Internet Options
    Security tab, if you select the internet zone, then click Custom level
    button, then scroll down to the downloads section, the first option is
    Ask confirmation for file downloads, set this to allow Guard IE 7
    to interfere with this kind of download.

    Example with screenshots:
    http://www.Celt.iastate.edu/WebCT/SecuritySettings.html

    Concerning

  • Change the amplitude of the Agilent function generator output while the output is on

    Hello

    I am writing a program to scan the amplitude of a sine wave of a function (Agilent 33210 a) generator output. I have two sets of pilot example: Agilent 33xxx and HP33120a (the first one uses VISA, IVI 2 uses).

    Using the example of driver code, I changed to generate a sine wave to 1Vpp, wait 1 sec, and then modify the amplitude of 0, 5V. I have attached the images in my field that show what happens when I do that. The two examples cut first exit before Relighting with a different amplitude. 33xxx driver takes 140ms for change, and has a strange burst between the two signal. HP3120a driver takes 30ms and cleaner air.

    Agilent 33xxx example using:

    \

    HP33120a example using:

    I would like to have the change is instantaneous. When you use the generator manually, I can turn the button and change the output in real-time without delays.

    Thanks for the suggestion of Mateus, but I am trying to automate this process of my best. Change the VISA pilot is the direction I want to go.

    Thank you crossrulz... I wrote a new issue VI of the Standard waveform VI set up so that it simply writes the new amplitude control and none of the other things. Worked like a charm! Now the waveform changes amplitude without turning off the exit. I also checked to see if re-defining the shape of sine wave (even if the original is also sinusoidal) was the cause of the delay as you suggested, and you were right. Thanks for the help!

  • I'm trying to insert HTML on my site, but receive following message "unable to generate the thumbnail. What does that mean?

    I'm trying to insert HTML on my site, but receive following message "unable to generate the thumbnail. What does that mean?

    Hello

    Please check the following thread

    HTML insert option does not not on muse adobe?

    Let me know if you have any question.

  • Is it possible to import Openscript OTM tests like a large CSV/excel file

    Hello

    Can you please tell me if it is possible to import Openscript OTM tests like a large CSV/excel file?

    Thank you
    Megha

    Hello Megha
    You want to import test OpenScript from a CSV file right cases?
    If you take a look at the menu in OTM: project-> import data-> select an xls or csv file, you can see that you can import only manual test cases.

    So the only option would be to try to create test cases automated using SQL directly in the scheme of the OTM.
    I've never done this (I did for requirements & manual test case).

    JB

  • RTF generated using option table Pivot BI publisher but do not generate output when executed in ebs 12.1.3 simultaneous

    Hello

    I built a rdf using pivot option BI-Publisher. When I saw on my local machine it generates the output correctly. But what rtf downloaded in EBS and simultaneous is run it see as finished phase and status as a warning. Output is generated in xml format, where, as I've specified it by default as excellent output.

    Kindly help to solve the problem.

    I found the solution for it. Now, I can generate the table outside by the EBS rtf pivot.

  • Spool file CSV/Excel/text using ODI

    Hi all

    I'm working on the ODI 11 g.

    We have a few packages of reports that we intend to implement in order to provide charges for numbers of campaign as follows:


    Number of campaign



    Name of the campaign



    Name of the product



    Start date



    End date



    Total leads of CCC



    Sales



    %Sales/RPC



    CPP



    DNC



    LON4T





















    IND01




















    So, basically, we need to be rolled up an excel file or csv file or a text file by running a daily procedure oracle data integrator. We are working on the request, but need to understand how an exportable excel file
    using ODI.

    Can you please provide me with an idea to see how an ODI package be used to generate an excel file with above mentioned column values?

    Thank you

    Hi lony ,.

    There is this blog post from Julien Testut-Oracle : https://blogs.oracle.com/dataintegration/entry/using_microsoft_excel_as_a_sou

    It is 10g but still applicable in 11g.

    You can also take a look at this driver JDBC of ODIexperts.com: ODI_JDBC_EXCEL - ODIExperts.com

    Kind regards

    JeromeFr

  • Output XSL to EXCEL

    Currently we have a XSL file that transforms an Excel spreadsheet XML.
    Data model both the XSL template works fine EBS 11i. (We are able to generate a report excel via the competitor Manager)

    Now I loaded and executed the XSL and XML (with data) in JDeveloper (11.1.1.4.0) with appropriate launch debug/run setting.

    My Qustions are:
    1 JDeveloper generated an Excel file, but I'm not able to open the file with Excel xls.
    2. is there a way to default JDeveloper to direct the output to Excel?

    Thank you.


    Part of the XSL template:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < xsl: stylesheet version = "1.0".
    xmlns: xsl = "http://www.w3.org/1999/XSL/Transform".
    xmlns = "" urn: schemas-microsoft - com:office:spreadsheet ""
    xmlns: msxsl = "" urn: schemas-microsoft-com: XSLT ""
    xmlns: User = "" urn: my-scripts ""
    xmlns:o = "" urn: schemas-microsoft-com ' "
    xmlns: x = "" urn: schemas-microsoft-com: excel ""
    xmlns:ss = "" urn: schemas-microsoft - com:office:spreadsheet ">"
    :
    :
    :

    In this case, you will need to debug the XSL process and see which is specifically generated incorrectly.
    JDeveloper can help you debug your XSL.

  • Calibration Executive is unable to generate pdf reports

    I Calibration Executive 3.4.1 and he ceased to generate a pdf, word, or excel reports. It always generates the text and html reports. I reinstalled cal exec and made sure he like all current updates. The only thing we have changed recently installed DAQmx-9, 4. I drove back to DAQmx - 9.3 that hasn't helped. If the default ratio is defined in pdf format, no report is generated. It will not open as any report earlier. It gives an error message saying the path is incorrect file is corrupt. The path is correct and the old pdf open just fine with Adobe (version 8 standard). Someone knows something similar or has any advice about what to watch next. Thanks for any help!

    Solution: the latest revision of JAVA has been altered causing the error. Remove and reinstall a clean version of JAVA and fixed the problem.

  • LabVIEW 7.1 Analog Output is incorrect, computer crashes and often generating output resignations

    Try to put in place an old pc with Labview 7.1 NT with an AT-MIO-16 x card... everything is loaded, I can load OR-DAQ 6.1 examples and Configuration DAQ ESPECIALLY utility works correctly.

    In the config utility, I can put all the settings are correct, but I get the dreaded "the device does not respond to the first IRQ setting" for all the IRQ numbers acceptable that I choose 7,9,10,11 as 5, or 15. Others are simply not available, and all those who are to generate the same message.  However I can run the test panels and get an analog output, for example, fine, tested with an LED.

    So I moved upward to load an example VI, the function generator... Sort of works, it breaks easily, or stops, generating a total, if I hit the stop button and restart, and its output looks nothing like one of the square, etc. in sawtooth, sinusoid, shapes, watching on a scope, it is just hard hitting high then low, sometimes spitting a gust of sinusoid for half a second or so.

    I suspect this is related to the issuance of the IRQ, I searched all knowledge bases, come up with nothing that solves this problem.  Thought maybe someone could lend an idea.  LabVIEW is really more stable than this right?

    Well I've tried a bunch of things and success. Looks like my MIO Board is kaputt.  Good thing I have 3 of the guys. The other set up fine in config and short decent for the torque screw daq example I tried.

    Continuation and thank you very much for answering.

  • Can I automate creating a cluster in LabView using the structure of data created in a generated automatically. CSV, C header or XML file?

    Can I automate creating a cluster in LabView using the data structure created in an auto generated. CSV, C header or XML file?  I am trying to take the data structure defined in one or more of these files listed and have LabView automatically create a cluster with structure types and the same data.  (Ideally, I would like to do it with a C header file only.)  Basically, I'm trying to avoid having to create the cluster by hand, as the number of cluster elements could be very large. I looked in EasyXML and contacted the rep for the add-on.  Unfortunately, this feature was not created yet.  Did anyone done something like this before? Thanks in advance for the help.


  • Impossible to uninstall a program error: unable to generate the uninstaller for ca aintivirus E9030 command line.

    Original title: impossible to uninstall the program error msg

    I'm unable to uninstall a program, an error message keeps popping up saying "error E9030 cannot generate the uninstaller for ca aintivirus command line.
    can anyone help?

    Original title: impossible to uninstall the program error msg

    I'm unable to uninstall a program, an error message keeps popping up saying "error E9030 cannot generate the uninstaller for ca aintivirus command line.
    can anyone help?

    Try this... no guarantee

    Start > computer > open C: drive > open the Progran files > y at - it a record of the Ca antivirus?
    If so, open it > is there a uninstaller.exe file here?
    If so, open it and let go about uninstalling.

    Or,

    Start > all programs > CA antivirus > y at - it an option to uninstall?

    Hope one of these AIDS.

  • output to the Excel Format report

    Hello

    I have a form to collect data... now I'm trying to create a report in excel format... something like this:

    4.PNG

    is there a tutorial on how to create report output in excel by APEX? If this is not the case, can you please tell how to approach it.

    Thank you

    Hi tparvaiz

    The following demo is for the plugin mentioned by Scott

    GPV Interactive report to Excel

    Do not forget that the plugin creates custom exit Excel

    Concerning

    Mahmoud

  • Unable to generate a code to activate one or more of the texts that I am using... How can I fix it?

    Everytime I try to publish my Web site using the ftp host option, the download fails because it says that it cannot generate a code to activate one or more of the texts used. Below the message it says (error 0: not connected)...

    Is there a way to fix this?

    Is there something on your network connection (firewall, proxy server, ant-malware settings, etc.) which would prevent the Muse to contact typekit.com during loading to the FTP host process? The error means that muse is unable to contact typekit.com to save the fonts used in your site against the domain name you specified.

  • Help required to combine the output in CSV

    I am running the script below to collect some of the properties of the virtual machine and it displays the output to the screen, I would like to export to the CSV file

    $vms = get - VM

    write "VM with the Active Snapshots:

    foreach ($vm in $vms | where {$_ |}) Get-Snapshot}) {}

    write to $vm.name

    }

    write "VMware tools obsolete.

    foreach ($vm in $vms | where {$_.}) {ExtensionData.Guest.ToolsStatus - eq "toolsOld"})

    write to $vm.name

    }

    write "VM with CD-ROM Connected:

    foreach ($vm in $vms | where {$_ |}) Get-CDDrive. where {$_.} {ConnectionState.Connected - eq 'true'}})

    write to $vm.name

    }

    write "VM with floppy connected:

    foreach ($vm in $vms | where {$_ |}) Get-FloppyDrive | where {$_.} {ConnectionState.Connected - eq 'true'}})

    write to $vm.name

    }

    Write "VM with limits.

    Get - VM | Get-VMResourceConfiguration | Where-Object {$_.} CpuLimitMhz - don't '-1' - or $_.» MemLimitMB - no "{-1} | Select-Object VM

    write "VM created over the last 24 hours:

    Get-VIEvent - maxsamples 10000 - Start (Get-Date). AddDays(-1) |

    where {$_.} GetType(). Name - eq "VmRemovedEvent"} |

    Select @{N = "VM"; E={$_. VM name}}, user name

    write "removed from the virtual machine in the last 24 hours:

    Get-VIEvent - maxsamples 10000 - Start (Get-Date). AddDays(-1) |

    where {$_.} GetType(). Name - eq "VmCreatedEvent" - or $_. GetType(). Name - eq "VmBeingClonedEvent" - and $_. GetType(). Name - eq "VmBeingDeployedEvent"} |

    Select @{N = "VM"; E={$_. VM name}}, user name

    You are looking for the following output:

    Properties Nom VM
    VM with the Active SnapshotsVM1, Vm2
    Exceeded the VMware toolsVM3 Vm4
    VM with connected FloppyVM5, Vm6
    VM with limitsVitavm9, Vm8
    VM created in the last 24 hours:VM1 Vm2 by User2, user1 by

    Thank you!!

    Try like this

    $report = @()
    
    $vms = Get-VM
    
    $report += New-Object PSObject -Property @{  Properties = "VM's with Active Snapshots"   "VM name" = &{    $result = $vms | where {$_ | Get-Snapshot} | %{$_.Name}    if($result){      [string]::Join(',',$result)    }  }}
    
    $report += New-Object PSObject -Property @{  Properties = "VMware tools outdated"   "VM name" = &{    $result = $vms | where {$_.ExtensionData.Guest.ToolsStatus -eq "toolsOld"} | %{$_.Name}    if($result){      [string]::Join(',',$result)    }  }}
    
    $report += New-Object PSObject -Property @{  Properties = "VM's with Floppy Connected"   "VM name" = &{    $result = $vms | where {$_ | Get-FloppyDrive | where { $_.ConnectionState.Connected -eq "true"}} | %{$_.Name}    if($result){      [string]::Join(',',$result)    }  }}
    
    $report += New-Object PSObject -Property @{  Properties = "VM's with Limits"   "VM name" = &{    $result = Get-VMResourceConfiguration -VM $vms | Where-Object {$_.CpuLimitMhz -ne '-1'-Or $_.MemLimitMB -ne '-1'} | %{$_.VM.Name}    if($result){      [string]::Join(',',$result)    }  }}
    
    $report += New-Object PSObject -Property @{  Properties = "VM's Created in Last 24 hours:"  "VM name" = &{    $result = Get-VIEvent -MaxSamples ([int]::MaxValue) -Start (Get-Date).AddDays(-1) |      where {$_.Gettype().Name -eq "VmCreatedEvent" -or $_.Gettype().Name -eq "VmBeingClonedEvent" -or $_.Gettype().Name -eq "VmBeingDeployedEvent"} |      %{"{0} created by {1}" -f $_.VM.Name,$_.UserName}    if($result){      [string]::Join(',',$result)    }  }}
    
    $report | Select Properties,"VM name" | Export-Csv report.csv -NoTypeInformation -UseCulture
    

    I've included the tests to avoid errors with the Join function

Maybe you are looking for