Integration of BO InfoView in portal

Hi,
I am trying to integrate the BO InfoView in portal, the following are the steps i have done.
1. Created a system for BOE - connection test are fine.
2. Imported the BusinessObjectsKM.par, created the BO repository.
3. Changed the properties of the BO repository in KM Content.
When I click on the bo repository in KM content, it gives the below error message.
Exception Class:  class com.sap.netweaver.bc.rf.common.exception.ResourceException
Exception Message:  java.net.UnknownHostException: boeabcd.efg.com
Am I missing anything here. As the connection test of BOE system is successful, I am assuming that SSO is working fine.
Please suggest.
Thanks,
Ansar

Hi ansar,
I was wondering if you got your issue resolved because I facing the same issue as yours with my integration of BOBJ XI 3.1 and SAP Portal 7. Any tip you could give me to try?
I get the same symtoms with the only difference that when I get the error I just get the following message: "System Error, a runtime exception has occurred."
Hope you solved it...
cheers,
Christian

Similar Messages

  • Portal Integration error-NWDS App in Portal

    Hi
      While integrating the NWDS application in Portal,I have created the Webdynpro Java Iview,given the "Application name,Namespace,System.While preview the Ivew i am getting the below error
    Wrong Web Dynpro URL: unable to extract deployable object and application name
    I have deployed the application in the system
    Kindly help in this issue.
    Regards,
    Naga Sankar Anand K

    Issue solved by correcting the namespace while integrating

  • Integration of ABAP workflow with portal

    Hello Experts,
    Need urgent help on UWL configuration.
    We have integrated our ABAP workflow with portal through UWL.
    We have a Ad Hoc link in the ABAP workflow which takes us to some transaction. For some reason we are not able to view that link when we see this workflow through portal.
    1. Is is possible to show any Ad hoc links from ABAP workflow into portals?
    2. If yes, what is the process for the same? We did not get any relevant documents.
    Any inputs/sugessions are most welcome.
    Ashutosh

    Hi Ashutosh,
    Can you please send me the documents how did you resolve this issue?
    koti

  • Integrating apex form with oracle portal

    Afternoon friends,
    I have got a senario like integrating apex form with oracle portal.I dont have any idea on oracle portals.so please let me know the basic steps on how to go ahead to integrate apex forms with oracle portal and for that what i need to have apart with my database and apex.

    Hello
    Couldn't see my previous post... so here it is again
    We have integrated Apex into Oracle Portal
    Here's how we did it.
    In the portal page, we have created an Element region with the following code:
    <script language="Javascript">
       <!--
       function changeIframeHeight(){
          var ifrmObj = document.getElementById('apexIframe');
          if(ifrmObj) {
             if(navigator.appName=='Microsoft Internet Explorer') { //IE
                ifrmObj.height = ifrmObj.contentWindow.document.body.scrollHeight+20;
             else {
                ifrmObj.style.height = ifrmObj.contentWindow.document.body.offsetHeight+50;
       //-->
    </script>
    <p><iframe width="100%" height="500" frameborder="0" onload="javascript: changeIframeHeight();" src="/pls/apex/f?p=115:10" marginheight="0" marginwidth="0" name="apexIframe" id="apexIframe"></iframe></p>You just have to make sure that the name and id of the iFrame and the elementId in the javascript are the same.
    And change the SRC so that it point you application.
    Hope that helped you.
    Max

  • Problems integrating Worklist service with WebCenter Portal Framework

    I am trying to create a portal framework app integrated with the worklist service and I am following this
    http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_worklists.htm#BEIIBCCI .
    But every time I try to go to the worklist part of my app I get this error.
    <Submission> <run> Submission[id=4, service=Worklist, resource=Worklast] caught exception running task
    oracle.bpel.services.workflow.client.WorkflowServiceClientException: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss10_saml_token_client_policy" is not valid.
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:187)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.webcenter.concurrent.MethodTask.call(MethodTask.java:34)
         at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
         at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
         at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
         at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.bpel.services.workflow.client.WorkflowServiceClientException: javax.xml.ws.WebServiceException: oracle.fabric.common.PolicyEnforcementException: PolicySet Invalid: WSM-06102 PolicyReference The policy reference URI "oracle/wss10_saml_token_client_policy" is not valid.
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.invoke(TaskQueryServiceSOAPClient.java:209)
         at oracle.bpel.services.workflow.query.client.TaskQueryServiceSOAPClient.authenticate(TaskQueryServiceSOAPClient.java:245)
         at oracle.bpel.services.workflow.query.client.AbstractDOMTaskQueryServiceClient.authenticate(AbstractDOMTaskQueryServiceClient.java:180)
         ... 17 moreI have also looked at this and did it, but it did not work and I basically get the same error just different type of policy refrence. https://blogs.oracle.com/webcenterportal/entry/oracle_bpm_suite_oracle_webcenter
    Any help would be greatly appreciated. Thanks

    Ok I got Integration with Worklist on webcenter portal. If you are following this http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_worklists.htm#BEIIBCCI and are running into the same error I had. The one about the Policy Store being Invalid and are developing with Jdeveloper. This is what you do.
    1. Log into the administration server for JDeveloper.
    2. Go to deployments.
    3. click on wsm-pm
    4. select the targets tab.
    5. check the wsm-pm ( i also checked all the ones that were under it when you expanded the selection)
    6. Click change targets.
    7. Select Default server and click yes.
    8. Restart the integrated server.

  • Integrating Offline adobe form in Portal

    Hi All,
    I created offline adobe form using SFP tcode.
    This form needs to be integrated in Portal. When user logs in, he/she should be able to open this form.
    Can offline adobe form can be integrate to portal directly? or do we need to create the Webdynpro applications only for poral?
    Please let me know whether we can integarate offline adobe form to portal directly. If not why?.. I don't know about portal.
    Thank you!
    Prasad

    Hi Deepika,
    This discussion thread is all about integrating a WebDynpro application which contains adobe form into portal.
    I assume your requirement is different which needs to upload an offline adobe form into portal.
    There are documents available to explain this functionality in detail. Please note down the following.
    1) For uploading adobe form should be XML schema based.
    2) There should be a webdynpro application with uploader UI element which has been integrated into the portal.
    3) On form upload, you will get all the data associated with the form within webdynpro
    Thanks & Regards,
    Sanoosh

  • Outlook express integration with R/3 and Portal

    Hi,
        I have seen a new system setup where we can assign security group to a user in Outlook express and it will give some authorization in R/3 and Portal. I am first time seeing this concept .Can anybody pls explain me how to create the security group in outlook express and method of integrating it with both R/3 and Portal.
    I appreciate all your help.
    Thanks in advance

    Hi ,
      Thanks for the link..
    but its not the one I have been looking for ragarding the mentioned scenario.
    !)A User will be present in both outlook express and SAP system ,when we add a security group (SG *) in outlook expressthe user will get authorization on Portal screen.
    2) After assigning a role in R/3 ,we should add the security group to that use for some access permission.
    Could u pls explain me how the concept could be and Integration method.
    Thanks in advance
    I appreciate all your help.

  • Regd Integration of Domino.doc and Portal !! Urgent !!

    Hi
    I Want to know whether we can integrate Oracle 9i AS Portal with Domino.doc (which is used for document management).
    I dont know much about Domino.doc .
    Can anyone guide me whether the integration is possible or not and if so which documents should i refer to do the integration. i searched for domino.doc in oracle sites but i didnt encounter any useful document regd this.
    Regds
    Rajesh kanna.V

    Hello Senthil,
    yes, for the integration of the user interface of any Lotus Notes/Domino application you have the following options:
    1: Rendering on Domino
    - URL iViews to Domino Web App
    - leveraging Enterprise Portal eventing for communication between the Domino iViews and other portal iViews
    - leveraging Enterprise Portal styles for consistent look and feel
    2: Rendering on Enterprise Portal
    - using XSLT and ?ReadViewEntries to render NotesViews (flat and categorized)
    - using XSLT and ?ReadEntries to render Outlines for Navigation. Also the assignment of such an iView to a pages dynamic navigation is possible. Navigation events are communicated through portal eventing
    - using SOAP or web agents and DXL to render documents
    SAP Consulting has alredy implemented all those options mentioned in customer projects. Please get back to me if you need more information or samples.
    Regards
    Michael

  • Integration BI reports in SAP Portal

    Information about Usage Types
    Active Usage Types
    Product Name      UT Code      Short Name      Description      Activation Date      Configured
    SAP NetWeaver 2004s/SR2      AS      AS Java      Application Server Java      Wed Mar 28 00:00:00 CEST 2007      YES
    SAP NetWeaver 2004s/SR2      AAS      AS ABAP      Application Server ABAP      Wed Mar 28 00:00:00 CEST 2007      YES
    I need to publish BI report from  BEx Query Designer, BEx Report designer, Web Application Designer on Portal. I Installed SAP ABAP+JAVA stack on VMware Suse Linux system with above Usage Types. Do you I need to more usage types or can I still configure system for Bi and Portal Integration.
    thanks for your earliest response.
    Obaid.

    Hi Obaid,
    I think you are all set for integrating BI Portal.

  • Integration problem: BW-BPS and portal reporting (ports)

    Hi,
    I have a question regarding to the integration of BW-BPS with the new portal. We have a BPS application with several planning interfaces (BSP) for the input of planning data. For reporting we are using the new portal functionality (BEx WAD templates). The BSP pages (ABAP) and the portal (JAVA) are working on different ports. We have integrated relative links into our BSP pages (/irj/servlet/prt/portal …) for the “link” between reporting and planning.
    This was working fine until yesterday when we implemented the new support package 13 for BI. Before, it was possible to execute the portal reports with the BSP port. Now, this does not work anymore. --> Error “the page cannot be displayed”
    The problem is that we are using a lot of these relative links within our BSP pages and they are all obsolete now.
    We can not use absolute paths because we have a “3 stage architecture” (with 3 different machines and 6 different ports).
    Does anybody know how we could solve this problem on the server side (port mapping, etc.)?
    Any help would be appreciated.
    Thanks and regards,
    Markus

    Hi,
    I thought this was a portal or IE browser issue, because I CANNOT see graphics but everybody else CAN!
    Regards,
    SS

  • Integrating MS outlook into the portal

    Hi
    i am trying to integrate Ms Outlook office 2003.
    Itried with integrating with MSoutlook web access using Exchange server.
    Now what i want is, to integrate with my local MS outlook into portal.
    Is there any difference in integrating MS outlook 2003 and MS outlook webaccess.
    Can anybody can give detail information in integrating MS outlook office 2003 into portal.
    regards
    Usman

    Hi Usman,
    I had integrated my Outlook inside portal in the following way:
    Create a new HTML page and add the following code
    these will give u the functionalities(like inbox, contact, calendar) of the outlook.
    next place this html file inside the inetpub folder of IIs server..
    that is
    Create a folder on the server running IIS under Inetpub (for e.g.
    Inetpub/wwwroot/SAPPortal/IE/Outlook) and add the HTML file
    now from the webdynpro jus make an iframe an d inside the init method jus set the path to the html file
    like..
    wdContext.currentContextElement().setSource("");
    this will get u to access your outlook.. later u can make this is a webdynpro iview inside portal.
    though the steps look lenghty.. it can be easily done.
    and regarding OWA  yes it is different
    for this u can refer to
    http://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1516. [original link is broken] [original link is broken] [original link is broken]
    hope this helps u.
    Thanks & Regards
    Uma.

  • Integrating microsoft exchange server into portal

    Hi All,
    can any one suggest me detailed procedure for integrating micorsoft exchange server(MS Outlook)  into portal.
    I searched in the SDN , i got some idea, but it is not giving detailed  procedure.
    please explain in detail so that my Outlook will come into portal so that i can check  my mails from portal itself.
    Thank in Adncance
    Bala

    Hi bala,
    See the following doc:
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/08def089-0a01-0010-9c82-ee2040b4eced">HOW TO INTEGRATE MICROSOFT EXCHANGE SERVER INTO SAP ENTERPRISE PORTAL</a>
    Have a look at the following threads:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=82871">https://www.sdn.sap.com/irj/sdn/thread?threadID=82871</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=305487">https://www.sdn.sap.com/irj/sdn/thread?threadID=305487</a>
    Some more related threads are:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=40895">https://www.sdn.sap.com/irj/sdn/thread?threadID=40895</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=2976">https://www.sdn.sap.com/irj/sdn/thread?threadID=2976</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=148434">https://www.sdn.sap.com/irj/sdn/thread?threadID=148434</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=8179">https://www.sdn.sap.com/irj/sdn/thread?threadID=8179</a>
    Bye
    Ankur
    Do reward points if it helps!!

  • Integrating Crystal reports with Java Portal (test=pluto,Prod=Vignette

    Hi,
    Crystal reports is new to me...so please don't mind if i sound outright silly, and would love a shove in the correct direction.
    This question might have been asked here (I tried searching for this.)
    Problem: We have some old CR9 reports with us which we want to migrate to our Portal installation Vignette Portal.
    I have seen some Portal integration kits but after having a look at them it seems it is ir-relevant to us...as it requires some server running...we don't have that.

    Update:
    After more investigation, it looks as if the BO Server "CrystalReports2013ReportApplicationServer"
    from time to time has an issue - not only when promoting, but also when viewing publications that contain Crystal Report documents or when executing them, the java class error or similar issue is thrown.
    Did sb face similar behaviour and knows what is the root cause for "CrystalReports2013ReportApplicationServer" not working probably and throwing the java-class error? - it was running fine for several months, now, the class error showed up twice in one month.
    We need to find out what is causing the issue (aleady checked tomcat and BO-logfiles...).
    Best Regards
    Florian

  • Integrating WebSphere/J2EE applications in portal

    Greetings!
    I need to integrate Websphere/J2EE applications in <b>NW04s</b> Portal. How can we acheive this.
    I have heard about AppIntegrator iViews can be used for this purpose, but can anyone help me on how to configure one on <b>NW04s</b>? Are there any good documents that can help?
    Thanks for your help!
    Regards
    KV

    Hi KV,
    Here is the documentation for the AppIntegrator iview:
    http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/25_HowToUseAppIntegrator_en.pdf
    And two blogs covering this topic:
    Step-By-Step Guide to implement Application Integrator
    Integrating your Web Front-ends into the SAP Enterprise Portal using the Application Integrator
    Regards,
    Johan

  • Seamless Integration Between Weblogic and Oracle Portal Server

    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

    You might want to consider using WSRP to aggregate portlets deployed on
    Oracle into WLP. Check edocs and dev2dev for some info on WSRP in WLP.
    You can use 8.1 SP3 or later.
    Check with Oracle to find out which version of their product offers WSRP
    support.
    Subbu
    Mukta Shetye wrote:
    Hi,
    Can someone please give me some insight into Seamless integration from Weblogic Portal Server to Oracle Portal Server.
    The Scenario is as:
    A user logs into the Weblogic Portal, this Portal desktop displays some portlets. Links on these portlets navigate the user to the portlets deployed on Oracle Portal.
    Is this feasible, and what version of the 2 servers would support this feature.
    Can someone please snd across online resources which deal with my doubt.
    many Tx.
    Regards,
    Mukta

Maybe you are looking for

  • Export as PDF and viewing in full screen mode

    Using LR 4.3, I'm exporting a slideshow to PDF.  Even though I turned off transitions in LR, the transitions automatcally start in Acrobat X in full screen mode. My goal is to present ths slide show with a mouse click, or arrow key, to move to the ne

  • How to save xmp changes without re-opening psd document?

    Hi All! I wanted to know whether we can see the changes made to the metadata of a psd file without re-opening it. I am developing a plugin for Photoshop CS5 on Windows and have included the necessary files of XMP Toolkit SDK for the XMP insertion par

  • CRVS2010 Beta - group tree in VS 2010 Crystal Report

    Hi, I have installed VS 2010 Beta 2 Crystral Report and converted VS2005 report to VS2010 version. I noticed there is a group tree button on the left side of report and I can't remove it. question1) is there a way to remove Parameter Panel from the r

  • How do I get a replacement for a bad hard drive from Apple?

    I just replaced a Fujitsu hard drive in my iBook G3 because the S.M.A.R.T. status read as a fatal hardware error. The drive is under 3 years old which should be under warranty. But Fujitsu says that I have to go through Apple to get a replacement sin

  • Using my old desktop mac as a slave for converting my video?

    Ive got a bunch of video i need to convert. I took a version of imovie 11 off my macbook and tried putting it on my old desktop.  It said it wouldnt work on that version.  I think its a 10.4 version.  I checked for upgrades but nothing. It has a vers