OBIEE Report using webservices : problem using the htmlviewservice.

Hi,
I have a requirement that i have to display OBIEE report on web browser.
i followed the following article for achieving this. http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/.
I have a problem while creation of the html page.
the given sample code consists the following.
startIndex = htmlOutput.indexOf("IFRAME SRC=");
endIndex = htmlOutput.indexOf("%3aEI Index",startIndex);
startIndex = startIndex + 12;
endIndex = endIndex + 10;
System.out.println("start Index ="+ startIndex+"\n"+"end Index ="+endIndex);
url ="<HTML><BODY><IFRAME SRC=\"" +htmlOutput.substring(startIndex,endIndex) +"\"></BODY></HTML>";
But i didn't understand the given lines of the code. I tried a code like url = "<HTML><BODY>"+ headerHTML+htmlOutput + "</BODY></HTML>";
I am able to get the reportId, sessionId, pageId. After creation of the html page, it always display a rotating clock.
please help me how to get the report on html page with the url.
Thanks in advance.
Udaykiran.
Edited by: UdayKiran on Sep 28, 2011 3:31 PM

Oracle accepted this as a Bug
Bug 14606826 - SOAP CALL FROM EXTERNAL JAVA APPLICATION TO OBIEE11G NOT RETURNING ANY DATA

Similar Messages

  • WebService problem: only the first element of a string array is returned

    Hello,
    i did the J2EE QuickCarRental tutorial and extended it by some features: I created another entity bean and implemented four new methods in the QuickOrderProcessor. Then i deployed it as a WebService and accessed it using the Visual Composer.
    Everything works fine except the return value of one WebService method. I created a method with the return value String[]. But the Visual Composer reads it as String. Only the first element of the resulting string array is displayed. Although the test at the web-page http://<server>:<port>/QuickCarRentalService/Config1 displays the whole string array with all its elements. What did i wrong?
    Another problem is that after deploying the J2EE-Application with new WebService methods the changes are not visible inside the visual composer. Although the test at the web-page http://<server>:<port>/QuickCarRentalService/Config1 displays the changes. Do i have to restart the WebService system in the portal content? If yes how can i do that?

    Here are details about setting up and using web services and some examples:
    /people/prakash.darji/blog/2006/10/10/external-web-service-proxy-configuration-for-visual-composer

  • How to create and use Webservice controls using WSDL in weblogic portal10.3

    Hi All,
    I have WSDL , How to create webservice controls using the WSDL in weblogic portal 10.3 and use those controls to invoke those webservice methods?
    please give me the documents links for this.
    Thanks
    Venkata Sarvabatla

    As far as I remember, Controls can be called only from Pageflows, BackingFiles, Another Control (Like control calling another control) etc. In pageflow we use annotation @Control and give control classname and a varialbe for that. I am pretty sure this annotation may not work from normal java class and in your case a JAVA JSR Class.
    If you installed the samples, refer the samples from WLS: C:\beawlp103\wlserver_10.3\samples\server\examples\src\examples\webservices. They have lot of fully ready to work samples with instructions. I used clientgen ant task. But you can use standard SUN JDK Command "wsimport" also to generate the java files from the WSDL. Open any command prompt. If java is in classpath, just run wsimport and that should give an idea.
    Goud

  • Execute OBIEE report using Command Utility

    Hi All,
    I am working on OBIEE 11.1.1.5.0
    I'm trying to execute/run OBIEE report through command utility and the output should be in any format other than text.
    This report should be scheduled on hourly basis at particular destination/ location without using delivers scheduler.
    Thanks in advance.
    KD

    Hi Veera,
    I ran the report using nqcmd and to achive the desired result I had also specified the path by giving -0, which had also generated the pdf file for the same but the problem is when I'm opening the pdf file it throws an error saying "could not open 'quar3.pdf' because it is either not a supported file type or because the file has been damaged". Below is what I had passed in cmd.
    D:\MI2\Oracle_BI1\bifoundation\server\bin>nqcmd -d coreapplication_OH1426052389
    -u weblogic -p weblogic_1 -s C:\quar3.sql -o C:\quar3.pdf
    I tried creating .xls, .doc which gets generated but it is not in a tabular format.
    Please help....
    Thanks,
    KD

  • Can I use Webservices SDK for scheduling Reports?

    Hi All,
    I have a requirement to use Webservices SDK. The process flow is explained as below:-
    PeopleSoft calls Java component which schedules the BO Reports by calling BO program Objects. I was using BOE SDK before. But SAP advised to move to Webservices SDK as to remove CORBA connection issues.
    Can I use Webservices SDK for scheduling Reports?
    Please update.
    Thanks,
    Anu

    Its possible to schedule reports from web services SDK. Its stated in the Web services SDK Doc.

  • Image not displayed in html output used webservice to store in a location

    hi
    we have used webservices to store the pdf and html outputs but the problem is when we are seeing the preview in the bi publisher we can see the image in pdf and html but when we run through webservices and see the output files that are stored in some location image in the html output is not displayed but in the pdf we can see the image.
    i have used the direct insertion image option in the header section. is the problem because i have used the direct insertion.
    can you give the idea how to import logo from an external location so that we can check the if it is problem with direct insertion or problem with the webservice as we are storing the output files outside the catlog but it may not be wrong because in pdf we can see the image.
    I am not having any idea how to solve thsi issue..
    Sorry to bother you with these many questions
    Thanks in Advance
    Have a Nice day.

    Please state which BI Publisher version you are using.
    In case it is 10g then please always test the application with the latest patch first!.
    BTW today there is been a new patch 11846804 released for 10.1.3.4.1 (March 2011).
    regards
    Jorge

  • How to get ConversationID after invoking BPEL using WebService

    Dear all, I have a problem. I have a BPEL process, and I invoked it using Webservices successfully, and the created process instance ran well. However the invoke is asynchronous call and does not return anything.I had a look of the JSP files of BPEL console, it generates the ConversationID using GUIDGenerator.generateGUID(), and this value get set in the property of NormalizedMessage. I have 2 questions
    1. Is it possible to include the ConversationID inside the SOAP message so that I can using a pure JAX-WS client to invoke BPEL and get the generated ConversationID?
    2. Do you guys have some experienced on how to use the NormalizedMessage.setPayload with a Map argument, not a XML string? So that I construct the Normalized message without adding a XML part
    Rgds
    Edited by: Linh Dang, Renewtek Vn on Oct 23, 2009 2:13 AM

    I can answer about 1st:
    You can get a conversationID using function ora:getConversationID(). Just Assign this function to your Reply.

  • Issue: Datacontrol using webservice

    Hi Gurus,
    I am new to ADF technology. I have created a datacontrol using webservice and using that webservice datacontrol, i have also created a ADF page and it is successfully invoked the webservice.
    But for some reason wsdl location has been changed to another server. Now the challenge is to change the wsdl location in datacontrol. I have edit the previous Datacontrol and provide the new webservice wsdl.
    but it is not working now means ADF page is unable to invoke the service :(
    Is there any other places to change the wsdl location. Any suggestion would be helpful to me.
    Thanks in advance
    Sharmistha.

    Hi,
    Check following will useful
    http://blogs.oracle.com/shay/entry/updateinsert_with_adf_web_serv
    http://docs.oracle.com/cd/B31017_01/core.1013/b28764/web_services003.htm
    http://docs.oracle.com/cd/E18941_01/tutorials/jdtut_11r2_52/jdtut_11r2_52_6.html

  • Webservice controls using WSDL in weblogic portal10.3.2

    Hi All
    How to create and use Webservice controls using WSDL in weblogic portal10.3.2 ? Is that possible ? If no, is there any other easy way to implement the same ?
    thanx
    developer

    This document should help.
    http://download.oracle.com/docs/cd/E15315_03/help/oracle.eclipse.tools.weblogic.doc/html/webservices/start.html
    Brad

  • Invoking ALBPM (Oracle BPM) using Webservice calls

    Hi,
    I am trying to invoke Oracle BPM processes using webservice dynamically using events. I am presently not able to find any samples in this regard. Could somebody help me figure out a way to invoke Oracle BPM process dynamically using events ?
    I would like to avoid the use of polling as an option.
    TIA,
    Sarat
    Edited by: [email protected] on Jun 9, 2009 9:15 AM
    Edited by: [email protected] on Jun 9, 2009 9:15 AM

    I too have this question. It seems like you can no longer use BPEL with BPM 6.5/10GR3. Is this in fact the case? To use BPEL do you have to revert back to version 6.0?

  • Error while using Webservice.

    Hi All,
    we have one scenario SOAP to RFC ,where 3rd party using WEbservice to send the data using SOAP adapter to PI .
    But now when 3rd party trying to send the data through websevice they are getting error message ' javax.xml.ws.soap.SOAPFaultException: Server Error' and message not reached to PI .
    When I tried from my end from Altova XML SPY i m gettingĀ  following error .
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
    <SOAP:Fault>
    <faultcode>SOAP:Server</faultcode>
    <faultstring>System Error</faultstring>
    <detail>
    <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
    <context/>
    <code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>
    <text>Message is incomplete. No Sender found</text>
    </s:SystemError>
    /detail>
    </SOAP:Fault>
    </SOAP:Body>
    Any idea where will be error present.
    any little help towards solving the issue will be very helpful.

    Hi,
    the SOAP sender channel can be addressed with:
    http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel
    See as well [Configuring the Sender SOAP Adapter|http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm]
    Obviously the "sender" is missing. Please check your wsdl for that and recreate it.
    Regards,
    Udo

  • Apple aware of video problem in the new Intel iMacs

    Macworld Daily News
    Thursday - February 09, 2006
    Apple investigates Intel iMac Front Row problems
    By Macworld staff
    Apple has confirmed it is aware of, and investigating, reports of video problems in the new Intel iMacs.
    Recent reports claimed that some users had experienced random horizontal lines and other video playback problems when playing video in Front Row.
    "Apple is aware of this issue and is looking into it," the company said in an email to a web-based pressure group that has been gathering information on the problem. "If a customer has any technical issues, they should contact AppleCare."
    The problem is allegedly software-based.

    "Sure, I'd be more understanding had it been an issue that required a very special set of conditions to trigger"
    Apparently it does as this issue is not affecting all users.
    "As I was told, affected owners would not be proactively notified"
    Where you you prefer them to use their limited resources, trying to figure out who MAY be affected and sending them some sort of detailed action plan, or spending the resources determining the cause of the issue and developing a solution that can be distributed to the ones who need it not only now, but those that may discover the issue next week?
    I can understand that you are frustrated, and don't blame you for feeling that way, but this is an all new piece of technology and bugs are going to come up that were missed in testing. No company can afford to test at a 100% level. To do so would drive the costs so high as to make it impossible to sell the product, especially to the market the iMac is aimed at. Apple has a pretty darned good track record of resolving issues quickly when they appear. Until they do you only have a few choices. Use the workaround until the solution appears, waste time complaining about it, or sell the iMac and purchase a different product. That's really about all you can do!
    It was good of you to spend your valuable time, and yes it is valuable, trying to help the engineers or service reps solve the issue. That they spent that much time with you should show their commitment to solving this issue.
    Be patient, give them a chance, they have not had long to try and figure this out.

  • Performance of OBIEE report whereas SQL query behind it executed in 1-2 min

    Facing lot of performance issues in OBIEE reports, whereas SQL query behind the report fetch data in 2-3 minutes. Reprot take around 1-2 hrs. Can anyone help to resolve this please?

    (my 2c worth)... if the physical query runs for a reasonably short time but the report takes much longer to return it suggests the rendering process (ie. pivot view) is lagging.
    To test this theory, go into Answers and remove all views from the request and leave a simple table view on the compound view. Run the report and the report should return around the same time the physical request takes to run because the table view is a very raw, un aggregated rendering process. Table views are nice and fast. If that works then you can focus on tuning your other views, ie. Pivot view. I've seen a simple pivot view take minutes to render what looks like a simple report because the underlying recordset is quite large.
    I hope this helped. another quick trick you could try is applying aggregation in the formulas to aggregate things at the physical sql level so the returning result set isn't 5,000. depends what you're up to with the end report.
    Edited by: user8300108 on 25-Feb-2010 04:40

  • The problem of using webservice to transfer binary data

    I want to use webservice to realize downloading file , and then I think we can to transform the whole file to binary data ,and then use webservice to deliver these datas to client. but there is a promble. When the file size is a bit large , such as exceeding 1.5M , then client will receive error report. How to solve this promble. Another I think when server transforming the whole file to binary data , It should apply for much memory , as large as the file. I think this is not a good solution . Any one can give me some ideas ? How to realize download file using webservice(the server is oc4j)

    839507 wrote:
    the picture does not synchronize with sound. Why? Where is the problem??Dear Automotive Mechanic,
    My car won't start, where is the problem?
    Sincerly,
    Captain Foss

  • Integrate the OBIEE report to the SIEBEL applet using the realtime mode

    Questions:
    1. I should send the siebel parameter to the obiee, so the obiee report can be displayed realtime.
    but i don't konw how to send the customizable siebel parameter to the OBIEE
    So thanks a lot who can help me.

    The tech notes is useful;
    But the document only introduce the one parameter sending betweetn integration.
    Now i need to send two or more than two parameters;
    i try the POC, but the only one parameter is ok. when i add another parameter, the parameter do not work.
    detail is below:
    Name Argument Type Argument Value
    P0 Constant 1
    P1 Constant eq
    P2 Constant "- Account Profile"."Account Status"
    P3 Field Account Status
    P4 Constant 2
    P5 Constant eq
    P6 Constant "- Account Profile"."Account Type"
    P7 Field Type
    if anyone can give me a suggestion? thanks a lot.

Maybe you are looking for

  • Macbook wont charge

    Hello again I'm going to try my luck again for asking for help here I'll try to keep it short and simple. What's Wrong With My Mac??? It won't charge or show the led color on the charger. The battery indicator flashes. "don't know what it means thoug

  • N95: Vanishing Gmail Shortcut

    [N95-1, latest firmware (V30)] I've built a mailbox for my Gmail account, and I've assigned it the left selection key shortcut. After a certain amount of (idle?) time, the shortcut simply disappears. The key still works, only the shortcut ain't there

  • Div layout breaks apart

    I have created a CSS div layout contained within an overall div so I can syle layout to a fixed width. I have styled container "overflow: hidden" but internal divs still break apart in IE. I have reduced px width of center content div but that makes

  • Updating A2109

    I just bought one of these from Best Buy. I read that it had a JB update available, so I tried to update it through the System Update option in About Device. Almost immedaitely after hitting 'Check Update', I get an error stating "Network Connection

  • I have tried downloading Adobe CC and about 40% thru download it stops [was:he]

    i have tried downloading adobe cc and about 40% thru download it stops