Help with Lo Cockpit

Hi,
Could anyone please provide me the detailed steps for Lo Cockpit Extraction on both ECC side and BW side.
Thanks,
Neha

In brief T. Codes/ Steps for LO EXTRACTION:
     LBWG - Delete Set-up tables
     LBWE -->Application area(Purchasing)
Activation of extract structures
Click >Structure>Maintenance
Click>Datasource>2LIS_02_HDR
Click>Update>Active
Click>Update Mode>Queued Delta
Green light should appear on each extraction structures after all STEPS
     SBIW -settings-based on Application area
Inventory Controlling
IMPORTANT - ORDER OF LOADING
ALWAYS LOAD in order as BX datasource first then BF datasource and then UM datasource in cube
a)SBIW>Setings for Application -specific Datasources(PI)>Logistics-->Settings:Inventory Controlling -->
Select Determine Industry sector
Select Transaction Key Maintenance for SAP
Transaction key is used for Process key mappings w/t these the data would not load in to BW though it would come in PSA
b)Select Stock Initialization or TCODE - MCNB
Purchasing
a)SBIW>Setings for Application -specific Datasources(PI)>Logistics-->Settings:Purchasing
Select Determine Industry sector
Select Transaction Key Maintenance for SAP
     Fill Set up tables
SBIW>Setings for Application -specific Datasources(PI)>Logistics>Managing extract structures>Initialization>Filling in the set up table>Application specific setup of statistical data.
OR
OLI*BW -example for Inventory transaction is OLI1BW
     BW -Replicate datasources
OR
1.     Go to transaction code RSA3 and see if any data is available related to our DataSource. If data is there in RSA3 then go to transaction code LBWG (Delete Setup data) and delete the data by entering the application name.
2. Go to transaction SBIW --> Settings for Application Specific Datasource --> Logistics --> Managing extract structures --> Initialization --> Filling the Setup table --> Application specific setup of statistical data --> perform setup (relevant application)
3. In OLI*** (for example OLI7BW for Statistical setup for old documents : Orders) give the name of the run and execute. Now all the available records from R/3 will be loaded to setup tables.
4. Go to transaction RSA3 and check the data.
5. Go to transaction LBWE and make sure the update mode for the corresponding DataSource is serialized V3 update.
6. Go to BW system and create infopackage and under the update tab select the initialize delta process. And schedule the package. Now all the data available in the setup tables are now loaded into the data target.
7. Now for the delta records go to LBWE in R/3 and change the update mode for the corresponding DataSource to Direct/Queue delta. By doing this record will bypass SM13 and directly go to RSA7. Go to transaction code RSA7 there you can see green light Once the new records are added immediately we can see the record in RSA7.
8. Go to BW system and create a new infopackage for delta loads. Double click on new infopackage. Under update tab you can see the delta update radio button.
9. Now you can go to your data target and see the delta record.
data sources -> go to R3 -> sbiw and activate required data source
replicate data sources in BW:
RSA1 -> source systems -> right click on your source system -> replicate
then activate your BC:

Similar Messages

  • Need help with Lo cockpit

    Hi Everybody,
    I am trying to learn Lo cockpit extraction. I have searched for postings in this topic but i am unable to follow it. I have also checked out the links.
    Note: I have this link al ready: http://www.sap-img.com/business/lo-cockpit-step-by-step.htm .
    I would appreciate if someone provide me with a step by step procedure for Lo cockpit extraction.
    Example:
    If i want to extract some datas from SD Sales BW Document Schedule Line, What would be the steps. Please help me learn this concept.
    I am prompt in awarding points.
    Thanks,
    RR

    Hi,
    Thanks for the reply.
    I am just a beginner in SAP BW.
    This is what i would like to do start with Lo cockpit extraction, Please tell me if it is possible.
    I would like to load a master data from R/3 to Bw using Lo cockpit.
    Eg:
    1. I created a info object name sal_vbak for char VBAK , no attributes.
    2. Created a Application compound and selected create info source and selected Direct update gave sal_vbak and as always it created the communication struct.
    Now what should be the next step.
    Please help me learn.
    Thanks,
    RR.

  • Help with LO cockpit Please..

    Hi Everybody,
           I am trying to learn Lo cockpit extraction. I have searched for postings in this topic but i am unable to follow it. I have also checked out the links.
    Note: I have this link al ready: http://www.sap-img.com/business/lo-cockpit-step-by-step.htm  .
    I would appreciate if someone provide me with a step by step procedure for Lo cockpit extraction.
    Example:
    If i want to extract some datas from SD Sales BW Document Schedule Line, What would be the steps. Please help me learn this concept.
    I am prompt in awarding points.
    Thanks,
    RR

    <b>http://www.sap-img.com/business/lo-cockpit-step-by-step.htm</b>
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    regards,
    karthik
    Message was edited by:
            Karthik Egamparam Venkataraman

  • Problems with logistic cockpit: URGENT!!

    Hi,
    I have a few verifications with LO cockpit.
    I have dobne the following steps.
    1. Activated the datasource.
    2. The update group shows active.
    3. In maintenance I have selected the fields.
    4. Deleted the setup tables.
    Now my question is when I run the intial set up do I need to bring the system down so that no updates are taking place.The second question is when I do I set the update to be queued update . When does it get set for the delta loads.
    We are writing a function module to put extra fields on the delivery table and would need to pull these fields in the standard extractor. Can I be guided as to how to accomplish this.
    Please help me out as it is very urgent.
    Thanks
    Amit

    Hi Siggi,
    Here is the function module:
    name: Z_PALLET_SPOT_CALC_DELIVERY
    FUNCTION z_pallet_spot_calc_delivery.
    ""Local interface:
    *"  IMPORTING
    *"     VALUE(I_VBELN) LIKE  LIKP-VBELN DEFAULT '86000801'
    *"     VALUE(I_POSNR) LIKE  LIPS-POSNR OPTIONAL
    *"     VALUE(I_VKORG) LIKE  LIKP-VKORG DEFAULT 'US01'
    *"     VALUE(I_VTWEG) LIKE  LIPS-VTWEG DEFAULT '00'
    *"  EXPORTING
    *"     VALUE(E_PALLET_SPOT) LIKE  ZZVS001-SPOT
    *"     VALUE(E_REAL_PALLETS) LIKE  ZZVS001-SPOT
    *"     VALUE(E_TOTAL_WEIGHT) LIKE  ZZVS001-BRGEW
    *"     VALUE(E_TOTAL_VOLUME) LIKE  ZZVS001-VOLUM
    *"     VALUE(E_TOTAL_PALLETS_3) LIKE  ZZVS001-ZSPOT_3
    *"  TABLES
    *"      T_LIPS STRUCTURE  LIPS OPTIONAL
    *"      T_ZZVS001 STRUCTURE  ZZVS001 OPTIONAL
    *"      T_ZZVS0012 STRUCTURE  ZZVS0012 OPTIONAL
    *"  EXCEPTIONS
    *"      NO_DATA_FOUND
      DATA: l_lfimg     LIKE  lips-lfimg,           " Delivery Quantity
            l_matnr     LIKE  lips-matnr,           " Material Number
            l_meins     LIKE  lips-meins,           " Base Unit of Measure
            l_vrkme     LIKE  lips-vrkme,           " Sales Unit
            ls_zzvs001  LIKE  zzvs001,
            ls_zzvs0012 LIKE  zzvs0012.
      CLEAR: e_pallet_spot, e_real_pallets, e_total_weight, e_total_volume,
             e_total_pallets_3, z_spots_3, z_spots_1, z_tot_wgt, z_tot_vol.
      FREE:  t_zzvs001,                   "Clear header line and contents
             t_zzvs0012.
      IF NOT i_vbeln IS INITIAL.
        IF NOT i_posnr IS INITIAL.
          SELECT *
          INTO   TABLE t_lips
          FROM   lips
          WHERE  vbeln  EQ  i_vbeln
            AND  posnr  EQ  i_posnr.
        ELSE.
          SELECT *
          INTO   TABLE t_lips
          FROM   lips
          WHERE  vbeln  EQ  i_vbeln.
        ENDIF.
        IF sy-subrc NE 0.
          RAISE no_data_found.
        ENDIF.
      ENDIF.
      LOOP AT t_lips.
        CHECK     t_lips-nopck IS INITIAL  " Indicator not relevant for pici
          AND NOT t_lips-komkz IS INITIAL. " Indicator for picking control
        l_matnr  =  t_lips-matnr.
        l_lfimg  =  t_lips-lfimg.
        l_meins  =  t_lips-meins.
        l_vrkme  =  t_lips-vrkme.
        CLEAR: ls_zzvs001,                     " Clear header line
               ls_zzvs0012.
        ls_zzvs001-mandt   =  sy-mandt.
    Convert sales unit of measure to base unit of measure
        IF l_meins NE l_vrkme.
          PERFORM  mat_unit_conv
            USING  l_lfimg                     " Delivery Quantity
                   l_matnr                     " Material Number
                   l_vrkme                     " Sales Unit
                   l_meins                     " Base Unit of Measure
          CHANGING dummy_f
                   zz_umren
                   zz_umrez
                   rc.
          CHECK rc = 0.
          l_lfimg  =  dummy_f.
        ENDIF.
    Convert a base unit of measure to 1 pallet
    MENG is the quantity to be converted in base unit of meas ie 'CA '
    cases. Returned ZZ_UMREZ contains the number of cases per 1 pallet
        SELECT SINGLE *
          FROM marm
         WHERE matnr = l_matnr
           AND meinh = 'PAL'.
        CHECK  sy-subrc = 0.
        PERFORM  mat_unit_conv
          USING  zz_lfimg                           " Constant 1000
                 l_matnr                            " Material Number
                 'PAL'                              " Pallet
                 l_meins                            " Base Unit of Measure
        CHANGING dummy_f
                 zz_umren
                 zz_umrez
                 rc.
        CHECK    rc = 0.
    Get weight and volume and product attributes for material
        PERFORM  mat_maapv
          USING  l_matnr
                 i_vkorg
                 i_vtweg
        CHANGING maapv
                 rc.
        CHECK    rc = 0.
    For PALLET SPOTS:
    If there is any value in the hundredths decimal position, it will
    round the tenths decimal position up by 1 tenth.  Because of float-
    ing point calculations this is accomplished by adding .444 to calc
        CLEAR: z_spots, vz_spots.
        IF l_lfimg NE 0.
          z_spots   = ( ( l_lfimg * zz_umren ) / zz_umrez ) + z_5.
          vz_spots  =   ( l_lfimg * zz_umren ) / zz_umrez.
          vz_spots  =     vz_spots + z_4.
        ENDIF.
    Calculate Number of Real Pallets
        e_real_pallets           =  e_real_pallets + z_spots.
        ls_zzvs001-real_pallets  =  z_spots.
    Product attribute 4 = Top Load product
    Product attribute 5 = Single Stack Prod(reserves 2 pallet spots)
    Single Stack: move calc'd field to dec4_1 to get value in tenths
      before multiplying by factor of 2.
    Product attribute 6 = Half Mod Prod(reserves 1/2 pallet spots)
      Divide by factor of 2
    Product attribute 7 = Qtr Mod Prod(reserves 1/4 pallet spots)
      Divide by factor of 4
        z_spots_cpy            =  z_spots.
        IF maapv-prat7         =  'X'.           " Quarter Mod Product
          ls_zzvs001-spot      =  z_spots.
          ls_zzvs001-zqtrmod   =  z_spots_cpy.
          ls_zzvs001-spot      =  ls_zzvs001-spot / 4.
          vz_spots             =  vz_spots / 4.
          z_spots              =  ls_zzvs001-spot.
        ENDIF.
        z_spots_cpy            =  z_spots.
        IF maapv-prat6         =  'X'.           " Half Mod Product
          ls_zzvs001-spot      =  z_spots.
          ls_zzvs001-zhalfmod  =  z_spots_cpy.
          ls_zzvs001-spot      =  ls_zzvs001-spot / 2.
          z_spots              =  ls_zzvs001-spot.
          vz_spots             =  vz_spots / 2.
        ENDIF.
        IF maapv-prat5         =  'X'.           " Single Stack Product
          ls_zzvs001-spot      =  z_spots.
          ls_zzvs001-zsnglstk  =  z_spots_cpy.
          ls_zzvs001-spot      =  ls_zzvs001-spot * 2.
          z_spots              =  ls_zzvs001-spot.
          vz_spots             =  vz_spots * 2.
        ELSE.
          ls_zzvs001-spot      =  z_spots.
        ENDIF.
        IF maapv-prat4         =  'X'.          " Top Load Product
          ls_zzvs001-ztopload  =  z_spots_cpy.
        ENDIF.
        ls_zzvs001-prat4   =  maapv-prat4.
        ls_zzvs001-prat5   =  maapv-prat5.
        ls_zzvs001-prat6   =  maapv-prat6.
        ls_zzvs001-prat7   =  maapv-prat7.
        ls_zzvs001-brgew   =  maapv-brgew * l_lfimg.
        ls_zzvs001-gewei   =  maapv-gewei.
        ls_zzvs001-volum   =  maapv-volum * l_lfimg.
        ls_zzvs001-voleh   =  maapv-voleh.
        IF maapv-prat4  =  'X'
        OR maapv-prat5  =  'X'.
          ls_zzvs001-tlss  =  z_spots.
        ENDIF.
        IF maapv-prat7 = 'X'.                    " Quarter Mod Product
          ls_zzvs001-real_pallets = ls_zzvs001-real_pallets / 4.
        ELSEIF maapv-prat6 = 'X'.                " Half Mod Product
          ls_zzvs001-real_pallets = ls_zzvs001-real_pallets / 2.
        ENDIF.
        ls_zzvs001-zspot_3   =  vz_spots.
        APPEND ls_zzvs001  TO  t_zzvs001.
        z_tot_wgt  =  z_tot_wgt + ls_zzvs001-brgew.
        z_tot_vol  =  z_tot_vol + ls_zzvs001-volum.
        z_spots_3  =  z_spots_3 + vz_spots.
        z_spots_1  =  z_spots_1 + ls_zzvs001-spot.
    Load additional information into secondary table Structure.  Quantity
    has already been converted to Base Unit of Measure
        t_lips-matnr  =  '000003400024000000'.
        t_lips-lfimg  =  10023.
        t_lips-meins  =  'CA'.
        IF maapv-prat7      =  'X'.                " Quarter Mod Product
          l_lfimg = t_lips-lfimg / 4.
        ELSEIF maapv-prat6  =  'X'.                " Half Mod Product
          l_lfimg = t_lips-lfimg / 2.
        ELSE.
          l_lfimg = t_lips-lfimg.
        ENDIF.
        PERFORM  get_additional_keyf
        USING    t_lips-matnr                  " Material Number
                 l_lfimg                       " Delivery Quantity
                 t_lips-meins                  " Base Unit of Measure
        CHANGING ls_zzvs0012-ztotpalq          " Total Pallets
                 ls_zzvs0012-zfullpalq         " Full Pallets
                 ls_zzvs0012-zfulllayq         " Full Layers
                 ls_zzvs0012-zfullcaq          " Full Cases
                 ls_zzvs0012-zmisccaq.         " Miscellaneous Cases
        ls_zzvs0012-mandt    =  t_lips-mandt.
        ls_zzvs0012-vbeln    =  t_lips-vbeln.
        ls_zzvs0012-posnr    =  t_lips-posnr.
        ls_zzvs0012-matnr    =  t_lips-matnr.
        ls_zzvs0012-zspot_3  =  ls_zzvs001-zspot_3.
        APPEND ls_zzvs0012  TO  t_zzvs0012.
      ENDLOOP.
       this pallet total is 1 decimal precision
      e_pallet_spot  =  z_spots_3.
      IF maapv-prat7      EQ 'X'.                 "Qtr Mod
        e_real_pallets    =  e_real_pallets / 4.
      ELSEIF maapv-prat6  EQ 'X'.                 "Half Mod
        e_real_pallets    =  e_real_pallets / 2.
      ENDIF.
       this pallet total is 3 decimal precision
      e_total_pallets_3  =  z_spots_3.
      e_total_weight     =  z_tot_wgt.
      e_total_volume     =  z_tot_vol.
    ENDFUNCTION.
    I hope thats what is needed. Look forward to your kind reply.
    Thanks so much in advance
    Amit

  • Help with... Aggregate Rollup too slow!!!

    Hi, I installed the BW Admin Cockpit and I am having problems with an Aggregate Rollup on InfoCube 0TCT_C22 DTP Statistics.  The Initial Fill was 1.5million records and I have yet to get the Aggregate to Fill after 13+hours.  Any ideas why this would take sooo long?  Would deleteing the agg indexes help with this or do I even have to consider this?
    Thanks for any ideas!

    Thanks for the quick response.   There seem to be no logs since nothing has completed and I have ended the long running jobs.  I will take your point and Compress the InfoCube.   Could you help with your suggestions a little more?
    1. Build Aggregate in Parallel.
        There is only one large initial request so I don't think this is possible?
    2. SIDS in Parallel
        How do you specify this for an aggregate using RSBATCH?
    3. What might be a valid range of Block Size to start with that might work?  1, 100, 10000, 1000000?
    Thanks again!

  • Integrating VDT with Managment Cockpit in SEM - CPM

    Hi ,
    I am working with Managment cockpit in SEM-CPM. I want to integrate my Value Driver Tree ( VDT ) to my Managment cockpit.  Can anybody tell me the procedure of the same.
    Thanks & Regards,
    MANDAR

    hi mander,
    follow this link.
    https://help.sap.com/saphelp_sem320bw/helpdata/en/1b/3131375fc9342ae10000009b38f839/frameset.htm
    look out at the cpm-vdt node of this link.hope it will provide you the information you need.

  • Help with if statement in cursor and for loop to get output

    I have the following cursor and and want to use if else statement to get the output. The cursor is working fine. What i need help with is how to use and if else statement to only get the folderrsn that have not been updated in the last 30 days. If you look at the talbe below my select statement is showing folderrs 291631 was updated only 4 days ago and folderrsn 322160 was also updated 4 days ago.
    I do not want these two to appear in my result set. So i need to use if else so that my result only shows all folderrsn that havenot been updated in the last 30 days.
    Here is my cursor:
    /*Cursor for Email procedure. It is working Shows userid and the string
    You need to update these folders*/
    DECLARE
    a_user varchar2(200) := null;
    v_assigneduser varchar2(20);
    v_folderrsn varchar2(200);
    v_emailaddress varchar2(60);
    v_subject varchar2(200);
    Cursor c IS
    SELECT assigneduser, vu.emailaddress, f.folderrsn, trunc(f.indate) AS "IN DATE",
    MAX (trunc(fpa.attemptdate)) AS "LAST UPDATE",
    trunc(sysdate) - MAX (trunc(fpa.attemptdate)) AS "DAYS PAST"
    --MAX (TRUNC (fpa.attemptdate)) - TRUNC (f.indate) AS "NUMBER OF DAYS"
    FROM folder f, folderprocess fp, validuser vu, folderprocessattempt fpa
    WHERE f.foldertype = 'HJ'
    AND f.statuscode NOT IN (20, 40)
    AND f.folderrsn = fp.folderrsn
    AND fp.processrsn = fpa.processrsn
    AND vu.userid = fp.assigneduser
    AND vu.statuscode = 1
    GROUP BY assigneduser, vu.emailaddress, f.folderrsn, f.indate
    ORDER BY fp.assigneduser;
    BEGIN
    FOR c1 IN c LOOP
    IF (c1.assigneduser = v_assigneduser) THEN
    dbms_output.put_line(' ' || c1.folderrsn);
    else
    dbms_output.put(c1.assigneduser ||': ' || 'Overdue Folders:You need to update these folders: Folderrsn: '||c1.folderrsn);
    END IF;
    a_user := c1.assigneduser;
    v_assigneduser := c1.assigneduser;
    v_folderrsn := c1.folderrsn;
    v_emailaddress := c1.emailaddress;
    v_subject := 'Subject: Project for';
    END LOOP;
    END;
    The reason I have included the folowing table is that I want you to see the output from the select statement. that way you can help me do the if statement in the above cursor so that the result will look like this:
    emailaddress
    Subject: 'Project for ' || V_email || 'not updated in the last 30 days'
    v_folderrsn
    v_folderrsn
    etc
    [email protected]......
    Subject: 'Project for: ' Jim...'not updated in the last 30 days'
    284087
    292709
    [email protected].....
    Subject: 'Project for: ' Kim...'not updated in the last 30 days'
    185083
    190121
    190132
    190133
    190159
    190237
    284109
    286647
    294631
    322922
    [email protected]....
    Subject: 'Project for: Joe...'not updated in the last 30 days'
    183332
    183336
    [email protected]......
    Subject: 'Project for: Sam...'not updated in the last 30 days'
    183876
    183877
    183879
    183880
    183881
    183882
    183883
    183884
    183886
    183887
    183888
    This table is to shwo you the select statement output. I want to eliminnate the two days that that are less than 30 days since the last update in the last column.
    Assigneduser....Email.........Folderrsn...........indate.............maxattemptdate...days past since last update
    JIM.........      jim@ aol.com.... 284087.............     9/28/2006.......10/5/2006...........690
    JIM.........      jim@ aol.com.... 292709.............     3/20/2007.......3/28/2007............516
    KIM.........      kim@ aol.com.... 185083.............     8/31/2004.......2/9/2006.............     928
    KIM...........kim@ aol.com.... 190121.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190132.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190133.............     2/9/2006.........2/9/2006.............928
    KIM...........kim@ aol.com.... 190159.............     2/13/2006.......2/14/2006............923
    KIM...........kim@ aol.com.... 190237.............     2/23/2006.......2/23/2006............914
    KIM...........kim@ aol.com.... 284109.............     9/28/2006.......9/28/2006............697
    KIM...........kim@ aol.com.... 286647.............     11/7/2006.......12/5/2006............629
    KIM...........kim@ aol.com.... 294631.............     4/2/2007.........3/4/2008.............174
    KIM...........kim@ aol.com.... 322922.............     7/29/2008.......7/29/2008............27
    JOE...........joe@ aol.com.... 183332.............     1/28/2004.......4/23/2004............1585
    JOE...........joe@ aol.com.... 183336.............     1/28/2004.......3/9/2004.............1630
    SAM...........sam@ aol.com....183876.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183877.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183879.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183880.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183881.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183882.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183883.............3/5/2004.........3/8/2004.............1631
    SAM...........sam@ aol.com....183884.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183886.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183887.............3/5/2004.........3/8/2004............     1631
    SAM...........sam@ aol.com....183888.............3/5/2004.........3/8/2004............     1631
    PAT...........pat@ aol.com.....291630.............2/23/2007.......7/8/2008............     48
    PAT...........pat@ aol.com.....313990.............2/27/2008.......7/28/2008............28
    NED...........ned@ aol.com.....190681.............4/4/2006........8/10/2006............746
    NED...........ned@ aol.com......95467.............6/14/2006.......11/6/2006............658
    NED...........ned@ aol.com......286688.............11/8/2006.......10/3/2007............327
    NED...........ned@ aol.com.....291631.............2/23/2007.......8/21/2008............4
    NED...........ned@ aol.com.....292111.............3/7/2007.........2/26/2008............181
    NED...........ned@ aol.com.....292410.............3/15/2007.......7/22/2008............34
    NED...........ned@ aol.com.....299410.............6/27/2007.......2/27/2008............180
    NED...........ned@ aol.com.....303790.............9/19/2007.......9/19/2007............341
    NED...........ned@ aol.com.....304268.............9/24/2007.......3/3/2008............     175
    NED...........ned@ aol.com.....308228.............12/6/2007.......12/6/2007............263
    NED...........ned@ aol.com.....316689.............3/19/2008.......3/19/2008............159
    NED...........ned@ aol.com.....316789.............3/20/2008.......3/20/2008............158
    NED...........ned@ aol.com.....317528.............3/25/2008.......3/25/2008............153
    NED...........ned@ aol.com.....321476.............6/4/2008.........6/17/2008............69
    NED...........ned@ aol.com.....322160.............7/3/2008.........8/21/2008............4
    MOE...........moe@ aol.com.....184169.............4/5/2004.......12/5/2006............629
    [email protected]/27/2004.......3/8/2004............1631
    How do I incorporate a if else statement in the above cursor so the two days less than 30 days since last update are not returned. I do not want to send email if the project have been updated within the last 30 days.
    Edited by: user4653174 on Aug 25, 2008 2:40 PM

    analytical functions: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/functions2a.htm#81409
    CASE
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/02_funds.htm#36899
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/04_struc.htm#5997
    Incorporating either of these into your query should assist you in returning the desired results.

  • I need help with Sunbird Calendar, how can I transfer it from one computer to the other and to my iphone?

    I installed Sunbird in one computer and my calendar has all my infos, events, and task that i would like to see on another computer that i just downloaded Sunbird into. Also, is it possible I can access Sunbird on my iphone?
    Thank you in advance,

    Try the forum here - http://forums.mozillazine.org/viewforum.php?f=46 - for help with Sunbird, this forum is for Firefox support.

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

  • Help with HP Laser Printer 1200se

    HP Support Line,
    Really need your assistance.  I have tried both contacting HP by phone (told they no longer support our printer via phone help), the tech told me that I needed to contact HP by e-mail for assistance.   I then sent an e-mail for assistance and got that reply today, the reply is as follows  "Randall, unfortunately, HP does not offer support via e-mail for your product.  However many resources are available on the HP web site that may provide the answer to your inquiry.  Support is also available via telephone.  A list of technical support numbers can be round at the following URL........."  The phone numbers listed are the ones I called and the ones that told me I needed to contact the e-mail support for help.
    So here I am looking for your help with my issue.
    We just bought a new HP Pavillion Slimline Desk Top PC (as our 6 year old HP Pavillion PC died on us).  We have 2 HP printers, one (an all-in-one type printer, used maily for copying and printing color, when needed) is connected and it is working fine with the exception of the scanning option (not supported by Windows 7).  However we use our Laser Printer for all of our regular prining needs.  This is the HP LaserPrinter 1200se, which is about 6 years old but works really well.  For this printer we currently only have a parallel connection type cord and there is not a parallel port on the Slimline HP PC.  The printer also has the option to connedt a USB cable (we do not currently have this type of cable).
    We posed the following two questions:
    1.  Is the Laser Jet 1200se compatible with Windows 7?
    and if this is the case
    2.  Can we purchase either a) a USC connection cord (generic or do we need a printer specific cord)? or b) is there there a printer cable converter adapater to attach to our parallel cable to convert to a USB connection?
    We do not want to purchase the USB cable if Windows 7 will not accept the connection, or if doing this will harm the PC.
    We really would appreciate any assitance that you might give us.
    Thank you,
    Randy and Leslie Gibson

    Sorry, both cannot be enabled by design.  That said, devices on a network do not care how others are connected.  You can print from a wireless connection to a wired (Ethernet) printer and v/v.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Going to Australia and need help with Power converters

    Facts:
    US uses 110v on 60hz
    Australia 220v on 50hz
    Making sure I understood that correctly.  Devices I plan on bringing that will use power are PS3 Slim, MacBook Pro 2008 model, and WD 1TB External HDD.  My DS, and Cell are charging via USB to save trouble of other cables.
    Ideas I've had or thought of:
    1.  Get a power converter for a US Powerstrip, and then plug in my US items into the strip and then the strip into an AUS Converter into Australian outlet.  Not sure if this fixes the voltage/frequency change.
    2.  Get power converters for all my devices.  But, not sure if my devices needs ways of lowering the voltage/increasing frequency or something to help with the adjustment.
    3.  Buy a universal powerstrip, which is extremely costly and I wouldn't be able to have here in time (I leave Thursday).  Unless Best Buy carrys one.  

    godzillafan868 wrote:
    Facts:
    US uses 110v on 60hz
    Australia 220v on 50hz
    Making sure I understood that correctly.  Devices I plan on bringing that will use power are PS3 Slim, MacBook Pro 2008 model, and WD 1TB External HDD.  My DS, and Cell are charging via USB to save trouble of other cables.
    Ideas I've had or thought of:
    1.  Get a power converter for a US Powerstrip, and then plug in my US items into the strip and then the strip into an AUS Converter into Australian outlet.  Not sure if this fixes the voltage/frequency change.
    2.  Get power converters for all my devices.  But, not sure if my devices needs ways of lowering the voltage/increasing frequency or something to help with the adjustment.
    3.  Buy a universal powerstrip, which is extremely costly and I wouldn't be able to have here in time (I leave Thursday).  Unless Best Buy carrys one.  
    Check the specs on input voltage/frequency of your power supplies.
    Many laptop power supplies are "universal/global" and are specced something like 80-265 volts AC 50/60 Hz, but not all.  These will just need a connector adapter.
    Unsure about the PS3 Slim - if it isn't universal it could be difficult as you'll need a 110/220 transformer, one big enough (power-handling wise) for the PS3 will be very bulky.
    For the external WD HDD, if it doesn't have a universal supply, you're probably best off just finding a new wallwart for it that is capable of running on 220/50.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • Creation of context sensitive help with pure FM 12 usage doesn't work

    Hi,
    I hope somebody is able to help me with a good hint or tip.
    I am trying to create a context-sensitive Microsoft Help with FM12 only using the abilities of FM (no RoboHelp). For some reasons, my assigned ID's are not used in the generated chm file and therefore the help does not work context-sensitively.
    What did I do?
    - I created my FM files and assigned topic aliases to the headers. I did this two ways: a) using the "Special" menue and assigning a CSH marker and/or b) setting a new marker of type "Topic Alias" and typing the ID. I used only numeric IDs like "2000" or "4200",
    - I created a .h file (projectname.h) - based on the format of the file projectname_!Generated!.h (I read this in some instructions). So the .h file (text file) looks like this:
    #define 2000 2000 /* 4 Anwendungsoberfläche */
    #define 2022 2022 /* 4.1.1 Menü Datei */
    #define 2030 2030 /* 4.1.3 Menü Parametersatz */
    #define 2180 2180 /* 6.6.7 Objektdialog Q-Regler */
    #define 2354 2354 /* 6.9.2 Objektdialog Extran Parameter */
    #define 2560 2560 /* 6.9.5 Objektdialog Extran2D Parametersatz */
    - I published the Microsoft HTML Help. A projectname_!Generated!.h has been created. My IDs were not used in this file:
    #define 2000    1
    #define 2022    2
    #define 2030    3
    #define 2180    4
    #define 2354    5
    #define 2560    6
    - When I open the .chm file and look in the source code, the ID even is totally different. It is not the one, I assigned in FM, it is not the one which I assigned in the projectname.h file and it even is not the one, which was put in the projectname_!Generated!.h file. It is a generated name starting with CSH_1 ...n in a consecutive way numbered.
    Example:
    <p class="FM_Heading1"><a name="XREF_72066_13_Glossar"></a>Gloss<a name="CSH_1"></a>ar</p>
    What goes wrong? Why does FM not take my assigned IDs? I need to use these IDs since our programmers are using those already - I had to re-create the whole online help but the programs stay untouched.
    Please help!
    Many thanks
    Mohi

    Hi Jeff,
    thanks for your note!
    The text in my marker is just a number like "2000" or "4200". As said, I created manually a my.h file and used this marker there. E.g.
    #define 2000 2000.
    Whereby the first 2000 (in my opinion) is the marker text and the second 2000 is the context ID which the programmers are using for the context sensitive call of the help. My definitions in the my.h file were translated to #define 2000 1 (in the my_!Generated!.h file). The source code "translates" the context ID into CSH_8.
    I am still confused :-/
    Thanks
    Mohi

  • Need help with Boot Camp and Win 7

    I have iMac 27" (iMac11,1) 2.8 GHz, quad core, 8MB of L3, 8GB of Memory, Boot ROM Version IM111.0034.B02 and SMC Version 1.54f36 and can't get this machine to run Windows 7 using Boot Camp.  I have successfully loaded Win 7 but when it claims to be starting I only get a black screen after initial start up.
    I have checked and rechecked my software updates and have read and reread the instructions, however, I can't update my Boot Camp to 3.1 (my machine says i'm running 3.0.4) and I need 3.1 but can't load 3.1 because it is an exe file that has to be loaded into Windows after I load Windows but can't open Windows because I can't load Boot Camp 3.1.  That's my excuse anyway, so I'm missing something I just can't figure out what it is....this is where you come in!
    Thanks.
    Mike

    Mike,
    I'm not going to be much help with Boot Camp however I can direct you to the Boot Camp forum where there are more people that know how to troubleshoot it and Windoze 7. You can find it at:
    https://discussions.apple.com/community/windows_software/boot_camp
    Roger

  • Can some help with CR2 files ,Ican`t see CR2 files in adobe bridge

    can some help with CR2 files ,I can`t see CR2 files in adobe bridge when I open Adobe Photoshop cs5- help- about plugins- no camera raw plugins. When i go Edit- preference and click on camera raw  shows message that Adobe camera raw plugin cannot be found

    That's strage. Seems that the Camera Raw.8bi file has been moved to different location or has gone corrupt. By any chance did you try to move the camera raw plugin to a custom location?
    Go To "C:\Program Files (x86)\Common Files\Adobe\Plug-Ins\CS5\File Formats" and look for Camera Raw.8bi file.
    If you have that file there, try to download the updated camera raw plugin from the below location.
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=5371&fileID=5001
    In case  you ae not able to locate the Camera Raw.8bi file on the above location, then i think you need to re-install PS CS5.
    [Moving the discussion to Photoshop General Discussions Forum]

  • Be grateful for your help with Photoshop Elements which I have been using for several years.

    Be grateful for your help with Photoshop Elements which I have been using for several years.  Does Elements need to have access to ‘My Pictures’ on Windows as when I remove Photos from ‘My Pictures’, Elements later, when backing up, gives a message that it is unable to ‘reconnect’ to the same picture on elements.  On other occasions when removing a photo from Elements catalogue I also get a similar message when backing up saying ‘unable to reconnect’.  1. Is there a relationship between Elements and My Pictures and is Elements dependant on    the Windows ‘My Pictures’? 2. Why does some photos in Elements in some cases cause them to multiply e.g. double; triple; quadruple; and on occasions even more?  Is there something I need to do to stop this or an easy way I can remove the multiples without spending hours doing it manually one by one?  Am I doing something wrong? My O/S is Windows XP SP2 and windows Vista on my Laptop.  I have been using Elements 5 and have just purchased Photoshop Elements 8.0. (Upgrade) and about to install it. Be grateful for any advice as I do enjoy using the program if only I can resolve this issue.  I am not a PC wiz and mainly use Elements to catalogue photos from which I compile collections and from them slide shows with music.  Any advice appreciated Sonny.t PS Have tried to post this previously but without success so hoping to see message appear and a +response

    The organizer doesn't care where you send your photos when you download them via the downloader or where they happen to be when you first bring them in if you use the Get Photos command, but once your pics are in the Organizer, you *must* move them from within organizer or it can't find them. You don't have to use My Pictures at all if you don't want to, but regardless of the folder where you put your photos, if you want them someplace else, you use organizer to do it.

Maybe you are looking for

  • What is this icon?

    Hi, Bought a z1 compact - very happy with it. After a few days, an icon appeared in the top left corner of the status bar/homescreen. Cant figure our what it means, as it does not appear in the common overviews I have googled. Then I pull the status

  • Is this how to pull data from a database and insert it to a session variable?

    $_SESSION['Stud_FirstName'] = $row_rs_Login['Stud_FirstName']; 'cause it ain't working. I swear the more I learn the less I know. What do I change? Thanks!

  • IPhone 4 bumper compatible car holder?

    hello there. would like to buy a car holder that is compatible with iPhone 4 with bumper case installed. Kensington Windscreen Car Mount is compatible (according to product QnA page), but it's on the expensive side, and i don't really need its audio

  • Add new fields incu stomer data tab ( transaction BP)

    Hello, I need to add three new fields in the  standard  transaction BP.  I need the  three new fields show in the customer data tab when you have introduced a determinated value in control tab before. Is it possible? Can you tell me the way? Thanks

  • Asking to enter a device password in the access point but I don't have an access point

    I installed the Intel Proseet Wireless Client and upon connection to my Linksys router a wizard comes up asking me to "enter the device password to my access point or external registrar".  It displays an 8 digit number in the device password field.