Integrate obiee with existing app using sigle sign-on

have an existing application written in perl. Now i need to integrate this application with obiee. The obiee resides on a different server from the running application, and we want a single single-on. Has anyone done this know how hard it is to do this.

Dear John,
from my point of view, we have to seperate the problem in two parts:
1.) The automatic logon to the struts application via SSO.
2.) The session sharing via some J2EE mechanism.
For the SSO (1.) You have to logged on to the portal - with a cookie on the clientside. This cookie can be used for SSO by Your Struts application as long as You share the same session (same browserinstance). This is not difficult examples are available.
The sessionsharing between a J2EE aap - Struts and an iView is an intersting point. I hope I can get some time to try this out. One trick which is not too clever is to store the session data serialized in a database and privide the sessionid in the url which calls the iView or Struts. Sessionsharing between iViews is no problem as long as You use the HTTPSession.
Walter

Similar Messages

  • Cannot sync iPhone with new apps using iTunes

    My question is I am unable to sync my applications or even music or videos using iTunes, I use different computers to sync my iPhone, and one in particular but that particular system too has greyed out everything on me in iTunes and doesn't allow me to sync either songs videos, photots or applications.... and gives me a warning that I will loose all the existing apps or songs on my iPhone and whatever songs, apps..are present in the iTunes library would be added to my iPhone.
    I want to keep existing songs, apps.. and also the new apps and songs from this itunes can it be done.
    Thanks for helping

    The iPhone can sync iTunes content (music, videos, apps, photos, etc.) from one computer only. Trying to sync iTunes content with a second computer will result in iTunes erasing the content from the first computer. However, non-itunes content such as contacts, calendars, mail settings, notes, etc. (anything in the Info pane) can be synced from another computer.

  • Practice to integrate ATG with existed website?

    My company have launched B2C business for around one year. We developed a website and a simple back-end administration console with JSP. Next phase we plan to focus on functions like website analytics, customer interactive and marketing campaign. We're looking for some commercial solutions. If we buy ATG, where is the integration point with existed website?

    Refer to this thread on the same topic
    ATG Siebel Integration

  • Login in to OBIEE with Oracle Apps Credentials

    How can i connect to OBIEE repository and presentation services using Oracle Apps (ebusiness suite) user name and password the same way it can be done in discoverer.
    if anyone can point me to a link or give me his own opinion on how to do that please do.
    Thanks

    Hy Daan,
    You are the king of Ebs.
    A little search on google over ExternalLogon, return me on this page :
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/general_10134.htm#BEHJFJDD
    11.5.3.2 Specifying the External Login for Single Sign-On with EPM Workspace
    An external token (or ticket) can be passed to Oracle BI Presentation Services by another system, which facilitates the use of Single Sign-on with EPM Workspace and Oracle BI.
    To configure for a token to be passed from EPM Workspace to Oracle BI Presentation Services for Single Sign-on, you must add or modify the <ExternalLogon> element of the instanceconfig.xml file as follows:
    <Auth>
    <ExternalLogon enabled="true" logonPageAllowed=”true”>
       <ParamList>
          <Param name="UID" source="url" nameInSource="sso_token"/>
          <Param name="PWD" source="constant" value="obips.hss.ssotoken"/>
       </ParamList>
    </ExternalLogon>
    </Auth>Does it mean that you need Oracle SSO (the ldap of oracle) ?
    http://www.oracle.com/technology/products/id_mgmt/esso/index.html
    Cheers
    Nico

  • [solved] no sound with multimedia apps using Pulseaudio Dummy drive

    It seems audio issues are kindof frequent atm, but I couldn't solve the strange issue using the informations provided in the threads nor the wiki
    Issue:
    One app plays audio just fine: Deadbeef Audio player, but no activity shows up in Pavucontrol while playing.
        Deadbeef uses default Alsa outpput (currently Pulse audio server)
    The other multimedia that I use or tried (mplayer, VLC and paplay test.wav) play files with no sound to be heard. Pavucontrol just shows 'dummy output' activity
    as for mplayer that is the case with default pulse and alsa audio drivers
    Context:
    1/ Recently switched from ALSA to PulseAudio
    Have no  ~/.asoundrc
    2/ First appeared when:
    Installed software updates last week. I lazily hoped it will resolve itself with the next update which it didn't so far. None of the packets I updated had linux|pulse|alsa|sound|audio in its name.
    Another issue appeared at the same time: no software is able to play any media from the DVD drive. The optical drive itself is well recognized whether by 'lsscsi' or /proc/sys/dev/cdrom/info
    3/ PulseAudio did not start today after booting the system
    $ pulseaudio --start
        E: [pulseaudio] main.c: daemon startup failed
    Started OK after commenting "/etc/pulse/default.pa" config line that remap microphone to mono for Skype (as per the Pulseaudio wiki)
    System Audio info:
    $ cat /proc/asound/cards
    0 [PCH ]: HDA-Intel - HDA Intel PCH
    HDA Intel PCH at 0xf7d00000 irq 46
    $ lspci|grep -i audio
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    $ aplay -l
    carte 0: PCH [HDA Intel PCH], périphérique 0: ALC892 Analog [ALC892 Analog]
    Sous-périphériques: 1/1
    Sous-périphérique #0: subdevice #0
    carte 0: PCH [HDA Intel PCH], périphérique 1: ALC892 Digital [ALC892 Digital]
    Sous-périphériques: 1/1
    Sous-périphérique #0: subdevice #0
    # fuser -v /dev/snd/*
    /dev/snd/controlC0: kozaki 20121 F.... pulseaudio
    $ cat /proc/asound/modules;
    0 snd_hda_intel
    $ lsmod | grep ^snd;
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    snd_hda_intel 26327 3
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 1 snd_hda_codec
    snd_pcm 88487 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 69340 13 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    $ systool -vm relevant_snd_module
    EDIT
    $ systool -vm snd_hda_intel
    Module = "snd_hda_intel"
    Attributes:
    coresize = "26327"
    initsize = "0"
    initstate = "live"
    refcnt = "5"
    taint = ""
    uevent = <store method only>
    Parameters:
    align_buffer_size = "-1"
    bdl_pos_adj = "1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    beep_mode = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    enable_msi = "1"
    enable = "Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y"
    id = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    index = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    jackpoll_ms = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    model = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    patch = "(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)"
    position_fix = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    power_save = "1"
    power_save_controller= "Y"
    probe_mask = "-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1"
    probe_only = "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
    single_cmd = "N"
    snoop = "Y"
    Sections:
    .bss = "0xffffffffa0365a80"
    .data = "0xffffffffa0365000"
    .data.unlikely = "0xffffffffa03657d0"
    .exit.text = "0xffffffffa0362930"
    .gnu.linkonce.this_module= "0xffffffffa0365800"
    .init.text = "0xffffffffa0368000"
    .note.gnu.build-id = "0xffffffffa0363000"
    .rodata = "0xffffffffa0363040"
    .rodata.str1.1 = "0xffffffffa0363f02"
    .rodata.str1.8 = "0xffffffffa03642e0"
    .smp_locks = "0xffffffffa0364618"
    .strtab = "0xffffffffa036b508"
    .symtab = "0xffffffffa0369000"
    .text = "0xffffffffa0360000"
    __mcount_loc = "0xffffffffa0364848"
    __param = "0xffffffffa0364628"
    __verbose = "0xffffffffa0365640"
    I guess it might be a rather basic configuration step that I missed and am blind to see. If so, sorry for wasting your time :-/ Hint appreciated.
    Last edited by kozaki (2014-09-01 19:43:16)

    Read how to post correctly to get English output.
    kozaki wrote:$ systool -vm relevant_snd_module;
    Really? What do you think relevant_snd_module is? When you copy something from another thread, maybe it would be wise to read through it first. I tried to explain that there is no relevant_snd_module, it is a hint to the user, yes you, to use the module that is relevant in users case, which often is snd_hda_intel, which again is also mentioned in the other thread. Read it and correct your post accordingly please.
    As for the issue at hand, is module-suspend-on-idle loaded? If so, disable and unload it. Start PA with '-vvvv' switch and post the log here. You might want to try defaulting the configuration for PA, meaning delete your ~/.config/pulse. Does your GPU have a hdmi sound card?
    Check if you can get sound output with PA killed through speaker-test:
    speaker-test -c 8 -t wav -D plug:"dmix:{CARD PCH DEV 0}"
    speaker-test -c 2 -t wav -D plug:"dmix:{CARD PCH DEV 0}"
    Both should work launched in that order at the same time.

  • Customizing OBIEE with BI Apps informatica

    We are in the process of customizing bi apps finance and have 3 new dimension tables to add to the existing facts. What is the best process to tie these new dimensions to the existing GL fact via ETL method.
    We have started by adding one wid column from each of the new dimensions to all of the OOTB Fact tables being used?

    Thank you Antonio
    I have read documentation as you have mentioned the question I have is how do you enter the new custom dimension tables column ids through to staging table of fact if the wid is not established until the SIL mapping has complete. Then you would need to add from 2 x different sources OLTP and OLAP. Would this mean that we would have to create a copy of the existing fact tables mappings and copy them to a custom folder and customize for the extra columns.

  • Opening existing apps using java.awt.Desktop

    I want to display my html file using existing applications such as IE. How I can do this?
    My java version is 1.6 so the java.awt.Desktop is good for my reason?

            try {
                Desktop.getDesktop().open(new File("test.html"));
            } catch (IOException ex) {
                ex.printStackTrace();
            }

  • The problem with mail app using Helvetica font (Mountain lion 10.8.2)

    I used mail application to send an email (Korean Language) with Helvetica font. However, the receiver could not read the content because a mess content with symbols was displayed. How can I solve this problem?
    Thanks a lot

    chiennguyen wrote:
    I used mail application to send an email (Korean Language) with Helvetica font. However, the receiver could not read the content because a mess content with symbols was displayed. How can I solve this problem?
    You didn't really use the Helvetica font, because that font has no Korean characters.  You just sent Korean text in an encoding which the recipient did not understand.  Use the Message > Text Encoding menu before sending to try a few different encodings, like UTF-8, Korean EUC, and Korean Windows, to see which one works best for that receiver.

  • How to integration obiee Authentication with external app?

    now i need integrate obiee with external app(web application).
    one user have 2 roles. one is teacher, others is school admin.
    when he login in external app, the first screen show teacher and school amdin. he click teacher login in this system.
    after user login in . system set the role into session.
    then he want to see obiee dashboard in external app side.
    in obiee side, i need do some resources control for this role.
    but i how to get this role? i can get the two roles from LDAP server. but i need confirm user login in external app use which role?
    i no idea for this .please help me.
    Thank you very much.

    Hi,
    Sounds like your OBIEE apps needs to be able to get the role from the session (I assume database session), which means OBIEE needs to be able to get the same session from the external app. Does the external app set a cookie or something that would identify the session? If so use that cookie in OBIEE to get the session? More than likely need more details of the architecture of you external application!
    Regards,
    Gareth

  • Cannot send email in mail app. using POP account with Wi-Fi

    I recently moved to an apartment that only has wireless internet access. Since moving I cannot send email using my POP account, although I can receive email. I was also not able to receive email using my .mac account, but I learned through this forum to change server port to 587 in .mac account and now I can send via .mac account in mail app. But I still cannot sent email with mail app. using my POP account. I changed no settings when I moved, and have never had this problem with cable. Any suggestions?

    It all depends on the policy of whoever is the ISP at your new location and the method used by the outgoing (SMTP) server to determine whether you’re a legitimate user.
    In an attempt to fight spam, many ISPs restrict the ability to send using an outgoing (SMTP) server not owned by them, usually by blocking port 25 for all traffic outside their own network, which means you cannot send with an SMTP server not owned by them if configured to use that port number. And it may happen the other way around as well, i.e. the outgoing server itself may look at the IP address you’re connecting from and refuse the connection if you’re outside its own network.
    Something that often works is changing the outgoing server port to 587 (or whatever alternate port number the outgoing server listens to) instead of 25 and using some form of authentication in Preferences > Accounts > Account Information > Outgoing Mail Server > Server Settings, but two conditions must be satisfied for this change to work: (1) the ISP must not block that port as well AND (2) the outgoing server in question must listen to that port and accept a form of authentication not based on the IP address you’re connecting from.
    Independent mail service providers not tied to a particular ISP, such as .Mac and Gmail, do allow authenticated SMTP access on port 587, which is the reason changing the outgoing server port number solves the problem for them if the ISP doesn’t block that port as well.
    The following article, for example, describes several ways to address this issue in the case of .Mac, but can be useful for other mail accounts as well (not just .Mac), and applies to all versions of Mac OS X (not just Mac OS X 10.4.2 and earlier as the article states):
    .Mac: Server timeout alert message when sending email

  • Update existing app to support PUSH notifications?

    Hi
    Please can someone confirm this - I need to update an existing app (using an APP ID with a wildcard) to support PUSH notifications. For this I need to have a non-wildcard APP-ID. However now the question is that if I change the APP-ID to be something else, will the App Still update fine (the one using a Wildcard APP-ID). I don't want customers/users to pay for the app again! Please kindly clarify.
    Thanks

    Basically when you create a provisioning profile (dev/distribution), you need to associate that with an App ID. Since in the past all our apps were provisioned with a certificate that was tied to an App-ID that was something like com.blah.* we are now unable to use this App-ID for PUSH notifications.
    Requirement for PUSH Notifications is to first setup an App-ID for PUSH. Here's where the problem is. If we create a new App-ID for PUSH, we will have to generate a new Distrib/Dev certificate and sign the Application with that certificate. If we do this, existing customers (I believe) will not be able to (1) update their app, OR (2) we won't be able to issue an update to an existing App since the Distrib Certs don't match (nor do the App-IDs) - at least that's my understanding.
    I'm worried this all is going to go terribly wrong somewhere. Can someone who's already updated an existing app for PUSH confirm there's nothing to worry about?

  • Error while integrating OBIEE with EPM workspace

    Hi,
    I am trying to integrate OBIEE with EPM workspace and getting the following error:
    The EPM Workspace Connection program resulted in a non-zero return code (4294967295).
    Details:
    0 [main] ERROR com.hyperion.hit.registry.RegistryUtils - An error occured when trying create a connection to registry. Detailed message is oracle.jdbc.OracleDriver
    com.hyperion.hit.registry.exceptions.RegistryException: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:197)
    at com.hyperion.hit.registry.RegistryConnection.getInstance(RegistryConnection.java:143)
    at com.hyperion.hit.registry.Registry.getInstance(Registry.java:155)
    at com.siebel.analytics.web.hyperionregistry.HyperionRegistry.main(HyperionRegistry.java:145)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:192)
    ... 3 more
    I copied the reg.properties file as mentioned in the document.
    Can you please help me.
    Thank you
    Venky

    Hello,
    Are you doing it the correct way. Here, are the steps mentioned - http://isimplyshare.com/integrating-obiee-using-epm-workspace/
    Regards,
    Faisal Memon

  • How to intergrate OBIEE with EBS

    Hello all,
    How can i integrate OBIEE with EBS?
    I want to run a concurrent program in EBS which generates .xml file and i want to use this .xml file in OBIEE and generate .pdf file.
    So is there any way that i can automate this process.
    Thank you,
    Madhu

    Hi,
    It is possible. Please refer to the following documents for details.
    Note: 216212.1 - Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216212.1
    Note: 452056.1 - Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452056.1
    Regards,
    Hussein

  • Integration of Apex with Oracle Apps R12

    How can I integrate Oracle Apex with Oracle Applications R12? The requirement is like by clicking a menu the user will see an apex report without giving again the user name and password. By simple menu attachment it's asking for apex login credentials. But I want it will redirect to the apex page without asking for user name and password.
    Anyone please tell the step by step procedure of how to integrate apex with oracle apps R12.
    Please help.

    Hi,
    See below my thread this might be of some help to you. We could successfully integrate EBS and OBIEE.
    Logout link missing upon integrating OBIEE 11g with EBS (Not through SSO)
    Thanks,
    Sri

  • INTIGRATION OF OBIEE WITH ESSBASE AND BRIO

    Hi,
    Can any of you tell me about how can we integrate OBIEE with hyperion Essbase or Hyperion BRIO.
    Or atleat give me the links where I can find the information specific to this topic.
    Please help me. Its an urgent help.
    Thanks a million in advance.

    Hi,
    You can start with the information provided in this link.
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/essbase/biee_essbase.htm
    Hope this helps you,
    Jay
    Edited by: jay_007 on Dec 10, 2009 4:46 AM

Maybe you are looking for

  • Selecting the first 4000 characters from a tag in an xml file

    Oracle Enterprise Edition 11.1.0.7 64 bit (Jan 2012 CPU applied) Windows 2003 64 bit We have an XML file with the following sample format. <?xml version="1.0"?> <HR> <EMP> <FNAME>JOHN</FNAME> <LNAME>DOE</LNAME> <COMMENT>Comment with less than 4000 ch

  • Bummed with iMovie '09

    I just want to say how bummed I am with the new iMovie. I recently got a shiny new MacBook Pro (thanks, work) and all's good except for this new version of iMovie. The old one was just so intuitive - you could see your clips in one, obviously laid-ou

  • How get the string back?

    Hello with this code I put my string in a byte array. String code = "This is a testString"; bytes[] ver = code.getBytes(); Can someone tell me how I can get the original string back?

  • I cannot share pages documents using iWork on iPad or iPhone

    Hi everyone... Since yesterday i'm having a problem sharing a doc from my ipad to my mac using pages. Everytime i try to log on in there to iwrok.com its says it was unable to verify my account and to check my connection. Well my connection works fin

  • Lumia 720, camera pink spot/glitch

    There is a pink spot(more like a worm) in the pics taken with my lumia 720.. It is also present in the preview. The same can also be seen in video preview and recorded version :/ is there any solution???  attaching pics for more detail Attachments: W