Integration of BI Publisher with presentation services

Hello,
I have installed and configured OBI Answers and Publisher in a Linux infrastructure and configured thro' Websphere/IHS. Answers/Dashboards is working fine. I am trying to integrate BI publisher with OBI answers/dashboards. This is working fine through OC4J but when I try to integrate through Websphere, I get a crypto error.
I have to deployed a plug-in in web server and tried to integrate BI publisher with presentation services through "cryptotools" and configuring it through instance config. When I hit http://myserver:port/xmlpserver I get "Error 500: com.phaos.crypto.CipherException ". Similarly when I select more products/BI Publisher through OBI Dashboards/Answers, I get the following
Reporting Login: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException; nested exception is: java.lang.NoClassDefFoundError: com.phaos.crypto.CipherException
I feel this is a common issue across both the end points. Has anyone come across this type of issue or similar issue ?
Help is greatly appreciated.
thx
Dinesh

I'm installing 10.1.3.4 and YES, i have installed BIP war in Websphere.
I think I may have resolved my original problem but faced with a different one now. I am able to logon to BI publisher standalone and integrated with OBI Answers (thro websphere). But when i click the dashboards link from BI Publisher, its going to the default OC4J installation and not my websphere. The similar re-direction works fine from OBI - Publisher but not from Publisher - OBI.
I need to find out, how its finding the server name and port to redirect from BIP -> OBI. Can you guys help please ?
thx
dinesh Veera

Similar Messages

  • Installation & Integrating Publisher with Presentation Service

    Hello All,
    I installed presentation services on one machine (let's A) on IIS, BI publisher & BI Servers are on other machine (B) on OC4J. since, i can't directly use IIS for BI Publisher as per the documentation.
    Installation went well.
    After logging into my publisher, i configured integration part of presentation service which points to machine: A. And, at this place, i'm able to browse the BI
    Answer report & can see the results in xml view. Also, able to navigate to dashboard from publisher.
    But, if i try to browse any bi publisher report, which is in Machine: B, i'm getting error: An error occured while connecting to BI Publisher Enterprise. Please contact your administrator.
    Can, somebody helps me in browse publisher reports & run them.

    Got it,
    it's happened because, i didn't congifure xmlpserver tags of instanceconfig.ini to the machine name, where publisher is installed.

  • Integrating Oracle eBusiness Suite with banking services using Oracle SOA

    Hi ,
    I am working on a project for integrating Oracle eBusiness Suite with banking services using Oracle SOA. We have implemented Oracle SOA and trying to call bank's services using SOA.
    The bank has provided its web services over http which accepts XML data as string through HTTPS post invocation and provides response accordingly in string XML Data.
    For each service, specific format of request and response message has been provided.
    I am trying to call their web services using HTTP binding adapter.
    I would like to know whether my approach of calling bank's web service using HTTP binding adapter is correct or not.
    Looking ahead for your valuable insight and advice.
    Thanks

    Hi,
    Thank you for your reply.
    Is the usage of B2B not applicable for this project ?
    Thanks

  • Which Port used by Integration Builder to communicate with JMS service

    Hi,
    Anybody know which port that used by Integration builder to communicate with JMS service in XI server in order to activate changes list.
    Thank you and Regards
    Fernand

    The main cause is not the communication problem between Integration builder and JMS provider but the inconsistent SLD contents.
    Now i can activate my object in the integration builder. see SAP Notes 764176
    Best Regards
    Fernand

  • BI Publisher and Presentation services integration

    Hi,
    I have configured BI publisher and done the presentation services integration also. When I try to build a query by connecting to RPD, I am able to generate a query and design the report.
    But when I select BI Answers as a data source, I am not listed out the reports. When I click on browse button, it opens the popup window and dispays BI Catalog and nothing else. when I check saw log, it has authentication error.
    We have enabled LDAP authentication. I have used Administrator user to configure BI publisher. I have enabled the BI Publisher security type for BI Publisher authentication.
    I have used the Administrator user while executing the cryptotools utility.
    The following is the error.
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 13024] Successful completion of init block 'LDAP Authentication' is required. (08004)
    I am loogin in using administrator user and trying to use BI answers as a data source.
    If anyone have any idea on this issue. Kindly help on the same.
    Thanks & Regards
    Rajesh J

    Hi,
    Yes Seriously , the documentation at this link http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e20838/jdev.htm shows clearly there is a out-of-box region called "BI Publisher Region " to be integrated with ADF UI.
    But after installing the extensions also I am not able to find that option.
    I have installed "Oracle Fusion Applications Companion 11g (11.1.1.5.3) " updates as mentioned here "https://blogs.oracle.com/jdevextensions/entry/setting_up_a_fusion_applications"
    After installing we see "BI ADF Components" in Technology Scope but If we open a jspx/jsff we don't see "BI Publisher" region option in component palette. Looks like there is something seriously missing.
    One thing to note is I installed Jdev 11.1.1.5 downloaded from OTN and installed the updates from "http://edelivery.oracle.com" will that be a problem?
    Any body from ORACLE ACE directors pls help us. We need this region looks like it has more options to save the document etc..
    Thanks for your help!!

  • Integrating Oracle BI Publisher with Oracle Single Sign-on security.

    I am trying to integrate BI Publisher with Oracle Single Sign-on running on a different machine.
    The BI Publisher is installed with an Oracle application server 10.3.1 (includes a HTTP server). These are the steps I followed:
    1) Registered BI publisher as a partner application in the Oracle SSO admin console which generated a single sign-off url.
    2) Made the required modifications in the mod_osso.xml config file.
    3) On the BI publisher admin page went to the securities tab and opted the SSO security and entered the single sign-off url generated in the previous step.
    4) Restarted the Oracle ID mgt infrastructure and the BI pub server.
    The BI pub login is not getting redirected to the SSO page.
    Please let me know as what is that I am missing. I've been cracking my head with this for quite long - any help will be highly appreciated.

    "user589320"
    APEX is only using BI Publisher to transform the XML data of your report and the template you provide into PDF, Word or Excel. For this, APEX sends the XML data and the template to BI Publisher, and BI Publisher sends back to completed document. So there's nothing stored in BI Publisher, all templates, report definitions, etc are stored in the APEX schema. This has the advantage that you can reference item values and other information in your print documents, and it also ensures that you don't have to access the database again from within BI Publisher, i.e. you don't need to communicate any authentication information to BI Publisher.
    Of course BI Publisher itself also provide the ability to store reports and to store templates. But those are not accessible from APEX through the built-in integration. You can however use the same templates you use for BI Publisher directly on load them into APEX for use there.
    Lastly, if you want to use and print reports in both BI Publisher and your APEX applications, you can do that through web services, take a look at Tyler Muth's BLOG for more information on this topic:
    http://tylermuth.wordpress.com/2008/03/31/call-bi-publisher-web-services-from-apex/
    Regards,
    Marc

  • Deleted user able to login to Oracle BI Publisher Web, Presentation Service

    Hi All,
    i have chosen "Oracle BI Server" as my security model and everything is working fine, i had to delete a user, i deleted the user from RPD, deleted user from Presentation services from "Manage Presentation catalog users and groups" and restarted services: Oracle BI Server, Oracle Presentation server, Oracle Java Host, OC4J.
    after restart i am able to login into both presentation services and Oracle BI Publisher web, do i need to do anything more to restrict access to the deleted users.
    Thanks and Regards,
    Sreekanth.

    If you are using BI Server for the security, then it is maintaining the users and what they can get to. You might clear browser caches and ensure you bounce the BIP server.
    Tim

  • Integration of BI Publisher with Oracle APEX

    I have developed a small application in Oracle APEX. I want to integrate BI Publisher with that APEX app for my reporting needs. What are the essential steps.

    FYI: This article is up - http://blogs.oracle.com/xmlpublisher/2007/06/06#a209
    I look forward to the continuation of this series of posts - we are having troubles with some more advanced stuff!

  • Integration of BI publisher with E-Business Suite

    Gurus
    Can you please tell me the steps to integrate Bi Publisher with E-business Suite
    Regards
    Nitin

    http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf

  • Integration of bi publisher with BI APPS

    HI
    We implemented BI Apps the security model of the OBIEE is based on the security of the ERP. In this case there are no users in the BIEE application and the login to the OBIEE is threw the ERP Frame. We try to configure BI publisher but when I try to access the BI PUBLISHER threw the More Product link it gives the message
    Oracle BI Publisher Enterprise
    Error processing your BI Publisher request. Please contact your administrator to review the log files
    I checked the D:\OracleBIData\web\log\sawlog0.log
    And I saw the message:
    Type: Error
    Severity: 42
    Time: Mon Feb 08 16:30:42 2010
    File: project/websubsystems/xmlpublisherreportingproxy.cpp Line: 91
    Properties: ThreadID-3204;HttpCommand-AdvancedReports;RemoteIP-10.100.65.204;User-BI1
    Location:
    saw.httpserver.request
    saw.rpc.server.responder
    saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    I configured all the parameters in the xmlp-server-config.xml file and the parameters are exactly like in another BI APPS installation in which the Security model is not ERP based. In this installation the integration between the OBIEE and the PUBLISHER is OK
    Any Ideas?

    http://www.oracle.com/technology/products/xml-publisher/docs/XMLEBSRep.pdf

  • Integration embededBI Publisher  with JDE 9.1

    hello,
    I want to do the integration embeded BI Publisher with JDE 9.1
    help me please
    thanks

    I don't think JDeveloper 12c is supported for BSSV development and EnterpriseOne 9.1, I have used JDeveloper 11g. 11.1.1.6.
    As far as I know, you can't develop BSSV on E9.1 Demo version. You need complete install.

  • OBI Presentation Services and Firefox 10?

    I just upgraded my browser to Firefox 10 (from 9.0.1 I think?) and am getting a "Your browser is not supported by Oracle BI Presentation Services". Version 9 worked flawlessly (to my knowledge).
    Anyone else getting that? I have a workaround (Chrome and IE still work) but I really enjoyed using FF with OBIEE.

    I bumped into this because my Firefox updated itself. The Modify Headers Addon works for me, but I think it will be a bit beyond our users. I'm also worried about IE 10 now.
    This reminded me of a thread on prohibiting iPads, and perhaps someone with more familiarity with presentation services can run with this (from http://groups.google.com/group/obiee-enterprise-methodology/msg/4ca8f8c0d74f1f43?pli=1):
    BI EE Presentation Services now supports the following 3 tags.
    +1. PermittedUserAgentType - The name field associated with the browser. This typically maps to filemap key names.+
    +2. minVersion - The minimum version supported. This needs to be a string as browsers do things like 3.0b1.+
    +3. maxVersion - The maximum version supported. This needs to be a string as browsers do things like 3.0b1. This should typically not be specified.+
    These are there as part of the xsd of instanceconfig.xml.

  • Not able to start presentation services during EBS integration with OBI

    Hi All,
    I ran through an issue while trying to integrate OBIEE 11.1.1.5 with EBS R12. I followed the steps mentioned in the below link
    http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/ebs_actions.htm
    I restarted all the services but i was routed to OBIEE login screen through EBS. Later on i made some changes in connection pool of the repository and started the services but now presentation services are not coming up. i tried restarting all the services from EM and opmnctl but to no avail. i went through sawlog5 and console~coreapplication_obips1~1.log file but not able to find any specific error. Below is the error description from both the files
    sawlog5.log : [2012-06-29T07:24:45.000+02:00] [OBIPS] [ERROR:16] [] [saw.dms.conext.unwrap] [ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29] [tid: 4884] Failed to restore ctx from reference[[
    File:executioncontext.cpp
    Line:286
    Location:
    saw.dms.conext.unwrap
    saw.threadpool
    saw.threads
    ecid: 000001U8AG25Ahd5pf_AiY01402c000001,0:29
    ThreadID: 4884
    console~coreapplication_obips1~1.log : 12/06/29 08:08:29 Start process
    12/06/29 08:08:51 Start process
    12/06/29 08:19:41 Start process
    12/06/29 08:20:00 Start process
    12/06/29 09:09:53 Start process
    12/06/29 09:10:15 Start process
    i am relatively new to OBIEE 11g platform. Please let me know if i need to look in some other log files.
    Regards,
    Sandeep

    Hi,
    i did make changes to connection pool but those changes are inevitable. I pointed those connection pools to the new EBS database.
    @DPKA : i did make changes to instanceconfig. As a part of OBIEE integration with EBS, i changed instanceconfig.xml and started the services. I didn't bring down the services while making the changes. Did that have any impact on services.
    Regards,
    Sandeep

  • How to Add Publisher Administrator Credentials to Oracle BI Presentation Services Credential Store

    I used to follow this document until 10g -  Bookshelf v10.1.3.2: Adding Publisher Administrator Credentials to Oracle BI Presentation Services Credential Store  
    Does anyone know how to configure the same in OBIEE 11G
    Thanks for your help
    Srix

    Tarun
    In BI URL word analytics is kind of virtual directory, if you want to change this you might have to change at Web Server side.
    Try to use em for your oc4j to change or redeploy the analytics with desired name.
    Just in case you are using IIS then you need to check in IIS.
    If helps mark
    ~ http://cool-bi.com

  • Integration of Oracle BI Publisher with OBIEE 11G

    Hi, all.
    I want to know How to Integration of Oracle BI Publisher with OBIEE 11G?
    Because I can't create data set using Oracle BI Analysis now, and the analyses and dashboards in BIEE presentation catalog is unvisible. Why?
    Thank you.

    I may be missing something, but BI Publisher Enterprise is installed at the same time as when you install BIEE on the server. You wouldn't install BI Publisher Desktop on that server. You can use BI Publisher Desktop locally to create templates for use in BI Publisher Enterprise.
    I'm much more familiar with XML (BI) Publisher as part of Oracle Apps moreso than BIEE, so I could be wrong in my assessment.
    Hope that helps,
    Brett

Maybe you are looking for