BI Publisher output problem

Hi,
This is BI publisher report ....i have registered concurrent program and data definition and templates ...After we submit the SRS window the output came in XML template but not excel format ....wat is the reason ...plz help me...
Thanks,
Sidharth.
Edited by: user13100220 on Jul 5, 2012 12:29 AM

you need to call before report trigger in the datadefinition template.each time a xml publisher report is generated the output type is stored in table named fnd_conc_pp_actions.attribute5.
Please write a function like
CREATE OR REPLACE FUNCTION get_xml_layout
RETURN BOOLEAN
IS
BEGIN
UPDATE FND_CONC_PP_ACTIONS
SET ATTRIBUTE5 = 'EXCEL'
WHERE REQUEST_ID = fnd_global.conc_request_id;
RETURN(TRUE);
EXCEPTION
               RETURN(FALSE) 
END;

Similar Messages

  • Xml publisher output problem

    i am getiing the output of .rtf file in .rtf only but i selected the pdf format. why it is happning

    I am using the template builder and after that .rtf file I am attaching in XML Publisher Administration resoponsibility of oracle application. but when i am running this custom program to get pdf output which i selected as pdf format in xml publisher administration I am not getting the pdf output and getting the same .rtf output of design template only like column n there field no data.

  • Problem to display a negative number in XML Publisher output in excel

    Hi All,
    I am facing problem in displaying a negative number in XML Publisher output in excel.
    My requirement is that I have to display a negative number in brackets when the output is taken in excel format. Eg: If the value is -123 then i have to display it as (123).
    I have put these brackets using a formula column in the RDF, but it is the default functionality of excel that whenever there is a number in brackets then it automatically displays that as a negative value.
    Can anyone please help me how I can display this negative number within brackets and not as a negative digit. Is there any special tag or is there any formula which can be used to convert this into text and written in the Help text of RTF template.
    This is very urgent. If someone knows please reply asap.
    Regards,
    Shruti

    This is very urgent. If someone knows please reply asap.We are all volunteers here, so no ones questions are more urgent then other ones.
    If its that urgent it would have helped if you had chosen the correct forum to ask your question BI Publisher

  • Unable to find the published output for this request - problem

    Hi ,
    In the invoice Payables module i modified a report to be open in xml and not text as it was. The program name of this report iis Print Invoice Notice. I did same thing we normally do to register a xml report in ebs.
    The problem is that when i run the report from the invoice form and from the button wich call this raport i get this error:
    Unable to find the published output for this request.
    No output file exist for the request
    and if i see the log file i get this message :
    Arguments
    P_INVOICE_ID='10243'
    APPLLCSP Environment Variable set to :
    XML_REPORTS_XENVIRONMENT is :
    +/oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb+
    XENVIRONMENT is set to  /oracle/prodora/8.0.6/guicommon6/tk60/admin/Tk2Motif_UTF8.rgb
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_ALBANIA.UTF8
    +' '+
    REP-3000: Internal error starting Oracle Toolkit.
    Report Builder: Release 6.0.8.27.0 - Production on Fri Mar 27 02:30:46 2009
    +(c) Copyright 1999 Oracle Corporation. All rights reserved.+
    The thing is that if i run this report from Other ->Request -> Run of the same module this raport runs correctly
    And if i change the output of my report (From concurrent manager) to text its open correctly even from there where i want to open it.
    Can anyone give me any sugestion why i get this error while i try to open this xml publisher report from a button in a form in application?
    PS: i am using ebs 11.5 version
    Thanks in advance,
    Best regards

    Hi,
    REP-3000: Internal error starting Oracle ToolkitThis errors was discussed many times before in this thread, so please search for REP-3000 and fix this error first ( [REP-3000|http://forums.oracle.com/forums/search.jspa?threadID=&q=REP-3000&objID=c84&dateRange=all&userID=&numResults=15] )
    Regards,
    Hussein

  • Embedding BI Publisher output in OAF Page

    Hi All,
    I want to embed the BI Publisher output in one of the regions on OAF page.
    I was getting error
    Error invoking 'set_xslt_locale':'java.lang.IllegalAccessError: tried to access class oracle.apps.fnd.i18n.common.text.DigitList from class oracle.apps.fnd.i18n.common.text.ExcelNumberFormat'
    Then i followed the same steps as described by Tom in the forum thread "http://kr.forums.oracle.com/forums/thread.jspa?threadID=485021"
    Now i dont get the error messages.
    But whenever i click on submit button, its doing nothing, the page is just refreshed and it shows neither any error nor the report.
    But when I try the traditional approach of exporting the document using "DocumentHelper.exportDocument", its giving me the report output in new pop up. But i want the report output to be embedded in a Page itself.
    Does it mean, document Viewer region is not set properly or there is any other problem?
    Do we need to do some specific setting for document viewer? I have just pasted the value "/oracle/apps/xdo/oa/common/webui/DocumentViewerRn.MainRegion" in the extends property and did nothig else.
    I am working on 11.5.10.2 and jDev is 9.0.3.5(Build 1312)
    I am sorry if you find this thread as duplicate. But i am helpless and finding no way to achieve this.
    Can anyone please help?
    Thanks,
    S

    Hi,
    Did you ever get a response for this issue?
    Regards,
    LC

  • Exit button not working in Captivate 7 published output

    Hi. I am using Capivate v7 and am experiecing this problem with published output:
    I am using an Exit button that runs the standard javascript code
         javascript:window.close()
    so that the user can exit the presentation. The button works fine when I test out the presentation using Internet Explorer 8, but when I generate an output and try running the .swf file, the button does not work.
    How do I get an Exit button to work for the .swf output?
    Thanks,
    - Michael Fekete

    Yes, the close X does work 100% of the time. That's because the browser itself is just a window in the operating system. And you are commanding the window to close.
    And you might find yourself asking why that would work while the Exit button fails. And it would be that it's a security issue. Security prevents the window from closing because if a web site was nefarious, it could actually trap you by making changes and quickly closing the window and preventing you from browsing elsewhere.
    It's simple to turn off the Exit button. Just click Project > Skin Editor and clear the Close checkbox.
    Cheers... Rick

  • RH7 Published output missing TOC

    I recently upgraded from x5 to RH7 with Server 7.
    I generate WebHelp Pro content.
    There are some topics in my project that are flagged "Version
    2" and a few lines at the text level are also flagged "Version 2".
    None of the TOC books are flagged with any build tags.
    When I generate the project with the coniditional build tag
    set to "Not Verion 2" (meaning it should generate all topics and
    content that is not flagged version 2) -the generated output shows
    the TOC - and then if I take it all the way to the publish step -
    the published output does not show the TOC .
    If I generate and publish with the conditional build tag
    "Version 2" (basically meaning it should include all content) -
    then I can see the TOC in the generated and published output.
    (Side note: I also have build takes for Online and Print -
    but these are rarely used and do not seem to be involved in the
    problem described above.)
    I am viewing the output in IE7 - but since I can see the TOC
    in the generated output and not in the published output - I think
    the problem is not with the browser.....

    To resolve the problem I went through each topic and turned
    off the Topic-Level Build Tag - then republished. I did this until
    I found the file that was preventing the TOC from displaying. Then
    I replaced that file.

  • Captivate records narration well, but published output is garbled

    I have tried recording with two different microphones
    (handheld and headset), neither of which are USB. I'm recording on
    the fly during the video recording. The narration sounds great in
    when I listen to it in Captivate, but is garbled when I run the
    recording in Preview or Publish the project. By garbled I mean it
    sounds tinny and there's more background noise. I can't call it
    acceptable.
    I exported the audio track and when I did, Captivate created
    a .wav file and an .mp3 file. My intepretation of this is that the
    recording is being made as a .wav and is then converted at
    publishing time to .mp3. The deteriation in quality is quite
    noticeable. As an experiment, I converted the .wav to an .mp3 using
    some other software with a lot more in the way of control. The .wav
    sounded fine. So I conclude that the problem lies in the
    Captivate's conversion routine from .wav to .mp3, but there seems
    to be no way to adjust that (other than the low, medium, and high
    quality settings -- by the way, the "high" quality setting did not
    help).
    Any thoughts on this situation? I'd love to use Captivate and
    get going on my project, but this sound issue is a big hangup.
    David

    Hi David,
    1) How large is your project in total number of slides?
    . . . number of slides containing audio?
    . . . actual physical size in pixels?
    All of these should be available in the movie Properties
    colum (left side of Storyboard view), or from "View > Bandwidth
    Analyser". What I'm looking for is possible "resources" issues.
    2) In no order . . . yes, there are two copies of each audio
    file, one in WAV (PCM) format and the other in MP3. The WAV is
    created (if necessary) for purposes of editing - the audio editor
    in Captivate is a WAV editor. The MP3 is created to be included in
    the published output - for purposes of best "streaming" performance
    of the published SWF, from the web.
    3) I am absolutely certain that the problem is
    NOT in Captivate's conversion routine. The is not to say the
    problem is not real - just that I don't think it is happening
    during conversion.
    4) You mention "quality" settings. Have you tried changing
    the quality of all affected audio to "High" (CD, I believe)? Have
    you then tried changing it back to "normal" (FM, as I remember). I
    would try that before throwing up your hands - but it would be best
    if you used "Save As" liberally, to create copies so the original
    can be preserved . . .
    Hope there is some help here - keep in touch, David.

  • Imported Flash files are not playing in published output

    Adobe Presenter 7 with the latest updates and PowerPoint 2007
    When I insert a Captivate 3 generated Flash file into a Presenter slide, the flash file does not play in the Published output. The slide's image is displayed for 5 seconds and then stops.
    After further review, I found that my imported Flash files are not included in the output. Any ideas?
    Terry

    Hi Terry,
    It's been awhile since I've messed around w/ Captivate 3, but I have a quick question: does your Captivate content include a skin.swf file?  If so, then you may have to look at a couple of different solutions to fix the playback problem that you're seeing with Presenter.
    One fix includes eliminating the skin by turning the borders option off which will eliminate the "_skin.swf" file. That'll be one less file to deal with, but you need to do that BEFORE publishing in Captivate.  From there, you should end up with one swf file from your Captivate content; and then at that point you can include that swf in your Presenter content.
    And while we're at it....are you using any Full Motion Recordings at all?  I've seen instances where, as you reported, Captivate content will run for awhile, but then the screen "goes blank"...so I'm just curious to know if your Captivate content in actuality has many more files than the "base" swf---which is probably the swf you included in PowerPoint.
    Having said that, can you share more information about what your Captivate project looks like (in terms of the number of swf files you're working with, etc), and let's see if we can resolve this for you.
    Rob
    http://www.robrode.com/yabb/

  • Macbook mini DVI to DVI output problems

    hi
    I've been using a samsung syncmaster 22" with my macbook for about a year now with no problems using the mini DVI to DVI connection
    then earlier this week i used a different DVI cable to plug my playstation 3 into the screen, when i plugged the computer DVI cable back into the screen lots of red/pink pixels have taken over the screen and when the desk is nudged red lines flash up
    i thought it might be either the DVI cable or the mini DVI to DVI adapter and replaced both to no avail, i have also tested all the cables on other screens/with other computers, and tested the screen with my playstation. Screen and cables all work fine so i think it must be some kind of output problem, but cant work out what it could be seeing as nothing would have happened to the port on the actual computer whilst changing connections on the samsung screen
    sorry for the long winded post, really wanna know what the problem is here

    Hi cbeth,
    welcome to macbook forum.
    For your friend macbook, try to press F7 back and forth to switch between mirror and expanded mode.
    Try to update your macbook hardware firmware and software using software updater and repair permission after that...application/utilities/disk utility/repair permission.
    Also reset your PRAM and PMU.
    Open your friend system preference / display and try to compare and set yours similar to hers, including resolution, color depth, refresh rate.
    Good Luck.

  • XML Publisher: where's XML Publisher output?

    Hi,
    The XML file created by report is in FND_Concurrent_Requests.outfile_name.
    Where's the XML Publisher output?
    I want copy the file generated (PDF or EXCEL) using utl_file.fcopy because bursting fail whe template is Type=>XSL-XML.
    Do your guys have any suggestion with this case? any input is very appreciated.
    thanks in advance
    Robert

    Welcome to the forums !
    Pl see if MOS Doc 305307.1 (How To Modify Print PO Report POXPOPDF With Custom Template) can help
    HTH
    Srini

  • Mac mini audio output problems

    This is similar to a problem that appeared before, but with a different twist.
    On 4 July all was well. On 5 July I switched on and there was no "chord" from the Mac. When I collected my mail - no sound from my speakers (which are part of my screen). Logged on to a couple of sites - no sound.
    The System Profiler, under the "Audio (Built In)" category, says: "No Built-in Audio." I know that's wrong because it's always worked before and when I plug my headset in it works fine.
    When I go to the Sound preferences panel in System Preferences, it finds the headset but if I unplug that it finds nothing.
    I tried running the hardware test (by putting in the OS X install disc and holding D during startup.) It couldn't find a problem.
    So, as far as I can see, audio output is fine for the USB headset output but not for the others. Is there a simple fix? The nearest Apple store is about 200 miles away and I don't fancy the idea of posting the Mac off.
    (And I think it's still under warranty for a couple more weeks.)
    Mac mini   Mac OS X (10.4.10)  

    hello mini users with the "no audio output" problem
    it seems that there are faulty output jacks in the macbook and the mac mini
    there are two things you can try:
    i tried everything and began thinking about what new software i had installed. it was "macam" which enables you to use older webcams on OSX. i needed that to use my webcam on skype.
    macam installs a file called "macam.component"
    if you have the same, do this - take that file out of:
    (your hard drive)/library/quicktime - macam.component
    and just put it on your desktop
    restart, then in your sound pref's choose your audio output (if doesn't work restart again)
    the first time i took it out, i had my sound back instantly, another time i had to choose audio output in sound prefs. you kind of have to try different things. after you get your sound back, you can put back "macam.component" to use your webcam.
    it seems macam causes the problem, the two can not work at the same time.
    the second thing: if you dont have "maccam" try plugging and unplugging output jack a few times and restarting until you have sound.
    the problem still could be with the OSX 10.4.10 update / quicktime...or maybe even a hardware problem like others with macbooks were saying (with the red light), not sure.
    people with macbooks and who have the red light on, say to use a paperclip to turn off the switch inside.
    my mini does not have a red light on. i tried using a paperclip but it doesnt work.
    hope this helps, beleive me i feel your pain!!!!
    what good is a computer without sound?
    extremely annoying problem that i hope apple looks into and fixes
    -andrew

  • Delimited output problem at the time of writing in to text file

    Hi ,
    I am using matrix stayle design for my reports when i am generating reports in delimited format i am getting Delimited output problem(DR.Watson ERROR) at the time of writing in to textfile.

    Hi,
    Try with new desformat delimiteddata which is available with Report 6i patch 11.
    Thanks
    Oracle Reports Team

  • XML BI Publisher Output in 2 sheets Excel

    Hi ,
    I want XML BI Publisher output in 2 sheets Excel. first sheet contains Report details and next sheet contains Report output. Could we please help me in this?. I am using BI Publisher 11.1.1.0 and Oracle apps is R12.1.
    Thanks

    >
    I am using Oracle Apps 11i.
    >
    for apps questions plz use Category: E-Business Suite - https://forums.oracle.com/forums/category.jspa?categoryID=3
    >
    I have to create one report in Oracle Apps in which the report output should be in Excel Format and in that excel 2 sheet should be generated.
    One sheet is having data from one module and one sheet is having a data from other module.
    >
    look at 830960's link      
    also use Forum: BI Publisher - BI Publisher
    >
    Please suggest me how can i write a code like this and how can i create a concurrent?
    >
    - create your report and use it as data source for result report (excel)
    - create excel template(for r12) or ,for example, xsl tempalte for 11i
    - create concurrent and executable, for concurrent program set output as xml
    >
    What should be the value of output format in the concurrent program ?
    >
    xml
    as another approach - convert your rdf report to xml publisher report

  • Getting error "Unable to find the published output for this request"

    1. Created a Data Template
    2. Created a Data Definition using the above Data Template
    3. Created a RTF template and registered the same in XML Publisher Administrator
    4. Created Concurrent program for the data template using 'XDODTEXE' as executable
    5. Ran the above concurrent program and it completed successfully.
    6. When I click the 'View Output' button in Oracle applications it says "Unable to find the published output for this request".
    7. I can see the XML output in the $APPLCSF/out directory.
    8. Also the short name for concurrent program and data definition code and template code are same.
    I assume the Concurrent Manager’s Output Post Processor is not able to setup the layout template to the generated XML.
    Am I missing something here. Can anyone come across this issue.
    I have the XML publisher 5.6.1 patch on the DB. Do I need to take 5.6.2 Patch to fix this issue.
    Thanks

    I tried again after applying XDO 5.6.2. I am still not able to see the output.
    Here is the logfile info. There is no mention of OPP or PUBLISH section:
    XDO Data Engine ver 1.0
    Resp: 21540
    Org ID : 101
    Request ID: 348042
    All Parameters: p_batch_id=7169
    Data Template Code: AUDRPT
    Data Template Application Short Name: XXCUST
    Debug Flag: Y
    {p_batch_id=7169}
    Calling XDO Data Engine...
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 348042
    Number of copies : 0
    Printer : noprint
    Finished executing request completion options.

Maybe you are looking for

  • XSL Mapper JDeveloper plugin fails to launch from App Engine

    XSL Mapper JDeveloper plugin fails to launch from App Engine ONLY WHEN THE TARGET LOCATION OF THE SERVICE CONFIGURATION POINTS TO AN HTTPS URL. If I make the target location field of the service configuration point to an HTTP url, the plugin launches

  • Document for customizing administration console in Realm mode

    I want is to have the sample NewTab from AM's samples working in both Legacy model and Realm mode. The chapter 11 Customizing the Administration Console on the AM 7.1 Developer's Guide (http://docs.sun.com/app/docs/doc/819-4675/aduci?l=en&q=access+ma

  • Question mark icon showing on screen of HP 8620

    Today I see the question mark (help?) icon lit up on the front panel screen of my new all-in-one. First time for that in the several weeks since initial installation and set-up. I'm not having any issues with the unit. What might it mean? thanks This

  • Setting the leading

    Hi I am having trouble with setting the leading in my new Adobe Elements 10 I type and try to enter on a new line but it is neally at the bottom of the page and when I go to reset the leading it only moves it a fraction or does not move it at all. Ch

  • Is there a way to outdent the first sentence in a paragraph in Pages?

    Is there a way to outdent the first sentence in a paragraph in Pages? The essay is finished and I am just adding some finishing touches to the piece and i Just want to outdent the first sentence in the paragraph but I cant find a way to do this. Can