HtmlViewService with BI Publisher

Hi all,
I'm trying to retrieve a BI Publisher report in OBIEE 11g through the OBI web services, specifically using the HtmlViewService service. I've been able to successfully retrieve the HTML results of an Answers report, but I haven't been able to successfully retrieve Publisher results. Any help/advice would be appreciated!
Thanks

How can you tell both versions have been installed?
I suspect one will prevent the installation of the other, because when you run MSFT word it should only
acknowledge one version either the 10g or 11g.
Furthermore, it makes sense only to have one version installed.
regards
Jorge

Similar Messages

  • Integration with XML Publisher

    Has anyone found out or used the integration with XML Publisher? I am using the Sourcing product and it can generate report output based on XML Publisher directly from an OAF page. I was wondering how that is done.
    Anyone know?

    I had a similar query - I heard that AR, GL, and AP (11i10) are not compatible with XML Publisher - is this true? I thought was the XML Publisher was independent of modules.
    Pls share any experience with the Publisher tool - challenges, installation, comparison to Optio, etc.
    Thanks, Vishnu

  • How to build a gantt chart with BI Publisher

    Hi everybody, I need to create a gantt chart with BI Publisher. I had a look to the document "Getting Gantty" from the blog:
    http://blogs.oracle.com/xmlpublisher/2008/01/getting_gantty.html
    but I don't understand in which way:
    1. build the data template in order to replicate the XML code in the article
    2. build and link the yellow bar which dynamically increases its length according to the meeting duration
    Anybody already tried to implement something similar ? I didn't still found a real example about how to do it......
    I need a help, please
    Thanks in Advance
    Alex

    Yes that is the only option which we can stop a running report in BI Publisher
    I suspect you'll need to ask your DBA to kill the session.
    However, if you have DBA privileges yourself, you can do this by a few methods, some of which are described here:
    http://www.oracle-base.com/articles/misc/KillingOracleSessions.php
    Mark if helps,
    Thanks,

  • Creating a template in Financials for using with XML Publisher..

    to whom..
    I hope someone can help please. I'm trying this process for the first time so please bear with me..
    Ive got everything in place for producing PDF reports via XML Publisher through ORACLE Financials but I'm stuck on the last
    part.
    According to the notes (Publishing Concurrent Requests with XML Publisher - An Oracle White Paper Jan 2005) I've come
    across, I need to update the concurrent program definition with a default template (when you submit a request, its in the
    'upon completion' last section where theres an option to change or enter a template layout) yet this section is GREYED OUT.
    Now according to my notes, to create a template you..
    "Setting a Default Template....to select a default template in the Update Concurrent Program page available from the System Administration
    responsibility (Note that this field is available only from System Administration. It is not available from the System
    Administrator Forms interface)......."
    My query is, where is this 'Update Concurrent Program page'..?
    Thanks In Advance..
    Steven
    Edited by: user554089 on Sep 16, 2008 4:02 AM

    OK, so now I've found out how to 'default a template for EBS 11i' (System Administration > Concurrent > Programs - notice its Administration not Administrator)... but its unavailable.. in the the 'OnSite Setting' tab there was no box visible for me to enter a template filename. Does anybody know why this could be?
    thanks,
    Steven

  • Problem of integrating apex4.1 with bi publisher

    i 'm working on
    linux + 11gR2 apex 4.1 bi 11.1.1.5.0(only installed bi publisher)
    both apex and bi on the same server and same database
    i 'm following this pdf :Integrating Oracle Application Express with BI Publisher
    http://www.oracle.com/technetwork/developer-tools/apex/integrating-apex-with-bi-publisher-169198.pdf
    now i got a problem when login apex using bip's username
    in validate_login function flex_ws_api.make_request always got null
    here is the function :
    create or replace function validate_login(
    p_username in varchar2,
    p_password in varchar2) return boolean
    is
    l_validate varchar2(48);
    l_env clob;
    l_xml xmltype;
    l_ns varchar2(4000) default null;
    l_url varchar2(4000);
    begin
    l_env := '<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
    <soapenv:Header/>
    <soapenv:Body>
    <pub:validateLogin soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <userID xsi:type="xsd:string">'||p_username||'</userID>
    <password xsi:type="xsd:string">'||p_password||'</password>
    </pub:validateLogin>
    </soapenv:Body>
    </soapenv:Envelope>';
    l_url := 'http://'||v('BIPUB_SERVER');
    if v('BIPUB_PORT') is not null then
    l_url := l_url||':'||v('BIPUB_PORT');
    end if;
    l_url := l_url||'/xmlpserver/services/PublicReportService';
    l_xml := flex_ws_api.make_request(
    p_url => l_url,
    p_envelope => l_env);
    l_validate := flex_ws_api.parse_xml(l_xml,'//validateLoginReturn/text()',v('NS'));
    if l_validate = 'true' then
    return true;
    else
    return false;
    end if;
    exception when others then
    return false;
    end validate_login;
    ...... what's wrong???
    thx !!!!!
    Edited by: 901181 on 2011-12-7 下午7:32

    In hopes that someone can give me some guidance, I've duplicated the issue on my apex.oracle.com workspace.
    Workspace: NBPERP
    Username: GUEST
    Password: 12summer3
    Application: 464. Report Demo
    Page 1 - a drop down list with submit will show that a query, when run, will return values.
    Shared Component/Report Layout: LAYOUT TESTER - a simple RTF with some unique text that mimics the table shown on page 1.
    Shared Component/Report Query: TEST REPORT - the same query that is being executed on Page 1. If I click into the query and set the bind variable to "Indy" (no quotes) and then Apply Changes, I can download an XML file with the correct data. If I think click "Test Report", I get a "no data found" (unexpected condition #1). If I click back into the query and set the bind variable, click "Test Report", again, I get a "no data found" message (unexpected condition #2).
    Any help/direction on this problem would be much appreciated.

  • Fighting with BI Publisher: Condition doesn't work

    Hi all,
    I hope someone an help me, because I am fighting with BI Publisher since 3 days.
    I have a template with a table (it's a kind of matrix) where the columns are VL1, VL2, VL3. The rows are Count with value '1', Count with value '2'. The BI Publisher works with Siebel.
    The idea is:
    - for each Campaign on the Campaign Applet:
    - if the value under VL1 is '1' on the Contact Applet (all contacts for the campaign are shown on the applet below the Campaign Applet):
    - count all the records on the Contact Applet where the conditon is met (VL1=1)
    The result is set on the cell of the pair (VL1 / Count with Value '1') of the table in my .rtf template.
    So, I created the table but by counting the application counts all records no matter if it equals '1' or not.
    On the cell of the Pair (VL1 / Count with Value '1') I added this condition for the text CountVL1 on the cell:
    <?if:ScoreL1='1'?>
    <?count(Contactid)?>
    <?end if?>
    it doesn't work out.
    Is there something wrong? could anybody help me please? :-(
    Best Regards

    Hi Tim,
    thanks for the answer.
    - What do you mean by 'it doesnt work'? If ScoreL1 is equal to 1 then count(Contactid) does not return a value?
    it returns a value, but it returns the number of all records and not the number of only the records where the condition is met (ScoreL1 = 1).
    - 1. For both ScoreL1 and Contactid you need to check if the values are accessible from the table cell the condition is in. By that I mean that if the processor is laying out a table with data from one part of the data tree and you suddenly say get me ScoreL1 and its somewhere else. It may not be able to fetch the value. To check, just remove the if and see if the values are returned
    For the variables ScoreL1 and ContactId the values were fetched. But I guess it doesn't give as result the correct data.
    ScoreL1 is a Text. In the Applet ScoreL1 can have the values 1, 2, 3, or 4.
    I replaced the condition with number(Contactid) but it gives me only Java errors and the HTML Side is not shown:
    <?if:ScoreL1='1'?>
    <?count(Contactid)?>
    <?end if?>
    was that what you meant?
    regards

  • Cannot publish Webpart - "Invalid SPlistItem. The SPListItem provided is not compatible with a Publishing Page"

    Hello All,
    I have seen this error message discussed in other posts on the forums here but the solution of deactivating and reactivating server publishing/infrastructure are not working for me. In fact I encountered additional errors when reactivating publishing at
    the site level. Powershell was necessary to reactivate site level server publishing.
    Here is detail of the error I get when attempting to publish:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 18/11/2014 08:59:05
    Event time (UTC): 18/11/2014 08:59:05
    Event ID: e2e43649e2164e399fe0aa85892a002c
    Event sequence: 165799
    Event occurrence: 17
    Event detail code: 0
    Application information:
    Application domain: /LM/W3SVC/1827921427/ROOT-1-130607489469090399
    Trust level: WSS_Custom
    Application Virtual Path: /
    Application Path: C:\inetpub\wwwroot\wss\VirtualDirectories\portal.cooperstc.com443\
    Machine name: CTCSP2
    Process information:
    Process ID: 7392
    Process name: w3wp.exe
    Account name: COOPERS\svcSPPortalAppPool
    Exception information:
    Exception type: ArgumentException
    Exception message: Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page.
    Request information:
    Request URL: https://portal.cooperstc.com:443/CLG/Student/Videos/Pages/Test101.aspx
    Request path: /CLG/Student/Videos/Pages/Test101.aspx
    User host address: 10.33.50.119
    User: COOPERS\yangro
    Is authenticated: True
    Authentication Type: Negotiate
    Thread account name: COOPERS\svcSPPortalAppPool
    Thread information:
    Thread ID: 41
    Thread account name: COOPERS\svcSPPortalAppPool
    Is impersonating: False
    Stack trace:    at Microsoft.SharePoint.Publishing.PublishingPage.GetPublishingPage(SPListItem sourceListItem)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageStateControl.RaisePostBackEventForPageRouting(String eventArgument, SPRibbonCommandHandler control, RaisePostBackEventDelegate raisePostBackEventDelegate)
    at Microsoft.SharePoint.Publishing.Internal.WebControls.PublishingPageSaveAndStopEditHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    DeActive and then ReActivate Sharepoint Site Publishing Infrastructure feature at both Site And Web level Scope.
    To Deactivate at web level, Open SharePoint Site. Click on Site Actions -> Site Settings, then click on Manage site features and then Deactivate Publishing Infrastructure feature.
    Similarly you can deactivate at site level, Open SharePoint Site. Click on Site Actions -> Site Settings, then Site collection administration and then go to Site collection features. there deactivate Publishing Infrastructure feature.
    To Reactivate again the feature, follow the above steps.
    http://www.c-sharpcorner.com/Blogs/15338/invalid-splistitem-the-splistitem-provided-is-not-compatibl.aspx
    1.The simple thing is to try deactivate and reactive the publishing features both at site collection and site level.
    2. If the above doesn't work then proceed to below PowerShell script.
     $site = Get-SPSite "http://www.mysites/  "
    $web = $site.openweb()
     $correctId = $web.Lists["Pages"].ID $web.AllProperties["__PagesListId"] = $correctId.ToString()
    $Web.AllProperties["__PublishingFeatureActivated"]="True" 
    $web.Update()
    3. The key point is PublishingFeatureActivated bag which has to be true .
    http://webcache.googleusercontent.com/search?q=cache:5xpx-C9kKgsJ:nagendra-gunaga.blogspot.com/2013/11/the-splistitem-provided-is-not.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • How to aggregate data with BI Publisher using an OBIEE analysis

    Hello,
    I'm new with BI Publisher, and I have a concern about the ability for BIP to aggregate data.
    I am creating a data source from an OBIEE analysis containing the columns "Year", "Month", and "Revenue".
    I want to use this source for 1 report containing several pages. One of the page has a simple table displaying only the Year and the Revenue.
    But I get as many rows as number of months is the year.
    And I cannot find any way to have the data aggregate inside my PIB table.
    Can someone help me finding the solution?
    Many thanks in advance

    Hi,
    Unfortunalty BIP doesn't aggregate anything, like the BI server does. It will always show data on the lowest level.
    If you use a query on the BI-server let the BI server do the aggregation and just remove the "Month" column. If you don't want to remove it from your OBI analysis, copy the logical SQL from this analysis to BIP. And select OBIEE as a datasource.
    Then remove month from your query.
    Regards, Machiel

  • Intergration of Oracle BRM with BI Publisher

    Hi All,
    I want to integrate Oracle Billing & revenue Mangemnet System with BI publisher.
    Is there any way to do so?
    also Is there any way BI publisher will Poll Oracle BRM all the time.
    Regards
    amit

    Hi Krish,
    Your list is correct, there are only standard BIP reports for RMS. Seems like a local initiative.
    Cheers, Erik

  • Running total with Layout Editor with BI Publisher 11g

    Hello,
    I'm trying to create a report with BI Publisher Layout Editor using the "running total" option. My XML looks like this:
    <G_1>
    <REGION>MZ</REGION>
    <G_2>
    <INVOICE_NB>1</INVOICE_NB>
    <VALUE>1000</VALUE>
    </G_2>
    <G_2>
    <INVOICE_NB>2</INVOICE_NB>
    <VALUE>3000</VALUE>
    </G_2>
    </G_1>
    and I want to insert in the layout a data table with this information:
    |REGION | RUNNING TOTAL
    |MZ | 1000
    | | 4000
    I inserted a new data table with the region and the value. I grouped the Region to the left (Grouping -> Group Left).
    Then I selected the Value column and clicked on Formula -> Running Total, but nothing happened with this last step. Am i forgotting something? How can I display Running Totals on a Data Table with BI Publisher (using Layout editor and not RTF Templates)?
    Thank you,
    Josep

    Use the following: Declare a variable before the loop: <?xdoxslt:set_variable($_XDOCTX, 'RTotVar', 0)?>
    In your loop: Include the following code for your Running Total Column: <?xdoxslt:set_variable($_XDOCTX, 'RTotVar', xdoxslt:get_variable($_XDOCTX, 'RTotVar') + VALUE)?><?xdoxslt:get_variable($_XDOCTX, 'RTotVar')?>
    For an example of the RTF : Look for the files under your local BI Publisher Desktop installation: BI Publisher Desktop\samples\RTF templates\Advanced\Running Total
    Thanks,
    Bipuser

  • CC&B Integeration with BI Publisher(OBIEE 11g)

    Hello Friends,
    we are using BI Publisher coming with OBIEE 11g, But in ccb installation document consist support for bi publisher 10g , can any one pls explain how we can configure CC&B with BI publisher coming with OBIEE 11g.Any documentation available online pls share.
    thanks and regards
    sivaram

    Refer to Doc. ID: 1299732.1 for BI Publisher Guidelines for OUAF.

  • The SPListItem provided is not compatible with a Publishing Page.

    Hi Everyone,
    I know there are a few previous resolution to this issue on TechNet.  Secifically:
    here... but i'm not convinced by the resolution of this issue.
    Basically we have exactly the same problem, but over hundreds of pages that were moved by a 3rd party.  You can see my dilemma, I dont want to have to go and recreate all the pages.
    Anyone got any new ideas about how to fix this?
    Cheers,
    Michael

    Hi,
    I understand that you get the following error message when checking in a publishing page.
    "Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page."
    This issue is typically a SharePoint Publishing feature issue on the site/site collection. You can deactivate and reactivate the feature and see how it works.
    Alternately, you can activate SP 2010 Publishing Feature using PowerShell. Check the following link for more information:
    SharePoint 2010 Publishing Feature Activation
    http://social.technet.microsoft.com/wiki/contents/articles/18293.sharepoint-2010-publishing-feature-activation.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Captivate 8 - How to change to producing "project.json" file instead of a "project.txt" file?  Having issues with viewing published projects due to this.

    Captivate 8 - How to change to producing "project.json" file instead of a "project.txt" file?  Having issues with viewing published projects due to this.   Would be thankful fo rany/all advice.

    I'm having the same issue. I've been able to work around it by opening the txt file and copying the contents. Then I open a new file in Sublime Text 2, paste the contents and save the new file as "project.json". It seems to work, but it'd been nice if I didn't have to do this everytime I publish a new project.

  • Integration bug with BI Publisher - Excel report always exports as PDF

    Hi,
    We think we found an APEX bug within the integration with BI Publisher.
    After defining a Report Query (under Shared Components) to be exported to excel format, we copy the
    generated link inside an APEX application and when user requests the report it
    always returns a PDF file, instead of an excel as defined in the Report Query.
    We're using APEX version 3.0.0.00.20. No way to make customer upgrade or apply any patch.
    Does anybody have any workaround?
    Many thanks
    Josep
    Edited by: [email protected] on Sep 1, 2008 12:56 PM

    Hi,
    No, I cannot reproduce it because this bug seems to be solved on latest versions. I think this is just a bug for eralier versions. We cannot upgrade version because we have other applications in production already and we cannot assume the risk of breaking them. Is there any workaround?
    Regards,
    Josep

  • OID integration with BI Publisher

    Hi All,
    We are using BI Publisher version 10.1.3.4.We have to integrate BI publisher with OID i followed steps given in Oracle® Business Intelligence Publisher
    Administrator's and Developer's Guide Release 10.1.3.4 Part No. E12188-01 for integrating OID with BI publisher using OID WEB UI.
    We have creted users and role (GROUPS) in OID as per instructions.We also done security configurations in admin tab for this ldap. When we try to log in through
    OID user into BI publisher we are getting error **The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.** oracle.apps.xdo.security.ValidateException
    Any help please....

    Hi Tim, I have the same problem, I configurate correct LDAP in Administrator and I can enter in Answer with roles and folders but when I try to go Products/Publisher or when I try to access via URL http://192......:7780/XMLPSERVER, said me:
    The server can not be used due to a configuration error, please contact the administrator. If you are the administrator, please consult BI Publisher user guide for proper configuration.* oracle.apps.xdo.security.ValidateException
    Any Suggestions?
    Thanks in advance.

Maybe you are looking for