Oracle BI and ADF application integration

Hi ,
I am trying to connect BI Presentation Service. but i am getting the following error.
Connection attempt failed.
java.lang.RuntimeException: Unable to retrieve logon token. This version requires a BI build that implements the version 7 SOAP interface. Please verify that you are using the correct BI version.
Sep 25, 2012 5:40:57 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!
I am using Oracle BI 11.1.1.3 and Jdev 11.1.1.6.
With Regards,
WP

The report which you are trying to execute, can you see the security over there. I doubt that the security is creating a issue here while there is no relation between the BI version and ADF version.
ADF call BI using webservice only, and webservice does not have any version specific things.
--vipC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Oracle Maps and ADF Faces integration

    Hello,
    Developing ADF Faces application with integrated JavaScript Oracle Maps I came across a problem.
    I have Search Form on my JSF page that searches for some object. I want to pass the object's ID to a backing bean that connects to database, uses Oracle Spatial function to locate object via ID and calculate X,Y position for Oracle Maps.
    On the page I want to use setCenter(X,Y,srid) but I don't know how to get those parameters from backing bean or how to access JavaScript object on the page from backing bean.
    Any help?
    Branislav

    You can probablly write a reusable javaScript setCenter() function that takes the x,y as parameters. Note your setCenter() function will need to set the center and also call mapview.display() so that the map will be actually refreshed in the current preview release (this will be made easier in the next preview release of MapViewer).
    Then, during the render-response stage of your search form, where you are creating the result table to be displayed to the user, you can add a click button to each row that says 'center the map on this feature'. Then prewire the 'onClick' function of each button to invoke the setCenter() function above, using the corresponding (x,y) that is in the backing bean of your search results.
    thanks
    LJ

  • Oracle Financials and Forms Applications Integration

    Hi All,
    I am new to Oracle financials forums and i have few trivial questions. One of our customer has our forms application now the customer wants to integrate that with ORACLE Financials. Is it possible and if so how, please elaborate or help me with relevant links or examples, URL's, case studies from where i can pick some good approximation about integration.
    Our application version 10g Forms application version - 10.1.2.3 running with 10g Database.
    1) How this can be done.
    2) Are there any past case studies with similar approach which was successfully implemnted.
    3) What are the restrictions if this cant be done.
    My questions might be quiet trivial. I request the forum users to participate and discuss on this.
    Thanks in advance

    Thanks for the documents.
    Yes we have a product running with Forms 11g. So with your experience can you share similar documents or any notes which doesn't supports any of the forms features or compatibility issues which would arise while integrating. Though i understand this is a open ended question at this point in time, just want to grab the knowledge of PRO's like you on this subject. Hope you help me on this.

  • How to call oracle reports from ADF application.

    Hi
    I am migrating oracle 11g application to ADF. I would like to call oracle reports from ADF application.

    There is nothing similar to forms-reports integration, but you can invoke rwservlet url.
    Here is sample and utility class: Sameh Nassar: Call Oracle Reports From Your ADF Application
    Dario

  • How Oracle ASCP and Inventory are integrated ,what are the Integration poin

    Hi All Gurus,
    Can any one tell me..
    How Oracle ASCP and Inventory are integrated ,what are the Integration point of these modules ...?
    Thanks,
    Satyam

    Here is a simplistic explanation on the the integration.
    When you launch data collection from the ASCP side, Oracle launches a Refresh Snapshot process that gathers the latest inventory (and other modules) information into Snapshots. Snapshots are like materialized views. Then the Planning Data Pull is launched. That process pulls information from these snapshots into the ASCP side.
    The following inventory information comes over to ASCP
    Item master data (such as order modifiers, planning exception sets etc. )
    item categories
    Onhand quantities (including consigned invetory quantities) in nettable locations
    subinventories
    reservations
    safety stocks
    forecasts
    item planners
    Quantity in receiving or in transit
    Hope this answers your question
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • ADF application integrating with Oracle Web Cache

    Hello,
    I am trying to integrated my ADF 11g application with Oracle Web Cache. I used this link http://andrejusb.blogspot.com/2010/06/oracle-webtier-11g-configuration-for.html for it.
    I am able to access my ADF application using webcache port 7785.
    I created few caching rules in the Oracle Web Cache. And in the popular request section of the Oracle Web cache i see jpg,png and other image files cached.
    But the issue is when the application access images like /testapp/test/images/abc.jpg?_adf.ctrl-state=5b0s7lzfo_29 . I created a caching rule with regular expression ^/testapp/test/images/[A-Za-z0-9_]*\.(gif|jpeg|png|jpg)\?_adf\.ctrl-state=[A-Za-z0-9_]*$.
    But when i access the popular request in em i don't see the URL given above as cached. The caching reason it specifies as URL contains query string.
    I am not sure if i need to do anything additional to cache these URL's as well.
    Thanks!
    Ram

    Yes that works. But my question is how to cache the urls which has querystring. I was trying to give a regular expression to match the url so that the url which contains parameters like _afrLoop which changes with each HTTP request can also be cached.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Calling PL/SQL Functions And Open Oracle Reports From ADF Application

    Hi all,
    My company will convert some projects from Oracle forms to Oracle ADF so, we need to call the PL/SQL functions and open the Oracle Reports (which are already exist) from ADF Application.
    Thank You..
    Jack.N

    Hi Jack.N,
    calling PL/SQL Functions -----> http://sameh-nassar.blogspot.com/2010/01/create-plsql-function-and-call-it-from.html
    Open Oracle Reports ---------> http://radio-weblogs.com/0137094/2008/06/15.html
    You will find The Integration between ADF and other systems in ---> http://wiki.oracle.com/page/ADF+Integration
    Sameh Nassar

  • Browser back button not working with ADF Application integrated with SSO

    I have integrated an adf application with Oracle SSO Authentication. Application is running fine.
    Though, while navigating between pages, using browser back button , it is not redirecting the url properly
    Should Redirect it to : http://<hostname>:<port>/<contex-root>/<servlet>/<id>
    Presently Redirecting it to :http://<hostname>:<port>/<contex-root>
    As, directory browsing is not allowed, there is Error 403--Forbidden .
    Can anybody tell what changes needs to be made to make browser back button work.

    In some of the documentation I have read, they have mentioned that using the back button in a browser doesn't work too well with any JSF type of application (not just ADF and Jdeveloper apps).
    http://docs.oracle.com/cd/E15051_01/web.1111/b31974/web_form.htm#CFHHJGJH
    Instead, they suggest using buttons on the form.
    There is a video on using navigation between forms that may be of value: http://www.youtube.com/watch?v=bsPtmRID5XI&feature=plcp
    Stuart
    Edited by: Stuart Fleming on Sep 11, 2012 5:30 AM

  • Logging Standards and ADF Application Log File on Standalone WLS

    Hi Experts,
    I am using JDev - 11.1.1.5.0 and WLS - 10.3
    Is ADF Logger the standard logger to be used in an ADF Application? If Yes, how to configure it?
    During development I simply used "System.out.println" for log messages and I was able to see the log messages in the Integrated WLS Console in JDeveloper. Now, I am moving to deployment on Standalone WLS. Please let me know how to configure the logger to log these messages to some log file to be accessed from standalone WLS.
    Thanks
    Rathnam

    Start with this 5 part series http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part
    http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part1
    http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part2
    http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part3
    http://blogs.oracle.com/groundside/entry/adventures_in_adf_logging_part4
    For the UI
    http://blogs.oracle.com/jdevotnharvest/entry/using_adf_logger_with_groovy
    and For some more advanced usage
    http://tompeez.wordpress.com/2011/09/23/adflogger-using-a-custom-formatter-class-to-print-log-messages/
    Timo

  • Oracle Apps and HTML DB Integration Problems

    Hi,
    I have integrated Oracle Apps and HTML DB, using custom authentication schema so that HTML DB looks for APPS username and password for validation.
    Also, i have created menu, responsiblity, functions, custom application etc, so that user can login from Oracle Apps login screen and then select the responsibility which will redirect to HTML DB Applications page.
    My problem is, once the user clicks on the Responsbility and the function(which is nothing but HTML DB Page), it is redirecting to login page and i need to re-enter the apps user name and password again to access HTML DB applications.
    Is there any way, can i redirect the user directly into my HTML DB application page, without taking him to login page of HTML DB application and also uses the APPS user name and password which he had entered in the Oracle Apps login page.
    I need your help on doing the same. Please respond.
    Thanks
    Ram

    Hi Scott,
    Thanks for the quick reply. I agree with you in terms of validating the session but I haven't been able to get that to work - one of my earlier posts describes the issues I have experienced:
    Authentication and SSO (non-Oracle)
    I suppose my question is - is there a simple way for the APEX app to validate that there is an active Apps session cookie?
    In terms of the encrypted password, what I have been trying to do was make use of the FND_WEB_SEC.VALIDATE_LOGIN method which is described in other posts and the Scott Spendolini presentation on integrating apps.
    Thanks,
    Stuart

  • ADF Applications Integrations

    Hi Gurus,
    I am new in ADF. I want to design ADF application in different modules and then combine all modules in single application. May be modules like jar files and add these jar file in my main application. I want to use Dynamic Tab UI. When i click on link and the modules will be load in a new page fragment.
    Please guide me how can i achieve this task.
    Thanks,

    Hi,
    Your question is not to answer in a single post on the forum. So I suggest you follow up with these video Resources:
    task flow
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/taskflow-overview-p1/taskflow-overview-p1.html
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/taskflow-overview-p2/taskflow-overview-p2.html
    adf library
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADF_Insider_Essentials/ADFLibrary/ADFLibrary.html
    UI Shell tenplate
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfuishell/adfuishell.html
    For an UI Shell sample to try, download and run the sample application for this Oracle Magazine Article: http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html
    Frank

  • Problem DB Trigger and ADF Application for update a field.

    I again,
    I have a Data Base table as following :
    --Solicitudes*
    id number not null,
    extern_code integer,
    delivery_date timestamp( 6 ),
    ... and more fields
    And a Trigger as following :
    create or replace trigger update_delivery_date
    before update of on Solicitudes
    for each row
    begin
    if ( :new.extern_code = 9 ) then -- I need update the "delivery_date" to the current date and timestamp
    select systimestamp into :new.delivery_date from dual;
    end if;
    end;
    The trigger works fine in the DB, but when I update the 'Solicitudes' data base table through the ADF Application, the 'delivery_date' field is updated to different current systimestamp , for example suppose right now is : 19-JUN-*2012** 10.45.30.773000000 PM -04:00 , it field should be update to this date, but it is not update to that date, it is update to : 10-DEC-*1989* 10.45.30.773000000 PM -04:00.
    Why is this ?
    I put in the SQL Developer's query editor : select systimestamp from dual; and it show me the correct date and time.
    That problem occurs only when I update the table through my ADF Application.

    Marco,
    I don't see any issue with ADF in this. Just tried with a dummy table created with similar structure and tried updating it (have a similar trigger as well). It updated with proper timestamp (tried from SQL Developer, AppModule Tester and in jspx page - all same result).
    Can you check the system date on the machine where your DB is hosted. I guess you are using different database for testing the query and the app is using a different db.
    If not, try creating a simple testcase (as I mentioned in the first line) and see if you are able to reproduce the issue.
    -Arun
    P.S : I tried this in 11.2.0.1 DB & JDev 11.1.2.0.0

  • Oracle ERP and CRM Application Architecture Direction

    Not sure if this is out of topic for this forum but it seemed the closest I could find. If it is out of topic could someone please point me in the right direction?
    Im looking for the architectural direction Oracle is taking for their ERP and CRM applications. Specifically as Oracle moves their applications to the Oracle 9iAS application server will Oracle be changing their application architecture to a Service Oriented Architecture (SOA) as other ERP and CRM vendors are? If not what architecture will the Oracle applications follow?
    Phil Montagliano
    Xerox Corporation
    XIM/Technology, Strategy & Architecture
    161 South Chestnut Street Email: [email protected]
    One City Centre / 0875-05B Phone: (585) 423-8831
    Rochester, NY 14604 Fax: (585) 423-4848

    Hi,
    bit confuse about your question. are you looking for techniacal architecture or looking for business prospective?
    Kindly elaborate your question.
    Yogi
    [email protected]

  • Can't start oracle wiki and blog application right after installation

    I've been setting up the wiki and blog application 10.1.3.4.0 on weblogic server 10gR3, windows 2003 server SP2 and on trying to launch the application using the url format http://host_name:port/owc_wiki I get the following error
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Any ideas? The access logs are showing that there was a GET request, but I can't find the reason why the server is not servicing the request.
    Edited by: user11116406 on 2009/05/13 3:04 AM
    Edited by: user11116406 on 2009/05/13 3:09 AM
    Edited by: user11116406 on 2009/05/13 3:16 AM
    Edited by: user11116406 on 2009/05/13 3:17 AM

    I hope who ever gets this problem gets help from this solution. I managed to solve my problem just that from the many diagnostic changes, I can't really put a finger on what really did the trick!!
    I desided to go through the insatllation one more time. I noticed that when I create by Data source jdbc/OWCWikiDS and test it, it was testing successfully.
    After setting up Data source I went bank to JDBC > DataSources > Monitoring > Testing. i selected my data source "wikiserver", and tested , i got this error -
    "weblogic server Warning! Connectivity to backend database not verified. This is either because required connection pool attribute "TestConnectionsOnReserve" has not been enabled, or an invalid value has been specified for attribute "TestTableName". Please check the server log for more details.."
    I then went to JDBC > DataSources > jdbc/OWCWikiDS> Connection Pool > Advanced
    Test Connections On Reserve, and I checked it. Further to that I changed my driver from oracle Driver (thin) to BEA's oracle Driver Type 4AX.
    Then I inspected my startWebLogic.cmd and noticed that my update for toplink was not at the exact place it had to be so I practically copied the whole if-else clause in the guide to replace my one.
    After that My application was now working.

  • Help : Integrating Oracle Composer with ADF Application

    Hi All,
    I wanted to add to an existing page Oracle Composer.
    So here is what I did.
    1) Setup webcenter suite so that I can utilize oracle composer.
    2) Added the oracle composer fragment i.e <pe:pageCustomizable id="pageCustomizable1"> to the my jspx.
    3) Added Form based Authentication to my application.
    4) Provided two types of roles. One as admin role and other as basic role,The admin role had edit permission to edit the above mentioned
    page.
    5) Added a site layer to allow customization done by the admin user to be stored to the custom site layer.
    6) Upon doing so my user with admin role is just able to personalize his page and not able to customize the application for other users.
    Could some body let me know if i have missed anything.
    Regards
    Harish

    Hi,
    there is no native way of doing this - as of yet. There is a work-around documented on this blog: http://www.oratransplant.nl/2007/05/03/published-paper-about-using-oracle-forms-as-web-component/
    In Forms 11, Forms will have a JavaScript API allowing you to interact with the page the Applet renders on. This allows you to call out and in to Forms. I think though that the more robust integration point is the Forms Java API on the server
    Frank

Maybe you are looking for

  • Mother-daughter ipod libraries on one computer

    Can we set up two separate itunes accounts on the same computer? My daughter doesn't want all the great classic rock from the 70's and 80's. I told she was nuts.

  • Frame 12 install options question

    In the Frame 12 install, a box comes up with Options: -Adobe Framemaker 12  1.3 GB On the side panel is a tick box with Adobe Framemaker and then indented under that is Adobe PDF Creation Add-On XI 156 MB -Adobe ExtendScript Toolkit CC Here are my qu

  • How can I put pictures in a table in Numbers / Pages 10. ?

    Hello I have the new version of Numbers and Pages 10. Does anyone know how I can put pictures in a table, it always changes my picture into a background...That is annoying! It worked perfectly with Numbers / Pages 09... I really hope anyone knows how

  • Can i create a ms-access database (very urgent)

    hi folks i really need help in creating a ms-access database, i searched the forums but i couldnot find any answers. i really appreciate if anyone can tell how to create a ms-access database

  • Defaulting checkbox with check in SC and holding user changes later

    Hello All, I have created a custom field - checkbox in SC basic data. My requirement is to default the checkbox ticked and when the user trys to uncheck it, the user change should be captured. I have defaulted the checkbox in BBP_CUF_BADI_2 badi. But