Integrating security with siebel 8.0

Hi,
I have installed obi apps, running etl and integrate with siebel web. So user can see Sales Analytics dashboard from their siebel web interface.
Currently I add user siebel in BI apps manually by security -> add new user on repository, assigned the right privileges (SalesManager, Sales Representative etc).
Can we do it automatically, may be by using siebel s_user table ? So anyone who has access siebel can access bi apps as well ?
What about their privileged ? Currently I just need to classify them as sales representative, sales manager and director.
Many Thanks,
Irfan

There are initialization blocks for integration with Siebel 8.0 out of the box.
Check these details:
http://download.oracle.com/docs/cd/E12127_01/doc/bia.795/e12083/security.htm#CHDFCJDC

Similar Messages

  • Integration ODI with Siebel EIM.

    Hi ODI forum's
    I have installed ODI 11g version in linux platform and I am doing POC on this
    The POC like this : Integration ODI with Siebel EIM(I am very new to the ODI)
    For this I have installed below softwares.
    --- Oracle Database 11.2.0.1.0
    --- RCU
    --- ODI 11g
    --- WebLogic 10.3.5.0
    --- OS - Red Hat Linux
    The above softwares are installed prefectly..
    I have configured the below components after installation was completed.
    Configure a WebLogic Domain
    Starting the Administation Server
    Starting the Managed server
    Manually configure the Standalone agent
    Question 1 Does we need the configure these components like Java EE Agent, Oracle Data Integrator Console and Oracle Enterprise Manager.
    2 Do we need to install Data quality and data profiling (as per my knowledge these are not required )
    3 There is file called topology.sh should be created in ODI installation directory, but it was not created.
    4. what is the purpose of this file.
    Please share me some docs or ppt on how to integrate the ODI with siebel EIM.
    Please clarify my doubts and get back me soon.

    Hi User;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » System Management and Integration » Data Integrator which you can get more quick response
    Regard
    Helios

  • Integrating SAP with SIEBEL

    HI Friends,
           I need some documents or any links on how SIEBEL system can be integrated with SAP system.
    Thanks,
    Lavanya.

    Hi
    First of all, integrating Siebel with SAP is certainly something
    that can be done. You mention that your client is moving to 4.6
    which is very good for any integration endeavor since 4.6C has almost
    2000 BAPIs compared to 400 in 4.0. The hardest part of the project
    will be to exactly define the interfaces required and find out
    which BAPIs and/or IDoc Message Types to use for the communication.
    Make sure that the BAPIs/IDoc Message types you have identified
    cover the specific functional requirements your client has.
    If not, you may need some custom ABAP development.
    If you are looking for tools to help with the project, take at look at
    www.scribesoft.com. They have a lot of experience in the CRM world
    and specific connectors for SAP and Siebel.
    Regards

  • Windows Integrated Security with SSRS, Sharepoint 2013 and SSAS over http

    I have the following setup and problem:
    Sharepoint 2013 with SSRS in Sharepoint integrated mode
    SSAS 2012 SP1 with http access (IIS + msmdpump) enabled on the same box as SSAS
    Every component I have tried works fine with this (PerformancePoint, .bism connections, SSIS packages etc.), connecting over http using Kerberos and windows integrated authentication.
    SSRS (.rsds) connections in Sharepoint fail a connection test when using the same http connection string + Windows integrated authentication which works for everything else. The error is: "Unsupported data format: -> Microsoft.ReportingServices.DataExtensions.AdomdTestConnectionException:
    Unsupported data format:"
    SQL server profiler shows that the windows username is reaching the SSAS server is all cases.
    Kerberos delegation is set up for SSAS and is working.
    Switching the .rsds connection to saved credentials (same user as I tried with Windows integrated auth) works fine and SQL server profile logs look the same as the Windows integrated case.
    So, everything seems to work with Kerberos + http apart from SSRS ... any idea welcome. I did read that SSPI is not supported for http connections but then again, there are sites which give examples of exactly such connection strings. I can't find any
    mention of this case or exact problem anywhere ...

    For information, this was fixed by applying the .NET 4.5.1 patch as advised by MS support. Now http connections from integrated mode SSRS work ok.

  • Oracle Access Manager integration with Siebel issue

    Currently facing a technical issue with integrating OAM with Siebel. Attached below are some details.
    1. Trying to protect the .html file through OAM.
    2. Created Application Domain, User identity store as AD
    3. Enabled the 10gWebgate Agent as OAM agent
    4.Created Host Identifier
    5.Created own Authentication Scheme for AD
    6.Created Protected Resource Policy and configured Authentication Scheme.
    We are unable to protect the resource : ResOpNotProtected error is seen.
    Thanks in Advance

    Have you provided all the hostname and port combinations in the Host Identifier?
    What have you configured as Preferred Host in webgate configuration? What is configured in the Host Identifier?
    ~Yagnesh

  • Cisco UCCX 9.x Web Chat integration with Siebel

    Hi,
    I have a requirement to configure and integrate Cisco UCCX 9.x Web chat with Siebel. Do anyone have any good documentation/guides on configuring Web chat on UCCX aswell as integrating it with Siebel?
    Thanks
    KMS

    Hi,
    We have uccx 9.0 with socialminer integrated for webchat.
    After the chat is complete,can we send the chat history to the customers email id.
    Is this possible?If so can any one advice me how to configure the same.
    Thanks,
    Rahul

  • Can somebody help me with Siebel and Fusion Integration

    Hi,
    I want to integrate Siebel with BPEL.
    I can't use the Oracle AS adapter available for Siebel for integration purpose.
    I have to integrate using web services.
    Can somebody help me out with any document of integration BPEL with Siebel using WebServices??

    Hi,
    Find attached the link/note for integration of BPEL with Siebel, hope this will be useful
    http://download-east.oracle.com/docs/cd/B31017_01/integrate.1013/b28999/intro.htm
    Oracle® Application Server
    Adapter for Siebel User's Guide
    10g Release 3 (10.1.3.1.0)
    B28999-01
    Rgds,
    Muru

  • SQL Server JDBC integrated security question

    I'm assuming that the only way to create a connection to SQL Server using the JDBC driver is using IntegratedSecurity=false and not IntegrateSecurity=true? I can see the arguments for having it only work with false, but I just wanted to make sure so I can clear any questions up regarding security with our client's DBA. Thanks.

    Hi Matt,
    It is possible to use integrated security with ODI, you need to have the JDBC driver and the sqljdbc_auth.dll file in your drivers directory.
    Your JDBC url will look like this: jdbc:sqlserver://localhost:1113;integratedSecurity=true
    It is detailed in a note on Metalink (568070.1), here is an extract:
    To implement the solution:
    1. Copy the "sqljdbc_auth.dll" file into ODI "/drivers" Folder on the computer where the JDBC driver is installed.
    2. In ODI "/bin/odiparams.bat" configuration file, set the "java.libary.path" system property to specify the directory of the "sqljdbc_auth.dll" file, as follows:
    set ODI_ADDITIONAL_JAVA_OPTIONS="-Djava.library.path=c:\oracle\oracledi\drivers" or, if ODI_ADDITIONAL_JAVA_OPTIONS has already been set, add "-Djava.library.path=..." to the existing string, as follows:
    set ODI_ADDITIONAL_JAVA_OPTIONS="-Duser.language=en" "-Duser.country=US"
    "-Djava.library.path=c:\oracle\oracledi\drivers"
    3. If using an Agent started with "agent.bat" or "agentscheduler.bat" commands, the Agent should be stopped and restarted (in order to take into account the new Java settings).
    4. If using an Agent started as Windows Service, then:
    Stop the Agent Service.
    Remove the Agent Service with "agentservice -r" command.
    Edit the "snpsagent.conf" file (from ODI "/tools/wrapper/conf" Directory).
    Add the Java Library Path to specify the Directory of "sqljdbc_auth.dll" File, as
    follows:
    wrapper.java.library.path.2=c:\oracle\oracledi\drivers
    Recreate the Windows Service with "agentservice -i" command.
    Start the Windows Service.
    Thanks,
    Julien

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • Oracle BI Publisher 10x/11x Integration with Siebel CRM 8.2 Release

    Hello Gurus,
    We are in the process of implementing Siebel (8.2) Public Sector for one of our client and in term s of reporting we have decided to use latest version of OBIEE and BI Publisher and thus decided to go ahead with implementing BI Apps 7.9.6.3 combined package of (OBIEE 11.1.1.6, BI Publisher, Informatica 9.x, DAC 10.1.3.4.1 with hot fix).
    There is My Oracle Support (MOS) article # 1172844.1 (titled ‘Supporting Documentation for Siebel Reports by Product Version’) which explains that Oracle BI Publisher 10.1.3.4.2 version supports Siebel CRM release 8.2.
    Due to the limitations of the Oracle BI Publisher usage as per the Oracle support documentation, we need to make use of OBIEE 10g version for BI Publisher for integrating with Siebel 8.2 release and we need to also use OBIEE 11g for the main reporting and henceforth we end up maintaining 2 servers for reporting in our environment.
    Does Oracle BI Publisher 11.1.1.5 or 11.1.1.6 version cannot be integrated with Siebel 8.2? Is this not supported version with Seibel 8.2 version?
    Oracle BI Publisher architecture in 10g is different when compared to OBIEE 11g version and does it make any impact if we go ahead with 2 different versions pointing to pull the data from the OLTP source ( Siebel) ?
    I am looking out for exact approach to be followed for reporting requirements for this kind of scenario ?
    Help me with your inputs and suggestions on this.
    Thanks
    Praveen

    hi Praveen,
    Did you got any answer for this?
    Cheers,
    J

  • Business Object XI 3.1 Integration with Siebel CRM 8.1.1.1

    Hi Experts,
    We are planning to Integrate Business Objects XI 3.1 with Siebel CRM 8.1.1.1.
    Our requirement would be creating BO Universes on top of Siebel CRM Business Layer (Business Components) and expose these Universe for Ad-hoc reporting using Web Intelligence at InfoView portal. In addition we would like to leverage Siebel CRM Authentication and authorizations (positions) as well with Integration Kit.
    Found some of docs on BO with Siebel integration using crystal designer. But not on creation of Universe and then WebI Reports.
    And also found that Siebel Web Desktop for Ad-hoc reporting within Siebel portal. Not sure how it is similar to BO Web Intelligence reporting.
    Can any one please guide us the different possible options to achieve this requirement.
    Regards,
    Ravi Kumar Garre
    Edited by: Ravi Kumar Garre on Jan 27, 2010 5:56 PM
    Edited by: Ravi Kumar Garre on Jan 27, 2010 6:03 PM

    Hi Paul,
    I've left SAP on March 31th, 2011, so my information may not be 100% accurate.
    As far as I know, in Business Objects Suite XI4.0, there will no longer be Siebel Integration kit.
    Instead, Siebel related integration features are moved back into core products such as Crystal Reports and BOE.
    This means, you no longer need to have an installer for Siebel integration kit, when you installed Crystal Reports, it will bring you to Siebel connectivity after you install Crystal Reports. So does BOE.
    The similar approach applies to other integration kits as well such as SAP, PeopleSoft, JD Edwards, Oracle EBS.
    In Crystal Reports and BOE XI4.0, the Siebel integration feature remains with some improvements (check the product document for detail when you get XI4.0 BOBJ suite.)
    For Webi/Universe accessing Siebel request, I have no further update since then.
    You may want to go through your sales representitive/support channel to raise enhancement request/new feature request officially and get feedback.
    Hope this helps.
    Thanks and Regards
    Carlos Chen

  • EIM integration with Siebel CRM

    Hi Folks,
    I have a customer who wants to integrate EIM solution with Siebel CRM solution and their basic requirement is to record all the chat, email conversation and other activities including the articles shoud save in Siebel CRM and Agent must be be able to get the info.
    EIM version is 4.3.x
    UCCE 8.5

    hi there
    Siebel does offer email functionality directly within Siebel CRM. so to have everythign within the CRM it would be the most straigth forward approach to handle all the medias from the beginning within Siebel --> having all contact history already at the place in the CRM where your customer requests to have it.
    for the voice and mail channel there is a multi channel adapter available integrating Cisco UCCE and Siebel CRM. Siebel does today not contain of a dedicated chat modul - so this isn't integrated (yet).
    is chat a requirement you do face today? or as you talk about EIM "only" voice and mail?
    if an approach for voice and mail would help to cover your customers requirements then i do auggest to have a look at http://www.bucher-suter.com/en/products/bucher-suter-software/siebel-integration.html.
    kind regards
    adrian

  • Integrating with Siebel

    Hi,
    I would like to know how BPEL can be integrated with Siebel. I Read how it could be done in Peoplesoft but can anyone provide any inputs on how it could be done in Siebel. Any kind of documentation in this would be highly appreciated.
    Thanks in advance

    Hi,
    The best way is probably using our Siebel Adapter which is actually the iWay adapter, You can find a tutorial in the adapters section in OTN. Search for it in Oracle or Google.
    You can also use Siebel EAI interfaces and sends the Siebel Business Object XML representation. They can call a BPEL process from their workflow, because their workflow can call web services (but only rpc web services). You can call Sieble in several ways I think. I've used their HTTP interface which is not very pretty but it works....
    hth,
    ~ronen

  • OBIEE integration with Siebel Sales 8.1.1

    Hi All,
    We are using Siebel sales version 8.1.1 and OBIEE 10.1.3. Can anyone help us with the steps to integrate OBIEE with Siebel Sales?
    Thanks in advance.
    Imtiaz.

    Will this help you http://boardreader.com/thread/Integration_between_Siebel_and_OBIEE_lme9Xmbbv.html
    See the comments section here http://oracle-bi.siebelunleashed.com/articles/differences-between-siebel-analytics-obiee/
    UPDATED POST
    Siebel sales and siebel marketing is a module in siebel.....so same way as marketing is done.....siebel sales also is integrated......its just a module difference.
    Specifically i dont have a document on this imtiaz
    Cheers,
    KK
    Edited by: Kranthi.K on Mar 7, 2011 12:56 AM

  • Adobe Integration with Siebel CRM

    Hi
    We have to Integrate Adobe Forms with Siebel CRM and using vesion 8.1
    Referred Some PDF's from 8.1 Bookshelf and clearly mentioned as Required Adobe Live Cycle Designer, Adobe Form Server
    Can we get the same from edelivery.oracle.com or should we refer any other website?
    Also Mentioned some JAR Files are required for Adobe Integration, where do we get these JAR Files
    I have gone through with one of Siebel Public Sector's Functional Overview from iLearning.oracle.com, they mentioned
    Siebel Self-Service, to see the Siebel Self-Service Functionality what is the CFG File we have to use?
    Does this Adobe Integartion Supports in Siebel 8.0 version?
    Plz Provide the Information
    Thanks & Rgds
    Prasad

    hi there
    Siebel does offer email functionality directly within Siebel CRM. so to have everythign within the CRM it would be the most straigth forward approach to handle all the medias from the beginning within Siebel --> having all contact history already at the place in the CRM where your customer requests to have it.
    for the voice and mail channel there is a multi channel adapter available integrating Cisco UCCE and Siebel CRM. Siebel does today not contain of a dedicated chat modul - so this isn't integrated (yet).
    is chat a requirement you do face today? or as you talk about EIM "only" voice and mail?
    if an approach for voice and mail would help to cover your customers requirements then i do auggest to have a look at http://www.bucher-suter.com/en/products/bucher-suter-software/siebel-integration.html.
    kind regards
    adrian

Maybe you are looking for

  • Problem in Sy-tabix value

    Hi Experts, I have a scenario like this Itab1 A      | B | C 1050 | 10  | 88 1051 | 20  | 99 itab2 A      | D 1050 | 1 1050 | 2 1050 | 3 1051 | 4 1051 | 5 now I want to combine these values in itab3 my reslut should be A     |  B  | C | D 1050  10  

  • Resetting a MacBookPro without OS Install Disc

    I have a MacBook Pro that originally shipped with Snow Leopard.  I have done the Lion upgrade, but have no media.  I upgraded through download. I am going to be selling the machine in a few weeks.  The only software I need to preserve to sell with it

  • Cannot open database - ORA-03113

    Hi, I'm having problem when I want to start my XE database. Previously, my server crashed, so after hardware replacement now it's fine. But, when my system is up, and when I try to start database I get this message: # sqlplus sys as sysdba SQL> start

  • How to read XMP metadata from a Jpeg

    This seems like it should be a no-brainer, but I can't find any classes to do this ?? I can find classes to read song titles from MP3 files, I want to do similar with jpeg image files. In photoshop and lightroom you can set up titles and captions (an

  • How can I select all "Related Messages"

    When I click on a message the application highlights all related messages in list view. I like to select these highlighted messages in one shot and delete or move them. Is there an easy way to select them without going one by one and Command-click se