Need help in the following query

Hi ,
I have the following query to pull out data for a particular timeperiod( campaign)
select
da.acct_nr,smas.mrkt_id,smas.fld_sls_cmpgn_perd_id,smas.acct_key,smas.upln_acct_key,smas.awrd_sls_amt,smas.fld_net_sls_amt
,smas.stf_ind,da1.acct_nr,
smas.fld_sls_cmpgn_perd_id,smas.acct_key,smas.upln_acct_key,smas.awrd_sls_amt,smas.fld_net_sls_amt
,smas.stf_ind,da1.acct_nr,prev.*
From cdw.sum_mrkt_acct_sls smas
join codi.dim_acct da
on (smas.mrkt_id = da.mrkt_id and smas.acct_key = da.acct_key)
join codi.dim_acct da1
on (smas.mrkt_id = da1.mrkt_id and smas.UPLN_acct_key = da1.ACCT_KEY)
where smas.acct_key in
select dwnln_acct_key from codi.dim_ldrshp_genlgy
where mrkt_id = 66 and fld_sls_cmpgn_perd_id = 20100304
and root_upln_acct_key = (select acct_key from codi.dim_acct where acct_nr = '0032622' and mrkt_id = 66)
and
smas.mrkt_id = 66
and smas.fld_sls_cmpgn_perd_id = 20100304
and smas.sls_org_key <> -100
order by 1
So this query will pull out data for campaign 20100304
No i want to modify the query to pull out data for 3 such campaigns.
for a smas.acct_key
so data will
smas.acct_key all the data for 1st campaign , all the data for 2nd campaign. all the data for 3rd campaign
Could you please help in modifying this query.
Thanks

How about this ??
select da.acct_nr,
       smas.mrkt_id,
       smas.fld_sls_cmpgn_perd_id,
       smas.acct_key,
       smas.upln_acct_key,
       smas.awrd_sls_amt,
       smas.fld_net_sls_amt,
       smas.stf_ind,
       da1.acct_nr,
       smas.fld_sls_cmpgn_perd_id,
       smas.acct_key,
       smas.upln_acct_key,
       smas.awrd_sls_amt,
       smas.fld_net_sls_amt,
       smas.stf_ind,
       da1.acct_nr,
       prev.*
  From cdw.sum_mrkt_acct_sls smas
  join codi.dim_acct da on (smas.mrkt_id = da.mrkt_id and
                           smas.acct_key = da.acct_key)
  join codi.dim_acct da1 on (smas.mrkt_id = da1.mrkt_id and
                            smas.UPLN_acct_key = da1.ACCT_KEY)
where smas.acct_key in (select dwnln_acct_key
                           from codi.dim_ldrshp_genlgy
                          where mrkt_id = 66
                            and fld_sls_cmpgn_perd_id in( 20100304,20100305,20100306)
                            and root_upln_acct_key =
                                (select acct_key
                                   from codi.dim_acct
                                  where acct_nr = '0032622'
                                    and mrkt_id = 66))
   and smas.mrkt_id = 66
   and smas.fld_sls_cmpgn_perd_id in( 20100304,20100305,20100306)
   and smas.sls_org_key - 100
order by 1

Similar Messages

  • Need help with the following query

    I have the following data
    INVOICE_ID PAID_AMT PYMNT_GROSS_AMT DISCOUNT
    10151 1375 1375 55
    10151DC -44.81 -44.81 0
    20017 25 25 7
    Ok the data I want to grab the discount field is paid_amt = pymnt_gross_amt and discount <> 0. If however there is another invoice_id out there (same invoice ID except with a DC appended to it like 10151DC) then you want to select the differece between the discount field without the DC and the Invoice ID with the DC the paid_amt field.
    So the results would be.
    Invoice_ID Discount
    10151 10.19
    20017 7
    Thanks for all your help!

    Why scan same table twice when it can be achived using single scan :
    Hope this helps :
    with inv_data as
    (select '10151' invoice_id,
    1375 paid_amt,
              1375 pymnt_gross_amt,
              55 discount from dual
    union all
    select '10151DC' invoice_id,
    -44.81 paid_amt,
              -44.81 pymnt_gross_amt,
              0 discount from dual
    union all
    select '20017' invoice_id,
    25 paid_amt,
              25 pymnt_gross_amt,
              7 discount from dual)
    select replace(invoice_id,'DC') invoice_id,
    sum(case when invoice_id like '%DC' then pymnt_gross_amt
         else discount end) discount
    from inv_data
    group by replace(invoice_id,'DC')
    INVOICE DISCOUNT
    10151 10.19
    20017 7
    2 rows selected.

  • Need help on the below query.

    Hi All,
    I've a query given below..
    SELECT W.WONUM,
         W.STATUS,
         WS.CHANGEDATE,
         EH.OLD_RATE
         FROM
         WORKORDER W,
         WOSTATUS WS,
         ESTIMATE_HEADER@GQMFOF EH
    WHERE WS.CHANGEDATE BETWEEN '01-Oct-2009' AND '1-Nov-2009'
    AND W.WONUM = WS.WONUM
    AND EH.OLD_RATE = 'N'
    AND WS.WOSTATUS = 'CLOSE';
    I would like to get All the data which status =closed in the month of Oct for Old rate,
    So for this i am writing the query above. But not getting the o/p.
    It is giving me that " Table/View doesn't exist.
    There 2 schemas MAXIMO,GQMMGR..
    DBlinks are GQMFOF,MAXFOFNC..
    Can anyone help me while writing the above query...
    Regards,
    gr.

    A question was asked in your other thread. But the problem was you dint care to give an answer.
    Dont open duplicate post.
    I need help on the below problem..

  • I Need help with the following error:

    Hi, I am getting the following error:
    <b>BPE_ADAPTER">SYSTEM_FAILURE_INTERNAL</b>
    I have looked at some of the other threads that deal with this but since I am new to XI I am not sure where to look. I have tried to activate in SXI_CACHE and I get a code of 99 with the following error. I did not get this error in the QAS environment, only when it was moved to Prod. We have cleared and reset all of the caches and am still getting this error when I try to activate in SXI_CACHE:
    <b>E     'STATUSCODE' is not a component of data object 'PAYLOAD'</b>
    Can someone point me in the right direction to fix this? We just moved it to prod and need to get it fixed asap.
    Thanks in advance for all of the help.
    Mike Curtis

    Hi Michael,
    Before SP16:
    the problem should be solved with the help of note 890760. You might find note
    816430 interesting as well, but the first one should help you solve the problem.
    After:
    If those are already in your system, have a look at note 996631. This could be
    the solution.
    Regards and good luck with XI.
    Jaime

  • Need help with the following condition code

    Hi All,
    I am creating CreditMemo based on the open amount and I have option to create either up to 4 credit memo's or open amount is zero. When I create the CM initially then cmponum1 has to be updated in the table, for second CM cmponum2 has to be updated.
    The created CM number comes out from the function as 'Salesdocument'.
    The following code I wrote is working fine for CM1, if I have the CM2 then it is updating CMPONUM2 but update command is making CMPONUM1 as zero, so for CM3 as CM1 was updated as zero it is going to CMPONUM1 instead of CMPONUM3.
    Can some one please help me with this code.
    Thanks,
    Veni.
          DATA: zcmponum1  type zsdcoop-cmponum,
                zcmponum2  type zsdcoop-cmponum,
                zcmponum3  type zsdcoop-cmponum,
                zcmponum4  type zsdcoop-cmponum.
          If zsdcoop-cmponum1 is initial.
            zcmponum1 = salesdocument.
          elseif zsdcoop-cmponum2 is initial.
            zcmponum2 = salesdocument.
          elseif zsdcoop-cmponum3 is initial.
            zcmponum3 = salesdocument.
          elseif zsdcoop-cmponum4 is initial.
            zcmponum4 = salesdocument.
          endif.
          Update zsdcoop
          set
          cmponum1  = zcmponum1
          cmponum2  = zcmponum2
          cmponum3  = zcmponum3
          cmponum4  = zcmponum4
          where kunnr = zsdcoop-kunnr and pfnum = zsdcoop-pfnum.

    Hi All,
    This code solved my req.
          If zsdcoop-cmponum is initial.
            zcmponum = salesdocument.
            Update zsdcoop
            set cmponum  = zcmponum
            where kunnr = zsdcoop-kunnr and pfnum = zsdcoop-pfnum.
          elseif zsdcoop-cmponum2 is initial.
            zcmponum2 = salesdocument.
            Update zsdcoop
            set cmponum2  = zcmponum2
            where kunnr = zsdcoop-kunnr and pfnum = zsdcoop-pfnum.
          elseif zsdcoop-cmponum3 is initial.
            zcmponum3 = salesdocument.
            Update zsdcoop
            set cmponum3  = zcmponum3
            where kunnr = zsdcoop-kunnr and pfnum = zsdcoop-pfnum.
          elseif zsdcoop-cmponum4 is initial.
            zcmponum4 = salesdocument.
            Update zsdcoop
            set cmponum4  = zcmponum4
            where kunnr = zsdcoop-kunnr and pfnum = zsdcoop-pfnum.
          endif.
    Thanks,
    Veni.

  • I would need help with the following please: I need to save some of my email on a disk. I was going to Print, then Save PDF but then I am stuck. Help please. Thanks. Elisabeth

    I would need help with saving some eamil messages to a disk to unclutter my email. How can I do this please?
    Thanks.
    Elisabeth

    Open the email and then from the File menu select Save As Rich Text Format. That'll save it to open in TextEdit. If you want a pdf then open the email and do command-p (Print) and then from the PDF drop down box lower left corner select Save as PDF.

  • Need help with the following scenario

    Hi guys,
    I have to implement a solution which requires me to duplicated all the rows from a table to another in reverse order. For eg. I have table1 containing the following rows:
    200, 350, 700, 90
    All these numbers are sorted according to their ROW_ID_BLOCK_NUMBER. When these rows are replicated over to another table, say table2, it should be inserted in the following order:
    90, 700, 350, 200
    I do not have another column column that stores the running identity number for each row and I don't intend to implement that right now. I was wondering if that can be implemented using the DBMS_ROWID package and if so, how? Any help is greatly appreciated here. Thanks in advance.

    In 10g, assuming you've built a table with row dependencies enabled
    SCOTT @ jcave102 Local> create table a (
      2  col1 number
      3  )
      4  rowdependencies;
    Table created.
    Elapsed: 00:00:00.04the ORA_ROWSCN pseudocolumn will tell you the SCN (system change number) of the transaction that inserted the rows
    SCOTT @ jcave102 Local> insert into a values( 1 );
    1 row created.
    Elapsed: 00:00:00.07
    SCOTT @ jcave102 Local> insert into a values( 2 );
    1 row created.
    Elapsed: 00:00:00.01
    SCOTT @ jcave102 Local> commit;
    Commit complete.
    Elapsed: 00:00:00.00
    SCOTT @ jcave102 Local> insert into a values( 3 );
    1 row created.
    Elapsed: 00:00:00.04
    SCOTT @ jcave102 Local> commit;
    Commit complete.
    Elapsed: 00:00:00.01
    SCOTT @ jcave102 Local> select ora_rowscn, col1 from a;
    ORA_ROWSCN       COL1
       6270940          1
       6270940          2
       6270944          3
    Elapsed: 00:00:00.09Sorting on that, assuming you insert the rows in the right logical order, should work (the documentation only guarantees that the SCN of the row is greater than or equal to the SCN when a row was modified, so it's not guaranteed, but I don't know of a mechanism that would cause the ORA_ROWSCN to change without DML affecting the row in this example so it's relatively safe, at least with your current Oracle version). If ROWDEPENDENCIES is not set, the default is that the SCN is tracked at the block rather than the row level.
    Justin

  • Need help with the following code (Want an input popup with numeric pad)

    Hello,
    I put the following code in an event :
    import javax.swing.JOptionPane;
    value = javax.swing.JOptionPane.showInputDialog("Price", "");
    try {
    Double newPrice = new Double(value);
    line.setPriceTax(newPrice);
    } catch (NumberFormatException e) {
    JOptionPane.showMessageDialog(null, "Not valid number: " + value, "Error", JOptionPane.PLAIN_MESSAGE);
    But this only gives an input popup screen and then i have to use a keyboard instead of my touchscreen to give the input,
    i would rather like it to be a popup input screen with a numeric pad attached.
    Is this possible, and how??
    Thanks in advance.
    Jeroen

    hii,
    set321go wrote
    make your own. Create a custom OptionPane and add --->
    // global def.
    private final JLabel amountLabel = new JLabel(" Input Trades Amount : ");
    private JFormattedTextField amountTextField;
    private double amount = 0.00;
    private NumberFormat amountFormat;
    // in panel class add --->
    amountFormat = NumberFormat.getNumberInstance();
    amountFormat.setMinimumFractionDigits(2);
    amountFormat.setMaximumFractionDigits(2);
    amountFormat.setRoundingMode(RoundingMode.HALF_EVEN);
    amountLabel.setFont(new Font("Serif", Font.BOLD, 16));
    amountLabel.setForeground(KopikSalesTest.textColor);
    amounTextField = new JFormattedTextField(amountFormat);
    amountTextField.setValue(0.00);
    amountTextField.setFont(new Font("Serif", Font.BOLD, 20));
    amountTextField.setForeground(Color.someColor);
    amountTextField.setBackground(Color.someColor);
    amountTextField.addFocusListener(new FocusListener() {
                public void focusGained(FocusEvent e) {
                    amountTextField.requestFocus();
                    amountTextField.setText(amountTextField.getText());
                    amountTextField.selectAll();
                public void focusLost(FocusEvent e) {
                    //on exit
    somePanel.add(amountLabel);
    somePanel.add(amountTextField); ... kopik

  • Need help with the following error message...

    I just got a Shuffle for Christmas and was trying to download iTunes when I got the following message. FYI - I have a PC and the operating system is Windows XP:
    iTunesSetup[1].exe is not a valid Win32 application
    Anyone received this message before? I've looked around the troubleshooting section but am at a loss as to what to do from here...
    Thx

    I do have SR but hoping i can get quicker answer hereYou may always escalate the SR if you are not getting response timely. Anyways, give the reference of this thread in the SR and ask service engineer to file a bug.
    I will email you the wire messageI saw the wire message you mailed across. There are some junk characters in the starting of the payload and that's why parsing is failing. Most probably it is a BOM (Byte Order Mark). Ask your TP to send messages in UTF-8 encoding without BOM or any other junk character in the starting of the message. You may open the wire message payload you mailed across in notepad or textpad and you will able to see those junk characters in the starting of the payload.
    Regards,
    Anuj

  • Need help with the following.

    Hi everybody..,
    can anyone plz check the following code and tell that how to end the exception after "raise form_trigger_failure and end if;"
    thanks in advance.
    DECLARE
    v_amount number(15,2);
    v_old_amount number(15,2);
    f_number varchar2(10);
    BEGIN
    select amount into v_old_amount
    from pur_req
    where line_number = :line_number and
    f_number = :f_number;
    EXCEPTION
    WHEN no_data_found then
    select allocated_amount into v_amount
    from line_description
    where line_number = :line_number;
    IF :amount <= v_amount then
    update line_description
    set allocated_amount = allocated_amount - :amount;
    commit;
    else
    message('The Remaining budget is '||V_AMOUNT||' So, the transaction cant be completed');
    message(' ');
    raise form_trigger_failure;
    end if;
    -------------------------here
    if :amount < v_old_amount then
    update line_description
    set allocated_amount = allocated_amount + (v_old_amount - :amount)
    where line_number = :line_number and
    f_number = :f_number;
    else
    :amount > v_old_amount then
    update line_description
    set allocated_amount = allocated_amount - (:amount - v_old_amount)
    where line_number = :line_number
    and f_number = :f_number;
    end if;
    END;

    around line 36 IF and END IF are missing:
    DECLARE
        v_amount       NUMBER (15, 2);
        v_old_amount   NUMBER (15, 2);
        f_number       VARCHAR2 (10);
    BEGIN
        SELECT amount
          INTO v_old_amount
          FROM pur_req
         WHERE line_number = :line_number AND f_number = :f_number;
    EXCEPTION
        WHEN NO_DATA_FOUND
        THEN
            SELECT allocated_amount
              INTO v_amount
              FROM line_description
             WHERE line_number = :line_number;
            IF :amount <= v_amount
            THEN
                UPDATE line_description
                   SET allocated_amount = allocated_amount - :amount;
                COMMIT;
            ELSE
                MESSAGE (
                       'The Remaining budget is '
                    || v_amount
                    || ' So, the transaction cant be completed');
                MESSAGE (' ');
                RAISE form_trigger_failure;
            END IF;
            IF :amount < v_old_amount
            THEN
                UPDATE line_description
                   SET allocated_amount =
                           allocated_amount + (v_old_amount - :amount)
                 WHERE line_number = :line_number AND f_number = :f_number;
            ELSE
                -- IF missing:
                IF :amount > v_old_amount
                THEN
                    UPDATE line_description
                       SET allocated_amount =
                               allocated_amount - (:amount - v_old_amount)
                     WHERE line_number = :line_number AND f_number = :f_number;
                -- END IF missing:
                END IF;
            END IF;
    END;btw what if this
    SELECT allocated_amount
              INTO v_amount
              FROM line_description
             WHERE line_number = :line_number;also raises a no_data_found exception? you should close the first exception block and open another:
       SELECT amount
          INTO v_old_amount
          FROM pur_req
         WHERE line_number = :line_number AND f_number = :f_number;
    EXCEPTION
        WHEN NO_DATA_FOUND
        THEN
            v_old_amount := NULL;
    END;
    BEGIN
        IF v_old_amount IS NULL THEN
            SELECT allocated_amount
              INTO v_amount
              FROM line_description
    EXCEPTION
        WHEN NO_DATA_FOUND THEN
    END;Edited by: jowal on 20.04.2011 14:32

  • Need help for the following select query-- illegal character

    select product_group_id from product_group where description like '%%'
    I am not able to identify this character.
    When I try to type this character at
    SQL prompt, it does not accepts it.
    This character is in the description field and I have to replace it with NULL..
    Any suggestions..
    Thanks in advance
    null

    I'm not sure about the character you are talking about. But if you find this character in the ASCII character set, you can do all the operation against it with the help of CHR() function.

  • Need help in the sql query

    i have a table
    source table :
    create table order(name_a varchar2(100),intid number);
    insert into order values('a',1);
    insert into order values('b',1);
    insert into order values('c',1);
    insert into order values('d',1);
    insert into order values('e',2);
    insert into order values('f',2);
    insert into order values('g',2);
    i need a query , which result in the below output :
    if i look for intid=1 the query should give a,b,c,d
    if i look for intid=2 the query should give f,g
    Thanks

    Hi,
    781649 wrote:
    i have a table
    source table :
    create table order(name_a varchar2(100),intid number);
    insert into order values('a',1);
    insert into order values('b',1);
    insert into order values('c',1);
    insert into order values('d',1);
    insert into order values('e',2);
    insert into order values('f',2);
    insert into order values('g',2);Thanks for posting the CREATE TABLE and INSERT statements; it's very helpful.
    i need a query , which result in the below output :
    if i look for intid=1 the query should give a,b,c,d
    if i look for intid=2 the query should give f,gDid you mean <b>e</b>,f,g ?
    That's called String Aggregation , and how to do it depends on your version of Oracle, and your exact requirements.
    See thie following page for several techniques:
    http://www.oracle-base.com/articles/10g/StringAggregationTechniques.php
    If you're using Oracle 10 (or higher), and it's important that the name_a's be in order in the output, then you can do this:
    WITH     got_r_num     AS
         SELECT     name_a
         ,     intid
         ,     ROW_NUMBER () OVER ( PARTITION BY  intid
                                   ORDER BY          name_a
                           )         AS r_num
         FROM     order_table                    -- ORDER is not a good table name
         WHERE     intid     IN (1)                    -- Optional
    SELECT     intid
    ,     SUBSTR ( SYS_CONNECT_BY_PATH (name_a, ',')
                , 2
                )     AS name_a_list
    FROM     got_r_num
    WHERE     CONNECT_BY_ISLEAF     = 1
    START WITH     r_num     = 1
    CONNECT BY     r_num     = PRIOR r_num + 1
         AND     intid     = PRIOR intid
    ;Starting in Oracle 11.2, LISTAGG is better.
    This does not assume that you are getting the output only for a single intid at a time. You can get any number of them in a suingle query. Of course, that number can be 1 if that's what you want.
    Edited by: Frank Kulash on Mar 24, 2011 12:19 PM

  • Need help on the below query or Pl-SQL

    Hello Every one,
    Please let me know if some one can help me out with the below scenario either in pl-sql or sql.
    Source Data:
    0000253800     0.25          0845A     0900A
    0000253800     1          0900A     1000A
    0000253800     1          1300P     1400P
    0000253800     1          1500P     1600P
    0000253800     1          1600P     1700P
    Output needed:
    0000253800     1.25          0845A     1000A
    0000253800     1          1300P     1400P
    0000253800     2          1500P     1700P
    Thanks in Advance....
    Edited by: user12564103 on Dec 11, 2011 5:54 PM

    Hi,
    Welcome to the forum!
    Depending on your data and your requirements:
    WITH     got_times     AS
         SELECT     column_1, column_2, column_3, column_4
         ,     TO_DATE ( substr (column_3, 1, 4)
                   , 'HH24MI'
                   )     AS time_3
         ,     TO_DATE ( SUBSTR (column_4, 1, 4)
                   , 'HH24MI'
                   )     AS time_4
         FROM     table_x
    ,     got_grp_id     AS
         SELECT     column_1, column_2, column_3, column_4
         ,     time_3, time_4
         ,     time_4 - SUM (time_4 - time_3) OVER ( PARTITION BY  column_1
                                        ORDER BY         time_3
                                      )     AS grp_id
         FROM     got_times
    SELECT       column_1
    ,       SUM (column_2)     AS sum_2
    ,       MIN (column_3) KEEP (DENSE_RANK FIRST ORDER BY time_3)
                        AS min_3
    ,       MAX (column_4) KEEP (DENSE_RANK LAST  ORDER BY time_4)
                        AS max_4
    FROM       got_grp_id
    GROUP BY  column_1
    ,       grp_id
    ORDER BY  column_1
    ,       grp_id
    ;Whenever you have a problem, please post CREATE TABLE and INSERT statements for your sample data, as well as the results you want from that data. Explain, with specific examples, how you get the results you want from that data.
    Always say which version of Oracle you're using. The query above will work in Oracle 9.1 (and higher).
    Since this is your first thread, I'll do this for you:
    CREATE TABLE     table_x
    (     column_1     NUMBER
    ,     column_2     NUMBER
    ,     column_3     VARCHAR2 (5)
    ,     column_4     VARCHAR2 (5)
    INSERT INTO table_x (column_1, column_2, column_3, column_4) VALUES (253800, .25, '0845A', '0900A');
    INSERT INTO table_x (column_1, column_2, column_3, column_4) VALUES (253800, 1,   '0900A', '1000A');
    INSERT INTO table_x (column_1, column_2, column_3, column_4) VALUES (253800, 1,   '1300P', '1400P');
    INSERT INTO table_x (column_1, column_2, column_3, column_4) VALUES (253800, 1,   '1500P', '1600P');
    INSERT INTO table_x (column_1, column_2, column_3, column_4) VALUES (253800, 1,   '1600P', '1700P');Column_1 identifes a day.
    Column_2 is an amount that I need to total.
    Column_3 and column_4 are starting and ending times. We can assume that they are all valid times (in 'HH24MI' format, plus a redundant 'A' or 'P') on the same day, column_3 is always less than column_4, and that the range of two rows for the same value of column_1 never overlap. Column_4 of one row may be equal to column_3 of another rows with the same column_1, but it will never be greater.
    Each row of the output represent a contiguous group of rows (each ending exactly when the next one begins) with the same column_1, with the common column_1, the total of column_2, and the range of the group.
    For example, the first two rows for a single group, because they have the same value for column_1, and one ends exactly when the other begins (at 9:00 AM). This group represents day 253800, from 8:45 AM to 10:00 AM. The totla of column_2 fro this group is .25 + 1 = 1.25.
    The next row (from 1:00 PM to 2:00 PM) is a group all by itself, because there is a gap one either side of it separating it from its nearest neighbor on the same day."
    Of course, I'm guessing at lots of things.
    Edited by: Frank Kulash on Dec 11, 2011 9:44 PM
    Changed TO_DATE calls.
    Edited by: Frank Kulash on Dec 11, 2011 9:52 PM
    Added sample question.

  • Need help with the following console messages...

    Hello,
    I wanted to know what these messages mean in the Console app. I've had two of these system errors in a row and I would like to know that they mean. They seem to be related to the GPU, and manifest by showing a color spinwheel followed by a complete system crash.
    What do you think?
    1/13/12 12:06:33.246 AM sandboxd: ([108]) DumpGPURestart(108) deny file-write-create /Library/Application Support/SubmitDiagInfo
    1/13/12 12:06:33.288 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.289 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.290 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.291 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.304 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.322 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.323 AM sandboxd: ([108]) DumpGPURestart(108) deny network-outbound /private/var/run/mDNSResponder
    1/13/12 12:06:33.324 AM sandboxd: ([108]) DumpGPURestart(108) deny file-read-data /private/etc/hosts
    1/13/12 12:06:33.325 AM sandboxd: ([108]) DumpGPURestart(108) deny file-read-data /private/etc/hosts
    1/13/12 12:06:33.343 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/13/12 12:06:33.345 AM sandboxd: ([108]) DumpGPURestart(108) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.596 PM sandboxd: ([128]) DumpGPURestart(128) deny file-write-create /Library/Application Support/SubmitDiagInfo
    1/15/12 8:34:16.638 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.645 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.647 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.648 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.649 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.665 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.667 PM sandboxd: ([128]) DumpGPURestart(128) deny network-outbound /private/var/run/mDNSResponder
    1/15/12 8:34:16.667 PM sandboxd: ([128]) DumpGPURestart(128) deny file-read-data /private/etc/hosts
    1/15/12 8:34:16.668 PM sandboxd: ([128]) DumpGPURestart(128) deny file-read-data /private/etc/hosts
    1/15/12 8:34:16.685 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 8:34:16.686 PM sandboxd: ([128]) DumpGPURestart(128) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:09:26.511 PM sandboxd: ([333]) DumpGPURestart(333) deny file-write-create /Library/Application Support/SubmitDiagInfo
    1/15/12 9:09:26.534 PM sandboxd: ([333]) DumpGPURestart(333) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:09:26.536 PM sandboxd: ([333]) DumpGPURestart(333) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:09:26.537 PM sandboxd: ([333]) DumpGPURestart(333) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:09:26.539 PM sandboxd: ([333]) DumpGPURestart(333) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:09:26.541 PM sandboxd: ([333]) DumpGPURestart(333) deny ipc-posix-shm apple.shm.notification_center
    1/15/12 9:11:30.625 PM com.apple.stackshot: Running fs_usage, spindump and top
    I know that my MacBook Pro is the one that has the 330m GPU that has given some problems under Mac OS X Lion. Would like to know if this can be related to the OSX Lion graphics issues in the 2010 MacBook Pros.

    Bump. Any suggestions or ideas? I really need them.

  • Help! I have an imac m6498 question(s) need help on the following ASAP thanx

    i found an imac m6498 at my grandmas's, its working smooth and great. However, i have these problems:
    idont have admin (she doesnt remember the password nor how to remove it)
    i dont have the cd repair and backup etc, nor does she
    cd drive works well (i need info on how i could reset this so i could use the pc like it was new)
    i was thinking of transferring mac os 9 [or leopeord, cuz i  saw a forum that its possible] into a usb ext hard drive and installing it there
    the main problem is, i dont have admin. It says "you do not have access privileges"
    other questions:
    is there a way / combo buttons/commands that i could do to reset, change, redeem the password.
    thank you, sorry for the woording, i rushed it. heehhe

    James,
    That machine is over 10 years old and is not an Intel based iMac, Apple began using Intel microprocessors in 2006 a full 5 years after your machine was made. It is a PPC (Power PC) based machine which cannot run Leopard. In other words you are in the wrong forum. You can reset the password per Resetting an account password however you need the original Install discs. If you don't have those your last option is to contact Apple and see if you can get a duplicate of the originals, you need these because they are machine specific. I suspect that due to the age of the machine you won't be able to get them.

Maybe you are looking for