Siebel CRM Modules as DataSource for OBI Apps other than EBS R12

I want to install Siebel CRM modles that will help me serving as SourceSystem for OBI Applications to R&D DAC & associated prebuilt Informatica mappings.
{noformat}Name                                                                                                                Part Number                       Size (Bytes){noformat}
{noformat}Siebel Business Applications Version 8.1.1.0 Quick Installation Guide                                               V14590-01                      390K{noformat}
{noformat}Siebel Business Applications Version 8.1.1.0 Bookshelf                                                              V14591-01                      149M{noformat}
{noformat}Siebel Business Applications Version 8.1.1.0 Third-Party Documentation                                      V14959-01                      6.9M{noformat}
{noformat}Siebel Business Applications Version 8.1.1.0 (SEA) Base Applications for Windows (Part 1 of 2)      V15364-01 Part 1 of 2      1.9G{noformat}
{noformat}Siebel Business Applications Version 8.1.1.0 (SEA) Base Applications for Windows (Part 2 of 2)      V15364-01 Part 2 of 2      460M{noformat}
Siebel Business Applications Version 8.1.1.0 (SEA) Sample Database                                              V15406-01                      1.2G
Siebel Business Applications Version 8.1.1.0 Siebel Business Rules                                              V15464-01                      442M
Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Client (Part 1 of 2)                              V15359-01 Part 1 of 2      1.9G
Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Client (Part 2 of 2)                              V15359-01 Part 2 of 2      1.7G
Siebel Business Applications Version 8.1.1.0 (SEA) Siebel Tools                                                      V15388-01                      1.9G
Siebel Business Applications Version 8.1.1.0 (SEA) Self-Service Applications                                     V15041-01                      406M
Siebel Business Applications Version 8.1.1.0 (SEA) Strong Encryption Pack                                      V15383-01                      225M
Siebel Business Applications Version 8.1.1.0 (SEA) ImageCreator Files                                              V15373-01                      213M
Siebel Business Applications Version 8.1.1.0 (SEA) English Language Extension Pack (Part 1 of 2)      V15367-01 Part 1 of 2      1.9G
Siebel Business Applications Version 8.1.1.0 (SEA) English Language Extension Pack (Part 2 of 2)      V15367-01 Part 2 of 2      602M
Siebel Business Applications Version 8.1.1.0 eMail Marketing Integrated Server Windows              V14834-01                      98M
Siebel Smart Answer Connector for Windows                                                                              V16621-01                      317M
Oracle Business Intelligence Product Support Information (CD)                                                      B45928-01                      116K
Oracle BI Publisher Enterprise 10.1.3.4.0 for Microsoft Windows (Part 1 of 2)                              B50931-01 Part 1 of 2        598M
Oracle BI Publisher Enterprise 10.1.3.4.0 for Microsoft Windows (Part 2 of 2)                              B50931-01 Part 2 of 2              162M
Oracle BI Publisher Desktop 10.1.3.4.0 for Microsoft Windows                                                      B50929-01                      118M-----------------------------
Can any one please help me with
1. all the part numbers to download for a full fledged R&D set up?
2. what other components are required to integrate siebel crm w/ obiee, obi apps, infa prebuilt mappings
3. any installtion guide for reference.
Appreciate your time.

Hi
If you do the install from the sofware lsited (btw I would challenge the choice of the SEA vs the SIA) , you will face an issue for your project as you will end up with an empty database and you will not be able to extract any data for dashboards.
Check the licence agreement on the virtual machine available with SIebel preinstalled as you might use them to save on the effort of install and also get some sample data to play with.
Best Regards
EvtLogLvl

Similar Messages

  • MacBook Pro freezes when using any app other than the web browser.

    My MacBook freezes when using any app other than the web browser. I can open up Google Chrome and use it all day with no problem, but if I minimize it and try to browse through photos in my picture folder or do anything that involves the Finder, the computer just freezes up and I get the rainbow wheel. If I put in a CD to play it, the computer freezes with the rainbow wheel. Any suggestions? I would like to use the mac for more things than the internet.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • HT204266 Does iPad support apps other than from app store

    Does iPad support apps other than from app store?

    For private apps, you can get a developer license which allows you to install apps you or your company develop.
    Robert

  • Is there another way to close apps other than deleting them from the multitask bar.....I have a small crack in the bottom of my screen and that part of the screen does not recognize the touch.  :(

    Is there another way to close apps other than deleting them from the multitask bar.....I have a small crack in the bottom of my screen and that part of the screen does not recognize the touch. 

    There's generally no reason to be closing them that way at all. The apps you see in the recents bar are just that, apps that you used recently. Most of them are doing absolutely nothing. The only apps that are really doing anything in the background are ones that play music and ones that are using location services. Just leave them be.
    Best of luck.

  • How to enable remote debugging for a session other than the current one

    Hi all,
    I am trying to figure out how to enable remote debugging for a session other than the one I am currently using.
    More specifically, we have an application that is making database calls to Oracle 11gR2. Something is causing an exception during this invocation. My system is currently not set up to recompile said application, so I can't just add the debug call to the code and recompile. Therefore I would like to be able to log into the database (as sys, if necessary) and invoke dbms_debug_jdwp.connect_tcp on the desired session.
    The docs indicate that I should be able to do so:
    dbms_debug_jdwp.connect_tcp(
    host IN VARCHAR2,
    port IN VARCHAR2,
    session_id IN PLS_INTEGER := NULL,
    session_serial IN PLS_INTEGER := NULL,
    debug_role IN VARCHAR2 := NULL,
    debug_role_pwd IN VARCHAR2 := NULL,
    option_flags IN PLS_INTEGER := 0,
    extensions_cmd_set IN PLS_INTEGER := 128);
    But when I try (even as sys), I get the following:
    exec dbms_debug_jdwp.connect_tcp('1.2.3.4',5678,<session id>,<session serial>);ORA-00022: invalid session ID; access denied
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    00022. 00000 - "invalid session ID; access denied"
    *Cause:    Either the session specified does not exist or the caller
    does not have the privilege to access it.
    *Action:   Specify a valid session ID that you have privilege to access,
    that is either you own it or you have the CHANGE_USER privilege.
    I've tried granting the 'BECOME USER' privilege for the relevant users, but that didn't help. I read something about having to set some kind of ACL as of 11gR1, but the reference documentation was very confusing.
    Would someone be able to point me in the right direction? Is this even possible, or did I misread the documentation?

    Interesting deduction, that would be very useful indeed. I hate recompiling just to add the debug call, and it can't be done in our production environment. But it seems unlikely to me it would be implemented this way.
    I would cross-post this in the SQL AND PL/SQL forum though, as this is really a database issue, not with the SQL Developer tool. Do add the links to the other posts in each.
    Regards,
    K.

  • Hi I am wondering if anyone can help me. I have two albums in my photos app other than the camera roll that i cant seem to get rid of. They contain duplicates of the photos i already have in my camera roll and its using alot of space.how do i delete them?

    Hi I am wondering if anyone can help me. I have two albums in my photos app other than the camera roll that i cant seem to get rid of. They contain duplicates of the photos i already have in my camera roll. One is called Photo Library, and the other is called iphone. It's using alot of space and I don't know how to delete them. Please HELP!!

    those are photos that have been synced to your phone from your computer. plug in your phone to your computer, open itunes, select 'photos' tab from the top, and uncheck 'sync photos'
    this will erase the photos from your phone that are not in the camera roll

  • PO message should get failed for P.grp other than AB1 and AB2

    Hello SAP Gurus,
    I have a requirement like PO message should get failed for P.grp other than AB1 and AB2.
    Detail explanation:
    I have a P.grp AB1,AB2,AB3,AB4 etc.... The current process is once PO created and saved the message will be triggered and IDOC is transmitted to the vendor, irrespective of what ever the P.grp.
    My requirement is like the PO message should get failed if P.grp is other than AB1 and AB2, and reason should be shown any where in IDOC or in messages.
    Pls advice.
    Thanks.

    Hi Jurgen,
    Thanks for the reply...
    There are only 5 vendors which is relevant for EDI and P.grp AB1 and AB2 denotes EDI PO, same P.grp mapping has been done in PI also via data ID. The user sometimes selects the P.grp AB3, AB4 etc incorrectly and it goes to the vendor which in-turn again the customer has to amend the PO.
    Now I'm planning to include a piece of logic while saving the PO, check if the vendor is EDI vendor then P.grp should be AB1 or AB2, if it is a different P.grp  then the system will not allow to save the PO,so that the user will select the relevant P.grp for EDI vendors. Pls let me know your thought and inputs.
    Thanks.

  • Life and work event for any country other than US.

    Hello,
    I have to implement ESS for UAE.
    In ESS we did all country specific settings and thus our "Address" application in Personal Information section is working fine now.
    Now we have to implement the life work event section "My first days".
    There we are getting "Address" application in left panel.
    Now when I am clicking in this application it shows me error :
    Country/Structure do not match application country
    So which means it requires some settings in guided procedure end in portal.
    I am assuming ....Because our address application is already working fine in Personal Information section so same should also work in My first days section using existing configuration settings of R/3.
    So I went through below wiki page :
    http://wiki.sdn.sap.com/wiki/display/profile/LifeandWorkEvents(LWE)-Other+Countries
    In the above page there is a section to update parameters in guided procedure process for address.
    GP Context = X
    PT Family Service = EMPLOYEEPERSINFO_FAMMEMBER_PT_05 - this parameter is going to be created in the backend (transaction PTARQ)._
    I am making changes to existing Life and Work events - US only. (for testing purposes)
    In my case I only updated the Address service :
    sap_xss_service
    sap_xss_menusrv
    With the address service from R/3 which is in my case running under personal information section.
    But still I have been receiving the same error under My First Days address section.
    In the above wiki page there is a line as below :
    VERY IMPORTANT: the parameters need to give in action, after in the block, after in the main block, and after in the process (THIS IS CRUCIAL).
    I feel this is where I am missing something.
    What does this line mean...
    Can anybody help me out with the same...if you have implemented life and work event for any country other than US.
    Edited by: Saurabh Agarwal on Apr 10, 2011 3:03 PM

    Hello,
    In continuation of my question I have also been following below sap Note :
    929447 - Adopting Life and work events for countries other than US
    In the above note there us a section which confuses me :
    Page 3 - Home and Area page customizing
    Step2 - In this step they say that we have to make an entry in
    IMG node access: Cross-applicaiton components -> Homepage framework ->Services -> Define Country-Specific Services (Add Entries) - (Table:V_T7XSSSERSRVCG)
    as
    Service Key:EMPLOYEE_LIFEWORK_FIRSTDAYS
    Country grouping: 01
    Link Resource:EMPLOYEE_LIFEWORK_FIRSTDAYS_DE_SERVICE
    I believe it should not be for FIRSTDAYS....it should be about service which is actually throeing the error "Countr/structure does not match"
    i.e. in this note case it should be :
    EMPLOYEE_PERSINFO_ADDRESS05

  • How do i get siri to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    What I can't figure out is how to set a reminder for a time other than the appt time. For example:  I want Siri to remind me at 10:00 pm on Monday that I have a dentist appt. at 9:00 am on Tuesday. She screws up the dates and times no matter what I say

    "Remind me at 10:00 pm on Monday".  Siri: "Ok, just tell me what you want to be reminded about".  "I have a dentist appointment on 9:00 am on Tuesday".  Siri should set it up correctly.

  • Settings for email applications other than MyVerizon

    The "new" settings for email applications other than MyVerizon (in my case Thunderbird) does not alow my antivirus program (Avast) to scan incoming mail because of the secure connection setting "SSL". 
    Solved!
    Go to Solution.

    kathyshum wrote:
    I use Windows Live Mail....I used the recommended settings and now I get an error message:
    Unable to send or receive messages for the Verizon (kathyshumway) account. A time-out occurred while communicating with the server.
    Server: 'incoming.verizon.net' Windows Live Mail Error ID: 0x800CCC19 Protocol: POP3 Port: 995 Secure(SSL): No
    What have I done wrong? I don't remember the initial settings...please help!
    Based on what you posted you failed to check the SSL box.
    Here is a link to a thread I created a week ago with definitions that do work for Windows Live Mail:
    http://forums.verizon.com/t5/Verizon-net-Email/Windows-Live-Mail-SSL-Account-Definitions-for-verizon...
    Compare your settings to these.....
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9
    Keller, TX 76248

  • Thank's Shane!  Process for de-interlacing other than FCP filter

    Is there a process for de-interlacing other than the FCP filter. I have some 1080i material i want to de-interlace so it will co-exist with my 1080p material.
    J

    Nattress FILM EFFECTS has a pretty good de-interlacer. Demo available.
    www.nattress.com
    Shane

  • Want to install Siebel CRM in my PC for integrating with UCM.

    I am very familiar with Oracle UCM and trying to integrate with Siebel CRM. I have UCM 11g installed in my PC with Oracle 11g DB and also I know the configuration process or steps from siebel end as well as UCM end. Now I want to install Siebel CRM for this integration.
    I searched in orcale and found that I need the below softawres and also I downloaded it from e-delivery:
    Oracle Base Application (V26510-01_1of2 and V26510-01_2of2)
    Oracle Siebel Image creator(V26511-01)
    Oracle DB11g: OracleXEUniv
    RCU
    What should I do now?
    1. Is the above softwares enough for installation of Siebel ? If yes then can anyone please tell me the installation guide docs.
    2. Should I require more softawre ?
    3. I have also V26699-01_1of6 to V26699-01_6of6 setup files for siebel but I do not know whether I should install from these because I do not have any idea regarding this setup files.
    Regards,
    Santanu

    I think you also need V14496-01 Part 1 of 2 and V14496-01 Part 2 of 2 (English Language Extension Packs).
    Installation is explained in the Bookshelf: V29095-01

  • Nationality column in W_employee_d for OBI Apps?

    Hi,
    Where is Employee Nationality column in data warehouse for OBIAPPS 11.1.1.7.1 ? As for BI APPS 7.9.6.4 Nationality column is available in W_EMPLOYEE_D table but in new version OBI APPS 11.1.1.7.1 we are not able to find NATIONALITY Column in W_EMPLOYEE_D.
    OS: windows 2008 R2
    BI APPS: 11.1.1.7.1
    ODI: 11.1.1.7.0
    Offering: HCM
    Regards
    Sher

    Dear DylanWan,
    Thanks for your feedback. Can i find EMPLOYEE NATIONALITY column in W_HR_PERSON_LEG_D ?
    one more thing in our case we are having 4 Different Business groups and these Business groups are having Different legislation per country. Now my question is under different business groups (different legislation) how employe information will be populated like Nationality etc ... ?
    Example:
    Business group ID: 80    Business group Name: Canada
    Business group ID: 210  Business group Name: UK
    Business group ID: 110  Business group Name: USA
    Business group ID: 119  Business group Name: Dubai
    In case of business group (DUBAI) tax is deducted from employee salary and Nationality is saved in Attribute 16 in PER_ALL_PEOPLE_F table in HRMS.

  • Unable to delete EPMA Planning app & re-use datasource for new app

    We have EPMA Planning application (v11.1.1.3)
    I am trying to delete a deployed planning application and try to use the same datasource for creating new application.
    I have deleted the application from EPMA application library and deleted it from Planning directory in Shared Services. But, still that datasource is not showing up as available datasource for new application.
    Any ideas to how I can re-use the datasource. Please advise.
    Thanks,
    DV

    You may need to update the planning system tables.
    Go into the planning system relational tables
    Table HSPSYS_APPLICATION, delete row relating to planning app, note the app_id.
    Table HSPSYS_PROPERTIES, delete records with id that you have just stored.
    Table HSPSYS_DATASOURCES, update app_id to -1 for the datasource you use for the planning app.
    Restart Planning.
    Try again.
    Ok?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Is there a way to choose another online app other than safari?

    why is there only one online app on Ipads?  Can it be changed? Just having to spend lots of time fixing it. thanks

    If by "online App" you mean browser, then yes. There are many alternative Browsers in the App store such as Google Chrome, Opera, and many others.
    Just search the App store for "Browser".

Maybe you are looking for