Multi Source Instance in DAC

Hi all,
We have the requirement to load data from two different instances
For Ex:
From instance A:We need to extract the data for procurement,EAM and Finance.
From Instance B:We need to extract the data for HRMS.
Pleae provide me the Steps to implement the same in Single execution plan.
Thanks.

Check this http://docs.oracle.com/cd/E12513_01/doc/bic.101/e12652/dacexecutionplans.htm#CJACGIGA
if helps mark as correct
http://cool-bi.com

Similar Messages

  • When to upgrade DAC to 10.1.3.4 during new multi-source OBIA implementation

    I want to take advantage of the multi-source capabilities of DAC 10.1.3.4 on OBIA 7.9.5 as I need to bring in data from several production EBS instances. Do I need to create the Data Warehouse tables via DAC 7.9.5 or upgrade the Windows DAC client and Linux DAC server right after installation and proceed with the rest of the OBIA Installation and Configuration steps from Chapter 4? Also, given a Linux Informatica 8.1.1 Server, should the DAC client's INFA_DOMAINS_FILE point to the Linux domains.infa file instead of the dummy Windows one installed to create the pmcmd.exe executable?
    Thanks.

    You can only use the DAC 10.1.3.4 against an instance that is fully configured and running. This install is primarily intend to improve the ease with which to stand up additional Admin users. You must complete all of the steps first before you can install the standalone client (1. Install on Windows, 2. Migrate to Linux, 3. Run the Warehouse tool from the original Windows install (the preferred method).
    INFA_DOMAINS_FILE is only needed on the server instance. The client tools do not need it to communicate with the Services.
    Just to let you know you will not be able to connect to the Informatica 8.1.1 SP4 Server if it was not configured with a Fully Qualified Domain Name.
    The following note from My.Informatica.com (ID:18672) provides the resolution. Disregard the 8.1.0 specifics, it will work for 8.1.1
    Good luck,
    Damon
    Unable to use fully qualified server name to connect to domain using the PowerCenter 8.1 client
    Problem Description
    During the configuration of the domain in the PowerCenter 8.1 clients (Designer, Workflow Manager, etc.), the value for the gateway host is automatically reverted to the simple hostname. This can cause problems in a networked environment, like a WAN, where the fully qualified server name is needed( Example: server123 is used instead of server123.europe.informatica.com ).
    The following error may also occur:
    Unable to get repositories for domain xxxxx
    Error: [PCSF_46008] cannot connect to domain [xxxxx] to look up service [coreservice][DomainConfigurationService]
    Solution
    If there is only one client, changing the hosts file on the client machine is sufficient. On the client machine, in the file C:\WINNT\system32\drivers\etc\hosts , add the required line.
    Example:
    10.0.0.0 server123.europe.informatica.com
    To make a system-wide change, you need to modify the domain information in the following way:
    1.
    Go to \informatica\pc810\server.
    2.
    Run the infasetup backupdomain command.
    Example:
    infasetup backupdomain -da host:port -du user -dp password -dt Oracle -ds SID -bf domain.xml -dn domain
    Successfully backed up domain [domain] to file [domain.xml]
    3. Edit the xml file, and replace the existing <host> tag
    Example:
    Change <host>server123</host> to <host>server123.europe.informatica.com</host> .
    4.
    Save the xml file, and restore it into the domain with the command "infasetup restoredomain".
    Example:
    infasetup restoredomain -da host:port -du user -dp password -dt Oracle -ds SID -bf domain.xml -force
    Successfully restored domain [domain] from file [domain.xml] .
    5.
    Verify that the fully qualified hostname is listed in the file nodemeta.xml in \pc810\server\config
    6.
    Restart the Informatica services with the new server name
    Applies To
    PowerCenter 8.1

  • Multi Source execution plan build issue

    Hi,
    I am trying to create/build a multi source (homogenous) execution plan in DAC from 2 containers for 2 of the same subject areas (Financial Payables) from 2 different EBS sources. I successfully built each individual subject area in each container and ran an executin plan for each individually and it works fine. Now I am trying to create 1 execution plan based on the DAC steps. So far I have done the following:
    - Configured all items for both subject areas in the DAC (tables, tasks, task groups, indexesconnections, informatica logical, physical folders, etc)
    - Assigned EBS system A a sifferent priority than EBS system B under Setup->Physical Data Sources
    - I noticed that I have to change the Physical Folder priorities for each informatica folder (SDE for Container A versus SDE for Container B). I assigned system A a higher priority
    - Build the Execution plan..
    I am able to build the execution plan successfully but I have the following issues/questions:
    1) I assumed that by doing the steps above..it will ONLY execute the extract (SDE) for BOTH system containers but only have ONE Load (SIL and PLP)..and I do see that the SDEs are ok..but I see the SIL for Inder Row in RunTABLE running for BOTH...why is this? When I run the EP...I get an unique constraint index error..since its entering two records for each system. Isnt the DAC suppose to include only one instance of this task?
    2) When I build the execution PLAN, it is including the SILOS and PLP tasks from BOTH source system containers (SILOS and PLP folders exist in both containers)...why is this? I thought that there is only one set of LOAD tasks and only SDE are run for each (as this is a homogenous load).
    3) What exactly does the Physical folder Priority do? How is this different than the Source System priority? When I have a multi source execution plan, do I need to assign physical folder priorites to just the SDE folders?
    4) When we run a multi source execution plan, after the first full load, can we somehow allow Incremental loads only from Container A subject area? Basically, I dont want to load incrementally from source sytem A after the first full load.
    4) Do I have to set a DELAY? In my case, my systems are both in the same time zone..so I assume I can leave this DELAY option blank. Is that correct?
    Thanks in advance
    Edited by: 848613 on May 26, 2011 7:32 AM
    Edited by: 848613 on May 26, 2011 12:24 PM

    Hi
    you are having 2 sources like Ora11510 and OraR1211 so you will be having 2 DAC containers
    You need these below mandatory changes
    for your issue
    +++++++++++++++++++++++++++++++++
    Message: Database errors occurred:
    ORA-00001: unique constraint (XXDBD_OBAW.W_ETL_RUN_S_U2) violated while inserting into W_ETL_RUN_S
    You need to Inactivate 2 tasks in R12 container.
    #1 Load Row into Run Table
    #2 Update Row into Run Table
    +++++++++++++++++++++++++++++++++
    There are other tasks that has to be executed only once
    (ie Inactivate the Below in One of the container)
    SIL_TimeOfDayDimension
    SIL_DayDimension_GenerateSeed
    SIL_DayDimension_CleanSeed
    SIL_TimeOfDayDimension
    SIL_CurrencyTypes
    SIL_Stage_GroupAccountNumberDimension_FinStatementItem
    SIL_ListOfValuesGeneral_Unspecified
    PLP_StatusDimension_Load_StaticValues
    SIL_TimeDimension_CalConfig
    SIL_GlobalCurrencyGeneral_Update <dont Inactivate this> <check for any issues while running>
    Update Parameters <dont Inactivate this> <check for any issues while running>
    +++++++++++++++++++++++++++++++++++
    Task :SDE_ORA_EmployeeDimension_Addresses
    Unique Index Failure on "W_EMP_D_ADR_TMP_U1"
    As you are load from 11.5.10 & R12 , for certain data which is common across the systems the ETL index creation Fails.
    Customize the Index Creation in DAC with another unique columns (data_source_numID).
    ++++++++++++++++++++++++++++++++++++
    Task :SDE_ORA_GeoCountryDimension
    Unique Index Failure on "W_GEO_COUNTRY_DS_P1 " As you are loading from 11.5.10 & R12 , for certain data which is common across the systems the ETL index creation Fails.
    Option1) Customize the Index Creation in DAC with another unique columns (data_source_numID)
    ++++++++++++++++++++++++++++++++++
    This changes were mandate
    Regards,
    Kumar

  • How to get the ACCOUNTING_FLEXFIELD Name  in a Multi Ledger Instance?

    Hi,
    How to get the <ACCOUNTING_FLEXFIELD> Name in a Multi Ledger Instance from logged-in Responsibility? Is there any profile option available?
    SELECT id_flex_num
    INTO l_structure_num
    FROM apps.fnd_id_flex_structures
    WHERE ID_FLEX_CODE = 'GL#'
    AND ID_FLEX_STRUCTURE_CODE=<ACCOUNTING_FLEXFIELD>;
    Tx

    SMOD->SEUED001->Display componens->double click on EXIT_SAPLEDITOR_002->See the source code...
    function exit_sapleditor_002.
    *"*"Lokale Schnittstelle:
    *"       IMPORTING
    *"             VALUE(PROGRAM) LIKE  SY-REPID
    *"       EXCEPTIONS
    *"              CANCELLED
    include zxseuu22 .
    endfunction.
    PROGRAM is the importing parameter for the function module.
    matt

  • Multi window instances, DSC LabVIEW application

    Hi
    How can I develop a DSC LabVIEW application featuring multi window instances controlled by button (s) press on main (default) front view window? 
    In fact I have a large number of wireless sensors to be analyzed.
    BR,
    Nasq

    Hi Ryan!
    Thanks for reply. Creating multiple VIs is not a bad design option at all. However I fear it could compromise speed of an application which is also running active communication with database sources and a great number of sensors.
    Let me try it. But thanks for suggestion.
    BR
    Nasq

  • The quest for a good multi-source video workflow

    I frequently have to mix together several sources, and the Multi-Camera Source Sequence in Premiere Pro should in theory be the best way to go.
    However, it's seriously underdeveloped and for a single camera with separate audio, I end up doing a sequence instead.
    Mix and scrub audio in Audition, tag and comment source video in Prelude, import both to Premiere Pro and put them together on a sequence so I can use that sewuence as a source for other sequences.
    Why don't I use a multi-camera sequence? Because you have to tag syncronization points before you put everything together, because audio and video is often recorded out of sync, with several video recordings per audio recording etcetera. It ends up a mess. We don't live in an ideal world, and not wanting to waste time (and make the talent lose focus) organizing things, recording happens pretty much on the fly with all that includes in differing methods, ideals and so on. We need to know how to cut resources (and this includes not using the most exåensive editing tools) but there's always room for improvements.
    I like to slap everything loosely together post-production and fine-sync on audio waves on the run, but this means you can adjust the multi-camera source sequence after you have put it together.
    This isn't possible in Premiere Pro, at least not without putting it into a sequrnce first and that's the next step you want to do after all the syncronizing is done, not something you want to while cutting up the sources in a sequence.
    I believe most of what I need for this is already programmed but it's mostly a matter of politics. Just please understand, synchronizing and preparing sources is different from working with a sequence, but it can be a substantial piece of work on it's own and it's not enough to just put it together in a menu and think that's all fine. (And not by far at that.)
    What I need is to be able to edit a multi-camera source sewuence on a timeline like I would edit any other sequence. And call it a multi-source sequence, it isn't just video.
    Then audio from different sources can be mixed together on the timeline like you do in a sequence, expoerted to audition as a multi-track session for more advanced audio processing (and no, single tracks aren't enough, I often need the real-time effects in audition not just the processing of whole tracks. And I mix together several audio sources, both mono and stereo tracks some from cameras but mostly from a separate, 24-bit audio recorder with inputs from hand or tie mics, environment and perhaps a gun with a boom. (I'm the audio guy with perhaps a camera on the side, others handle the main camera(s).
    And video from several cameras can be put together, one track per camera on a timeline and not just one clip per track, one camera can have several clips taken on a timeline.
    Then, when all this is put together it can be used as a source, like we use a multi-camera sequence today.
    I believe it's possible, and would increase the value of your offers. If this isn't done, I may end up looking for other software.

    Hi gino_76ph,
    You can compare different Nokia phone models and their features on Nokia developer website. Just follow the link below:
    http://www.developer.nokia.com/Devices/Device_specifications/?filter1=all
    Audio player features can be found under multimedia section, with differences highlighted.
    Hope this helps,
    Puigchild
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Error - Generating WebI report with Multi-Source universe (.unx)

    Hello ,
    While creating WebI report from multisource universe (.unx) , created using
    relational connection with SAP BW JCO connector , following JCO exception is
    cropping up
    Database error: [Data Federator Driver] [Server] [Connector 'Test_RCN_01'] SAP
    NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (101)
    JCO_ERROR_CONFIGURATION: Server configuration for DF_SERV-bitest-3300-NOSNC is
    already used for a running server. (IES 10901) (WIS 10901)
    Steps followed for Multi-source universe creation
    1. creating relation connection ( Passed)
    2. Creating Data foundation using this connection (passed)
    3. Mapping two parameters (programIDMapping, hostname ) with RFC destination and
    BW FQDN ( passed )
    4. Creating Business layer for this Data foundation (passed)
    5. Open webintelligence with SSO and while creating the reports using the .unx ,
    the above error is coming
    already implemented SAP note no 1638647
    System used
    SAP BW 7.1 with EHP 1 and SP 10
    SAP BI 4.0 SP2
    Data federation service admin tool version 14.0.2
    thanks,
    Rajib

    Hi,
    try with this.
    Starting the Gateway Service on the Message Server resolved this issue.
    There have also been reports of this issue when name resolution issues occur between the client and the Message Server machine.  As a test, you can add the Message Server name and IP address to the Windows\System32\Drivers\etc\hosts file.
    Or check SAP note 1590518.
    Thanks,
    Amit

  • Not able to access the multi-source universe in WebI

    Hi
    I am not able to access the multi-source universe in WebI, getting below error message.
    [Data Federator Driver] Unexpected exception: com.crystaldecisions.thirdparty.org.omg.CORBA.UNKNOWN: null | [Data Federator Driver] Failed to connect to any of the provided 'Central Management Server' hosts.
    And also Not able to perform anything to designing multi-source universe in business Layer.
    Universe back-end is
    Oracle 11g and
    SQL2008 DB
    Version IDT: 4.1 Support Pack 2
    SAP BusinessObjects BI Platform 4.1 Support Pack 2,

    Hi Sreeni,
    You can create a new APS in CMC containing the Data Federation Service with
    -Xmx2g -> 8g (This is the suggested range)
    Make sure you remove this service from the existing APS and then create a new one.
    You could refer SAP KBA 1694041 - BI 4.x Consulting:- How to size the Adaptive Processing
    Server (APS) which would assist you in sizing the APS.
    Regards,
    Manpreet

  • Can't create Source Instance in Configuration manager (BI Apps 11.1.1.7.1)

    Hi
    While configuration i created one source instance for EBS R12.1.3 but I logged into to ODI client Studio and By mistake i deleted 'Data Server' from Topology which i created during Source Instance Creation/configuration on Configuration Manager(CM).
    It wasn't intentionally by mistake i deleted. Due to that reason i am not able to edit source instance. once i try to edit when i save it error pop-ups ""Error: ODI-10182: uncategorized exception during repository access. ORA-00001: unique constrain (DEV_BIA_ODIREPO.AK_CONNECT) violated" .
    Its was bug but after ODI 11.1.1.6.0 they fix it
    Metalink Note (
    1- Note 1545938.1: ODI-10182 and ORA-02292 Errors Signalled After Deleting Unnecessary Datastore in ODI 11g Integration Interface
    2- BUG
    https://support.oracle.com/epmos/faces/BugDisplay?_afrLoop=96427980024293&id=13916069&_afrWindowMode=0&_adf.ctrl-state=1536syzwe9_437
    However I tried following Cases:
    1- Tried to Edit Source Instance from Configuration manager (CM) but Gave me Error: "Error: ODI-10182: uncategorized exception during repository access. ORA-00001: unique constrain (DEV_BIA_ODIREPO.AK_CONNECT) violated".
    2- Tried to Create New Data Server by using Same Source Source Instance on Configuration manager (CM). Failed with error message:'Source system invalid '.
    3- Tried to re-create Same Data Server Name in ODI Studio with Same name. Failed due to error: "Alread Data Server exists"
    So no success so far. I am trying to edit source System Instance but no success so far.
    Versions:
    OBI Apps: 11.1.1.7.1
    OBIEE: 11.1.1.7.0
    ODI: 11.1.1.7.0
    Database: Oracle 11.2.0.3
    OS: Windows 2008 R2
    regards
    sher ullah baig

    I rise SR with oracle and they offered below solution,  i hope it will help someone. 
    How to delete a source system?
    The Configuration Manager user interface does not include a way to delete a source system. In the Define Business Intelligence Applications page you can only add or edit a source system.
    By manually removing the source system from Oracle Data Integrator and from the tables in the back-end database you can effectively delete a source system.
    To manually delete the source system:
    1. Connect to the application database through a utility such as SQL*Plus or SQL Developer, logged in as the same user configured in the WebLogic data source.
    2. Find the source system identifier number of the source system you want to delete by executing the following SQL and looking at the value of column DATASOURCE_NUM_ID:
    SELECT DATASOURCE_NAME, DATASOURCE_NUM_ID FROM C_DATA_SOURCE;
    3. Go to ODI Studio and delete the physical schema associated with the source system.
    4. In ODI Studio go to the respective logical schema:
    2.1. Go to flexfield tab
    2.2. Mark the checkbox for Data source num id flexfield to use default value.
    5. In SQL*Plus or SQL Developer execute the following statements where the bind variable, :Bind_DatasourceNumId, is set to the value of the source system identifier. These SQL statements may also be placed in a script, if needed for later use.
    DELETE FROM C_DATA_SERVER WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DATA_SOURCE_DISABLEDOFFR_REL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_EXECUTION_PLAN_FACTGROUP_REL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_LOAD_PLAN_GENERATION_STEP WHERE EXECUTION_PLAN_ID IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN WHERE EXECUTION_PLAN_ID NOT IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN_FACTGROUP_REL));
    DELETE FROM C_EXECUTION_PLAN WHERE EXECUTION_PLAN_ID NOT IN (SELECT EXECUTION_PLAN_ID FROM C_EXECUTION_PLAN_FACTGROUP_REL);
    DELETE FROM C_SRC_DOMAIN_MEMBER_TL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_SRC_DOMAIN_MEMBER WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DOMAIN_MEMBER_MAP WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_PARAM_DW_VAL WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_PARAM_DW_VAL_AUDIT WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    DELETE FROM C_DATA_SOURCE WHERE DATASOURCE_NUM_ID = :Bind_DatasourceNumId;
    COMMIT;
    =========================================
    Regards
    Sher ullah baig

  • How to implement multi-source XSLT mapping in 11g PS3 BPEL  ?

    Hi
    How to implement multi-source (single destination) XSLT mapping in 11g PS3 BPEL ? Is there any good example step by step ?
    thx
    d

    Hi d,
    Also there's a sample available at samplecode.oracle.com mapper-105-multiple-sources.zip.
    Regards,
    Neeraj Sehgal

  • Designing the multi-source universe taking long time

    Hi
    I'm facing problem with IDT, when designing the multi-source universe time. It's so slow when I tried to click on dimension to change description in Business Layer.Universe backend is Oracle and SQL DB.
    How should I do to increase IDT performance at design time?
    Version IDT: 4.1 Support Pack 2

    Hi Sreeni,
    Do we have a single Adaptive Processing Server containing all services?
    How is the APS split and sized?
    Regards,
    Manpreet

  • Java plug-in not working in multi-server instance

    I am having problems getting the Sun Java plug-in to work
    when attempting to use the Browse Server button within the CF
    Administrator for directory browsing features such as the Code
    Analyzer, Verity Collections,etc., in a multi-server instance
    setup. The plug-in works fine within the first instance. For all
    the other instances (2 through n), the Java plug-in doesn't do
    anything except show an image of a sun with the words Java Sun
    Microsystems with the rays of the sun going around and round.
    We are using CFMX 7.0.1 with the Sun Java plug-in 1.5.0_06.
    Anyone else experience this problem before?

    First, you need to get off of Java 1.5 and back to 1.4.2. 1.5
    isn't supported yet and breaks stuff.
    Secondly, you need to make sure RDS is enabled on all of your
    instances.

  • Filtering multi source data in a Dashboard

    Hello,
    I want to create a dashboard with multi source data (Tables / XML files)
    Filtering data from one source it's easy, but what I want is to use the same criteria to filter the rest
    Each (Table / XML file) Will stored in a separate Excel Tab
    Example:
    Imagine we have to select:
    1- the business unit
    2- the Country
    3- the Project
    And then display charts with data from 5 different tables (XML files)
    I wanted to use macros -> impossible
    Please Help

    Hello,
    I want to create a dashboard with multi source data (Tables / XML files)
    Filtering data from one source it's easy, but what I want is to use the same criteria to filter the rest
    Each (Table / XML file) Will stored in a separate Excel Tab
    Example:
    Imagine we have to select:
    1- the business unit
    2- the Country
    3- the Project
    And then display charts with data from 5 different tables (XML files)
    I wanted to use macros -> impossible
    Please Help

  • Correlation with multi sources

    Hi All
    I have a probloem like this
    I have one requirement that need to process with 2 messages but key field of 2 message that is not same at all like this.
    Msg 1
    <row>
             <f1>test_0</f1>
             <f2>test_0_f2</f2>
    </row>
    <row>
             <f1>test_1</f1>
             <f2>test_1_f2</f2>
    </row>
    and Msg 2
    <row>
             <f1>test_0</f1>
             <f2>test1_0_f2</f2>
    </row>
    <row>
             <f1>test_11</f1>
             <f2>test1_1_f2</f2>
    </row>
    I design by use BPM and use fork for multi sources. But after I testing it. I got log "Message being sent" with icon's clock. By corelation that I design by use f1 to involved both of message. But look like the key field of 2 message if that is not same, both of message will cannot pass fork step.
    Could you please suggest?
    Thanks
    Park

    Hi;
    Just a way around.
    For obtaining a correlation you can fetch in a dummy value from the database table.
    add <b>"111" as dummyvalue</b> to your select query.
    In teh row structure add this dummyvalue field.
    Mudit
    Award points if it helps

  • Is there anyone who does computational physics using numerical recipes  and multi source programming in c

    is there anyone who does computational physics using numerical recipes  and multi source programming in c++

    On an iPad?  I'd have to say no, since you can't compile C++ code on an iPad.

Maybe you are looking for

  • What is license count of installing or use O365 Pro plus software per user for Bussiness

    Hi  All, Today in our office given demo of Office 365 usages and license details , but i am little bit confused on licensing. They told we can use Office 365 Pro Plus software into 15 Device ( 5 Windows PC + 5 MAC + 5 Mobile or Tablets). I refereed t

  • Why are my images not showing up?  Worked fine before yesterday...

    First, Happy Thanksgiving! I use iWeb for my photography business (www.rosiejohnsonphotogaphy.com). All has worked fine until yesterday. Now the images on my linked pages are not showing up. They are imported from iPhoto. Now one image is at the top

  • Keynote synch with iPad and laptop

    I see there are several apps for Keynote and the iPad. Is there one that is best? I'm looking to do presentations with my Keynote slide notes with me up front on my iPad while my laptop is in back attached to a projector. I also want to controll the

  • Lookup Type For Status Field

    Hello! Please I need a direction to confirm that it is not recommended to add a lookup_code on the table FND_LOOKUP_VALUES, where the lookup_type is 'CODE_STATUS'. I also need to confirm that this lookup_type is really the one available for most of t

  • IPhoto crashes on Lion

    I am having trouble getting iPhoto to start on Lion. To give you a little info about why I'm having this problem, first our iMac purchased in 2011 experieced a 'sibling link error' out of nowhere. Took it into Apple and was told to re-install the OS