PORTAL INTEGRATION WITH ORACLE REPORTS STILL REQUIRING LOGIN

I'm trying to integrate Portal and Reports. It works properly in a WinNT environment, bypassing the Oracle reports logon screen, due to the previous Oracle Portal logon. However, when working on Solaris, Oracle reports continues to require logon.

i mean don't advice me to use URLs!!!!!!!!!!!!!!!

Similar Messages

  • Portal integration with bo report was not opening from folders

    Dear friend,
    Please can u give me suggestion/solution on the following area, we are implementing business objects XIR2 portal integration with weblogic in which after login to business objects through portal report was not opening.
    Regards
    sekhar

    hi,
    please can you provide solution on this it is very urget purpose. i am able login to portal from portal when clicking on the report it was not opening.
    regards
    sekhar

  • Enterprise portal integration with Oracle forms

    Hi
    Can anyone help me on this .
    "Enterprise portal integration with Oracle forms".
    I want to integrate oracle forms to EP .I am trying to work with app Integrator but I am not able to make any headway.Do you have any documents pertaining to this or any place where I can look for details.
    Thanks
    Alok

    Hi,
    i'm not aware of special integration feature with Oracle forms, but if as you said we are talking about a web application available via url then i see no problem doing so. the way you can implement the SSO is using something called Application Integrator which helps you build smart URL iView's that can use the portal framework (like systems, user profile , etc) , so you can build your oracle forms integration iView that will take the user password data from the portal (via system) using user mapping or sap logon tickets.
    for more details on Application Integrator see
    http://help.sap.com/saphelp_nw04/helpdata/en/70/5a3842134bad04e10000000a1550b0/frameset.htm
    regarding to the java applet, i don't really know what you mean by "jinitiator" but if your regular browser can do it then i see no reason for problems.
    i hope it helps

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • Requirement with Oracle report builder

    Hi All,,
    I had a requirement like this...i am very new to Oracle report builder tool and Oracle APPS
    i need to develop a sample report in this format.......please help me
    which tables i need to use??
    i know how to create user parameters,field columns...etc i have 50% knowledge on Oracle report builder

    You can make start with
    Oracle Reports Tutorial...
    Here few link...
    1. Tutorial 1
    2. Basic--[2] Oracle Reports 10g Tutorials
    3. About Oracle Report 10g: Triggers in Report Data Source and Report Style
    Hope this helps
    hamid

  • SAP Portal Integration with InfoView

    Hi Experts,
    I have successfully configured SAP Portal Integration with InfoView using the following steps provided by Ingo:
    - set the system that you want to be authenticated against as the DEFAULT system in the options of the SAP authentication.
    - go to the webapps folder of your app server and navigate to the InfOView folder
    For the Java version of InfoView (Windows environment) you need to edit the file web.xml, which is located (assuming Tomcat as application server) in the directory \Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF for the actual deployment.
    In addition you can make the change to the file in the folder <INSTALLDIR>\BusinessObjects Enterprise12.0\warfiles\WebApps\InfoViewApp\WEB-INF. The files in the second locations are being used when you redeploy the web applications with a tool like wdeploy. You need to change the following values
    authentication.default = secSAPR3
    siteminder.enabled = False
    sso.enabled = True
    Then I have created URLiView to InfoView login page, when the user click on the link, BOBJ will use the DEFAULT system to authenticate user.
    However, there is a new requirement for users who exist in another SAP system to SSO into InfoView too. My question is whether we can specify in URLiView url or other configuration to select which SAP System to authenticate user on?
    I would like to create Role A and Role B in Portal and each will display different URLiView that will authenticate user against different SAP System if possible.
    Appreciate your advise.
    Regards,
    Medy

    Hi Ingo,
    Thank you for your reply.
    We are trying to create an URLiView to the logon page of InfoView: http://<BOBJ Server>/InfoViewApp/logon.jsp that will bring the user to InfoView home if SSO passed instead of OpenDocument URL.
    I have tried to add URL parameters to the URLiView (http://<BOBJ Server>//InfoViewApp/logon.jsp?SAP_SYSID=DCD&SAP_CLIENT=200), but InfoView is still using the default system in CMC to authenticate user.
    Please advise.
    Best Regards,
    Medy
    Edited by: Medy henry on Apr 29, 2010 4:00 AM

  • Get error while Integrating with Oracle's Enterprise User Security

    Hi,
    I am trying to create an Oracle Enterprise User integrating with OVD and MS Active Directory.
    I am following all the steps in Integrating with Oracle's Enterprise User Security.
    In the documentation section: "Configuring Oracle Virtual Directory for the Integration"
    I have applied the steps successfully until:
    Update and load the entries into the Local Store Adapters by performing the following steps:
    I have successfully extended the Oracle Virtual Directory schema with the loadOVD.ldif
    However I am getting errors in the next step: Update realmRoot.ldif to use your namespaces
    The next step states the following:
    Update realmRoot.ldif to use your namespaces, including the dn, dc, o, orclsubscriberfullname,
    and memberurl attributes in the file. If you have a DN mapping between Active Directory and
    Oracle Virtual Directory, use the DN that you see from Oracle Virtual Directory.
    The realmRoot.ldif file is located in ORACLE_VIRTUAL_DIRECTORY_HOME/eus,
    where ORACLE_VIRTUAL_DIRECTORY_HOME represents the location where Oracle Virtual Directory is installed.
    The realmRoot.ldif file contains core entries in the directory namespace that Enterprise User Security queries. The realmRoot.ldif file also contains the dynamic group that contains the registered Enterprise User Security databases to allow secured access to sensitive Enterprise User Security related attributes, like the user's Enterprise User Security hashed password attribute.
    Load your domain root information in the realmRoot.ldif file into Oracle Virtual Directory using the following command:
    ldapmodify -h Oracle_Virtual_Directory_Host –p OVD_Port -D cn=admin -w Admin_Password -v -a –f realmRoot.ldif
    When I run the ldapmodify command I get the following error:
    add dc:
    testldap
    add objectclass:
    top
    domain
    domainDNS
    adding new entry DC=testldap,DC=local
    ldap_add: Operations error
    ldap_add: additional info: LDAP Error 1 : null
    The actual realmRoot.ldif looks like this:
    # Please uncomment the following one line if you are importing this
    # LDIF file via OVD Manager or OVD Server's ldapmodify tool.
    #version: 1
    #dn: dc=com
    #dc: com
    #objectclass: domain
    dn: DC=testldap,DC=local
    changetype: add
    dc: testldap
    #o: subarashii
    objectclass: top
    objectclass: domain
    objectclass: domainDNS
    #objectclass: orclSubscriber
    #orclsubscriberfullname: subarashii
    #orclVersion: 90400
    # If your domain structure has more layers than dc=subarashii,dc=com,
    # for example, it's dc=us,dc=subarashii,dc=com, you will need to load
    # the following ldif entry/entries too.
    # Uncomment out the following, if required.
    #dn: dc=us,dc=subarashii,dc=com
    #orclversion: 90400
    #orclsubscriberfullname: us
    #objectclass: domain
    #objectclass: top
    #objectclass: orclSubscriber
    #dc: us
    # Adding EUSDBGroup entry
    # Modify the memberurl attribute and replace it with your own domain name
    #dn: cn=EUSDBGROUP,dc=subarashii,dc=com
    #cn: EUSDBGROUP
    #memberurl:ldap:///dc=subarashii,dc=com??sub?(&(objectclass=orclService)(objectclass=orclDBServer))
    #objectclass:groupofuniquenames
    #objectclass:groupofurls
    #objectclass:top

    Did you ever get your questions answered about the realmRoot.ldif file? Did you manage to configure a successful integration of OVD with EUS? I am battling with trying to get Oracle Virtual Directory integrated with Enterprise User Security, but every step I take in Chapter 7 of the OVD manual fails in some way, and the instructions are often vague. I am not sure how to modify the realmRoot.ldif file. Is there any improved documentation on this? I have logged a Service Request, but not getting any help. Any resources or documentation you know of that provides better guidance would be much appreciated. I am way behind my schedule now and this is a very frustrating exercise.
    Thanks.

  • Oracle Identity and Access Management Suite Plus Integration with Oracle ADF

    Hi All,
    Kindly advice if Oracle Identity and Access Management Suite Plus can be integrated with Oracle ADF based applications to manage the end-to-end lifecycle of user accounts specifically addressing to roles/priviledges and security.
    Request you to share links to documentation where I can study the steps to integrate both the frameworks.
    Looking forward to hear from you soon.
    Best Regards,
    Ankit Gupta 

    Hi Sébastien,
    I came across the below link for the required integrations -
    Oracle&amp;reg; Fusion Middleware Installation Guide for Oracle Identity and Access Management 11g Release 2 (11.1.2) - …
    Oracle&amp;reg; Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 11g Release 2 (11.1.2) - Co…
    Best Regards,
    Ankit Gupta

  • Portal integration with workflow and contracts

    gurus,
    are there any whitepapers on the integration of the portal with oracle workflow and oracle contracts.
    it would be great help ...
    has anyone done this before ...?
    pls reply ...
    thanx a bunch ...

    reposted for attention ...
    has anyone done this ??
    oracle contracts integrated with oracle portal ...

  • OBIEE 11.1.1.3.0 integrated with Oracle EBS R12

    Hi,
    I have Oracle EBS Vision Instance v R12.1 installed on Redhat 5 and wanted to install OBIEE latest version. Can some please point to system architecture diagram as i am conflicted with installation. I do not have complete idea but writing here what i actually know.
    Oracle EBS R12 on Linux
    OBIEE V 11.X on Linux
    Now install prepackeged analystical function on windows machine and using BI tool deploy/use them with Oracle EBS.
    Please point me to a note which describes the components and what does it take to make up and running in conjuction with Oracle.
    Thanks in advance
    Prashant

    Please see these docs.
    Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite [ID 555254.1]
    What documentation do I need to review when installing and configuring a OBI Apps 7.9.6.x environment with EBS? [ID 1221764.1]
    Master Note for OBIEE Integration issues with EBS, Siebel, SSO, Portal Server [ID 1248939.1]
    Oracle SSO E-Business Suite Applications Integration with Oracle Business Intelligence [ID 553423.1]
    Oracle EBS integration with OBIEE [ID 733137.1]
    Document for implementing security OBIEE Apps with EBS and Siebel CRM as sources [ID 756851.1]
    What Application must be chosen for Responsibility within EBS when integrating with OBIEE [ID 1246464.1]
    Also, search Steven Chan's Blog and you should get couple of hits -- http://blogs.oracle.com/stevenChan/
    Thanks,
    Hussein

  • Want to install BI 7.0  on existing portal system with oracle Solaris 10

    Hi gurus
    I want to install (BI 7.0, solaris10, oracle) system on existing portal system with oracle and solaris 10 OS....
    kindly let me know the how to add and create the project in already existing system for new BI system...is there any specific or need to care ful to install one more system on the same instance..
    Thanks in  advance

    Hi balaji,
    If you portal version is 7 then proceed as follows.
    BI 7.0 required ABAP and Java engine.
    You can install the ABAP part alone and then use the existing portal that you have currently for BI also.
    Apply the BI-JAVA related support packs in the portal.
    Establish the connectivity between BI-EP as it is required for BEx Web application.
    For establishing the connectivity refer
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c4742a-3a4b-2b10-b4ae-b03d08bcde6e
    Use this following link for reference for further reference.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/004e5f27-374b-2b10-4da9-894986fd04c7
    regards,
    chandru.

  • Can Peoplesoft HCM 9.2 can be integrated with Oracle HR Analytics?

    Hi All,
    Please help me understand if Peoplesoft HCM 9.2 can be integrated with Oracle HR Analytics? If so what is the latest Version  for that.
    What is the road map for that.
    Thanks in Advance
    J Smith

    Normally, Oracle will lag behind in certifying the latest PSoft releases...however, we are using OBIA 7964 with PSoft FSCM 9.2 using the 9.1 SDE adaptors.  It seems to work fine.  In general, its best to ensure the version is certified but you can ask Oracle support if the 9.1 adaptor can be used for 9.2 HCM.  If there are not significant structural changes for the tables in PSoft, it may work.  As for the dates for certification, Oracle would have to assist with that.  We have asked about FSCM 9.2 4 months ago and it is still not certfied.
    Pls mark correct...

  • Integration with Crystal Report

    Hi everybody,
    I have to integrate a process with Crystal Report.
    A customer need to have a task form with a Print button that prints a report created with Crystal Report.
    I know that you can use webservices to call Crystal Report, but I've not found articles about this integration with Oracle.
    Have you ever faced with something like that?
    Do you think it's possible?
    Thanks
    Marti

    Hi Nomadus,
    I have to use Crystal Reports because this is what my customer already has.
    Actually it's an integration with NO Oracle products.
    Any idea?
    Thanks

  • OBIEE Integration with Oracle Access Manager (OAM)

    Hi All,
    I am new to OBIEE and not familiar with Security part. We have one request from the client to have OBIEE Integration with Oracle Access Manager (OAM) through eternal identity management tool (OID/other LDAP).
    I tried google and found some information, but non of them has Step-by-Step process.
    Does anyone has document or know good portal which gives step by step information on how to Integrate OBIEE with OAM using external identity management tool?
    Appreciate if you share the information.

    Hi,
    You can use this note/doc attached in the note to configure:
    Oracle Access Manager (OAM) and Oracle Business Intelligence (OBI) Integration [ID 1217103.1]
    Regards,
    Jay

  • ECC integration with Crystal report 2008

    Hello,
    If some one have guide of ECC integration with Crystal report 2008 ? Please share me I need to integrate ECC to crystal 2008 integration.
    Regards,
    Sankar.G
    Basis Cosultant

    Do not cross post.
    Read the "Rules of Engagement"
    Regards
    Juan

Maybe you are looking for

  • F2105

    I have an f2105 monitor.  The power light is on, the drivers are up to date, and the VGA cord has been tested.  The monitor comes on and the blue light stays on however, i only get a display for about 1 second and then the screen goes black yet the p

  • A way to resize images so that all are the same size??

    I've got a minor complaint about InDesign going all the way back to version 1.0. I have a bunch of square images that I want to drop into a layout and then resize so that they're all the same size, e.g 2 inches wide (constrained height) or something.

  • Cannot get my PSC 1350 printer operating anymore from OS 10.6.3

    I have been facing quite an unexpected regression over the last couple of days My kid told me the scanner option of PSC 1350 All-in-One was not working anymore. After some basic testing I arrived to the same conclusion. I re-installed the printer usi

  • 8520 wont update

    Hi there, I really need big time help to update my BB 8520!!! I tried everythin, but it just won't work. When I connect my Phone to my laptop and I open the desktop software and click on Update device, it searches for the updates and doesn't find any

  • Personalize link does not show up

    I have enabled the Personalize link in the masthead as per the link below: http://help.sap.com/saphelp_nw04/helpdata/en/97/d4ee3d6434445ae10000000a11405a/content.htm but I am not able to see the Personalize link in the masthead. Any idea why? note: I