Bi Publisher Enterprise 11.11 Parameters.

I am building a report and i have couple of parameters. the user will enter the values for the parameter in a text field. now, i want to make that text field optional. how can i do that? i do not want to set a default value, i want it load blank but i want it to be optional.
thanks for your help.

AlexAnd wrote:
2 Srini VEERAVALLI      
where col1=:p1 and (col2 is not null or col2=:p2)may be
where col1=:p1 or col2=:p2will be more simple?
or may be i understood incorrectly your idea
2 YeisonSoto      
>
I am building a report and i have couple of parameters. the user will enter the values for the parameter in a text field. now, i want to make that text field optional. how can i do that? i do not want to set a default value, i want it load blank but i want it to be optional.
>
as idea
if your reports have one parameter per report but for different column
then you can use this one parameters and create other for indicate report
say you have rep1 with par1 and rep2 with par2
so you create one parameter(p1) for par1/par2 and second parameter(p2) for rep1/rep2
and in data model use
where ((:p2 = 'rep1' and column1 = :p1 ) or (:p2='rep2' and column2 = :p1))so before execute you must know for which report use parameters condition
for ebs second parameter no need because you can check this condition by request_id
what I did was this:
WHERE REPLACE(REPLACE(TRIM("ABTAX"), '-', ''), '.', '') like *:identification*
OR (REGEXP_LIKE(TRIM(ABALPH),TRIM(UPPER(*:Name*)))
AND REGEXP_LIKE(TRIM(ABALPH),TRIM(UPPER(*:LastName*)))
OR( REGEXP_LIKE(TRIM(ABALPH),TRIM(LOWER(*:Name*)))
AND REGEXP_LIKE(TRIM(ABALPH),TRIM(LOWER(*:LastName*)))
Now I can filter the results of the records for identification or the name of a person
but when I filter by the name I have both data (Name and LastName)
that have not been solved, I wonder if I can display a message that says "There should be no empty fields"

Similar Messages

  • Date Parameter in XML Publisher Enterprise

    Hello,
    Can someone tell me how to set up a date parameter in XML Publisher Enterprise? I cannot seem to get the right format for a date parameter, so my report will run. This report requires a date to be entered before the report can run. I am trying to use the format 'YYYY-MM-DD'.
    Any help would be greatly appreciated...
    Thank you,
    Susan

    Hi Susan,
    I also had some problems but found out the spelling is the key, so letters for day and years has to be small letter, letter for month has to be capital - a sample date format looks like
    dd-MM-yyyy ( check the possible formats of fields in RTF-Templates! )
    But anyway using date parameters seems a little instable in 5.6.2 - I have to save the parameter all the time even if I didn't change anything otherwise there was runtime errors
    Dirk

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • BI Publisher Enterprise integration with 11.5.10.2

    Hi all!
    We are currently trying to leverage the XML publisher of 11i for any new report requests we have so we are more in line with fusion when we get there, if ever! The question for the group is that we found it a little conveluted to create the data definition and were wondering if we could leverage the enterprise edition (we have licences) to actually do that and load them in the database... Anyone any idea/experience in doing so?
    Thanks,
    G

    Hi Paul,
    Thanks for the reply on this post. The reason we are looking at BI publisher enterprise is that is seems to provide a better GUI for developers to design the data definition. Right now we have developers using Jdeveloper as an XML editor following the guidelines provided in the XML 5.6.3 user guide which per my developers comment is not as easy to use as Report builder which provides a lot of flexibility.
    So our hope/goal now is to find a better way to develop the data definition or at least make it as efficient as possible. Am I missing something? Maybe there is already such functionality in XML that we are not familiar with...
    G

  • XML Publisher Enterprise Installation

    I installed Xml Publisher Enterprise version 5.6.2 to our test PC with its own oracle home as c:\ora_xmlp. The installation ran successfully. But when I ran xmlpserverstart.bat, it stopped at the line: "Oracle containers for J2EE log (10.1.3.0) initialized..." and didn't go on. Should I use the same path as oracle database or application server?
    Please help, Thanks.
    - Jessie

    Hi Jessie.
    That's what it's supposed to do. That message means the OC4J engine started properly. Now you can access the application by going to:
    http://localhost:15101/xmlpserver
    unless you changed anything in the install (which I'm assuming from the formulation of your note is nothing).
    Cheers,
    Dave

  • XML Publisher Enterprise error

    Dear all:
    When I create and run the report in the "XML Publisher Enterprise Release 5.6.2" ,shows the error as follow, how can I solve the problem?
    javax.servlet.ServletException: Attribute missing in : 'url'
         at oracle.apps.xdo.servlet.XDOServlet.handleRequest(XDOServlet.java:211)
         at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:138)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    my environment is : XML Publisher Release 5.6.2
    Platform is : Windows XP 32bit
    Regards
    Terry

    Hi Helios:
    What is the error?
    javax.servlet.ServletException: Attribute missing in : 'url'
    at oracle.apps.xdo.servlet.XDOServlet.handleRequest(XDOServlet.java:211)
    at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:138)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:52)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

  • XML Publisher Enterprise Edition's report errors

    I have installed XML Publisher Enterprise Edition.when i open it through explorer i can see it's different folder that also have some report as Executive,Financials,HR Manager,Sales Manager,Warehouse Managment.when i try to open reports under these folders as Employee Salary Report under HR it gives error
    "The report cannot be rendered because of an error, please contact the administrator".
    plz help me how i can view these reports.same problem in my own created report.

    Shaun,
    How did get World Sales report work? What did you put on URL? I put:
    http://Sever name:15101/xmlpserver/Sales Manager/World Sales/WorldSales.xml
    It always showed error message to me.
    Please help, Thanks.
    - Jessie

  • BI Publisher Enterprise vs BIP Desktop

    Hello,
    I have been using the desktop version (the plug-in for MS Word) of BIP exclusivley but now I'm trying to dabble in the BIP Enterprise app. I have my data source defined, I have my .rtf template uploaded, but I'm not sure how to incorporate my .xsl file. Using the plug-in for Word, I add an import statement to import the .xsl file, but it doesn't work when I try to use the same .rtf template in the Enterprise app. When I remove the import statement I get results in my report...otherwise I get a not-so-helpful error message ("The report cannot be rendered because of an error, please contact the administrator.).
    I've tried using <?import:file:///D:\product\......\xhtml-to-xslfo.xsl?> and <xsl:import href="http://.../xhtml-to-xslfo.xsl" /> but neither work and I'm not sure if my problem lies in the import statement or my lack of knowledge in BIP Enterprise.
    Thank you,
    Tammy
    Edited by: 73pixieGirl on Aug 16, 2010 1:56 PM

    Hi Pieter,
    I'm afraid the white paper isn't telling me anything I didn't already know. I've tried to import via the http:// and file:/// route but I still get a generic error message - The report cannot be rendered because of an error, please contact the administrator. I have "Disable External References" set to False.
    Here's what I'm doing...maybe you can see if I'm doing something wrong:
    - After adding the import statement to my .rtf file, I edit my Report in BI Publisher Enterprise and upload the .rtf file under Layouts, Manage Template Files (I also added the .xsl file for S&Gs)
    - Next I create a new Layout, selecting my .rtf file as the Template, then select the output formats.
    - Then I click View and select my new Layout and whatever format (pdf preferrably)
    - This is when I get the error message
    Am I doing anything wrong? The only thing I can think of is maybe BIP isn't finding my .xsl file??
    Thank you,
    Tammy

  • XML Publisher Enterprise 5.6.2 standalone + Bursting

    Dear Gurus,
    Env details : XML Publisher Enterprise 5.6.2 standalone.
    In Xml publisher, created a report using datatemplate.
    which does create a XML file with right data.
    one of the tag in data file has email address of the Customer.
    How I can send email to this Customer email address using 5.6.2 XMLP
    Read about Bursting and control file..
    In 5.6.2 , how I can achieve this ?
    Please help .. looking for your valuable suggestions,
    Example of XML data
    <?xml version="1.0" encoding="UTF-8"?>
    <DATA>
    <LIST_MAIN>
    <MAIN>
    <CUSTOMER_NAME>NORTHLAND POINT</CUSTOMER_NAME>
    <CUSTOMER_EMAIL>[email protected]</CUSTOMER_EMAIL>
    </MAIN>
    </LIST_MAIN>
    </DATA>
    SJK

    Note:418234.1
    At the time of writing this note Internet Explorer version 7 running on Windows Vista is not certified for use with Oracle AS. This certification is planned.

  • What is causing my "Publish Enterprise Summaries" in Global Scheduled Services to fail

    We are a relatively new P6 installation.  Publish Enterprise Summaries has failed from the beginning. The only error I see in the log file is below.  Any clue to what we need to fix? 
    2014-10-21 06:37:57:[TASK]:[PxEpsSpread]: [4] CORE(SQL): Errors occurred when executing following statement: DECLARE vupdate_date varchar2(20); msg varchar(2000); vspid number; vtotal pls_integer := 0; vupd pls_integer := 0; vins pls_integer := 0; i_start pls_integer; i_end pls_integer; vsec number; vrate number; start_time timestamp; end_time timestamp; vmsg varchar2(1000); vmsg_cnt pls_integer := 0; df varchar2(22) := 'yyyy-mm-dd hh24:mi:ss'; vparent_wbs_id projwbs.parent_wbs_id%type; vobs_id obs.obs_id%type; vobs_name obs.obs_name%type; BEGIN vupdate_date := :update_date; vspid := sys_context('USERENV', 'SID') ; i_start := dbms_utility.get_time; execute immediate 'select current_timestamp from dual' into start_time; for erec in (SELECT distinct eh.parentobjectid FROM project p, projwbs pw, epshierarchy eh WHERE p.project_flag='Y' and p.proj_id = pw.proj_id and pw.proj_node_flag ='Y' and eh.childobjectid = pw.parent_wbs_id and p.orig_proj_id IS NULL and p.px_last_update_date > to_date(vupdate_date,'yyyy-mm-dd hh24:mi:ss') ) LOOP select parent_wbs_id, pw.obs_id, o.obs_name into vparent_wbs_id, vobs_id, vobs_name from projwbs pw, obs o where pw.obs_id = o.obs_id and pw.wbs_id = erec.parentobjectid; DELETE /*+ INDEX(EPSSPREAD NDX_EPSSPREAD_OBJID) */ FROM EPSSPREAD where ObjectID = erec.parentobjectid; INSERT INTO EpsSpread (OBJECTID ,ID ,NAME ,PARENTOBJECTID ,PROJECTOBJECTID ,OBSOBJECTID ,OBSNAME ,STARTDATE ,ENDDATE ,ACTUALLABORUNITS ,ACTUALNONLABORUNITS ,ATCOMPLETIONLABORUNITS ,ATCOMPLETIONNONLABORUNITS ,BASELINEPLANNEDLABORUNITS ,BASELINEPLANNEDNONLABORUNITS ,EARNEDVALUELABORUNITS ,ESTIMATEATCOMPLETIONLABORUNITS ,ESTIMATETOCOMPLETELABORUNITS ,PLANNEDVALUELABORUNITS ,REMAININGLABORUNITS ,REMAININGNONLABORUNITS ,ACTUALCOST ,ACTUALEXPENSECOST ,ACTUALLABORCOST ,ACTUALMATERIALCOST ,ACTUALNONLABORCOST ,ACTUALTOTALCOST ,ATCOMPLETIONEXPENSECOST ,ATCOMPLETIONLABORCOST ,ATCOMPLETIONMATERIALCOST ,ATCOMPLETIONNONLABORCOST ,ATCOMPLETIONTOTALCOST ,BASELINEPLANNEDEXPENSECOST ,BASELINEPLANNEDLABORCOST ,BASELINEPLANNEDMATERIALCOST ,BASELINEPLANNEDNONLABORCOST ,BASELINEPLANNEDTOTALCOST ,EARNEDVALUECOST ,ESTIMATEATCOMPLETIONCOST ,ESTIMATETOCOMPLETECOST ,PLANNEDVALUECOST ,REMAININGEXPENSECOST ,REMAININGLABORCOST ,REMAININGMATERIALCOST ,REMAININGNONLABORCOST ,REMAININGTOTALCOST ) SELECT a.objectid, a.id, a.name, a.parentobjectid, a.projectobjectid, a.obsobjectid, a.obsname, a.startdate, a.enddate, a.ACTUALLABORUNITS, a.ACTUALNONLABORUNITS, a.ATCOMPLETIONLABORUNITS, a.ATCOMPLETIONNONLABORUNITS, a.BASELINEPLANNEDLABORUNITS, a.BASELINEPLANNEDNONLABORUNITS, a.EARNEDVALUELABORUNITS, a.ESTIMATEATCOMPLETIONLABORUNITS, a.ESTIMATETOCOMPLETELABORUNITS, a.PLANNEDVALUELABORUNITS, a.REMAININGLABORUNITS, a.REMAININGNONLABORUNITS, a.ACTUALCOST, a.ACTUALEXPENSECOST, a.ACTUALLABORCOST, a.ACTUALMATERIALCOST, a.ACTUALNONLABORCOST, a.ACTUALTOTALCOST, a.ATCOMPLETIONEXPENSECOST, a.ATCOMPLETIONLABORCOST, a.ATCOMPLETIONMATERIALCOST, a.ATCOMPLETIONNONLABORCOST, a.ATCOMPLETIONTOTALCOST, a.BASELINEPLANNEDEXPENSECOST, a.BASELINEPLANNEDLABORCOST, a.BASELINEPLANNEDMATERIALCOST, a.BASELINEPLANNEDNONLABORCOST, a.BASELINEPLANNEDTOTALCOST, a.EARNEDVALUECOST, a.ESTIMATEATCOMPLETIONCOST, a.ESTIMATETOCOMPLETECOST, a.PLANNEDVALUECOST, a.REMAININGEXPENSECOST, a.REMAININGLABORCOST, a.REMAININGMATERIALCOST, a.REMAININGNONLABORCOST, a.REMAININGTOTALCOST FROM (select /*+ INDEX(EH NDX_EPSHIER_PARENTOBJ) INDEX(PS NDX_PROJSPREAD_PARENTEPSID) */ eh.parentObjectid objectid, eh.parentid ID, eh.parentname NAME, vparent_wbs_id ParentObjectId, eh.parentprojectid ProjectObjectId, vobs_id ObsObjectId, vobs_name ObsName, ps.startdate,ps.enddate, SUM(ps.ACTUALLABORUNITS) ACTUALLABORUNITS, SUM(ps.ACTUALNONLABORUNITS) ACTUALNONLABORUNITS, SUM(ps.ATCOMPLETIONLABORUNITS) ATCOMPLETIONLABORUNITS, SUM(ps.ATCOMPLETIONNONLABORUNITS) ATCOMPLETIONNONLABORUNITS, SUM(ps.BASELINEPLANNEDLABORUNITS) BASELINEPLANNEDLABORUNITS, SUM(ps.BASELINEPLANNEDNONLABORUNITS) BASELINEPLANNEDNONLABORUNITS, SUM(ps.EARNEDVALUELABORUNITS) EARNEDVALUELABORUNITS, SUM(ps.ESTIMATEATCOMPLETIONLABORUNITS) ESTIMATEATCOMPLETIONLABORUNITS, SUM(ps.ESTIMATETOCOMPLETELABORUNITS) ESTIMATETOCOMPLETELABORUNITS, SUM(ps.PLANNEDVALUELABORUNITS) PLANNEDVALUELABORUNITS, SUM(ps.REMAININGLABORUNITS) REMAININGLABORUNITS, SUM(ps.REMAININGNONLABORUNITS) REMAININGNONLABORUNITS, SUM(ps.ACTUALCOST) ACTUALCOST, SUM(ps.ACTUALEXPENSECOST) ACTUALEXPENSECOST, SUM(ps.ACTUALLABORCOST) ACTUALLABORCOST, SUM(ps.ACTUALMATERIALCOST) ACTUALMATERIALCOST, SUM(ps.ACTUALNONLABORCOST) ACTUALNONLABORCOST, SUM(ps.ACTUALTOTALCOST) ACTUALTOTALCOST, SUM(ps.ATCOMPLETIONEXPENSECOST) ATCOMPLETIONEXPENSECOST, SUM(ps.ATCOMPLETIONLABORCOST) ATCOMPLETIONLABORCOST, SUM(ps.ATCOMPLETIONMATERIALCOST) ATCOMPLETIONMATERIALCOST, SUM(ps.ATCOMPLETIONNONLABORCOST) ATCOMPLETIONNONLABORCOST, SUM(ps.ATCOMPLETIONTOTALCOST) ATCOMPLETIONTOTALCOST, SUM(ps.BASELINEPLANNEDEXPENSECOST) BASELINEPLANNEDEXPENSECOST, SUM(ps.BASELINEPLANNEDLABORCOST) BASELINEPLANNEDLABORCOST, SUM(ps.BASELINEPLANNEDMATERIALCOST) BASELINEPLANNEDMATERIALCOST, SUM(ps.BASELINEPLANNEDNONLABORCOST) BASELINEPLANNEDNONLABORCOST, SUM(ps.BASELINEPLANNEDTOTALCOST) BASELINEPLANNEDTOTALCOST, SUM(ps.EARNEDVALUECOST) EARNEDVALUECOST, SUM(ps.ESTIMATEATCOMPLETIONCOST) ESTIMATEATCOMPLETIONCOST, SUM(ps.ESTIMATETOCOMPLETECOST) ESTIMATETOCOMPLETECOST, SUM(ps.PLANNEDVALUECOST) PLANNEDVALUECOST, SUM(ps.REMAININGEXPENSECOST) REMAININGEXPENSECOST, SUM(ps.REMAININGLABORCOST) REMAININGLABORCOST, SUM(ps.REMAININGMATERIALCOST) REMAININGMATERIALCOST, SUM(ps.REMAININGNONLABORCOST) REMAININGNONLABORCOST, SUM(ps.REMAININGTOTALCOST) REMAININGTOTALCOST FROM projectspread ps,epshierarchy eh WHERE eh.childobjectid = ps.parentepsobjectid AND eh.parentobjectid = erec.parentobjectid group by eh.parentObjectid, eh.parentid, eh.parentname, vparent_wbs_id, eh.parentprojectid, vobs_id, vobs_name, ps.startdate, ps.enddate ) a; vins := vins+SQL%ROWCOUNT; commit; END LOOP; vtotal := vins; i_end := dbms_utility.get_time; execute immediate 'select current_timestamp from dual' into end_time; vsec := round(( (i_end-i_start) * 0.01), 3); if vsec > 0 then vrate := round( vtotal / vsec , 3); else vrate := 0; end if; vmsg := 'Success[true],' || ' Start[' || to_char(start_time, df) || '], End[' || to_char(end_time, df) || '], ' || ' Elapsed[' || trim(to_char(vsec, '99999.99')) || 's], ' || ' Count[' || trim(to_char(vtotal, '999999999')) || '], ' || ' Throughput[' || trim(to_char(vrate, '99999999.99')) || '/s], ' || ' Pages[1], ' || ' Inserted[' || trim(to_char(vins, '999999999')) || '], ' || ' Updated[' || trim(to_char(vupd, '999999999')) || ']'; vmsg_cnt := vmsg_cnt + 1; DBMS_OUTPUT.PUT_LINE(vmsg); EXCEPTION when others then ROLLBACK; vmsg := 'Success[false]'; vmsg_cnt := vmsg_cnt + 1; DBMS_OUTPUT.PUT_LINE(vmsg); vmsg := SQLERRM; vmsg_cnt := vmsg_cnt + 1; DBMS_OUTPUT.PUT_LINE(vmsg); raise; END;   

    >
    Efstratios Karaivazoglou wrote:
    > Which version of BOBJ (incl. SP and FP) are you using?
    >
    > Regards,
    >
    > Stratos
    BusinessObjects XI 3.1 SP2
    FixPack 2.6
    Edited by: Erika Atencio on Sep 1, 2010 8:46 PM

  • Xml publisher enterprise!!! create rtf file dynamically with load xml data

    i am new to xml publisher enterprise , i want a solution for this question ...
    i want create rtf file dynamically with loading xml data....means i wrote a program in jsp where the the output in xml file simultaneously create rtf file..but i enable load the xml data in rtf file but when i goto rtf file from where data in that load xml then it genrate the columns..but i want in dynamiclly to load the data will you please guide me ......

    Hi Atiq
    Im not quite clear on the requirement here:
    1. Do you just want to be able to extract the data and apply a template to the XML data from your jdp and render output?
    If so then you can use the XMLP APIs ... the are in the user guide. Particularly:
    RTFProcessor - converts RTF template to XSLFO stylesheet
    FOProcessor - takes, XML data, XSLFO stylesheet and output format and generates the required output.
    2. Do you want a template that will accept any data and just format it into rows and columns ? This can be written but your XML structure is going to have to be static, the data of course can be dynamic.
    Regards, Tim

  • Emulating Oracle Applications Environment in BI Publisher Enterprise Server

    Hi there,
    I think I know what the answer is going to be to this post but for reasons outwith my control I'm trying to understand if there is a workaround to achieve the resultant report output I require.
    Background
    Oracle E-Business on Demand 11.5.10.2
    Oracle BI Publisher 10.1.3.2
    My client has Oracle E-Biz on Demand but rather than utilising the integrated XML Publisher engine they have gone down the path of installing BI Publisher Standalone Enterprise Server for their report generation.
    Now this works to an extent but I am experiencing problems trying to emulate the setting of an Apps context when I run a report so that I can utilise the Apps security within the Stanalone Enterprise Server. Is this even possible?
    Example, basing a data model on PO_VENDOR_SITES (multi-org view) returns 0 (zero) rows but basing it on PO_VENDOR_SITES_ALL returns all rows (for all Orgs).
    I can hear you all now yelling, "Use the Oracle Applications XML Publisher" version but in this "On Demand" arena that practice hasn't been adopted so i am raising this post in the hope that someone may be able to suggest a workaround or solution.
    Actually, no BI Publisher security model has been adopted and all users use the GUEST account to run reports.
    All comments and suggestions are appreciated :-)
    Kind Regards,
    Gary.

    Gary, create a data template and call your own db function to initialise these. The beforeReport trigger will fire and set the enviro prior to the query being executed (as in Reports) Something like this below:
    <dataTemplate name="BasicQueryDT" description="Simple query data template" defaultPackage="xxbi_setenviro">
         <dataQuery>
              <sqlStatement name="basicQuery">
                   <![CDATA[
    select max(last_update_date) today from apps.pa_projects_v]]>
              </sqlStatement>
         </dataQuery>
         <dataTrigger name="beforeReport" source="xxbi_setenviro.before_rep"/>
         <dataStructure>
              <group name="G_Main" source="basicQuery">
                   <element name="TheDate" value="today"/>
              </group>
         </dataStructure>
    </dataTemplate>

  • Call a BI Publisher Report URL with parameters

    Is it possible to call a BI Publisher URL from a form but pass the parameters along so the report can run with the user having to fill any parameters in? If so, how do you pass the parameters in the URL? We are trying to do some Proof of Concept work on a new project and would like to introduce BI Publisher into the mix instead of using Oracle Reports.

    See this article
    http://blogs.oracle.com/xmlpublisher/2006/07/18
    from Tim Dexter's most excellent blog

  • Help with "greyed out" option for Publishing a group of Parameters in Motion 5!

    How do you group published parameters in Motion 5, so that you don't have one giant list of published options for Final Cut Pro X?
    My main goal is To publish a compound parameter (a parameter with nested subparameters)
    Looking through Motion Help, it should be as easy as clicking the little disclosure triangle on the right of the inspector, but the word "Publish" is greyed out...

    I know I've looked at rigging, but based off the Motion Help Online Manual, It should be as simple as clicking on the option for publish and have nested subparameters...
    Rigging is excellent, but more steps would be needed to do the same thing i believe...

  • XML Publisher Enterprise 5.6.2 doesnt work with Vista ultima and IE 7

    XML pub enterprise edition latest was installed on vista ultimate successfully.
    trying to access the server using all host names (local , mypc name , 127 address,,,,etc) using IE 7 and opera and firefox ,,,ALL without being able to see the the first screen of the publisher.
    unable to find the host "http://myserver:15101/xmlpserver" is always the message i got.
    any one to help me to make it working
    thanks in advance
    ali azizeh

    Note:418234.1
    At the time of writing this note Internet Explorer version 7 running on Windows Vista is not certified for use with Oracle AS. This certification is planned.

Maybe you are looking for

  • Can't run java at all

    Hello! I have a 600 megahertz Intel Pentium III machine running Windows 98 SE. I use the following browsers: Netscape 4.79, 6.2 and internet explorer 6. I was able to run java applications on my computer very well. I purchased a program to make web b

  • Another photoshop CS3 and Yosemite problem

    Upgraded iMac to OS x 10.10.1 and now find that Photoshop CS3 (606) crashes after launch. It seems to make progress to the point where the menu bar is presented and then crashes. I've searched for others with this problem and tried various recommende

  • Error "ARC0: Unable to archive..." during rman backup

    Hello DBA's! Problem: When ever I make an archivelog backup with rman it generates the following entry into the alertlog: Wed Jun 20 21:00:26 2007 ARCH: Evaluating archive thread 1 sequence 9013 Wed Jun 20 21:00:26 2007 ARC0: Evaluating archive threa

  • I am new and I can't figure out how I can delete a document in pages

    I am new and I can't figure out how I can delete a document in pages. Please help

  • Purpose of setting endpoint?

    Lot's of examples handling connecting to webservices provide the service locator with an endpoint. But my (generated) code seems to run fine without setting any endpoint. So in case I'm doing something wrong or could do it better: what is an endpoint