How to enable OBIEE in ADF pages

Does anyone know how to embed OBIEE reports into ADF pages?

oh.. its 10g.. okay.
In this case NQS authentication will override the LDAP authentication. Do not go for rpd users this can be taken care using init blocks as below.
When using LDAP we can set the loglevel using Init blocks(see below). this can be set runtime using Set varaible from Answers->Advanced tab.
You Init block suppose to be like
case when :user in ('a','b') then 2 ELSE 0 END
set to LOGLEVEL variable
Pls mark correct/helpful

Similar Messages

  • How to call webservices from ADF page

    Hi,
    I am using ADFBC.
    I want to call webservices from ADF page.please give examples of sample program on how to call a web service from the ADF pages.please give examples.
    please help me.
    Thanks,

    http://marianne-horsch-adf.blogspot.com/2011/03/how-to-create-web-service-based-adf.html
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/70-dependent-listboxes-using-ws-286107.pdf
    http://www.oracleimg.com/technetwork/developer-tools/jdev/adfcomplexwstypes-101013.html
    http://technology.amis.nl/blog/9726/quickly-creating-reploying-and-testing-a-webservice-interface-for-adf-business-components
    http://oracamp.com/passing-parameters-between-web-services-and-jsf-pages

  • How can we register  the ADF Pages in CRM Application.

    Hi All,
    i am new to the ADF i have some doubts on ADF..
    1.can we register the ADF Pages in CRM Application.
    CRM:
    In my company CRM is the front end application developed in PHP to maintain the employees information.
    Now i need to develope some ADF Pages and i register this ADF Pages in CRM Application.
    If it is possible to Register ADF Pages in CRM Application .
    2.How can we register can anybody explain the Steps please.
    OR
    3. Which version of Jdeveloper is suitable for this type of ADF pages.
    Thanks,
    Mallik.

    Well, not sure I understand 'register' here. You can have a php page and link it to a adf page which runs on a server, but I guess you are talking about something totally different.
    Timo

  • How can i reset an adf page without hardcoding it explicitly?

    Hi,
    I have a form with few input boxes,Select boxes etc..
    How can i reset the control values to null/empty without writing the code. I mean is there any property which automatically resets the page or controls?
    pls help !!!!!!

    What do you mean by unbinded controls. Is it the components which are not bound to model layer?
    If yes, the resetActionListener will work for them as well.

  • How to enable writing tools in pages

    I somwhow managed to disable writing tools in Pages. How do I restore that function?

    Hi Gordon,
    Do you mean the lower part of your Edit menu looks like this:
    Mine does too, but only if I have no text selected for any of the tools to work on.
    Regards,
    Barry

  • How get hidden variable in adf page

    hi..
    plz help me how to get the hidden varibles in adf page

    Well, you first tell us what a hidden variable is and how you made it hidden.
    John

  • How to enable DVT on single page in weblogic portal 10.3.2

    Hello All,
    We are creating a project in weblogic portal 10.3.2 and enabled DVT on desktop level as don't see any option to enable it on page or book level.
    Our requirement is to show customize button on a particular page and not other pages/books and also we need to remove some options from DVT menu items.
    Any help would be highly appreciated.
    Thanks,
    Alka

    You could control this by using Entitlements. If a user does not have Edit capapbilities on a page or a book, the Customization menu will not appear.
    To customize the DVT, like removing some options, see http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14243/dvt_dev.htm
    Brad

  • How to enable SSO for ADF 11g application

    Hi All,
    I am new to ADF 11g. I need to enable SSO authentication for a ADF 11g application.
    Please let me know if we have any document to follow to perform the configuration.
    Thanks
    Sai

    Check this out
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15478/opssadf.htm
    -Arun

  • OBIEE analysis integration into ADF pages

    I am trying to embed OBIEE components (analysis, dashboards etc) into ADF pages. I have downloaded all extensions required.
    and have created connection to OBIEE Server, when i am trying to check the connection(BI Presentation services), its giving the following error
    Failed to validate the xml content. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd jps-config-11_1.xsd' must have even number of URI's. Location: unavailable.
    Aug 24, 2012 1:55:31 PM oracle.bi.presentation.soap.connection.impl.LogonTokenImpl
    SEVERE: Perform impersonation was enabled for the BI Presentation Services SOAP connection, but there was no logged in user!
    Please let me know how can i establish a connection?

    Not sure but did u chk this : http://husaindalal.blogspot.com/2009/11/integrating-bi-publisher-standalone.html

  • How to enable OHS compression/cache for OBIEE

    Hi i have installed OHS (11.1.1.7) and webcache on OBIEE 11.1.1.7. Does any one know how to enable/configure compression/cache for OBIEE analytics? Also how to validate if compression is working?

    Hi Anke,
    all tables that have been created in V9.7 with attribute COMPRESS YES will be compressed statically .
    db2 " select count(*) , rowcompmode from syscat.tables group by rowcompmode "
    After the upgrade to 10.5 all tables created with attribute COMPRESS YES will get rowcompmode='A' but old tables created with V9.7 will stay with rowcompmode='S' .
    You can change tables from  rowcompmode='S' to rowcompmode='A' via  ALTER TABLE . After this all new pages or old pages that are touched will be adaptively compressed. But old pages that are not touched will only be static compressed. To get all pages of an existinbg table adaptive compressed you need to move data. For example with DB6CONV.
    Regards
                   Frank

  • How to use programmatic VO objects in creating a Tree in ADF Page.

    Hi,
    I have two programmatic VOs namely Plan and Model. Even though functionally there is a Master/Detail (Plan --> Model) relationship between them, we are not creating any View Link as they are programmatic VOs. Requirement is to show this master/detail data as tree in the ADF page. Any pointer on how to achieve this?
    Thanks
    Edited by: user766455 on Jan 3, 2012 10:34 AM

    My question is not related Traversing Tree... my question is how to create Tree in the ADF page using programmatic VOs, which don't have master and details View Link.

  • How to enable the EL in jsp page

    hi can u tell 'how to enable the EL in jsp page'?

    *I am getting below exception in tomcat when i inclued +<%@ page isScriptingEnabled="true" isELEnabled="true"%>+*
    org.apache.jasper.JasperException: /index.jsp(1,1) Page directive has invalid attribute: isScriptingEnabled
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:198)
         org.apache.jasper.compiler.JspUtil.checkAttributes(JspUtil.java:311)
         org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:106)
         org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2388)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2394)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1700)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

  • How to enable "Forget Password" link on Apps 11i Login Page?

    Hi All,
    How to enable the functionality of "Forget Password" link on Apps login page?
    Apps 11i
    DB: 10g
    OS: HP-UX
    Thanks,

    Afia wrote:
    Hi All,
    How to enable the functionality of "Forget Password" link on Apps login page?
    Apps 11i
    DB: 10g
    OS: HP-UX
    Thanks,
    This topic was discussed many times in the forum before -- https://forums.oracle.com/search.jspa?view=content&resultTypes=&dateRange=all&q=Forgot+AND+Password+AND+11i&rankBy=relevance
    Thanks,
    Hussein

  • How to draw a line on ADF page between two nodes  for mapping.

    Hi everyone,
    Does anyone have a solution that how can I wiring two points by drawing a line on ADF pages.
    My scenario is user want to do a mapping between two xml files. We will build an ADF faces page. This page have two parts, left part contains one tree(base on the source xml), right part is the destination tree(target xml). User can drag an node from left and drop to right. Meantime, a line will be created to connect two node, it would be perfect that when user scroll down the page, or extend the tree node, the line between source and target will be remain connection two node.
    Does anyone have a solution for this, thanks in advance.
    Hongfu.

    so you want to do something like. xsl mapper in soa
    http://www.haertfelder.com/images/pSoaBPEL3.png
    i can think of using javascript.. not sure... neeed extra programming..

  • How to upload a file into a db blob column from adf page

    How to upload a file into a db blob column from adf page
    Which option to use ?

    The forum search would be my first try...
    Then google...
    This has been asked at least once a week and got correct answers...
    Timo

Maybe you are looking for

  • T-code MB5B Issue

    Dear All, Im having an issue with MB5B (Stock on Posting Date) The issue is i cannot Sum up for column opening balance or closing balance. In selection screen, I have selected: Valuated Stock Totals only non-hierarchical Then in Output, when i try to

  • Grinding noise from PowerMac G4

    As the topic suggests, I swapped Hard Disk Drive for boot up and still the noise persists. I thought it might have been a HDD on the way out (unless 3 HDD's have gone at once but they all work in the different bays). Here's the kicker though, when I

  • Login to Oracle 8i Server from a remote location.

    Hi Experts, I wish to connect to Oracle 8i Server at Site 1 from Site 2. Situation Site 1     -     Oracle 8i on Win 2K. This is behind a firewall FW1. Is in Win NT Domain1. Site 2     -     Oracle 8i Client on Win 98. This is also behind (a separate

  • Packet loss, full strength connection

    So, just recently I have found that my connection to webpages times out. In firefox i will get the can't connect to site page, then i press try again and usually it works. When I use terminal and ping www.apple.com for example i will get ping times o

  • Microsoft word attachment D110a returns system error

    I have a D110a with the eprint feature turned on. When I email the printer with an attached word document my hp center says there is a system error. I can print my document if i copy and paste the text int the body of the email but I lose my formatti