Any ideas on this plan for a process chain?

Hi,
I have 6 ODSes. I load these on a daily basis with 6 different flat files. ODS1, ODS2 and ODS3 needs to be loaded first before ODS4, ODS5, ODS6.
Once all six ODSes are loaded, they are then aggregated based on some two key fields to and loaded into a cube. Npw I want to automate the process.
Can you please check if my plan for the process chain is right:
1. Start Process:   
direct Scheduling
Change Selections:
Start date & Time
Period Jobs: check
Periodic Values: Daily
Restrictions: Always execute job
2. Indexes:(this flows into the first 3 ODSes)
Delete indexes
3. Load Data:
Load Data ODS1 
Load Data ODS2
Load Data ODS3
4. Activate ODS1
5. Activate ODS2
6. Activate ODS3
(? What do I setup here so that the following will be loaded only if ODS1, ODS2 and ODS3 are successful)
7.Load Data
Load Data ODS4
Load Data ODS5
Load Data ODS6
8.Delete Indexes
9. Load Data
Load data from ODS1, ODS2, ODS3, ODS4, ODS5, ODS6 to the CUBE
10.Activate Cube (?Needs to activate cube? Is there a process type like that of activate ODS)
11. Create Index  (Hm, will the Delete and create indexes in this plan take apply to both ODS and Cube)
Thanks, I will lovr to get hint from you. How do I factor in PSA? i.e. To always go to PSA then to ODS and Cube?

Hi,
  1.Start the process.(as per your requirement)
  2. Load the data to ODS in parallel (ODS1 , ODS2 & ODS 3)
  3. Activate the three ODS , with separate ODS activation process type.
  4.Put an AND condition
  5. load data to ODS4 ,5 and 6
  6. Activate ods4 ,5, & 6.
  7. delete index for cube
  8. load different data from ods to cube
9. create index.
                start
load ODS1  -- Load oDS2 -- Load ods 3
Activate ODS1 - Activate oDS2 - Activate ODS3
                 AND (process)
Load oDS4      load ods5    load ODS 6
Activate oDS4  Activate ODS5  Activate ODS 6
                 AND
          Delete the index
           Load data from different ODS to cube
            Create Index
   there is no concept of activating the cube .. it is only applicable to ods.
Regards,
Siva.

Similar Messages

  • Any idea why this works for dataGrid but not for a list?

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:deviceservice="services.deviceservice.*">
    <fx:Script>
      <![CDATA[
       import mx.collections.ArrayCollection;
       import mx.controls.Alert;
       import mx.events.DragEvent;
       import mx.events.FlexEvent;
       import spark.events.IndexChangeEvent;
       //[Bindable]public var totalPrice:int =0;
       private function initApp():void {
        firstList.dataProvider = new ArrayCollection([
         {label:"First", data:"1",value:"first"},
         {label:"Second", data:"2",value:"second"},
         {label:"Third", data:"3",value:"third"},
         {label:"Fourth", data:"4",value:"fourth"}
        secondList.dataProvider = new ArrayCollection([]);
       protected function initbut_clickHandler(event:MouseEvent):void
        initApp();
       protected function popupbut_clickHandler(event:MouseEvent):void
        //totalPrice+=int( secondList.selectedItem.data);
        //Alert.show(" The total price is:"+totalPrice );
       protected function secondList_dragDropHandler(event:DragEvent):void
        var artistList:String="";
      var dragObj:Array=
         event.dragSource.dataForFormat("items") as Array;
        trace (dragObj[0].value);
        artistList="Data: " + dragObj[0].value;
        Alert.show(""+artistList);               
       protected function firstList_creationCompleteHandler(event:FlexEvent):void
        initApp();
      ]]>
    </fx:Script>
    <s:List x="73" y="106" width="125" id="firstList"  dragEnabled="true"
        dragMoveEnabled="true" dropEnabled="true"  allowMultipleSelection="true" creationComplete="firstList_creationCompleteHandler(event)" ></s:List>
    <s:List x="409" y="106" width="162" id="secondList"
       dropEnabled="true" dragEnabled="true"
       dragMoveEnabled="true"
        dragDrop="secondList_dragDropHandler(event)" ></s:List>
    <s:Button x="187" y="245" label="Init app" id="initbut" click="initbut_clickHandler(event)"/>
    <mx:PopUpButton x="359" y="266" label="PopUpButton" id="popupbut"  click="popupbut_clickHandler(event)"/>
    <s:Label x="631" y="165" text="Label" height="17" id="show1"/>
    </s:Application>

    the example is shown here for a dataGrid:
    http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_5.html
    It's the example located at the bottom:
    I tried using a form instead of a dataGrid but it does not work, especially for the one in bold.

  • ERRORS found during the burning process #-34506...any idea what this means?

    ERRORS found during the burning process #-34506...any idea what this means?
    This one project I want to copy to DVD keeps saying this when I go to burn (that is after nearly 2 hrs of processing). There is nothing wrong with the movie so i don't know why i'm having such a problem burning it. i guess to start i'd need to know what this code means (I couldn't find it in iDVD help).
    thanks in advance
    Jeremiah

    First I'd be certain that I had changed the preferences from best quality to best performance.
    Did you follow the chapter rules?
    *Make sure no chapter markers are within two seconds of the start or end of the timeline.
    *Make sure no chapter markers are within a transition.
    *Make sure no chapter markers are within two seconds of the end of a transition.
    You may have already done this, but
    Quit iDVD. Search for the file named com.apple.iDVD.plist and trash it. (A new one will be created next launch of iDVD.) Or look in: User/Library/Preferences. This may solve project loading errors too. Restart and use Disk Utility to Repair Permissions.
    :)Sue

  • Any plan for "BIA process types" for Process Chains?

    Hi,
    This morning one of our blades (with Versoin 49) become unresponsive due to memory leak; RFC server on the blade was not releasing the memory. As you know by now, when it happens we restart the server on that blade and things start working until the next time.
    As a preventative measure, we would like to create a program and put in a process chain to restart the RFC and Index servers for all the blades everynight. Do you have any program already to do so? We identfied the api's already but wanted to see if somebody already doing this.
    Or even better, is there any plan for creating new "BIA process types" for the process chains that we can drag/drop instead of writing programs?
    Cheers
    Tansu
    Edited by: tansuaksu on May 4, 2009 6:27 PM

    RSDDTZA_EXECUTE_BIA_ACTIONS
    [OSS Note : 1001091|https://service.sap.com/sap/support/notes/1001091]
    [OSS Note: 1271412|https://service.sap.com/sap/support/notes/1271412]
    See if this helps.

  • When I compose an email in either gmail or yahoo, the cursor lags behind for about 2 seconds. This does not happen when I compose an email with Safari or Chrome. I am using a Mac with Firefox version 3.6.3. Any idea why this happens?

    When I compose an email in either gmail or yahoo, the cursor lags behind for about 2 seconds. This does not happen when I compose an email with Safari or Chrome. I am using a Mac with Firefox version 3.6.3. Any idea why this happens?
    == This happened ==
    Every time Firefox opened

    try
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • When I try to sync my ipad using itunes I get the following message. This iPad cannot be synced. You do not have enough access privileges for this operation. Any ideas how this can be resolved?

    When I try to sync my ipad using itunes I get the following message. This iPad cannot be synced. You do not have enough access privileges for this operation. Any ideas how this can be resolved?

    See if the user tip helps: https://discussions.apple.com/docs/DOC-6562

  • I am trying to add a wireless printer and it keeps asking for an "Ipadmin" user name and password rather than my adminstrator password. Any ideas what this is??

    I am trying to add a wireless printer and it keeps asking for an "Ipadmin" user name and password rather than my adminstrator password. Any ideas what this is?

    OS X 10.7 Lion, 10.8 Mountain Lion & 10.9 Mavericks
    Reset Password starting from Recovery HD
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • The error that I am getting is this "Time Machine can't use the disk image because it can't be written to."  Any ideas on the fix for this?

    The error that I am getting is this "Time Machine can't use the disk image because it can't be written to."  Any ideas on the fix for this?  When I go to the Time Capsule my Macbook Pro shows that it is locked, I think I did something wrong, but can't figure how to unlock it to see if that fixes it.

    As far as we know, Time Machine cannot write to a disk image. It needs to write directly to the Time Capsule disk.

  • Any idea what this function is meant for?

    DB version:10gR2
    Have you guys any idea what this function does?
    create or replace function separate_1
        in_list varchar2,
        in_del varchar2 := ','
    ) return split_tbl pipelined
    is
        l_idx    pls_integer;
        l_list    varchar2(32767) := in_list;
        l_value    varchar2(32767);
    begin
        loop
            l_idx := instr(l_list,in_del);
            if l_idx > 0 then
                pipe row(substr(l_list,1,l_idx-1));
                l_list := substr(l_list,l_idx+length(in_del));
            else
                pipe row(l_list);
                exit;
            end if;
        end loop;
        return;
    end separate_1;The comment for this functions says that this is used to split a string delimited by a comma separator. But i didn't understand this function. Can this functionality be achieved without a table function?

    user10450365 wrote:
    DB version:10gR2
    Have you guys any idea what this function does?Odd that. Apart from a couple of parameter name changes it looks almost identical to a function I posted a couple of years back...
    SQL> CREATE OR REPLACE TYPE split_tbl IS TABLE OF VARCHAR2(32767);
      2  /
    Type created.
    SQL> CREATE OR REPLACE FUNCTION split (p_list VARCHAR2, p_delim VARCHAR2:=' ') RETURN SPLIT_TBL PIPELINED IS
      2      l_idx    PLS_INTEGER;
      3      l_list   VARCHAR2(32767) := p_list;
      4      l_value  VARCHAR2(32767);
      5    BEGIN
      6      LOOP
      7        l_idx := INSTR(l_list, p_delim);
      8        IF l_idx > 0 THEN
      9          PIPE ROW(SUBSTR(l_list, 1, l_idx-1));
    10          l_list := SUBSTR(l_list, l_idx+LENGTH(p_delim));
    11        ELSE
    12          PIPE ROW(l_list);
    13          EXIT;
    14        END IF;
    15      END LOOP;
    16      RETURN;
    17    END SPLIT;
    18  /
    Function created.
    SQL> SELECT column_value
      2  FROM TABLE(split('FRED,JIM,BOB,TED,MARK',','));
    COLUMN_VALUE
    FRED
    JIM
    BOB
    TED
    MARK

  • My wifi goes down at least once a day and I have to unplug the time capsule and reboot it and then it works fine.  Any idea why this is happening/what I can do to fix it?

    My wifi goes down at least once a day and I have to unplug the time capsule and reboot it and then it works fine.  Any idea why this is happening/what I can do to fix it?

    I was having this problem while still using Mavericks -- it started after a Mavericks update last spring.  During the initial Yosemite beta runs over the summer, it seemed to be fixed, but after the official launch in October, I had all sorts of problems keeping connected.  Its gotten a little better, but still happens to at least one of my devices every day.  Weird that we still cannot figure out why the connection keeps dropping on some devices, but not others, and then the next day, one of the devices that didn't disconnect the previous day will disconnect, but the ones that did disconnect, stay connected.  It's just sloppy, poorly written software for technology that isn't working the way it should.  If you turn off Continuity and Handoff on all your devices, you will probably see that everything stays connected.  With those turned off on all devices, TC stayed connected to everything for over a month.  The day I turned Continuity back on, all the problems started again.  It had something to do with the bluetooth version being used, the wifi routine, and Apple's AirPlay technology not quite getting along with each other.

  • Iphoto will not re-install after disappearing during a software update, any ideas why this happened?

    Before i ran the software update i had to iphoto icons in the launch pad, both had exactlly the same content so i just ignored it for a wile till i needed to update my photos, which i was hoping to do after the update.
    However when i restarted both iphoto icons had gone and iphoto seems to have been wiped off my mac completelly, I have got a back up of all my pic and videos so this is not a problem of recovering them.
    i have then tryed to instal iphoto from the app store, resulting in there being a perminant downloading icon making no progress over the last two hours.
    If any body has any idea why this happened and what i can do to provent it happening again as well as getting iphoto back the help wil be much apricated.

    In addition to Larry's questions what software update did you apply? Do you still have an iPhoto Library in your Pictures folder? If you do what happens if you double click on it?
    OT

  • I just reinstalled iTunes, and it will not open, as it says iTunes library itl. was created from an earlier version. Any idea what this means, and how I can get itunes to open?

    I just reinstalled iTunes, and it will not open, as it says iTunes library itl. was created from an earlier version. Any idea what this means, and how I can get itunes to open?

    Many thanks.
    That suggests that another application has stashed old QuickTime componentry in your system files.
    So just in case we'll go looking for older QuickTime componentry in the most common locations for it to be stashed.
    First we'll need to change some view settings.
    In your Start menu, open Computer.
    In your Organise menu, select Folder Options.
    In the View tab, make sure that "Show hidden files and folders" is selected, and Hide extensions for known file types is unchecked.
    Click OK.
    Now in Computer, open your C:\ drive (or whichever drive you have your operating system installed on).
    Open the "Windows" folder.
    If you have a 32-bit version of Windows, open the "System32" folder.
    If you have a 64-bit version of Windows, open the "SysWOW64" folder.
    What files and folders can you see in there with QuickTime in the title? (In a standard installation of Quicktime you should be seeing precisely two files... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

  • Firefox fails to import history, cookies, favourites etc. from opera; cookies etc. are not listed in the space where you can select the items you want to import any idea how this comes? thanks!

    In the importing operation Firefox detects Internet Explorer and Opera as installed browsers. When i select Internet Explorer cookies, history, favourites etc. are listed in a box where you can select the items you want to import in Firefox. When i select Opera no items are listed that can be imported. Any idea how this comes?

    Hi,
    I think that what you are searching be in Tools >> Options >> Privacy >> On Firefox will: change to "Use custom settings for history" then Button Show Cookies will be allowed and you will see the cookies in your browser in the next window
    If you uncheck "Accept cookies from sites", probably the sites that need cookies will alert you that you need active the storage cookies

  • After clicking on my FF shortcut icon on my desktop, it takes FF 30-45 seconds to open. Any ideas why this happens?

    after clicking on my FF shortcut icon on my desktop, it takes FF 30-45 seconds to open. So i sit there and wai and wait and wait until it finally opens. Any ideas why this happens?

    In order to diagnose your problem you will need to download and install the below
    Try clicking the tap problematic apps while the trace is running
    Install the WPT (windows Performance Toolkit) 
    http://www.microsoft.com/en-us/download/details.aspx?id=30652
    Help with installation (if needed) is here
    When you have, open an elevated command prompt and type the following 
    WPRUI.exe (which is the windows performance recorder) and check off the boxes for the following:
    First level triage, CPU usage, Disk IO.  
    If your problem is not CPU or HD then check off the relevant box/s as well (for example networking or registry)  Please configure yours as per the below snip
    Click Start
    Let it run for 60 secs or more and save the file (it will show you where it is being saved and what the file is called)
    Zip the file and upload to us on Onedrive (or any file sharing service) and give us a link to it in your next post.
    Wanikiya and Dyami--Team Zigzag

  • On two occassions, all contacts were wiped off the Ipad. Any ideas why this would happen?

    On two occassions, all Contacts were wiped off the Ipad 2. Any ideas why this would happen?

    Did it happen during a sync or did they just disappear?  After they were gone, we you able to retrieve them during syncing?  Are you using any 3rd party apps to access your contacts or just the built-in Contacts app?
    In any case, I've not heard of or expeienced this on my iPhone 3G (synced with Outlook and now Google) or my iPad, although I've only had my iPad for a short time.

Maybe you are looking for

  • Can't get rid of horizontal lines bordering quicktime

    I am putting a movie slideshow over a white background and the las clip is white to give it a "dissappearing" affect. However there are horizontal black lines bordering the player. How do I get rid of? -paul

  • Sales Order Taxes based on Sold-To instead of Ship-To

    We are in the situation were we need to determine taxes based on the Sold To location instead of the Ship To.  We are located in Canada and using Jurisdiction codes for our taxes (CTXJ). I have done a bunch of investigation that seems to lead to beli

  • Drill down in Second grid of planning book

    Dear Team I have created a planning book with two grids. I want to enable drill down in second grid aswell. How can I get it done? Also if I want different chars to be used in drill down for first grid and different for second, will it be possible. I

  • How can i turn off the tomcat's debug?

    how can i turn off/disable the tomcat's auto-debug log? which is located in catalina.out. i have try to set the debug="0" in the server.xml in order to turn it off but can't. is it have any other way to turn it off? e.g DEBUG - NSPush (32) DEBUG - or

  • Integrating IGX with MPLS...

    Hi, We have a network of 10 IGXs running on Leased Lines serving the Voice & Dataconnectivity needs.. Now our Service Provider is offering Managed MPLS services.. Managed in the sense, he provides the Edge Router & asking us to just connect the Ether