OBIEE and Apps SSO implementation

Hi Gurus,
We are using apps 11i and OBIEE 10.1.3.4 . I would like to ask that is there any doc which could provide me steps of SSO implementation between both. Or if not in doc is there any body who incorporated the same. Here we dont have DAC and ETL as Informatica for etl we are using plsql. I want to make it work like when user types his id and password in Oracle E business , automatically he should be also directed to OBI also same user id and password could be used to the OBI. Please remember my OBI is not from apps package. It is EE and not OBI 7.9.6 So is it possible to implement SSO between OBIEE and apps 11i and how ?

Hi Amol,
Check for this note 555254.1 in support.oracle.com. It contains the steps to implement SSO between EBS & OBIEE.
Regards,

Similar Messages

  • OBIEE and Oracle Apps (E Business Suite) SSO implementation

    Hi Gurus,
    We are using apps 11i and OBIEE 10.1.3.4 . I would like to ask that is there any doc which could provide me steps of SSO implementation between both. Or if not in doc is there any body who incorporated the same. Here we dont have DAC and ETL as Informatica for etl we are using plsql. I want to make it work like when user types his id and password in Oracle E business , automatically he should be also directed to OBI also same user id and password could be used to the OBI. Please remember my OBI is not from apps package. It is EE and not OBI 7.9.6 So is it possible to implement SSO between OBIEE and apps 11i and how ?
    Thanks,

    Though this is not your complete answer, at some point this link might be of help to you if you have OBIEE hosted on Windows box.
    http://nerdsofobiee.wordpress.com/2009/10/20/obiee-sso-integration-in-windows/
    Thanks

  • OBIEE and Solaris installation

    Hi,
    This is my first time doing install of OBIEE 10.1.3.4.1 on Solaris10 and all working fine using default OC4J basic install. However when I want to use JBOSS AS 4.3 instead of OC4J, I am having some issues and hoping someone can shed some light here.
    1. OBIEE was installed using 'oracle' user.
    2. JBOSS was installed using 'jboss' user.
    3. Deployed analytics.war to JBOSS - no problem.
    4. Deployed xmlpserver.war to JBOSS by extracting war files into xmlpserver.war directory, modified xmlpserver-server-config.xml to point to XMLP repository.
    5. Login to BIP ok.
    6. Trying to modify OBI Presentation service settings (eg. server name and port) but getting "Could not write to configuration file" error.
    Is this because OBIEE and JBOSS installation was done by two different users (therefore file access permission issue)? What is the best practice for installing OBIEE and J2EE app server in Solaris? Should it be installed by the same user or two different users but under the same group maybe? Any guidance will be greatly appreciated!
    Edited by: gommie on 08-Sep-2009 18:19

    Definitely sounds like a permissions issue.
    I couldn't vouch for best practice, but our installations were originally done two separate users (one for OBIEE, one for our app server, OAS) - but I changed it all to run under the same user as OBIEE.
    It makes controlling services easier, and it eliminates file permission problems like you're seeing.
    You could probably do it with putting both users in the same group and some umask magic to make sure files always have the same permissions for group as owner - but why bother if you can use the same user.
    We saw problems running under two users which probably could have been solved in the long run by understanding exactly how OBIEE and app server interact and working carefully with umasks etc -- but again, unless there's a really good reason to have separate users, why make extra work for yourself.
    I suppose if you were on a shared server and not the only application running on jboss I could see why separate users might be a better idea - but that's the only reason that springs to mind.
    ** caveat ** I'm not a unix sysadmin, I'm an app guy dabbling in unix - this advice may be wrong, it may in fact go against best practice. but it's worked for us so far :)
    BTW is there a reason you're not installing the latest version, 10.1.3.4.1?
    <edit>
    please don't [cross-post|http://forums.oracle.com/forums/message.jspa?messageID=3744343#3744343], IMHO - this could be a useful thread and having replies in two places dilutes its usefulness in the future
    </edit>
    Edited by: rnm1978 on 08-Sep-2009 07:33
    Edited by: rnm1978 on 08-Sep-2009 07:35

  • OBIEE BI Apps data level security involving multiple PeopleSoft Segments

    Has anyone implemented OBIEE BI Apps data level security involving multiple PeopleSoft Segments and can provide some tips?
    Our PeopleSoft security grants access by 2 segment combinations:
    All Segment 3 (Department)  and any Segment 6 (Project)
    Specific Segment 6
    Specific combinations of Segment 3 and Segment 6
    In addition, there is a flag to indicate if the user also has access to payroll data. Payroll access is a subset of the general finance access.
    We've got a security init blocks running successfully for general finance and payroll access. We've created Data filters on the Segments for general finance access and GL Account for payroll access.  We designed dashboards to use Dept and Project from the Segments on the general finance dashboards and pull Dept and Project from GL Account for the payroll dashboards.
    The problem is both data filters are being applied to the general finance dashboards since the joins behind the scenes on the general finance dashboards use GL Account.
    Does anyone have a suggestion?

    Business Intelligence Applications

  • OBIEE BI-APPS Security

    Hi,
    I want to implement secuirty in OBIEE BI-APPS. If some one create reports which they don't want to share with others. I want to integrate with SSO , is there any other product available apart from Oracle Single signone?
    Thanks

    Business Intelligence Applications

  • SSO implemention in distributed environment / BO SDK

    Hi All,
    I am working on Single Sign On (SSO)  implementation.
    I have Jboss Application Server which my web application resides
    and Business objects is resides on other Server
    SSO is implemented in the Business Objects Server.
    I can open the CMC from Internet Explorer without login on machine
    I tried some steps from the Tim's Document
    (http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d0f6ac3c-b3ac-2b10-1b95-c9bd46194977): 
       1)Added bscLogin.conf and krb5.ini in Window folder
       2)kinit.exe with my user id  it works
       3) Added in Java_OPTS in the JBoss Server :
    -Djava.security.auth.login.config=C:WINDOWS scLogin.conf
    -Djava.security.krb5.conf=C:WINDOWSkrb5.ini
    -Dcrystal.enterprise.trace.configuration=verbose
    -Dsun.security.krb5.debug=true
    -Djcsi.kerberos.debug=true
    Issues:
    1)SDK login :
       ISessionMgr mySesionMgr =   CrystalEnterprise.getSessionMgr();     
       IEnterpriseSession eSession = mySesionMgr.logon("user", "pass", "ServerName", "secWinAD");
       this doesn't work.
    2)I checked this url which doesn't help very much.
       http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/208ecaaa-7964-2b10-f2a8-94446a63c67f
    Do i have to implement any other configuration in my Jboss Server..?
    What should be the BO SDK logon
    Can any body help me out.

    Your code should look something like:
    <%@ page import="org.ietf.jgss.GSSCredential"%>
    <%@ page import="org.ietf.jgss.GSSManager"%>
    <%@ page import="com.businessobjects.sdk.credential.CredExtractor"%>
    <%
      IEnterpriseSession ceSession = null;
      String logonToken = null;
      //For Windows AD authentication the logon would be:
      GSSCredential creds = null;
      GSSManager manager = null;
      CredExtractor credExtractor = new CredExtractor(request);
      creds = credExtractor.GetCredential();
      manager = credExtractor.GetManager();
      ceSession = CrystalEnterprise.getSessionMgr().logon(creds, manager, "TCBOESP3.LMAUTH03.NET", "secWinAD");
    %>
    Your web.xml should be setup similar to this:
      <filter>
            <filter-name>authFilter</filter-name>
            <filter-class>com.businessobjects.sdk.credential.WrappedResponseAuthFilter</filter-class>
            <init-param>
                <param-name>idm.realm</param-name>
                <param-value>LMAUTH03.NET</param-value>
            </init-param>
            <init-param>
                <param-name>idm.princ</param-name>
                <param-value>boadmin.test</param-value>
            </init-param>
            <init-param>
                <param-name>idm.allowUnsecured</param-name>
                <param-value>true</param-value>
            </init-param>
            <init-param>
                <param-name>idm.allowNTLM</param-name>
                <param-value>false</param-value>
            </init-param>
            <init-param>
                <param-name>idm.logger.name</param-name>
                <param-value>simple</param-value>
                <description>
                    The unique name for this logger.
                </description>
            </init-param>
            <init-param>
                <param-name>idm.logger.props</param-name>
                <param-value>error-log.properties</param-value>
                <description>
                    Configures logging from the specified file.
                </description>
            </init-param>
            <init-param>
                <param-name>error.page</param-name>
                <param-value>../logonNoSso.jsp</param-value>
                <description>
                    The URL of the page to show if an error occurs during authentication.
                </description>
            </init-param>
        </filter>
    <filter-mapping>
                 <filter-name>authFilter</filter-name>
         <!-- <url-pattern>/sample/*</url-pattern> -->
         <url-pattern>/logon/logonService.do</url-pattern>
    </filter-mapping>
    In the code we leverage some classes that InfoView uses to pull the Kerberos/Vintela info.  The only other piece that is required is to leverage the authFilter of InfoView.  The authFilter needs to be setup in the application context via the web.xml.  As well the URL pattern of the authFilter needs to be set so that when the jsp page that is doing the logon is being run, that the filter is triggered.  The filter config and mapping can be pulled from the web.xml in /InfoViewApp/WEB-INF/web.xml

  • Difference between EDN-DB and EDN-JMS implementation

    Experts,
    Looking for a difference between EDN-DB and EDN-JMS implementation. We have EDN implementation going on, where multiple source systems will be publishing business events. Events can be published using SOA Suite or JMS Bridge from AQ and MQ. In this scenario which implementation approach is suited better ?

    Oracle Apps Adapter can be used for many other products other than E-Business Suite (JD Edwards E1, OTM, and others).  The apps adapter was mainly used in ERP systems and was strong when you needed have added functionality other than just polling a db for a status / calling a stored procedure...  It could connect out to other business services, xml gateways and so-on.
    From a technical aspect / development perspective I always thought of that the Oracle Apps Adapter simplifies the development but, may is not flexible. The App Adapter's strength is the services that are difficult to integrate with (business services, xml gateway). If you need to hook in to these types of services, use the APPS adapter. (Again like it is named the "Apps Adapter" its for interacting w/ other applications to enable real-time processing / functionality. 
    That being said the dbAdapter can be very powerful but, like it is named is database focused (to poll some table to know when to kick off other logic and enable real-time functionality through database interaction.
    Looking at the Oracle 12C Roadmap I had heard that there is more planned for the Oracle Apps Adapter moving forward, especially as Anuj said in the "Financial Apps" side of the isle at Oracle. Who knows what is real and what isn't though =]
    Hope this helps!
    -Luke

  • Steps required to create apps to implement various web parts functionality

    I have office 365 E3 a/c.
    For a site we have to create few apps whoose required functionality is like
    1. Newsfeed Webpart
    2. Blog webpart (source is library)
    3. CQWP
    4. Carousel web part
    5. Calendar control
    Please tell all steps required to create apps for above mentioned functionality.
    What will be steps and plan for this?

    Hi,
    According to your post, my understanding is that you want to create apps to implement various web parts functionality.
    You can use CQWP in the SharePoint Online. You can refer to:
    When to use the Content Query Web Part or the Content Search Web Part in SharePoint - SharePoint Online for enterprises
    In addition, there are some great articles about other web part for your reference:
    Data Viewer App for SharePoint Online
    Corporate News App
    Creating a SharePoint Cloud Business App Step by Step!
    Blog - Deploy A LightSwitch Application To Office 365 / SharePoint Online (Provider Hosted)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OBIEE and Daily Business Intelligence

    Has anyone tried merging the content of BI Apps and DBI?
    If you have, please comment on the proposed solution http://www.appsbi.com/obiee-and-daily-business-intelligence/
    Thank you
    Nilesh
    [OBIEE, BI, ERP|http://www.appsbi.com]
    Dashboards

    The BI apps which you can buy now from oracle had nothing to do with DBI.
    The BI fusion (or something) which you could buy 2 years ago or so had to do everything with DBI. (but oracle stopped with this indeed)
    it's all a bit confusing because Oracle still uses the same name.
    This was an OBIEE solution on DBI. But custimizations were not supported on this. The BI apps you can be now will support custimizations/extensibilities!
    Hope this will help you out for a bit...

  • OBIEE/Oracle Apps

    Hi,
    I am working on an Inventory report in OBIEE/Oracle Apps. The report needs organization and set of books. I do not see these fields in the Inventory Subject Area. I am building this report from Inventory Transactions SA. How do I get these two fields into the Inventory transactions SA. I am very much confused on how to bring the missing fields into the SAs as I am working on OBIEE/Oracles Apps integration for the first time. Please advise.

    I would definitely need those in this SA..isn't it?Ya defiantely you would need those columns because itz crux of the matter.I meant check them in other subject areas also (other than inventory)
    I dont have access here,but im sure i saw those columns defined....check them might be they have been mingled up with other subject areas because as those 2 fields are used with all modules in common.
    If i recall the tables names start something like this Dim_W_INT_ORG_D or Dim_W_ORG_D_Account im not sure check out.
    hope it has been answered
    By,
    KK

  • OBIEE & BI Apps Installation.

    Hi All,
    I want to install the latest version of OBIEE & BI Apps on linux. I came to know that some components of OBIEE & BI Apps can't be installed on linux and is possible only on Windows. So can anybody let me know what are all components i can install on linux and what are all on Windows?
    Thanks in advance.

    Hi,
    With Oracle's Real-Time Decisions you'll get some kind of self learning decision server based on the j2ee platform. This sever contains some kind of data mining engine.
    You should check Mark Rittman's blog:
    http://www.rittmanmead.com/2007/04/19/a-first-look-at-oracle-real-time-decisions/
    http://www.rittmanmead.com/2008/03/01/using-oracle-real-time-decisions-to-automate-business-decisions/
    or Oracle:
    http://www.oracle.com/applications/crm/siebel/business-analytics/real-time-decisions.html
    http://www.oracle.com/technology/documentation/rtd.html
    I have never used this product myself, so I hope this is enough information for you.
    Cheers,
    Daan Bakboord
    Scamander Solutions

  • Apps r12 implementation

    as a apps dba what are all the roles and responsbilities while implementing apps can anyone help me so that i can practice my own

    853910 wrote:
    as a apps dba what are all the roles and responsbilities while implementing apps can anyone help me so that i can practice my ownPlease search the forum before posting similar questions.
    https://forums.oracle.com/forums/search.jspa?objID=c3&q=How+to+become+Apps+DBA
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Health+AND+Check&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Will apple ever create and app lock or file lock on ISO 5

    It would be great if apple applied and app lock or even a file lock for ISO 5 it seem like this is something that would have been done a long time ago..... What is your thoughts about this

    There is a passcode lock for the phone. Individual apps can implement their own locking mechanism (e.g. 1Password, iBank, etc.). It's neither likely nor practical for Apple to implement any kind of system that would lock individual apps. If you don't want people looking at the neked pics of your significan other, then don't keep them on your phone or don't let people use your phone.

  • Transaction control of app module implementation , from a SLSB

    Hi, We are using a Session bean , to invoke app module implementation - service methods to manipulate VOs.
    The service method of app module is having control of transactions , like commit . We want to have this control from stateless session bean.
    Could some one help me ? Thanks .

    Hi,
    expose a custom client method on the ADF BC module and have this method (in AM impl) calling commit.
    Frank

  • Training and Event Management Implementation based on competencies

    Dear Friends,
    My client is going ahead for Training and Event Managment Implementation. They have a basic requirement to start with and that is :
    1) They have done competency mapping for all its employees and they want that the competencies of each employees(along with the skill levels) to be recorded in the system and that has to be the starting point of using Training and Event Management module.
    2) They want, if the competencies can flow based on Job/ Position.
    3) Some identifier to the competencies, whther it has flowed from Appraisal or any other sources in the Final Training Needs.
    Kindly provide me help, as to how I will be able to achieve that and in what Infotypes the data pertaining to Training and Event Managment will be stored.
    If u all can kindly share with me the User Manuals and Configuration Docs of Training and Event Management, it will be of great help.
    Thank you all.

    Hi,
    Competencies can be stored as qualifications in PD and then by activation of PD PA intergration can be seen from pa30 infotype 24.
    Qualifications can be stored against a Job/Position and are called as the Requirements. They are seen as a separate Tab and to which ever position the person is linked to the corresponding qualifications of the position will appear in the requirements tab.
    You can maintain the proficiency and a note along with the qualification when assigned to a person.
    Also Appraisals can have qualifications in the template rather than criteria and criteria groups.
    Also after training is completed during the follow up we can create an appraisal and transfer the qualifications or simply transfer the qualifications to the employee.
    Regards,
    Divya

Maybe you are looking for

  • APPLICATION TOP Character set conversion

    Hi, I am changing the characterset of application from UTF8 to AR8MSWIN1256. After running adadmin, i am getting the following errors in manifest_lossy.lst file Source Character Set: UTF8 Destination Character Set: AR8MSWIN1256 Original Source Buffer

  • Suddenly can't open any image files in PSE11

    Last used PSE11 a couple of months ago. The organizer and Elements worked normally. Today I attempted to open some JPEG files in Elements on my PC and nothing shows up in the photo bin or the editing window. Tried with a varieity of JPEGs and non of

  • Discoverer Viewer Error - Duplicate child ir196142 - Nested exception: Dupl

    Hi Experts, One of my discoverer report is running fine in discoverer desktop.but while running it on discoverer viewer I am facing the below error The application encounters an invalid state. . - Duplicate child ir196142 - Nested exception: Duplicat

  • Question on imsimta counters -show output

    ./imsimta version iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003) libimta.so 5.2 HotFix 1.21 (built 18:35:22, Sep 8 2003) SunOS mailsrv1 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Fire-280R When looking at the "Blocks" column, is that val

  • Wlw-runtime-config.xml & two managed servers

    I have a problem with WSDL generation and WebLogic workshop in a cluster. I'm using a wlw-runtime-config.xml file to ensure that my web service generates the correct url for it's endpoint. The problem I have is that I have two managed servers on one