Excel Output when Converting 6i Reports to 10g

I am attempting to convert about 25 reports from Oracle Reports 6i to Oracle Reports 10g (10.1.0.4.2). The existing 6i system uses the Oracle Portal for job submission. The report server and our Oracle database are on Sun/Sparc/UNIX computers for both 6i and 10g. We have no space issues. In 10g, users will submit reports from Oracle Forms, running on Windows desktops.
I am an experienced programmer in Windows reports and forms using MS-Access and Visual Basic. I am new to Oracle Reports and Forms.
The existing 6i reports were set up so that a single report can be generated in either PDF or Excel format by just changing the DESFORMAT parameter from PDF to DELIMITED. We also have multiple optional parameters. In 10g, I cannot get the Excel to generate when there are groupings or summaries in the PDF version.
In the 6i version, headers, footers, and summary lines were enabled or disabled in appropriate triggers through PL/SQL code:(IF :DESFORMAT = ‘DELIMITED’ THEN RETURN TRUE/FALSE;). In order to get the Excel spreadsheet we use the following URL: http://server1/reports/rwservlet?my_reports&report=labor_detail&destype=cache&desformat=delimited&mimetype=application/vnd.ms-excel&paramform=no&BEGIN_DATE=01%2F01%2F2009&END_DATE=01%2F31%2F2009&RESOURCE_TYPE=100
When I converted the 6i report to 10g, I changed the following properties to support web layout:
•     Report > Report Escapes
•     Report > XML Settings
•     Web Source: <%@ page contentType. . . and <rw:include. . .
•     Paper Layout> Body> Web Settings > Table Attributes
•     Changed triggers from :DESFORMAT = ‘DELIMITED’ to :DESFORMAT = ‘SPREADSHEET’; also tried deleting these triggers altogether
In hopes of getting something to work, I rewrote a report for Excel only, but it will only accept one parameter. When multiple parameters are provided, it displays the correct data, but in paper layout.
In the 10g version that is for Excel only, we use the following URL:
http://server2/reports/rwservlet?my_reports&report=labor_detail&DESTYPE=CACHE&DESFORMAT=SPREADSHEET&WHERE_CLAUSE%20AND%20WORK_DATE>=’01/01/2009’%20AND%20WORK_DATE<=’01/31/2009’%20AND%20RESOURCE_TYPE=’100’
I tried submitting the 10g report with the &MIMETYPE parameter, and it appears to open up the PDF file in Excel. I am using .rdf format, but I don’t see any difference when I use .jsp format.
Is there a way I easily convert my existing reports and parameters so that they will produce Excel format?

Thanks to everyone for their suggestions. I don't think I need to use the Forms Migration tool since the form has already been migrated from 6i to 10G. (Since I am now using an existing 10G form rather than trying to convert my 6i form.) I will check the FORMS_PATH. Is that in my registry file? I'm pretty sure the library has been compiled in 10G since it is attached to the other 10G forms I have and they work fine. But, just in case, how do I compile the library? And back to the FORMS_PATH: I still have the 6i version of Forms Builder on my PC. Will changing the path affect using 6i? Probably yes.

Similar Messages

  • GR224  Report Painter: Internal error when converting a report

    Hi
    Using FAGL_RMIGR transaction I've trasferred report 8A3-0010 in a
    custom library ZXX. The migration happened without error messages. I've
    tryed then to run report FL3-0010 by GRR3 transaction but error message
    GR224 appears
    Report Painter: Internal error when converting a report
    Message no. GR224
    Diagnosis
    During the internal compilation of a Report Painter report to a
    Report Writer report, sets are generated. This caused an error in the
    subprogramm GENERATE_ROW_MULTI. The return code was 7.
    System Response
    The report could not be generated and/or saved.
    Procedure
    Please call the SAP Hotline and send them this longtext as well as
    detailed information describing the circumstances in which this
    error
    occured.
    Please could you help me?
    Thanks in advance
    Giovanna Scamardella

    HI,
    SAPNET notes search with GR 224 brings some old (but maybe helpful) notes: 37611, 193392,137231, pls. check.
    Best regards, Christian

  • Why does spot EPS not output when converted to CMYK or grayscale?

    Apologies if this is a known issue but I can't find it anywhere... I'm using AI CS3 (13.0.2) on an Intel iMac/Os 10.5.4 and I can't figure out why a white logo made from text outlines outputs fine to PDF if I use a spot color but if I change it to grayscale or CMYK, part of the logo doesn't output at all.
    The part which self-destructs is a supplied roundel of Caflisch text which has been converted to outlines (unfortunately I don't have the font on my system to do any deep testing). Another part of the supplied logo is a line drawing which outputs fine in any color mode.
    So I'm really looking for something to explain why the text part of this roundel outputs fine as a spot color but disappears from view when converted to CMYK or grayscale. I have been placing the file in a Quark 7.1 document and then exporting to PDF but I see the same problem when using the Flattener Preview.
    Thanks for any help.
    Simon

    Sorry for talking to myself like this -- been doing it for years...
    Finally found out what was wrong: the submitting designer had set the white coloured text objects to overprint. When I set them to knock out all was well.
    Kudos to Acrobat Pro Preflight for pinpointing the problem.
    Simon

  • Distortion of excel charts when converting microsoft publisher file to pdf

    I am using the print "Adobe PDF" function in publisher to convert a publisher file to pdf.  Some exel pie charts that were pasted into the publisher file become distorted at the edges in the pdf file.  I have tried playing with various settings and using the "print quality" settings but nothing has helped.  See the attached files for an example of the excel chart, publisher file, and results I am getting when converting to pdf.
    Thanks all.

    I'm sorry I didn't make it clear.  What I'm trying to say is that the graphic looks just fine in publisher.  But when it is converted to a pdf, the graphic has distorted edges, if you look at the publisher and pdf files I attached I think you might see what I'm talking about. 
    Please let me know if it's still not clear.

  • Amount formating in Excel output of XML Publisher Report

    Hi,
    I have to display my XML output in Excel format. I want the output of amount column to be displayed in form '#,###.00' and the negatives numbers are to be displayed in parenthesis. For eg number -234.5 should be displayed as (234.50).
    I tried <?format-number:AMOUNT;'99G999G999G990D00PT'?> and also <?format-currency:OPEN_BALANCE;'99G999G999G990D00PT'?>.
    Both of these works in PDF output, but its not working for Excel output.
    Any input is appreciated.
    Thanks and Regards

    The best way i found was to put a equals and then double quotes... this only works for excel however it will allow you to cut and paste (ie to use the value to search in Oracle) and also to do vlookups.
    In a bit more detail:
    - I used word to generate my default table
    - this created a field INVOICE_NUM
    - in the cell in the table i put = " before the INVOICE_NUM field and then put the closing " afterwards.
    The theory is that excel will concatenate the values together... because it has quotes around it, it will treat it as a string rather than simply a value.
    For any other formats this will not work.
    I'm guessing most people have moved on and resolved this some other way, but just thought I'd share the wealth!

  • "faded" output when converting a FRAPS recording to H.264

    I recorded a video with FRAPS using normal mode (not RGB capture) and now I'm having the issue where video looks "faded" or "washed out" after I convert it to H.264. I've read in other forums that this is a colorspace issue. In Squeeze Desktop I was able to fix the issue by adding a color correction filter and then checking the box that said "Flag as 16 to 235 color range." Is there any way to do something similar in Adobe Media Encoder? or any way to flag the video without using Squeeze Desktop so that it can be properly converted in Adobe Media Encoder?

    I tried using "High" but the results were the same. I made a recording of the recording with FRAPS to be able to send you a small file and in the process of doing so I discovered something interesting. It seems that when I record with FRAPS, the recorded video looks a little darker than the source. Then I realized that if I select the option in FRAPS to "Force lossless RGB capture" the recorded video looks identical to the source and also, it doesn't get "faded" when converted in Adobe Media Encoder.
    Here are the links to the two recordings of the recording that I made:
    Without RGB capture: MEGA
    Using RGB capture: MEGA

  • Error when open Oracle Report Builder 10g (Windows 7 Ultimate 32-bit)

    Hi all,
    I installed Oracle Developer 10g on windows 7 ultimate 32bit.
    Form builder running well, but the report got problem when i opened.
    This is the error message:
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: rwbuilder.exe
    Application Version: 10.1.2.0
    Application Timestamp: 42ea43b7
    Fault Module Name: ROS.dll
    Fault Module Version: 10.1.2.0
    Fault Module Timestamp: 42c3b2b7
    Exception Code: c0000005
    Exception Offset: 0000afaa
    OS Version: 6.1.7601.2.1.0.256.1
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Can anyone help?
    Regards,
    eRie

    Hello,
    For installing Developer suite 10gR2 on windows 7 there are some special installation steps.
    Please make sure that i hava followed them as described in the metalink note:
    Certification of Oracle Developer Suite 10g (10.1.2) on Windows 7 (32-bit) (Doc ID 1292919.1)
    Also be aware of the following issue:
    Cannot Open Forms/Reports Within Forms/Reports Builder 10gR2(10.1.2.3) on Windows 7 (Doc ID 1306651.1)
    Regards,
    Alex

  • Grainy output when converting cr2 to JPEG in Photoshop CS5

    Output JPEG becomes grainy whenever I am converting cr2 file to JPEG. Please help me with solution.

    If the box beside Run Action is not checked, then you don't have any actions running when the Image Processor runs
    and you probably don't want the Run Action box checked unless you want to do some adjustments to all the processed images
    The name of the action can be any one that is loaded in the actions panel in cs5 and not always Image Effects.
    Sometimes one has that checked and forgets about it and wonders why processed images are turning out strange.
    Here's more about the Image Processor:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7427a.h tml
    actions:
    http://help.adobe.com/en_US/photoshop/cs/using/WSFC3351AF-238A-424f-99BC-ABF419177233.html

  • Excel output for the xml publisher report when it is [b]scheduled [/b]

    How to get the excel output for the xml publisher report when it is scheduled by a apps user? Like what is the user profile option (for the apps user who runs the report) and what are the other things that needs to be taken care of so that only this xml publisher report run by this apps user produces a EXCEL output (When scheduled) ???
    Really appreciate it if any one can help me in this regards.
    Thanks
    Munna

    Hi Munna,
    For eBusiness Suite (apps user) the report output is stored the same way whether executed immediately or scheduled.,To get excel set the options > output format to Excel. Only the user that submitted the report can view it, or you can get the output file from the server. Or you can set the notify option so that a Workflow Notification is sent when the request completes.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Missing column data in Excel output

    I have a report where one object is not displaying when output to excel. When refreshing the report in Webi or Deski, the results show, but when it is exported to excel, that particular column is missing data...the column header still shows though. I have tried adding the formula =Trim([Object]) which worked once but is not working in this instance. Any ideas on what may be causing this and potential fixes?

    Hi,
    There are no merged columns. I made sure the table is flush to the top of the report. Also the column header is visible. See below. I highlighted the Summary column in webi to show the formula that had worked previously to alleviate this issue, but as you can see in the excel output, it is not working. Also, I made sure the formatting of that column is the same as the other columns.

  • AutoWrap in Excel Output

    Hi Experts,
    We have a requirement to build a report in Excel output format.
    The report is having 48 Columns.
    When we run the report the columns in Excel sheets get autowrap because of which we are not able to get data in required format.
    Could you all please suggest a work around.
    Client want the report to get displayed properly without columns gettning autowrap
    Thanks and Regards,
    Andy

    Hi,
    Facing the same problem , Raised an SR with oracle too.They also told it's problem with excel and they cant handle.Any inputs will be welcome regarding this.
    Kind regards,
    Mahi

  • When running an xml publisher report the xml output leads to 9 mb and the excel output file leads to 20 mb.But the output records is originally 4000 records. When copy to new excel it is showing 3.5 mb only. Does anyone knows the answer for this issue?

    When running an xml publisher report the xml output leads to 9 mb and the excel output file leads to 20 mb. The records contained in excel file is 4000 records. When taking the excel records and copy to new excel file the excel file size is 3.5 mb only.Why does the oracle software generates 20mb file?
    Does any one knows the answer please advice?

    Hello,
    This issue is because the Excel output from BI Publisher is MHTML (XML Publisher generates XHTML) not binary .xls.
    MHTML and XHTML are more verbose formats than binary .xls.
    It will be large because the current Excel output is just an HTML and not compressed like PDF. Please use the workaround (save it as .xls file).  This is a known limitation of RTF layout templates.
    BI Publisher Enterprise has a new feature True Excel Templates. The layouts generate binary Excel output.
    Excel Output File Size Generated By BI Publisher is Very Large (Doc ID 760437.1)
    Bogdan

  • Regarding Issue when Exporting the Output of the Discoverer Report to Excel

    Hi,
    Can Any of you guys help me out in this issue. I am exporting the Discoverer Report Output to Excel sheet, I am able to export but while I am opening the excel sheet I am getting an error saying "UNABLE TO READ FILE".
    Please help me out in this Issue, it is so urgent.
    Thanks in Advance..
    Raja.

    Hi,
    Is there any way to export the output of scheduled Discoverer Reports to a particular server using Discoverer plus.Only by openning and exporting each report manually.
    is there any way to get the output name in a particular syntax. I want to concatenate date in the output name.Only by entering the filename when you do the export.
    The best way to do this is to use Discoverer Desktop and a third party scheduler. Then you can export all your reports automatically and define the filename used in the output. Search this forum for more information on third party schedulers.
    Rod West

  • Excel output gets expanded when developing Xml publisher report !!

    I am developing a report using XML publisher which generates Excel output ....
    And my layout keeps repeating for every unique delivery...(i am passing 'x' deliveries as input)
    1) When i try to generate a pdf output, my report works fine but when i try to generate an excel output the table size expands..
    2) The jpg file inserted in the rtf(layout template) appears when i generate pdf report and does not appear in the excel output..
    What could be the reason ??

    Hi;
    Please see below thread which could be helpful for your issue:
    XML PUBLISHER report in Excel out put problem
    Regard
    Helios

  • How to convert Oracle Report Output to Excel Spread Sheet..

    Hello Sir,
    How to convert Oracle Report Output to Excel Spread Sheet..
    Thanks..

    Hello,
    Please give us more information what kind of report(s). Sample example etc.,
    Sri

Maybe you are looking for

  • When to use foreach in a pipeline?

    Hello I keep running into this confusion - when to use foreach cmdlet in a command line and when not to? (Please note I am not talking about foreach loop construct). For example I have seen the following 2 do not work in the same way: import-csv inpu

  • After Effects CC doesn't have the "Save as CS6" option?

    I am trying to use CS6 to open an .aep file and it is erroring out. We tried saving the file from the original AE CC system as a CS6 version but that wasn't an option in the menu, just Save as CC 12.0. Any ideas here? I need some backwards compatibil

  • Thundrbird - How do I stop an other message opening automatically when I delete an open message

    When I have an open message that I delete another message opens automatically. If the message being deleted was the last message then the message immediately above this message opens even if its already been read. I don't want any message to open unl

  • HFM Installation  Issue

    Hi, We have installed Foundation Services in Planning server and HFM in HFMserver(Giving the configuration details of Foundation services of Planning Server) When we openning Consolidation administration we aare getting below error. Description: Inva

  • Defining text and integer variables??

    I found this in some code: var num = 0, txt = "bo"; I guess it could also have been written as: var num = 0, txt = "bo"; Why is it allowed to define an integer by just using "," and when you define a text variable you use ";"