Event Trigger BI Publisher 11g

I have an event trigger defined as type After Data. The function executes.. inserts into a table (table used to verify if function is actually executing via BI Publisher).
The problem I'm seeing is that the parameter in the report that globally goes out is sent but the parameters that are globably coming back are not populated in the report.
This package works fine in BI Publisher release 10.1.3.4.
In the properties of the Data Model I have included package for Oracle DB Default Package
The  parameter are defined as:
1. Name: REQNUM, Data Type: String Default Value: Parameter Type: Text
2. Name: PMAXUSER, Data Type: String Default Value: Parameter Type: Text
3. Name: PMAXDATE, Data Type: String Default Value: Parameter Type: Text
4. Name: MYTESt, Data Type: String Default Value: Parameter Type: Text
In options I have Refresh other parameters on change checked.
Thank you in advance for your help.

First, make sure you've got enough machine resources as BIEE11g is resources hungry.
Next, after installation you should have icons to start BIEE11g (try windows version as it is easier to start up).
Run the startBIEE11g script and it will take some minutes, be patient. Once you get all processes running
then you can try to login.
Take a look at my post:
http://oraclebiblog.blogspot.com/2010/11/starting-and-stopping-biee-from-command.html
Good luck
regards
Jorge

Similar Messages

  • BI Publisher event trigger and email notification

    How can I event-trigger a BI publisher report, i.e., start the BI publisher report after completion of a ETL job?
    In addition, after generation of the BI publisher report, how can I send to destinated email addresses?
    Thanks

    Write custom java code , which uses the BIP web-services and put a trigger on the ETLJOB.
    Re: Run BI Publisher from the command line through a shell script
    Re: Run BI Publisher from the command line through a shell script
    BIP has provided a webservice,
    One of the function is to run or schedule a report.
    Write a simple Java program, which will look at the server and point to run the report you wanted.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/bip_webservice_101331.htm
    some more doc's
    http://www.oracle.com/global/de/community/forms/documents/Forms_BIP_WS.pdf
    http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12188/T421739T524310.htm

  • FRM-40735 WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-065

    Please help....This error is comming when opening the form. The form is running on oracle 11g 64bits web logic.
    "FRM-40735 WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-065"

    Welcome to OTN
    Before posting on this forum please read
    FRM-40735: WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-06502.
    you'll get some hint here
    Oracle/PLSQL: ORA-06502 Error

  • FRM-40735: WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-06502.

    Hi Expert,
    Forms Version : 11.1.2.1.0
    Client JRE : 1.6.0_45-b06 Java HotSpot(TM) Client VM
    Run webutil_demo form, http://host:9001/forms/frmservlet?form=webutil_demo.fmx&config=webutil
    it appears following error.
    FRM-40735: WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-06502.
    No error logged in java console client side.
    I've try to re-compile webutil_demo.fmb
    Unattaching and then re-attaching the plsql library webutil.pll to forms using a 11g Forms Builder (instead of earlier version) and then loading the form to the server and compiling form but error still exist.
    Will you please help to give any suggestion?
    Is there any trace can be enabled to find some more details?

    Welcome to OTN
    Before posting on this forum please read
    FRM-40735: WHEN-CUSTOM-ITEM-EVENT trigger raised unhandled exception ORA-06502.
    you'll get some hint here
    Oracle/PLSQL: ORA-06502 Error

  • Trying to create an event trigger but no packages are showing

    Oracle BI Publisher 11.1.1.5.0  (build:53(13879917))
    OS: Linux 2.6.32-300.32.2.el5uek #1  x86_64 x86_64 x86_64
    Hi Folks,
    When attempting to create an event trigger for a data model I am unable to obtain a listing of available functions. The trigger is based on a function defined in a package as follows:
    CREATE OR REPLACE
    PACKAGE BANINST1.WSRMERG AS
    function f_main(lv_reg_term varchar2 , lv_cur_term1 varchar2) return boolean;
    END WSRMERG;
    Since the package is defined in a schema that is different from the user running the default data source, I created a synonym on the data source user schema to the package:
    CREATE OR REPLACE SYNONYM "XMLP_CONNECT"."WSRMERG" FOR "BANINST1"."WSRMERG";
    The value provided for the Oracle DB Default Package is WSRMERG . When creating the trigger all that can be seen is a tree similar to:
    -Packages
    -----Prod Ban
    -Parameters
    I've have verified that the package can be executed by XMLP_CONNECT via SQL/Developer and SQL/Plus:
    declare result boolean;
    begin
    result := wsrmerg.f_main('201305','201302');
    end;
    Any ideas?
    Thanks for your assistance!

    You have done well but may be in your code has some problems. You should re read the code again and find the error. You can take a look over your sql code and oracle function. I think you will find the solution. Besides this you may take help from http://www.techyv.com/questions/what-do-oracle-sql-query-web-service but it is not mandatory.
    Edited by: 1006779 on May 19, 2013 12:40 PM
    Edited by: 1006779 on May 19, 2013 12:41 PM
    Edited by: 1006779 on May 19, 2013 12:42 PM

  • Not able to view any report in BI Publisher 11g

    Hello All
    I have installed BI Publisher 11g in Intel Solaris 10. I started of from the scratch, created a Data Model, then created a Report. but now I am not able to view the report. Upon clicking the report name or Open it logs me out.
    I am logged in as user, weblogic the default user created while installation.
    Please help
    Ash

    Hi Rony,
    You may have created the report initially with Web Layout only - therefore there will no paper layout.
    To 'get' the paper layout back, select your Report module name from the Builder and then select Tools-->Report Wizard. Select 'Create both web and Paper Layout' and then go through the various wizard steps.
    Best of Luck.
    Regards,
    John

  • Sales order creation, standard event trigger is taking long time .

    We have a requirement where we are sending data to CRM system using RFC function module. This data is sent while sales order creation or change. We have used standard event BUS2032.CREATED to trigger CRM FM in sales order creation mode. In sales order change mode, we are using custom event. In production system, our custom change event is getting triggered fine and data is sent to CRM system with small time lag of around 1 minute. But, while sales order creation, standard event trigger is taking long time ( sometimes about 20 minutes) in production system.
    We tried triggering same custom event at the time of sales order creation using FM u2018SWE_EVENT_CREATE_IN_UPD_TASKu2019 as well but, still we are not able to improve performance of the event trigger at sales order creation.
    Regards,
    Sushee Joshi

    HI,
    we have written SWE_EVENT_CREATE in update task
    I think instead of calling in update task simply call to function module CALL FUNCTION "SWE_EVENT_CREATE" might trigger the event immediately.. Did you try to check in this way..
    OR
    And I also suggest you to check the entry in SWE2 txn with respect to your workflow tempalte, may be you have enable the option ENABLE EVENT QUEUE, this could be one of the reasons.. If it is enabled please disable it (uncheck)
    Please check..
    Regards
    Pavan

  • Parameter is not working in HTTP( XML FEED) dataset in bi publisher 11g

    Hi,
    I have used parameter in BI Publisher 10g for HTTP(XML Feed) dataset to have dynamic url which worked by using ${p_url} where p_url is the parameter.
    The same procedure when I use in BI Publisher 11g is not working.It does not consider the parameter ${p_url} and throws the following exception
    *oracle.xdo.dataengine.datasource.plugin.DataAccessException: java.lang.Exception: java.net.MalformedURLException: no protocol: ${p_url}*
    Has anyone faced this issue?
    Please let me know if am doing something incorrect here.
    Thanks &Regards,
    Balaji

    Thanks for your reply.
    In BI Publisher 10 g we are using it this way ${p_url}.
    p_url is the parameter which gives us the entire URL for the XML feed.
    e.g. p_url=http://rss.news.yahoo.com/rss/topstories
    The p_url takes the entire url.
    Please let me know if this can be done the same way in 11g.
    Thanks,
    Balaji

  • BI Publisher 11g Trial dont work fine , send ERROR

    Hi.
    I Install BI PUblisher 11G Trial in a new clean server with :
    + Windows 2008 R2 Foundation Spanish with SP 1
    + Download, Install BI Publisher 11g Trial
    + Execute Demo Report "Revenue Budget Actual and Detail "
    + In Inteactive mode work fine
    + In HTML send ERROR : "java.lang.ArrayIndexOutOfBoundsException: 0"
    + In PDF the pivot table don't display any value higer 1.000.000
    This is a bug ?,how correct this errors ?
    Thank you very much
    Carlos

    Hi Carlos,
    Are you still experiencing this problem?
    I do not see this on my installation on Windows7 64 bit running in English.
    I also set the BI Publisher UI language and Report Locale to Spanish and all three output types:
    Interactive, HTML and PDF render correctly.
    When you say that the pivot table doesn't show any values higher than 1.000.000 ... what does it show instead?
    How do the other sample reports look for you?
    Mike
    Edited by: mdonohue on Jun 5, 2012 4:45 PM

  • Useing Excel table genarate the report in bi publisher 11g

    Hi All,
    Can anyone share your ideas pls...
    Using Excel files we upload the data into data set excel but could't generate the reports in Bi-Publisher 11g...we are getting the error :"Null".
    We are using open office...is this could be a problem..?
    Rgds..DCB
    Edited by: DCB on Dec 30, 2010 5:30 AM

    check the below
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi//bip/advancedbip/advancedbip.htm#t3
    http://www.youtube.com/watch?v=NPbKRnSkDVM
    using rtf template
    http://bipconsulting.blogspot.com/2010/02/drill-down-to-detail-or-another-report.html

  • Problem printing Report with Image in BI Publisher 11g

    I am working with BI publisher *11g* but I have problem printing images. Everything works fine if I do not include any images however when I add a image I get following problems.
    When I tried printing PDF in output I get
    Type /Xobject
    subtype /Image
    Filter /DTDDecode .......
    When I tried printing HTML output I get
    Type /Xobject
    <html...
    ....>
    When I tried printing RTF I get
    { \fontb1 }
    { \f0 Arial;}
    { \f1 Times:}
    I think I am missing some BI publisher configuration. Can you help me in this regard.
    Thanks,
    Santosh
    Edited by: user4956795 on Jan 16, 2012 2:08 PM
    Edited by: user4956795 on Jan 16, 2012 2:18 PM

    Isn't there a way for you to do this via a Package/Procedure versus having multiple queries?
    Per the BI Publisher guide,
    Following are recommended guidelines for building data models:
    Reduce the number of data sets or queries in your data model as much as possible. In general, the fewer data sets and queries you have, the faster your data model will run. While multiquery data models are often easier to understand, single-query data models tend to execute more quickly. It is important to understand that in parent-child queries, for every parent, the child query is executed.
    You should only use multiquery data models in the following scenarios:
    To perform functions that the query type, such as a SQL query, does not support directly.
    To support complex views (for example, distributed queries or GROUP BY queries).
    To simulate a view when you do not have or want to use a view.
    Thanks,
    Bipuser

  • How to create schedule job and event trigger in XI to start a ABAP program?

    Dear All:
    Here are what i need to do:
    1.To run a ABAP program to start an XI scenario per hour.
    2.To run a ABAP program to start an XI scenario per day at 6 PM.
    3.To run a ABAP program used event trigger to make sure that XI scenario has finished the process and after that wait for 10 min later and run again.
    only i know is used sm36 & sm37 to set up a schedule job.
    but what i don't know is how to do it step by step.
    especially point 3.
    are there any step by step example can show me how?
    it better be simple and details...
    thanks you all
    Regards
    Jack Lee

    Hi,
    If you want to trigger the event manually from within SAP, use transaction
    SM64
    in SAP this is done by scheduling a job
    once a new customer is entered
    your scheduled report sends customer master data
    you can schedule your report (TCODE - BD12 I think) to one day or every 5 minutes... it depend on your needs and the system performence
    Regards,
    Surya

  • Event trigger in sap pi 7.3.1

    Hi
    I looking standard approach on below requirement .
    1.  Requirement :  All failed messages needs to post to JMS adapter using Event trigger , when message failed in SAP PI.
    2.Audit log : In SAP 7.3.1  I need to post message audit log to JMS adapter using Event trigger (Start time / End time ) without  using BPMs.
    Please suggest on this.
    Thank you
    Inder

    Hi Inder - Regarding the audit log - have a look at the below blog
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/03/09/michals-popi-tips-audit-logs-from-a-native-ws--new-feature (1)
    For the alerting , either you can use above suggested approach or have a look at the below blog
    Customize E-Mail Body and Subject in Alerts in SAP PI 7.31 – Java Stack Only – Part 1 – ESR  (2)
    May be you can merge both of them, after reading the alerts(2) make another soap call to get the audit log entries(1) and send it to JMS adapter..
    Of course it's not an event based instead it works based on polling Interval that you configure in the channel..

  • Does BI Publisher 11g Support Restful Web Services as Data Set

    Hi,
    Could you tell me if BI Publisher 11g supports the REST API or is SOAP based API required for web services defined as data sets.
    Thanks in advance,
    Jean

    There are External API's which only do JSON outputs. Can this be integrated into a Report? If not, Is there a Enhacement to Add RESTful returning JSON or XML for a Dataset?

  • Is BI Publisher 11g compatible with CC&B 2.3.1

    Dear All,
    Is BI Publisher 11g compatible with CC&B 2.3.1.
    In the Oracle support and forums, its mentioned that the BI Publisher 10g can be integrated with CC&B 2.3.1 and the sample reports provided with the application can be used for online bill display etc. Can BIP 11g version be used for the same. Please advice.
    Thanks in advance for your help.
    Thanks,

    may be this can help
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=SAMPLE%20CODE&id=1429646.1

Maybe you are looking for