Showing OCOD reports in a web page

Is it possible to login into the CRM instance programmatically and navigate to access some of the reports?

There is away that you can display your favorite reports and lists on igoogle so i would expect that you could also do this outside this by cutting the code somehow. I have stayed away from exposing favorite list reports on the internet due to the fact that we are not running 2003 server and single sign-on otherwise this functionality would be great.

Similar Messages

  • How do i fix my printer when it won't show the print preview for web pages? it worked and now not.

    how do i fix my printer when it won't show the print preview for web pages?  it worked for a while and now it doesn't.  printer is an hp officejet 7310 all-in-one.

    I would suspect this is a hardware issue.  The rollers are probably having issues picking up the relatively smooth thick media.  You might have better results be cleaning the paper pickup rollers with a damp paper towel.  Also make sure the paper is snugly loaded and the paper guides have been correctly positioned.
    Regards,
    Bob Headrick, MS MVP Printing/Imaging
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Applecare not showing up on Apple's web page

    I enrolled all 3 of my computers in Applecare, however only 2 of the 3 are showing up on Apple's web page. I called and was told that the 1 not showing up was enrolled......just a little concerned.
    Any comments?

    It seems to take a while for the system to update. I had the same problem, but I don't remember how long it took for it to show up. Mine is now in the system, but they have the purchase date wrong. The web page shows 5/12/05 and the purchase was 5/23/05. They do indicate it is an estimated date which is strange. I just noticed my Applecare agreement shows 5/11/05 effective date. I guess I'll call for a correction.

  • Embedding WebI and Crystal reports on a web page

    Hi,
    I'm new to BO, so please bear with me. I've also posted this to the .NET-side, so sorry if you've seen this post before.
    We have a project where we will need to embed WebI and Crystal reports on a web page, i.e. we want the people who access the web page to get the reports (mainly graphs) as embedded content on the web page without any controls and other clutter.
    Is this possible and what's the correct way of doing this?
    Thanks,
    Carl

    Hi,
    Thanks for the help!
    We still face the original problem, though. I.e. with openDocoument we get the report, controls, tab selections, scroll bars etc. What we actually would like is to get just the contents of a report.
    Is there any way of doing it? We're not afraid of coding, we have good developers. Or do we need to schedule report creation to some format (e.g. PDF) and then load the PDF to the web page?
    Basicaly it's more important to get this working for WebI reports as we can redo almost all reports from Crystal to WebI. Of course we are happy to find a resolution for both cases.
    Br,
    Carl-Gustaf

  • Invoking a Discoverer Report from a web page written in JSP

    Hi,
    We are using Discoverer 10.1.2 against a relational database. We are not using the OLAP option.
    I have a requirement wherein users would like link to a Discoverer Report from a web application which is not deployed in Oracle Portal. So Discoverer portlets are not the solution.
    I basically need to be able to provide the Report URL in the JSP page.
    Has anybody done this ? Can you please provide some pointers towards how to generate the Discoverer report URL to invoke the report from a JSP ?
    Thanks
    Manav

    Discoverer URL parameters can be found here in the Configuration Guide here:
    http://download.oracle.com/docs/html/B13918_03/urlstart.htm#sthref888
    Note, that you cannot pass the password in the URL (security restriction) so you will need to use Public or Private connections and pass the connection ID or use an HTML form to build the URL using the POST method.
    Or, you can fill in the desired fields and let the user enter their username/pwd.
    Hope that helps get you started.
    Regards,
    Steve.

  • How to embed a report in a web page?

    Hello,
    I want to have my users just go to a web page and bring up their reports.  I don't want to spend $7,000.00 on Crystal Server when I only have 5 reports the users need.
    Is there a way to just embed a control or something into a web page?  Maybe even use an older version and the RDC component?
    Thanks.

    See my reply on the following thread;
    Do I need to buy an old version of Crystal Reports to put reports in browse
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Show BI report in a Web Dynpro App

    Hello,
    I would like to insert a BI report into a Web Dynpro App, this is because I have some specials requirements like using a dynamic tree for selecting the user desired report and pass two parameters to this report via URL for example, this is why I can’t use standard BW iView to show this reports.
    Any hint, suggestion or advice is really appreciated here.
    Best regards.

    Hi Ramien,
    See this link,
    Re: BW server details from webdynpro
    Hope this helps you
    Regards
    Rohit

  • Showing Oracle reports in current web application with JBOSS as AS

    hi:
    I have installed the Oracle AS(10g 10.1.2.0.2) and the reports services... I have also installed the Stand Alone J2EE Thin Client (http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/Tools/index.html)
    My current web project uses JBoss and I have to show oracle reports keeping the current environment.
    I have followed the steps provided on the doc mentioned in the above link.
    first i did the following steps ( please refer to the text of that readme doc below)
    (//text of readme doc, I have done these steps
    1. Deploy THINCLIENT_HOME/reports/j2ee/reports.ear on the J2EE application server.
    2. Add the following JAR files to the classpath of the J2EE application server:
    * THINCLIENT_HOME/reports/jlib/rwrun.jar
    * THINCLIENT_HOME/jlib/zrclient.jar
    3. Use THINCLIENT_HOME/vbroker4/lib/vbjboot.jar while starting the application server.
    but i cannot understand what is written just next to the above llines in that doc I am pasting those points from that doc
    (text of readme doc:
    The following section provides detailed instructions on carrying out the above 3 configuration steps with OC4J Standalone Distribution 10g (9.0.4). You need to consult your J2EE application server's documentation to carry out the same steps for your application server.
    1. Add the following to OC4J_HOME/j2ee/home/config/server.xml
    <application name="reports" path="<THINCLIENT_HOME>/reports/j2ee/reports.ear" auto-start="true" />
    2. Add the following to OC4J_HOME/j2ee/home/config/http-web-site.xml
    <web-app application="reports" name="web" root="/reports"/>
    3. Add the following to OC4J_HOME/j2ee/home/config/application.xml
    <library path="<THINCLIENT_HOME>/reports/jlib/rwrun.jar"/>
    <library path="<THINCLIENT_HOME>/jlib/zrclient.jar"/>
    according to what i understood i went to OC4J which is under my Oracle_Infra directory and then completed the above steps
    after that I ran the command (according to this doc):
    java -Xbootclasspath/p:<THINCLIENT_HOME>/vbroker4/lib/vbjboot.jar -jar oc4j.jar
    the result of this command is following
    06/02/09 14:57:37 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    and then it never comes back to command prompt
    Now after all these steps...i don't understand what to do next and my problem is still there which is How to deploy reports made by oracle reports from my web project links
    please help
    Waqas

    If the links in your example report1 and report2
    follow my format stated earlier
    http://machine:port/reports/rwservlet/report=reportnam
    e.rdf&destype=cache& paramform=htmlcss&server=<YourReportSe
    rverName>&userid=scott/tiger@hrdb&desformat=pdf
    This is what I believe
    >
    so http://machine:port/ is the port where
    JBoss is running and
    This should be the port that the report server is listening on
    >
    server=<YourReportServerName> is the name of
    my oracle report server
    so I call the above link in my current application
    and the report would show up
    Yes
    >
    that means (correct me if I am wrong) that my reports
    would have to be deployed in OracleAS
    Yes
    >
    I have to try all this yet as till this point I was
    trying to run Oracle reports deployed in JBoss...
    This may be possible, I am not sure.
    >
    Oracle J2EE Thin Client?
    I am not sure what this is used for in your setup.

  • Showing Visual composer iviews within Web Page Composer (wpc)?

    I am able to integrate KM iviews from the PCD into my web page composer pages, but when I try showing Flex 2 iviews generated by Visual Composer the flash runs on top of everything else on the page. The flash is simply put at page coordinates 0 x 0 whatever page region you try to put it in.
    This is if iview isolation methold is set to embedded. If iview isolation method is set to URL then nothing is shown as the region is simply collapsed as if the content wasn't there.
    I know there is a limitation to using Web Dynpro iviews with WPC pages, but the documentation says nothing about Visual Composer iviews.
    Tips?
    Henning Strand

    Fixed by choosing fixed height for the iview (pcd config) and keeping isolation method set to URL.
    This is as opposed to integrating KM iviews (document lists) where isolation method should be set to embedded and height kept to automatic.
    Cheers
    Henning

  • How does the browser "show-the-user" when a web page is SECURE?

    Whenever I use Firefox I end up filling out a secure form.
    ...however...
    The browser never SHOWS ME that the page IS SECURE.
    All other browsers I have ever used, IE, Opera, Netscape all show the user when they are viewing a secured web page. I need to see that the connection is secure before sending sensitive info.
    anyone?

    The area to the left of the address (green, blue, or plain) shows the type of security offered by the site. More info:
    [https://support.mozilla.com/en-US/kb/Site%20Identity%20Button Site Identity Button | How to | Firefox Help]
    For example, this site has a blue identity area (SSL encryption but not identity verification).
    There is an add-on you can use if you prefer seeing a lock:
    [https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/ Padlock :: Add-ons for Firefox]
    I haven't tried it myself.

  • Somehow my mac is showing weird symbols on some web pages instead of proper words, it has never happened before until today

    somehow my mac is showing this weird symbol (encrypted?) in some of the web page,it has never happened before and i have no odea what's going on ! please help !

    Like this >  All I see is the letter "a": Apple Support Communities  ??

  • Since latest upgrade I cannot "print" or show "print preview" from any web page. This is true of both of my printers and I have followed directions on plug-ins and have reinstalled Firefox etc. I am about ready to switch to Internet Explorer! w

    Since upgrading Firefox, it doesn't respond when I click on print and/or print preview while displaying web pages.. No error message, just no response. I tried using both my printers..a HP and a Canon and get no results with either. I have no problem printing from any other place (including "Print" instructions within web pages, usually). I have recently upgraded my desktop (Dell Vostro 220) to Windows 7 and it went smoothly. The Firefox upgrade came at about the same time, so I don't know if Windows 7 is part of the problem. I need be able to print from the screen of web pages!

    Hi jjoyceeric,
    Have you looked at the Knowledge Base article [[Firefox prints incorrectly]]? There is some good troubleshooting information in there. I would suggest that you try resetting your print settings.
    Hopefully this helps!

  • A script which should show a PPT or a web page in Contract document

    Hi Experts,
    I have requirement to write/add  the script where a user click in the contract Documents (in MA) .it should display like PPT or web page
    Ref :(Near Draft option)
    Any Help will be apprecited .
    Many Thanks
    Iqbal

    Hi Experts,
    Please help on this issue .
    Many Thanks
    Iqbal

  • Configuring active x container to show only part of a web page (net camera)

    I've been working on an interface controlling a goniometer for crystal alignment.
    A NETcam has been plugged into the network and streams a live image from the equipment being moved by the controls.
    I need to integrate the NETcam into the control panel.
    I've managed to do this but the actual NETcam has a built in homepage on it with few custom features to ammend a custom page fully.
    I am stuck with the streaming image in the middle of a web page from the active x window.
    Is there any way I can cut out part of a web page to view only a certain area of it with no scroll bars aswell? The cam is an AXIS2100.
    James.

    James,
    Take a look at the code for the web page. You may find that the camera is itself either another URL, or an image that is part of the page. I haven't worked with this type of data before, but I have worked extensively with web content and HTML, as well as browsers.
    You can try several things. If the camera has a URL, use datasocket to link to that. If the image is a separate link, which you can tell by right clicking on the webcam image and clicking "save link as...", then you can setup your browser to look at this image only.
    If you can, post the URL for the page you are having problems with, or email me the source for it, and I will try to help.
    Good luck

  • Create a tree node and show the report on the same page

    Hi,
    I have created a tree for our organization and each node represents a unit. The top one is office level and followed by division and brach.
    I have created a reprot on the same page as the tree node.
    What I want to do is:
    I would like to click a specific node and the report shows only that node and bellow. So, If I click division A and division A has two branch. my report shows only those two braches that bellong to division A.
    Can someone help me?
    Thank you

    The only way it could work is using iframes. Now OBIEE 11g would not allow iframes inside it's dashboard. It offers a dashboard object called "Embedded content" which is a restricted iframe kinda thing but unless you get this object's id from generated HTML you can change it's content dynamically. Besides, such an implementation may break with next patch. So here is an idea.
    Create a HTML page with two iframes, left one will hold all the reports with links (you can always generate a list of reports through catalog manager, open it in excel and make HTML links from it) that open report urls (in the format of ./saw.dll?GO&Path=....) in right iframe (using javascript open.window method). Once that page is working, call this page from dashboard using an action link. This is slightly twisted approach but at least it would give you what you asked for.
    About making the report list dynamic, I am afraid there are no easy answers. OBIEE provides web service that will allow the users to query catalog to get a list of reports. You can try some basic JSP to access the web service and generate the list dynamically. But that is not something I can provide here.

Maybe you are looking for