Interval problem

Hi.
I have a problem using startLoadInterval and IE6, it's using
the cached XML. Are many solutions but, nothing to solve this:
quote:
onclick="javascript:execXML(1);ds1.startLoadInterval(1000);"
execXML(), changes the XML contents, based on the
parameter("1" in this case).
obviously, when the interval reloads the XML the results on
page are new. But on IE6 doesn't work

Hi,
Can you please give us a url where to see your page to
investigate the incorrect behavior in IE6?
Did you checked if the header response Content-Type is
application/xml? Because if is not this may cause your problem.
Thanks,
Diana

Similar Messages

  • Error executing a query (validity interval problem in variable)

    Hi all,
    I have an issue in a query.
    While executing the query  i am getting following error
    "THE VALIDITY INTERVAL HAS THE INITIAL VALUE AS LOWER LIMIT"
    There are two CALMONTH variables that are being used in the query and are also used as selection variables
    1) interval characteristic mandatory variable
    2) single value characteristic mandatory variable
    Please suggest me what might be the problem.
    Any suggestions are welcome.
    Thanks
    Mudit

    Hello,
    I tried debugging my query in RSRT and i have found a possible reason for that.
    My query was built on a multiprovider in which data was not loaded in one of the cube.Since no request was loaded in the infocube initial fields of all time characteristics were empty which was the reason for the error.
    Thanks once again for your valuable inputs.
    Mudit

  • Retry count & interval problem

    I am Using OSB R4 where My Scenario is i need to place the payloads in to the JMS Queue, and route them to the Endpoint URI webservice if the service is unavailable i need to sent the notification mail and rollback the payload back in to the Queue. My problem is i receiving hundreds of notification mail when the service is down instead of one. I configured the retry count to 1 and retry interval as 15 mins for the business service URI and implemented single thread consumer in work manager. Please help me in this.....

    I am Using OSB R4 where My Scenario is i need to place the payloads in to the JMS Queue, and route them to the Endpoint URI webservice if the service is unavailable i need to sent the notification mail and rollback the payload back in to >the Queue. My problem is i receiving hundreds of notification mail when the service is down instead of one.This is a classic case for using OSB SLA alerting instead of doing it in the message pipeline. Configure a sla alert set to trigger when there are 1 or more route errors in an aggrevation interal of 30 mins and set an email alert destination. This will make sure you will get only 1 mail for all errors in that period of 30 minutes.

  • DBMS_JOBS interval problems

    Hi all,
    We have 2 jobs running since a year, in the version ORACLE 8i, 8.1.7.0, recently i have applied patch and upgraded to 8.1.7.4. i dont know when this problem started after 20 days after my upgradation i found my job is not running properly, here is the result from user_jobs.
    LAST_DATE LAST_SEC NEXT_DATE NEXT_SEC TOTAL_TIME B INTERVAL
    19-NOV-04 09:03:07 20-NOV-04 17:30:33 410 N trunc(sysdate+1)+9/24 .
    last datetime is 19th around 9AM, next date why it is showing 20th 17.30 PM, my interval is trunc(sysdate+1)+9/24 . is there any possibility we can see what problems occured while running job?
    2nd job also problem
    LAST_DATE LAST_SEC NEXT_DATE NEXT_SEC TOTAL_TIME B INTERVAL
    20-NOV-04 00:15:16 21-NOV-04 23:45:00 308 N trunc(sysdate+1)+23.75/24 .
    while i wanted job everyday to be run at 23.45 PM.
    Please where the problm? is ther e any LOG to see?
    Thanks in advance

    What do the broken and failures columns of user_jobs say? Could it be that the job has failed and the next_date and next_sec are showing the next automatic re-try?

  • About DIR release interval problem!

    Dear experts:
      now met a problem about DIR release interval. the fellowing is actual business secenario:
    1.create and release a DIR of beginning version A at 08.09.2010.
    2. create and release a DIR of version B in according of ECR/ECO, and the ECR/ECO's valid date from  is 07.09.2010.
    3. after the DIR of version B was released,the release interval of the version A DIR was become  08.07.2010-07.09.2010.
    but on the theory,because the ECO's valid date from is 08.11.2010,then the release interval of the version A document should be 08.09.2010-08.11.2010, why it was 08.07.2010-07.09.2010, where did  the 07.09.2010 come from?
    thanks somebody tell me why!!!
    pangyanting

    Dear Pangyanting,
    honestly I'm a bit confused because of your description. You wrote that the 'valid from' date of the ECR/ECO is 07.09.2010
    and normally this date is also used for the release interval of the document info record.
    But then you mentioned the 08.11.2010 as valid date from for the ECO. So could you please clarify which is the valid from date of the change number in transaction CC03.
    Best regards,
    Christoph

  • Set Interval Problems

    I am trying to have this function attach a movie clip and
    then after n seconds delete it. I am using the setInterval but
    after finding that I cannot get this to work properly I think it is
    the wrong code to use in this situation? correct? How can I
    accomplish this?

    well you're close but there are a few problems here.
    setInterval is the right way to go, but you have to target the
    correct instance to remove and you must always be sure to clear the
    interval or it will continue to run. so you need to do something
    more like the following:

  • IOS 7 passcode interval problem

    After updating to iOS 7, I started using a passcode. I wanted the interval to be 1 hour between entering passcodes so I went to the settings as usual. For some odd reason, my phone only offered Immediate, 1 Minute, 5 Minutes, and 15 Minutes as options. I know for a fact that 1 hour and 4 hours exists because my friends have them. What is wrong with my phone and how can I fix this?!

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    Forgotten Restrictions Passcode Help
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    Also, see iTunes- Restoring iOS software.

  • Set interval problem

    I'm trying to generate an instance of a logo every two
    seconds and have them remain persistent. This code creates a new
    instance every two seconds but the earlier versions are deleted.
    Any ideas of how to do this would be helpful.
    function createLogo():Void {
    var counter:Number;
    counter++
    var copy:MovieClip = attachMovie("logo", "newLogo" +
    counter, counter);
    ["copy" + counter]_x = Math.floor(Math.random() * (0-650));
    ["copy" + counter]_y = -60;
    var myInterval:Number = setInterval(createLogo, 2000);

    Trace your counter value. I think you will see that it isn't
    what you think!
    There are probably several things wrong with this. First you
    can't increment a value that doesn't already have a value. It used
    to be that a variable without a value was assumed to be zero, but
    now-a-days...
    The next thing is that you really need to have the counter
    variable be outside the function. You want it to persist from
    function call to function call. But by having it declared as var
    inside the function it is local to the function. So as soon as
    createLogo is done counter goes away and isn't kept for the next
    round.
    Finally, this isn't specific to what you have asked, but it
    is just advice. Generally there can be lots of counters in your
    code. So it is just fine to name it counter when it is local to a
    function. But once you move it out of a function (where it might
    interfere with other counter(s). You might want to rename it to
    something more identifiable. Like logoCount or some such.

  • Problem when summery the data type of interval day to second

    hi
    i write a program calculate periods of time and summary it then i used interval day to second data type
    oracle support basic 4 math operation (+,-,*,/) on interval
    but although oracle does not support summary function like sum() ,avg(),count()!! this is a problem here
    the walkaround it by use oracle data cartdrage advanced future like follows steps :
    *1- i create type and i call it for ex: DAY_TO_SECOND_SUM_TYPE*
    CREATE OR REPLACE  DAY_TO_SECOND_SUM_TYPE    /*TYPE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        as object
    +(TOTAL INTERVAL day to SECOND , /* type header*/+
    STATIC FUNCTION ODCIAggregateInitialize(SCTX IN OUT DAY_TO_SECOND_SUM_TYPE) return number,
    member function ODCIAggregateIterate( self in out DAY_TO_SECOND_SUM_TYPE,value in interval  day to second) return number,
    member function ODCIAggregateTerminate(self in DAY_TO_SECOND_SUM_TYPE,returnvalue out interval day to second , flags in number) return number,
    member function ODCIAggregateMerge(self in out DAY_TO_SECOND_SUM_TYPE,ctx2 in DAY_TO_SECOND_SUM_TYPE) return number
    +)+
    +/+
    CREATE OR REPLACE TYPE "DAY_TO_SECOND_SUM_TYPE"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            as object
    +(TOTAL INTERVAL day to SECOND ,+
    STATIC FUNCTION ODCIAggregateInitialize(SCTX IN OUT DAY_TO_SECOND_SUM_TYPE) return number,
    member function ODCIAggregateIterate( self in out DAY_TO_SECOND_SUM_TYPE,value in interval  day to second) return number,
    member function ODCIAggregateTerminate(self in DAY_TO_SECOND_SUM_TYPE,returnvalue out interval day to second , flags in number) return number,
    member function ODCIAggregateMerge(self in out DAY_TO_SECOND_SUM_TYPE,ctx2 in DAY_TO_SECOND_SUM_TYPE) return number
    +)+
    create or replace type body DAY_TO_SECOND_SUM_TYPE as /* type body*/
    static function ODCIAggregateInitialize(sctx in out DAY_TO_SECOND_SUM_TYPE) return number is
    begin
    sctx := DAY_TO_SECOND_SUM_TYPE(numtodsinterval(0,'second'));
    return odciconst.Success;
    end;
    member function ODCIAggregateIterate( self in out DAY_TO_SECOND_SUM_TYPE,value in interval  day to second) return number is
    begin
    self.total := self.total value;+
    return odciconst.Success;
    end ;
    member function ODCIAggregateTerminate(self in DAY_TO_SECOND_SUM_TYPE,returnvalue out interval day to second , flags in number) return number is
    begin
    returnvalue := self.total;
    return odciconst.Success;
    end;
    member function ODCIAggregateMerge(self in out DAY_TO_SECOND_SUM_TYPE,ctx2 in DAY_TO_SECOND_SUM_TYPE) return number is
    begin
    self.total := self.total ctx2.total;+
    return odciconst.Success;
    end;
    end;
    +/+
    *2- i create artificial function to summary using that type let as called for ex: ds_sum as follows :*
    create or replace function ds_sum( input interval day to second   ) return interval day to second
    parallel_enable aggregate
    using DAY_TO_SECOND_SUM_TYPE
    +/+
    at last i used the function to summary intervals and its work so good but when the result of calculated summary value exceed the default precision of interval : INTERVAL DAY(2) TO SECOND(6)
    i get an error :
    ORA-01873 the leading precision of the interval is too small
    Cause: The leading precision of the interval is too small to store the specified
    interval .
    Action: Increase the leading precision of the interval or specify an interval with
    a smaller leading precision
    although i can determine the precision of interval the declaration of the new type to maximum like :
    +...........+
    CREATE OR REPLACE TYPE "DAY_TO_SECOND_SUM_TYPE"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            as object
    +(TOTAL INTERVAL day(9) to SECOND(6) ...........+
    +.......................+
    but the problem remain (in fact the error move from one functions of type to another function )
    due i can't determine the precision of data type when i define function in PL/SQL it is illegal*
    HOW CAN I SOLVE THIS PROBLEM AND BE ABLE TO SUMMARY INTERVAL DATA TYPE WHAT EVER THE RESULT OF SUMMARY IS HUGE
    Edited by: user1193723 on Jun 18, 2009 4:35 AM
    Edited by: user1193723 on Jun 18, 2009 4:36 AM
    Edited by: user1193723 on Jun 18, 2009 4:37 AM
    Edited by: user1193723 on Jun 18, 2009 4:38 AM
    Edited by: user1193723 on Jun 18, 2009 4:38 AM
    Edited by: user1193723 on Jun 18, 2009 4:40 AM

    hi,
    Instead of 'interval day to second' in method declaration use internal datatype 'DSINTERVAL_UNCONSTRAINED'.
    There are more unconstrained types in oracle.
    Bartek

  • Problem with Polling interval at sender side in JDBC adapter

    Hello,
    I have some problem in investigating one serious issue using this polling interval,
    I am using the sender JDBC adapter where i used polling interval as
    60(in secs) and 1(in Msecs).
    So it comes upto 60.001 secs of polling interval.
    There are nearly lots of threads which are in sleeping state on one particular sender channel making the J2EE hang. When i went to look inside the CPA cache i saw that the polling interval was mentioned as only 1Msec rather than 60.001 Secs because of which with in some seconds all the threads are blocked and J2EE hangs due to lack of threads.
    Can you please provide some solution to this problem as soon as possible?
    Here are few questions which i got when i am doing this process,
    1. Is that the polling interval is sum of 60(secs) and 1(msec)?
    2. Which value is been read either secs or msecs?
    3. Will there be any precedence among those two values(secs and msecs)?
    THanks,
    Soorya

    Poll Interval (secs)
    Number of seconds that the adapter must wait if no files are found for processing.
    ●      Poll Interval (msecs)
    Additional waiting time in milliseconds.
    If you set Poll Interval (secs) to null, processing times will be short and close to real time.
    If you set Poll Interval (secs) and Poll Interval (msecs) to null, the adapter is only called once.
    ●      Retry Interval (secs)
    Specify the number of seconds that the adapter is to wait before a file processed with errors is processed again.
    If the value is set to null, then the adapter is canceled if an error occurs, even if a value greater than null is specified for Poll Interval (secs).

  • Primary Key Causing Problem in Interval Partition Exchange

    DB : 11.2.0.2
    OS : AIX 6.1
    I am getting the problem while exchanging data with interval partitioned table. I have a interval partitioned table and a normal staging table having data to be uploaded.
    Following are the steps i am doing.
    SQL> CREATE TABLE DEMO_INTERVAL_DATA_LOAD (
                    ROLL_NUM        NUMBER(10),
                    CLASS_ID        NUMBER(2),
                    ADMISSION_DATE  DATE,
                    TOTAL_FEE       NUMBER(4),
                    COURSE_ID       NUMBER(4))
                    PARTITION BY RANGE (ADMISSION_DATE)
                    INTERVAL (NUMTOYMINTERVAL(3,'MONTH'))
                    ( PARTITION QUAT_1_2012 VALUES LESS THAN (TO_DATE('01-APR-2012','DD-MON-YYYY')),
                     PARTITION QUAT_2_2012 VALUES LESS THAN (TO_DATE('01-JUL-2012','DD-MON-YYYY')),
                     PARTITION QUAT_3_2012 VALUES LESS THAN (TO_DATE('01-OCT-2012','DD-MON-YYYY')),
                     PARTITION QUAT_4_2012 VALUES LESS THAN (TO_DATE('01-JAN-2013','DD-MON-YYYY')));
    Table created.
    SQL> ALTER TABLE DEMO_INTERVAL_DATA_LOAD ADD CONSTRAINT IDX_DEMO_ROLL PRIMARY KEY (ROLL_NUM);
    Table altered.
    SQL> SELECT TABLE_OWNER,
               TABLE_NAME,
               COMPOSITE,
               PARTITION_NAME,
           PARTITION_POSITION,
              TABLESPACE_NAME,
           LAST_ANALYZED
    FROM DBA_TAB_PARTITIONS
        WHERE TABLE_OWNER='SCOTT'
       AND TABLE_NAME='DEMO_INTERVAL_DATA_LOAD'
       ORDER BY PARTITION_POSITION;
    TABLE_OWNER                    TABLE_NAME                     COM PARTITION_NAME                 PARTITION_POSITION TABLESPACE_NAME                LAST_ANAL
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_1_2012                                     1 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_2_2012                                     2 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_3_2012                                     3 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_4_2012                                     4 USERS
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD VALUES (10,1,'12-MAR-2012',1000,90);
    1 row created.
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD VALUES (11,5,'01-JUN-2012',5000,80);
    1 row created.
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD VALUES (12,9,'12-SEP-2012',4000,20);
    1 row created.
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD VALUES (13,7,'29-DEC-2012',7000,10);
    1 row created.
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD VALUES (14,8,'21-JAN-2013',2000,50); ---- This row will create a new interval partition in table.
    1 row created.
    SQL> commit;
    SQL> SELECT TABLE_OWNER,
            TABLE_NAME,
            COMPOSITE,
            PARTITION_NAME,
            PARTITION_POSITION,
            TABLESPACE_NAME,
            LAST_ANALYZED
      FROM DBA_TAB_PARTITIONS
         WHERE TABLE_OWNER='SCOTT'
       AND TABLE_NAME='DEMO_INTERVAL_DATA_LOAD'
       ORDER BY PARTITION_POSITION;
    TABLE_OWNER                    TABLE_NAME                     COM PARTITION_NAME                 PARTITION_POSITION TABLESPACE_NAME                LAST_ANAL
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_1_2012                                     1 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_2_2012                                     2 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_3_2012                                     3 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_4_2012                                     4 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  SYS_P98                                         5 USERS  
    SYS_P98 partition is added to table automatically.
    SQL> CREATE TABLE DEMO_INTERVAL_DATA_LOAD_Y (
                    ROLL_NUM        NUMBER(10),
                    CLASS_ID        NUMBER(2),
                    ADMISSION_DATE  DATE,
                    TOTAL_FEE       NUMBER(4),
                    COURSE_ID       NUMBER(4));
    Table created.
    SQL> INSERT INTO DEMO_INTERVAL_DATA_LOAD_Y VALUES (30,3,'21-MAY-2013',2000,12);
    1 row created.
    SQL> commit;
    Commit complete.
    Since, i need a partition in DEMO_INTERVAL_DATA_LOAD table, which can be used in partition exchange, so i create a new partition as below:
    SQL> LOCK TABLE DEMO_INTERVAL_DATA_LOAD PARTITION FOR (TO_DATE('01-APR-2013','DD-MON-YYYY')) IN SHARE MODE;
    Table(s) Locked.
    SQL> SELECT TABLE_OWNER,
               TABLE_NAME,
               COMPOSITE,
               PARTITION_NAME,
               PARTITION_POSITION,
               TABLESPACE_NAME,
               LAST_ANALYZED
    FROM DBA_TAB_PARTITIONS
        WHERE TABLE_OWNER='SCOTT'
       AND TABLE_NAME='DEMO_INTERVAL_DATA_LOAD'
       ORDER BY PARTITION_POSITION;
    TABLE_OWNER                    TABLE_NAME                     COM PARTITION_NAME                 PARTITION_POSITION TABLESPACE_NAME                LAST_ANAL
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_1_2012                                     1 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_2_2012                                     2 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_3_2012                                     3 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  QUAT_4_2012                                     4 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  SYS_P98                                         5 USERS
    SCOTT                          DEMO_INTERVAL_DATA_LOAD        NO  SYS_P102                                        6 USERS
    SQL> ALTER TABLE DEMO_INTERVAL_DATA_LOAD
    EXCHANGE PARTITION SYS_P102
    WITH TABLE DEMO_INTERVAL_DATA_LOAD_Y
    INCLUDING INDEXES
    WITH VALIDATION;
    ALTER TABLE DEMO_INTERVAL_DATA_LOAD
    ERROR at line 1:
    ORA-14097: column type or size mismatch in ALTER TABLE EXCHANGE PARTITIONNow, if i disable/drop the primary key constraint, it works without any problem.
    SQL> alter table DEMO_INTERVAL_DATA_LOAD disable constraint IDX_DEMO_ROLL;
    Table altered.
    SQL> alter table DEMO_INTERVAL_DATA_LOAD drop constraint IDX_DEMO_ROLL;
    Table altered.
    SQL> ALTER TABLE DEMO_INTERVAL_DATA_LOAD
    EXCHANGE PARTITION SYS_P102
    WITH TABLE DEMO_INTERVAL_DATA_LOAD_Y
    INCLUDING INDEXES
    WITH VALIDATION;
    Table altered.
    SQL> select * from DEMO_INTERVAL_DATA_LOAD partition (SYS_P102);
      ROLL_NUM   CLASS_ID ADMISSION  TOTAL_FEE  COURSE_ID
            30          3 21-MAY-13       2000         12
    SQL> select * from DEMO_INTERVAL_DATA_LOAD_Y;
    no rows selectedPlease suggest.

    First, thanks for posting the code that lets us reproduce your test. That is essential for issues like this.
    Because the primary key is global you will not be able to use
    INCLUDING INDEXES
    WITH VALIDATION;And you will need to add the primary key to the temp table
    ALTER TABLE DEMO_INTERVAL_DATA_LOAD_Y ADD CONSTRAINT IDX_DEMO_ROLL_Y PRIMARY KEY (ROLL_NUM);The the exchange will work. You will need to rebuild the primary key after the exchange.

  • RANGE + INTERVA + Null in range key problem

    Hello All:
    I have problem when A1 table has null value in Start_Date field or in the future when the user will not enter any value to Start_date field. It gave me error message "ORA-14400:
    inserted partition key does not map to any partition". How can I solve null value in the partition range interval key.
    CREATE TABLE A2
    PARTITION BY RANGE (Start_Date) INTERVAL (NUMTOYMINTERVAL(1,'YEAR'))
    (     PARTITION ACTION1_OLDER VALUES LESS THAN (TO_DATE('01/01/2008','MM/DD/YYYY')) ,
         PARTITION ACTION1_2008 VALUES LESS THAN (TO_DATE('01/01/2009','MM/DD/YYYY'))
    PARALLEL NOLOGGING AS SELECT * FROM A1;
    Thanks,
    Mohammed Alsabie

    "ORA-14400: inserted partition key does not map to any partition
    Cause: An attempt was made to insert a record into, a Range or Composite Range object, with a concatenated partition key that is beyond the concatenated partition bound list of the last partition -OR- An attempt was made to insert a record into a List object with a partition key that did not match the literal values specified for any of the partitions.
    Action: Do not insert the key. Or, add a partition capable of accepting the key, Or add values matching the key to a partition specification"
    http://docs.oracle.com/cd/E11882_01/server.112/e17766/e12700.htm#sthref4775
    Can't you possibly add a so called 'JUNK'-partition?
    Or see/search: http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:1392403659992#1044263100346496877

  • I´m having some problems with dates intervals. It´s not working well. I inserted the correct date between the right interval but the system refers to incorrect date? What shoul I do?

    Mensagem editada por: Mauricio Galletti
    It seens that there´s some problem with the specific date of 19/10/2014? Don´t know why? I just remove this date from the interval and the problem gone.
    What´s wrong with 19/10/2014?

    Hello Galdr,
    Welcome to the HP Forums.
    I see that after doing some updates, you've lost the use of switchable graphics in your Notebook. I will do my best to help you with this.
    You can try is to use the HP Recovery Manager. This will allow you to "recover" the Notebook and reinstall the original drivers. This document: Using Recovery Manager to Restore Software and Drivers (Windows 7), can assist you with that.
    Once the drivers are "reverted", then if you wish you can attempt updating.
    This first thing I will provide you in regards to updating is this document: Switchable Graphics on Notebooks Configured with Dual AMD GPUs. There is more general information than anything, but you may find it useful.
    When going to update you will want to use the website or the HP Support Assistant. These are the recommend ways to update. When using AMD's (or other OEM utilities) they will look for compatible drivers for the component, but not necessarily ones that work with your Notebook. What most likely happened, only one of the two drivers were actually updated.
    Here is a link to the newest driver provided by HP: AMD High-Definition (HD) Graphics Driver. Also, here's a link to using the HP Support Assistant: Using HP Support Assistant (Windows 7). (in case you wanted to learn more/use this method).
    I hope this is able to help you get back to "state 1", so that you may be able to update correctly and have full functionality of your switchable graphics again. Please let me know how this goes for you. Thank you for posting on the HP Forums.
    I worked on behalf of HP.

  • My computer randomly shutsdown. I'm using lion and the problem started a month ago and now it's starts to **** me off. Here is the error message. Interval Since Last Panic Report:  215928 sec Panics Since Last Report:          4 Anonymous UUID:

    The problem started a  month ago and it starts to **** me off.
    I personaly think it's some graphic problem. But Lion have been working nice until just a month ago.
    Can someone understand this error message.
    Interval Since Last Panic Report:  215928 sec
    Panics Since Last Report:          4
    Anonymous UUID:             
    Wed Apr 11 16:45:05 2012
    panic(cpu 0 caller 0xffffff7f80955907): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8114feb000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8129342e70 : 0xffffff8000220702
    0xffffff8129342ef0 : 0xffffff7f80955907
    0xffffff8129342f80 : 0xffffff7f80a45a64
    0xffffff8129342fd0 : 0xffffff7f80a45b24
    0xffffff8129343030 : 0xffffff7f80cf2749
    0xffffff8129343170 : 0xffffff7f80a64bad
    0xffffff81293431a0 : 0xffffff7f8095f282
    0xffffff8129343250 : 0xffffff7f8095ab84
    0xffffff8129343440 : 0xffffff7f8095be57
    0xffffff8129343500 : 0xffffff7f817c6336
    0xffffff8129343610 : 0xffffff7f817c6863
    0xffffff8129343630 : 0xffffff7f8178c498
    0xffffff8129343640 : 0xffffff7f817c5e67
    0xffffff8129343650 : 0xffffff7f8178baca
    0xffffff8129343660 : 0xffffff7f817c6842
    0xffffff8129343680 : 0xffffff7f81790220
    0xffffff81293436c0 : 0xffffff7f8178d02f
    0xffffff81293436f0 : 0xffffff7f817f5c3e
    0xffffff8129343770 : 0xffffff7f817e044b
    0xffffff81293437d0 : 0xffffff7f817e0846
    0xffffff8129343820 : 0xffffff7f817e0abb
    0xffffff81293438b0 : 0xffffff7f817e180f
    0xffffff81293438e0 : 0xffffff7f817990b0
    0xffffff8129343aa0 : 0xffffff7f817e1f68
    0xffffff8129343b60 : 0xffffff7f81796119
    0xffffff8129343bc0 : 0xffffff800065239e
    0xffffff8129343be0 : 0xffffff8000652c7a
    0xffffff8129343c40 : 0xffffff800065341b
    0xffffff8129343d80 : 0xffffff80002a3b78
    0xffffff8129343e80 : 0xffffff8000223006
    0xffffff8129343eb0 : 0xffffff8000214829
    0xffffff8129343f10 : 0xffffff800021bb58
    0xffffff8129343f70 : 0xffffff80002aeb80
    0xffffff8129343fb0 : 0xffffff80002d8383
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000->0xffffff7f80bcefff
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80880000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[4B3F84DC-18B3-3897-BC56-4E3940878047]@0xff ffff7f808e3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[FE536983-1897-3D6B-965E-24B5A67080DA]@0 xffffff7f808ab000
             com.apple.nvidia.nv50hal(7.1.8)[7596DB8C-AE9D-3C87-B11A-0ED8F940CAF8]@0xffffff7 f80bcf000->0xffffff7f80ef0fff
                dependency: com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000
             com.apple.GeForce(7.1.8)[61FD1644-DA39-3645-9380-7F490FB000DB]@0xffffff7f8178b0 00->0xffffff7f8184afff
                dependency: com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[4B3F84DC-18B3-3897-BC56-4E3940878047]@0xff ffff7f808e3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80880000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[FE536983-1897-3D6B-965E-24B5A67080DA]@0 xffffff7f808ab000
    BSD process name corresponding to current thread: Finder
    Mac OS version:
    11D50d
    Kernel version:
    Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    Kernel UUID:
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 1771998749154
    last loaded kext at 223938993177: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f8078e000, size 36864)
    last unloaded kext at 384424327760: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f8078e000, size 36864)
    loaded kexts:
    com.apple.driver.AppleIntelProfile          85.2
    com.apple.filesystems.smbfs          1.7.0
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleHDA          2.1.7f9
    com.apple.driver.AppleMikeyDriver          2.1.7f9
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleIntelHDGraphics          7.1.8
    com.apple.driver.AppleIntelHDGraphicsFB          7.1.8
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.GeForce          7.1.8
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleIRController          312
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.driver.AppleUSBCardReader          3.0.1
    com.apple.iokit.SCSITaskUserClient          3.0.3
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.driver.AirPort.Brcm4331          513.20.19
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.iokit.AppleBCM5701Ethernet          3.0.8b2
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.3.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.1
    com.apple.driver.AppleIntelCPUPowerManagement          167.3.0
    com.apple.driver.AppleProfileTimestampAction          85.2
    com.apple.driver.AppleProfileThreadInfoAction          85.2
    com.apple.driver.AppleProfileRegisterStateAction          85.2
    com.apple.driver.AppleProfileReadCounterAction          85.2
    com.apple.driver.AppleProfileKEventAction          85.2
    com.apple.driver.AppleProfileCallstackAction          85.2
    com.apple.iokit.AppleProfileFamily          85.2
    com.apple.driver.DspFuncLib          2.1.7f9
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.3f12
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.iokit.IOAudioFamily          1.8.6fc6
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleHDAController          2.1.7f9
    com.apple.iokit.IOHDAFamily          2.1.7f9
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.kext.triggers          1.0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.3f12
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.3f12
    com.apple.iokit.IOBluetoothFamily          4.0.3f12
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.3
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.3
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.3
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IO80211Family          412.2
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.3
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.19)
    Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    <Edited by Host>

    The problem started a  month ago and it starts to **** me off.
    I personaly think it's some graphic problem. But Lion have been working nice until just a month ago.
    Can someone understand this error message.
    Interval Since Last Panic Report:  215928 sec
    Panics Since Last Report:          4
    Anonymous UUID:             
    Wed Apr 11 16:45:05 2012
    panic(cpu 0 caller 0xffffff7f80955907): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8114feb000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff8129342e70 : 0xffffff8000220702
    0xffffff8129342ef0 : 0xffffff7f80955907
    0xffffff8129342f80 : 0xffffff7f80a45a64
    0xffffff8129342fd0 : 0xffffff7f80a45b24
    0xffffff8129343030 : 0xffffff7f80cf2749
    0xffffff8129343170 : 0xffffff7f80a64bad
    0xffffff81293431a0 : 0xffffff7f8095f282
    0xffffff8129343250 : 0xffffff7f8095ab84
    0xffffff8129343440 : 0xffffff7f8095be57
    0xffffff8129343500 : 0xffffff7f817c6336
    0xffffff8129343610 : 0xffffff7f817c6863
    0xffffff8129343630 : 0xffffff7f8178c498
    0xffffff8129343640 : 0xffffff7f817c5e67
    0xffffff8129343650 : 0xffffff7f8178baca
    0xffffff8129343660 : 0xffffff7f817c6842
    0xffffff8129343680 : 0xffffff7f81790220
    0xffffff81293436c0 : 0xffffff7f8178d02f
    0xffffff81293436f0 : 0xffffff7f817f5c3e
    0xffffff8129343770 : 0xffffff7f817e044b
    0xffffff81293437d0 : 0xffffff7f817e0846
    0xffffff8129343820 : 0xffffff7f817e0abb
    0xffffff81293438b0 : 0xffffff7f817e180f
    0xffffff81293438e0 : 0xffffff7f817990b0
    0xffffff8129343aa0 : 0xffffff7f817e1f68
    0xffffff8129343b60 : 0xffffff7f81796119
    0xffffff8129343bc0 : 0xffffff800065239e
    0xffffff8129343be0 : 0xffffff8000652c7a
    0xffffff8129343c40 : 0xffffff800065341b
    0xffffff8129343d80 : 0xffffff80002a3b78
    0xffffff8129343e80 : 0xffffff8000223006
    0xffffff8129343eb0 : 0xffffff8000214829
    0xffffff8129343f10 : 0xffffff800021bb58
    0xffffff8129343f70 : 0xffffff80002aeb80
    0xffffff8129343fb0 : 0xffffff80002d8383
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000->0xffffff7f80bcefff
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80880000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[4B3F84DC-18B3-3897-BC56-4E3940878047]@0xff ffff7f808e3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[FE536983-1897-3D6B-965E-24B5A67080DA]@0 xffffff7f808ab000
             com.apple.nvidia.nv50hal(7.1.8)[7596DB8C-AE9D-3C87-B11A-0ED8F940CAF8]@0xffffff7 f80bcf000->0xffffff7f80ef0fff
                dependency: com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000
             com.apple.GeForce(7.1.8)[61FD1644-DA39-3645-9380-7F490FB000DB]@0xffffff7f8178b0 00->0xffffff7f8184afff
                dependency: com.apple.NVDAResman(7.1.8)[94BA87BA-B128-3310-9860-98EC67AB7FAF]@0xffffff7f808 f5000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[4B3F84DC-18B3-3897-BC56-4E3940878047]@0xff ffff7f808e3000
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80880000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[FE536983-1897-3D6B-965E-24B5A67080DA]@0 xffffff7f808ab000
    BSD process name corresponding to current thread: Finder
    Mac OS version:
    11D50d
    Kernel version:
    Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    Kernel UUID:
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 1771998749154
    last loaded kext at 223938993177: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f8078e000, size 36864)
    last unloaded kext at 384424327760: com.apple.iokit.IOAVBFamily          1.0.0d22 (addr 0xffffff7f8078e000, size 36864)
    loaded kexts:
    com.apple.driver.AppleIntelProfile          85.2
    com.apple.filesystems.smbfs          1.7.0
    com.apple.driver.AppleHWSensor          1.9.4d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.driver.AppleHDA          2.1.7f9
    com.apple.driver.AppleMikeyDriver          2.1.7f9
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleIntelHDGraphics          7.1.8
    com.apple.driver.AppleIntelHDGraphicsFB          7.1.8
    com.apple.driver.SMCMotionSensor          3.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.7.5d4
    com.apple.GeForce          7.1.8
    com.apple.driver.AppleLPC          1.5.3
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          225.2
    com.apple.driver.AppleIRController          312
    com.apple.driver.AppleUSBTCKeyboard          225.2
    com.apple.driver.AppleUSBCardReader          3.0.1
    com.apple.iokit.SCSITaskUserClient          3.0.3
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.IOAHCIBlockStorage          2.0.1
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleAHCIPort          2.2.0
    com.apple.driver.AirPort.Brcm4331          513.20.19
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.iokit.AppleBCM5701Ethernet          3.0.8b2
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleACPIButtons          1.4
    com.apple.driver.AppleRTC          1.4
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleSMBIOS          1.7
    com.apple.driver.AppleACPIEC          1.4
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          167.3.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.1
    com.apple.driver.AppleIntelCPUPowerManagement          167.3.0
    com.apple.driver.AppleProfileTimestampAction          85.2
    com.apple.driver.AppleProfileThreadInfoAction          85.2
    com.apple.driver.AppleProfileRegisterStateAction          85.2
    com.apple.driver.AppleProfileReadCounterAction          85.2
    com.apple.driver.AppleProfileKEventAction          85.2
    com.apple.driver.AppleProfileCallstackAction          85.2
    com.apple.iokit.AppleProfileFamily          85.2
    com.apple.driver.DspFuncLib          2.1.7f9
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOSurface          80.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.3f12
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.iokit.IOAudioFamily          1.8.6fc6
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleHDAController          2.1.7f9
    com.apple.iokit.IOHDAFamily          2.1.7f9
    com.apple.driver.AppleSMC          3.1.1d8
    com.apple.driver.IOPlatformPluginFamily          4.7.5d4
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.kext.triggers          1.0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.3f12
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.3f12
    com.apple.iokit.IOBluetoothFamily          4.0.3f12
    com.apple.driver.AppleUSBMultitouch          227.1
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.0.3
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.0.3
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.driver.XsanFilter          403
    com.apple.iokit.IOAHCISerialATAPI          2.0.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.0.3
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IOAHCIFamily          2.0.7
    com.apple.iokit.IO80211Family          412.2
    com.apple.iokit.IOEthernetAVBController          1.0.0d5
    com.apple.iokit.IONetworkingFamily          2.0
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.3
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.3
    com.apple.iokit.IOStorageFamily          1.7
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.4
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x029E, 0x434D5341344758334D314131303636433720
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.19)
    Bluetooth: Version 4.0.3f12, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9SA02, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0237, 0xfa120000 / 5
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 4
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    <Edited by Host>

  • Problem with INTERVAL-Statement

    Hi,
    I have written a function in Oracle to get a Date in Future.
    Only 1 case doesn't work.
    I need a Date 4.5 Month later than the input-date.
    the statement is:
    udat:= CASE pcU
    WHEN 4 THEN gebd +INTERVAL '4.5' MONTH
    there I get an error: PLS-00167 keyword BULK is used in a wrong context.
    How can I solve the problem?
    Thomas

    You could use the following, but still, the question is:
    What exactly is half a month for you if the month has 31 days? 15 days (rounded down) 15.5 days ("middle of the day") or 16 days (rounded up) or something else?
    SQL> alter session set nls_date_format='dd/mm/yyyy hh24:mi:ss';
    Session altered.
    SQL> get t
      1  select sysdate today,
      2         add_months(sysdate, 4) + ((add_months(sysdate, 5) - add_months(sysdate, 4)) / 2) new_date
      3* from   dual
    SQL> /
    TODAY               NEW_DATE
    11/01/2008 12:47:27 27/05/2008 00:47:27
    SQL>

Maybe you are looking for

  • BIB-10310 An unknown Exception Occurred

    Hi , I have developed reports and given the BA,Wokbookbook acces to the USER_Role which is given to the users. Now users are able to login and see other workbooks in Discoverer Viewer except 1 report. The error message tehy see is as follows : Oracle

  • Want to use single page records per document page

    Very new user here...using CS5 I'm trying to create a "Day to View" calendar. I've created a document in the required size of the calendar page (76x102mm) and I've merged the data (to create the days etc). As the calendar is small, I'd like to print

  • Use Imac as Web Server in A Windows Environment

    I would like to use an Imac to host some sites over my companies intranet. My question is how can it be done. I dont need the mac to file share or anything like that, just run as a ftp and web server. Any suggestions?

  • Font Problems with Adobe CS4 since Update on 10.6.4

    Since my Update on 10.6.4 the Font List in Adobe InDesign und Illustrator don't show the all Fonts. Font Library works without any Problems. Support from Adobe Hotline was drunk. Who can help me?

  • My iPhone e-mail crashes everytime I open the program

    Each time I click on e-mail the program crashes.  I've rebooted several times, have the latest software update, etc. but cannot figure out why.  Any ideas?