Count zero

Hi,
My requirement is--- to not display the clients which have Zero in all status which are Pending,Exp,Backorder,
Error.Please help me to fix it as it takes 9 mins to run which is just acceptable but it should not take more than that.
Here is the query.
SELECT  /*+ USE_HASH(o,stm) */
                  NVL(SUM(CASE o.status WHEN 'P' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE o.status WHEN 'E' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE o.status WHEN 'B' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') = '2' OR stm.surcharge_amount !=  0) THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') != '2' OR stm.surcharge_amount =  0) THEN 1 ELSE 0 END),0)
            INTO  :ORDER_STATUS.PENDING,
                  :ORDER_STATUS.ERROR,
                  :ORDER_STATUS.BACK_ORDER,
                  :ORDER_STATUS.EXPEDITE,
                  :ORDER_STATUS.STD_SHIP
             FROM orders o,client c,shipment_type_methods stm
              WHERE o.status IN ('B', 'E', 'P', 'A', 'U')
           AND o.abbreviation = 'INACT'
          AND o.client = c.client
          AND c.abbreviation = 'INACT'
              AND o.client = stm.client(+)
              AND o.shipment_class_code = stm.shipment_class_code(+)
              AND (parent_order_id is null
               OR (order_type='G'
              AND parent_order_id=original_order_number))
              AND o.client = :ORDER_STATUS.CLIENT_NUMBER;Thanks
Sandy

Actually I got the query which is selecting-- only Active clients and dont select client if All order counts are ZERO.
My next question is my form displays all the clients and displays client which doesnot meet above critetion as
blank (which make sense as per query). I want to display only clients who meets the critetion NOT all clinets.
I have created manual datablock which has columns like Client number(DB col), client name (DB col),
Pending,Error,Std Ship,Exp,Error.
Please tell me where should I change settings to get what I want..
here is my modified code.
SELECT  /*+ USE_HASH(o,stm) */
                  NVL(SUM(CASE o.status WHEN 'P' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE o.status WHEN 'E' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE o.status WHEN 'B' THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') = '2' OR stm.surcharge_amount !=  0) THEN 1 ELSE 0 END),0),
                  NVL(SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') != '2' OR stm.surcharge_amount =  0) THEN 1 ELSE 0 END),0)
            INTO  :ORDER_STATUS.PENDING,
                  :ORDER_STATUS.ERROR,
                  :ORDER_STATUS.BACK_ORDER,
                  :ORDER_STATUS.EXPEDITE,
                  :ORDER_STATUS.STD_SHIP
             FROM orders o,client c,shipment_type_methods stm
              WHERE o.status IN ('B', 'E', 'P', 'A', 'U')
              AND o.client = c.client
              AND c.abbreviation != 'INACT'
              AND o.client = stm.client(+)
              AND o.shipment_class_code = stm.shipment_class_code(+)
              AND (o.parent_order_id is null
               OR (o.order_type='G'
              AND o.parent_order_id=o.original_order_number))
              AND o.client = :ORDER_STATUS.CLIENT_NUMBER
          GROUP BY o.client HAVING (SUM(CASE o.status WHEN 'P' THEN 1 ELSE 0 END) > 0
               OR SUM(CASE o.status WHEN 'E' THEN 1 ELSE 0 END) > 0
               OR SUM(CASE o.status WHEN 'B' THEN 1 ELSE 0 END) > 0
               OR SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') = '2' OR stm.surcharge_amount !=  0) THEN 1 ELSE 0 END) > 0
               OR SUM(CASE WHEN o.status IN ('A','U') AND (NVL(o.priority,'1') != '2' OR stm.surcharge_amount =  0) THEN 1 ELSE 0 END) > 0);Thanks
Sandy

Similar Messages

  • Count zero - in query

    Hi Friends..
    Please help me to fix this issue..
    Query requirement is to find out the number of lines where the time effort is zero.
    Row        Column1     Column2
    Group      Time effort  Count = 0
    If a create a formula with DELTA(time effort) then only when I drill down the subgroup the query is able to count 0. But my requirement is to show only the Group and also count the number of zero at the subgroup level.
    Is this possible ? If so, please explain.
    Thanks & Regards,
    Surjit

    Hi there,
    You can use this:
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7e58e690-0201-0010-fd85-a2f29a41c7af]
    The only difference when implementing this, you can the characteristic you insert in the cube equal to 1 in particular situations, in your case when time effort equal to zero.
    This will count all of those occurences and display the result in the query independent of the drill down.
    Diogo.

  • Message Retry Count Zero error

    Hi,
    I am sending a Message from one Trading partner to another over ebMS protocol .
    The trading partners are using Weblogic JMS queues as the internal delivery channels.
    when one trading partner is sending message to another, the mesage comes to the receving trading partner with error as "Max retry count for Message is zero".
    I have reffered to one of the thread (Re: FTP retry issue) which says "Can you please update the Retry count and time to acknowledge in the<br />Delivery channel page and update the polling interval in the transport<br />server page as empty? I think the Polling interval value overrides the<br />retry count."
    I have followed this and I am getting a Transport Error.
    Please Help!
    With Thanks & Regards,
    Suhas.

    Hi,
    This is the idc log:
    2008.11.04 at 10:14:52:614: B2BStarter thread: (DEBUG) TransportProperties.TransportProperties():transport_callout_waittime=30;http.receiver.registry_port=5110;port=60700;smtp.receiver.protocol=imap;PROTOCOL_ENDPOINT=null;http.receiver.instance_name=IP;
    2008.11.04 at 10:14:52:615: B2BStarter thread: (DEBUG) initialize TransportReceiver: [BTGS_ebMS_Transport_Server < http > < BTGS >]
    2008.11.04 at 10:14:52:617: B2BStarter thread: (STATUS) [IPT_HttpRecRegisterBegin] HTTPReceiver.init(): Registering HTTP Receiver ...
    2008.11.04 at 10:14:52:618: B2BStarter thread: (STATUS) RMIResponsePort = null
    2008.11.04 at 10:14:53:020: B2BStarter thread: (STATUS) low port = 5110
    2008.11.04 at 10:14:53:022: B2BStarter thread: (STATUS) high port = 5110
    2008.11.04 at 10:14:53:023: B2BStarter thread: (STATUS) [IPT_HttpRecRegisterCompleted] HTTPReceiver.init(): Completed registering HTTP Receiver.
    2008.11.04 at 10:14:55:987: RMI TCP Connection(13)-147.149.200.108: (STATUS) [IPT_HttpRecSendMessageViaCallback] A request is routed by HTTP Receiver to registered listener.
    2008.11.04 at 10:14:58:018: Thread-14: (DEBUG) TransportProperties.TransportProperties():ACTION_NAME=ACTION:rqRequestTroubleReportAmendment;FROMROLE:Consumer;TOROLE:Provider;SERVICE:bcRequestTroubleReportConsumerAmendment_BT_V1;SERVICETYPE:string;;jms.sender.jndi_destination_provider_properties=java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://147.149.200.111:53482,147.149.200.111:53484;MSG_TYPE=1;MSG_ID=9395C86B11D66FF77B500000E555D000-1;TO_PARTY_IDENTIFIER=urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#123456789;FROM_PARTY_IDENTIFIER=urn:oasis:names:tc:ebXML-cppa:partyid-type:duns#987654321;jms.sender.jndi_connection_factory_location=weblogic.jws.jms.QueueConnectionFactory;jms.sender.destination_password=******;jms.sender.factory_provider_properties=java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.provider.url=t3://147.149.200.111:53482,147.149.200.111:53484;jms.sender.jndi_destination_location=btgsb2b.distjms.WLI_to_CI_BPS_Cluster_1;jms.sender.is_topic=false;jms.sender.type=bytes;DOCTYPE_NAME=rqRequestTroubleReportAmendment_DocType;FROM_PARTY=BTW;DOCTYPE_REVISION=1.0;TO_PARTY=BTGS;jms.sender.destination_username=weblogic;
    2008.11.04 at 10:14:58:020: Thread-14: (DEBUG) Establishing JMS Connection.
    2008.11.04 at 10:14:58:431: Thread-14: (DEBUG) TransportProperties.TransportProperties():
    2008.11.04 at 10:14:58:433: Thread-14: (DEBUG) TransportProperties.TransportProperties():http.sender.port=80;http.sender.proto=http;http.sender.host=punin1879164268.sid.bt.com;http.sender.path=/b2b/transportServlet;
    2008.11.04 at 10:14:58:434: Thread-14: (DEBUG) Discard Existing Cookies for CurrentThreadContext = Thread[Thread-14,5,main]
    2008.11.04 at 10:14:58:435: Thread-14: (DEBUG) Timeout = 60000
    2008.11.04 at 10:14:58:436: Thread-14: (DEBUG) Basic authentication is not used due to one of security parameters not set. Make sure username, password, and realm are set in delivery channel.
    2008.11.04 at 10:14:58:437: Thread-14: (DEBUG) http.sync = null
    2008.11.04 at 10:14:58:438: Thread-14: (DEBUG) Number of headers to be added is 7
    2008.11.04 at 10:14:58:932: Thread-14: (DEBUG) [IPT_HttpSendResponseStatusCode] HTTP Response status code: 204
    2008.11.04 at 10:14:58:934: Thread-14: (DEBUG) [IPT_HttpSendResponseMessage] HTTP Response message: .
    Regards,
    Suhas.

  • ViewObject getting as row count zero ( JDeveloper 10.1.3)

    Hi All,
    In my code when i tried to get the viewobject rows, which had a viewlink created inside the code using the createLink() method, the viewobject is coming as with zero row count.
    I tried , vo.setRangeSize(-1) , vo.executeQuery() as well but still its not updated.
    But the same code is working in 9.0.4 not in 10.1.3

    Hi Frank,
    I am not sure whether its an upgrade bug or not...., is there any way to trace the this?.

  • Play Count Zero for Songs Previously Played

    Does Play Count reset to zero if a song is not played after a certain amount of time? I have Play Count = 0 for songs that I know I have played.
    I am looking for ideas for why I have zero play count for songs that I have played.

    That's the answer then. Syncing is a "procedure" which, among other things, does all the work for you of finding out how many times each song has been played on the iPod and transferring that information back to iTunes. When you Manual Manage, all you are doing is manually dragging songs on and off, nothing else.
    Phil

  • Why use exchange ews api "GetRoomLists" result count zero

    In this feature . i must get the room list.
    I have two questions:
    first one :
    this is my c# code.
    static ExchangeService service = Service.ConnectToService(UserDataFromConsole.GetUserData(), new TraceListener());
    var zz = service.GetRoomLists();
    validation code use microsoft's example <Exchange 2013 101 Code Samples>
    But the zz  item count is zero..
    I'm sure that my office 365 have three rooms and the outlook client can use those room item to create the meeting..
    second :
    i want get some room's  meeting .
    who to do that?
    Ths....

    The AddressList's you see in the GAL in Outlook or OWA aren't the same thing as RoomList's these need to be created as there are none by default. To create a roomlist you need to use the Exchange Management Shell New-DistributionList cmdlet and the -RoomList
    switch eg
    http://blogs.technet.com/b/educloud/archive/2011/11/07/get-a-room-enable-room-finder-with-room-list-distribution-groups.aspx
    Cheers
    Glen

  • ADFTable Child count zero

    Hi,
    I have af:table(CoreTable) in my jspx and it has about 10 columns. I bound the table to the backing bean. In the table's setter method (setTable) I tired to print the child count using table.getChildCount() method and it returns 0.
    In the CoreTable documentation, it is said that the columns are the immediate children of the af:table, then how come it is returning 0.
    Can anyone explain?
    Thanks

    Ok, My table is a result set on a search form with search criteria and search button at the top of the screen. It is the typical search form as is in the SRDemo. By default it brings all records for the first time when one goes to the page.

  • Profile count zero for custom table related attributes

    Hi,
    We added a custom table as an assignment block in the business partner and we are using this in segmentation.
    If I connect with the standard marketing authorisation role, when I create a profile using attributes of this table it returns a count of 0. 
    If I connect using my user with (sap_all) I have no problem with the count.
    Do I need to add a specific authorisation object for the custom table or should this be handled automatrically in  EEWB?
    In the authorisation trace I cannot find anything significant to help.
    regards
    Tim

    Indeed, an authorisation issue, object S_TABU_DIS required.

  • Issue in counting open invoices

    Hi All,
    I am facing an issue which could be common but i am getting the correct count for open invoices.
    We have following scenario :
    Assume, we are loading an invoice(INV1) which was open(determined by item status = O) yesterday and loaded the same into ODS and to the cube yesterday itself.
    As we want to see the invoices which are open as of that particulat day.
    we have a CKF defined with value = 1 and aggregation : counter of all values, reference characteristic : 0REFERENCE.
    I run the report and I see open invoices = 1, which is correct.
    Now,the invoice which was open yesterday was cleared and paid today.
    Now , I loaded the data to ODS and then to the cube.
    In the cube, I have three entries like
    Invoice     Item Status            Amount 
    INV1         O(Open)                   100
    INV1         O(Open)                  -100
    INV1         C(Cleared)                100
    Since, this invoice is cleared today, when i run the report , i should get invoice count "Zero" but I am getting the count as "1" and the amount "0".
    The CKF which was created is getting the count as "1" even though it is cleared.If the invoice is cleared, it should not be counted.
    Anyone has any suggestions ?
    Regards,
    Jeevan

    okay - a number of issues here
    The two item statuses of O will cancel each other out and be deleted if you have zero elemination on the cube and run the next compression
    The negative zero was generated by the change log of the ODS when the item status = C cleared document came in
    You always run the open items as at a point in time using two RKFs added together in one CKF
    RKF1 is item status = O AND posting date <= key date of query
    RKF2 is cleared date > key date of query AND posting date <= key date of query
    Thus you can always restate the open items which have been subsequently cleared back to a point in time (ie historical aged debt reports etc..)
    You must not just use item status = O
    Now how to do the counts..
    I normally put a counter onto the cube and negate the counter when the changelog negative O record (so the two Os cancel each other out) and then just add up the values of the counter as per the RKFs above
    However there is another option but it still involves a change to the data model
    The counts are based on the uniqueness of a document number
    The full key of a uniqieness of an AR or AP document number in SAP is...
    Company Code, Fiscal Year, Document Number, line item
    (the line item is due to one AP document being split across many lines due to installment plans with different net due dates or partially allocated cash across many outstanding line items)
    The other items have to be considered in uniqueness because SAP allows you to configure number ranges per company code wither with internal or external numbering and these ranges can be year specific - hence the full key is required
    You cannot just count document number as this will give a false result as the same document numebr can be used in multiple years within the same company code AND across company codes as well (so group reporting of outstanding counts will be affected as well)
    So you have to create a new infoobject that is called "Document Full Key" - that concatenates Company Code, Fiscal Year, Document Number, line item into one object string
    You then put that in yoru cube and update it via the transformation rules
    Then you can create the RKFs above and do a count all values based on the characteristic  "Document Full Key" - then create a few more RKFs to do the splits of net due date and the offsets required for -30 -60 etc as per normal
    Sorry for the bad news - but if you want to do it properly - I don;t think you have another other choice but the two options above..
    But then what do I know!

  • HOW TO USE COUNTER FUNCTION IN BEX

    RESPECTED ALL
    I WISH TO CREATE A FORMULA KEY FIGURE AT REPORTING LEVEL WHICH SHOULD GIVE ME OUTPUT AS
    1
    2
    3
    4
    5
    6
    7
    THE LOGIC IS " IF YIELD IS GREATER THAN ZERO COUNT 1 ELSE COUNT ZERO AND IN THE NEXT ROW IT SHOULD GIVE ME NUMBER 2 IF IN LINE FIRST IT GETS 1"
    IN A NUT SHELL I WANT TO CALCULATE TOTAL NO OF COILS WHICH DEPENDS UPON TOTAL NO OF YEILD
    FIELD BY USER.
    THANKS
    ABHAY

    Hi Abhay,
    We can get your scenario via calculated key figure..
    Below is the calculated key figure:
    (Nodim(field)<=0)0+(Nodim(field)>=1)*1...     *
    Field represents your perticular key field.in the above cal key fig...if the field is less than or eqaul to 0 counter will show as 0,
    Second condition is if the cal key fig is equal to 1 it will show 1 as the counter.
    In the same way you can implement your scenario...
    Hope this helps you..
    Best Regards,
    Maruthi

  • DAQmx non-cumulative buffered edge counting (like the PMT TTL problem) with PCI6221 in C program environment

    I have a PCI-6221. I am programming in C/C++ and DAQmx. My application is much like the previous thread counting the number of asynchronous TTL pulses from a PMT in some user specified time interval. The time interval is typically around 1 msec and the signal rates are around 1-10 kHz. So I expect to count 0 to 10 pulses per timebin. In traditional DAQ this was called Non-cumulative buffered edge counting.
    To get a clock at about 1kHz, I first create an "analogue in" task that samples at 1kHz. The only thing I use this task for is to route its sample clock to the gate of the counter. This defines my time interval as 1 msec.
    I then create the counter task. I am using count edges. So I think counter0 gate = PFI9 and source = PFI8.
    DAQmxCreateCICountEdgesChan(*taskHandle,chan,"",edge,initialCount,countDirection);
    DAQmxCfgSampClkTiming(*taskHandle,clockSource,rate,DAQmx_Val_Rising,DAQmx_Val_ContSamps,samplesPerChan);
    where clockSource="/Dev1/ai/SampleClock"
    I apply my signal to PFI8.
    After starting the task, I read an array of values with
    DAQmxReadCounterU32(taskHandle,samplesToRead,10.0,data,samplesToRead,read,NULL);
    I expect the array data to have values ranging from 0-10 for PMT input with an average rate of about 10 kHz. The trouble is that the array data does not seem to make sense. I get constantly increasing values. For very low input frequency, it just increments by one per array member.
    More troublesome, when I hold PFI8 at ground, so that I expect zero pulses to be counted at the source for each edge at the gate that occur 1 per msec, I get a timeout error. I really must be able to count zero events per bin.
    Am I doing something obviously wrong?

    Hello,
    The behavior of non-cumulative event counting is equivalent to period measurement. Additionally, the timeouts when no edges occur on your event counting terminal are the result of duplicate count prevention. In DAQ 7.4, the default behavior of duplicate count behavior should take care of this for you, but if you cannot upgrade to DAQ 7.4, I'd do a search of the discussion forums for "duplicate count prevention". There are a number of previous posts about this attribute, including this one.
    If you aren't using the second counter on your device, you should be able to use the Period Measurement 2 Counter High Frequency measurement method to get your desired values. The "Measurement Time" attribute in this case would be the "sample clock" (1 kHz in your example). Then just raed the data raw to get counts rather than scaled.
    If you'd like to do it using the AI timing engine. Configure a 1 counter period measurement task, use "clockSource" as your input terminal and use your PMT TTL pulses as the "Counter Timebase Source". Then read the data raw, since the scaling will not be appropriate for your needs.
    I hope this helps!
    gus....

  • Using reference counter with 6602 board

    I want to control a 6602 card in a Labview application so that I can count events in channels 1-6 depending on a reference counter in channel 0. I've set up channel 0 to count from a fixed value down to 0, and I am using hardware triggering to start all counters. Now I need something like a stop trigger to stop my event counters simultaneously when counter 0 reaches zero.
    I tried to use counter 0 output as a gate for the others, but without success. Unfortunately, the help files for the TIO counter VI's are pretty lousy (nudge, nudge), so I'd be grateful if someone could give me a hint how to solve this problem.
    Sebastian

    Hi Sebastian (whatthehellamithinking),
    Nice name I think your idea about using counter 0 output as the gate signal is the right idea. However, I would make sure to configure a couple things. The first thing I would do is configure counter 0 output for toggle mode. This means when the counter rolls beyond zero it will toggle it's output. I would alsoe configure the output to be configured as high-to-low logic. Then I would connect it to the gate of all the other counters (make sure to configure a gate on each counter). The gate should initially be high on each counter since the output of counter zero should be high. Then when it rolls or reaches terminal count it will toggle the output which will gate each of the other counters.
    Anyway, not sure i
    f you tried it that way but I think it shoud work. Hope that helps. Have a good day.
    Ron

  • Got something weird while Ni 9401 counting down

     what will happen if set 9401 initial count zero and let it count down ? I got some weird data in my application.

    Refer this for count down/countup using daq assistant

  • Format utility unable to select labeled disk

    I have a system running Solaris 10 x86, booted with 64 bit kernel.
    Recently, i decided to add a second hard drive to the system.
    The drive is Seagate ST340014A (40GB ATA drive). I ran format and managed to fdisk, partition & label the disk, but later, i found the partition scheme ineffective and decided to re-partition the disk. Here my troubles have started.
    When i ran format utiltity again, and select the drive number it gave me:
    "selecting c1d0"
    and freezed.
    On the system console and in /var/adm/messages i had the following:
         Apr 17 19:01:20 host.tld.com scsi: WARNING: /pci@0,0/pci-ide@f,1/ide@1 (ata5):
         Apr 17 19:01:20 host.tld.com timeout: abort request, target=0 lun=0
         Apr 17 19:01:20 host.tld.com scsi: WARNING: /pci@0,0/pci-ide@f,1/ide@1 (ata5):
         Apr 17 19:01:20 host.tld.com timeout: abort device, target=0 lun=0
         Apr 17 19:01:20 host.tld.com scsi: WARNING: /pci@0,0/pci-ide@f,1/ide@1 (ata5):
         Apr 17 19:01:20 host.tld.com timeout: reset target, target=0 lun=0
         Apr 17 19:01:20 host.tld.com scsi: WARNING: /pci@0,0/pci-ide@f,1/ide@1 (ata5):
         Apr 17 19:01:20 host.tld.com timeout: reset bus, target=0 lun=0
         Apr 17 19:01:20 host.tld.com gda: WARNING: /pci@0,0/pci-ide@f,1/ide@1/cmdk@0,0 (Disk4):
         Apr 17 19:01:20 host.tld.com Error for command '<undecoded cmd>' Error Level: Informational
         Apr 17 19:01:20 host.tld.com gda: Requested Block 8065, Error Block: -27779
         Apr 17 19:01:20 host.tld.com gda: Sense Key: aborted command
         Apr 17 19:01:20 host.tld.com gda: Vendor 'Gen-ATA ' error code: 0x3
         Apr 17 19:01:20 host.tld.com genunix: ata_disk_iosetup: byte count zero
    This set of messages was repeated on a regular time intervals.
    The format utility neither exited nor seleted the disk. I had to kill -9 it several times in order to stop it.
    I have created the filesystems on the drive, without problems and i can use it, but i can't re-partition it :(
    Could someone point me to the root of the problem and/or its decision ?
    Thanks in advance!

    i'm encountering exactly the same problem.
    One question : How does your partition table looks like ?

  • Logical drive 1 status = Ready for recovery ml350 g5

    Hi,
    I have a problem with a HP Proliant ML350 G5, 2 weeks ago the server did shutdown unexpectedly i looked in the ACU and saw that the controller had a battery problem. I replaced the battery but the server keeps once or twice a day shutting down. I made a report from the ACU but i don't know what this all means.
    Here is a part of the report, i hope someone can lead me to the right solution,
    Thanks in advance.
    Array Diagnostic Utility Version 7.85.16.0
    Array Diagnostic Utility Inspection Report Version 7.85.16.0
    Date/Time:          Friday, June 27, 2014 3:43:11PM
    Computer Model:     HP Server
    SLOT SUMMARY:
       Slot Num  Slot Type  Array Controllers and Host Adapters Detected
       SLOT 0    PCI        Smart Array E200i Controller
    SLOT 0 Smart Array E200i Controller ERROR REPORT:
       Logical drive 1 status = Ready for recovery
    SUBSYSTEM INFORMATION:
       Chassis Serial Num:              GB87494LT1
       This Controller
          Array Serial Number:          QT79MU6382    
          Cache Serial Number:          P9A3A0B9SV00ST
       Other Controller
          Array Serial Number:          Not Available
          Cache Serial Number:          Not Available
    CONTROLLER IDENTIFICATION:
       Configured Logical Drives: 1
       Configuration Signature:   0xa00004c9
       Controller Firmware Rev:   1.66
       Controller ROM Revision:   1.66
       Controller Hardware Rev:   0x00
       Boot Block Version:        1.66
       Board ID:                  0x3211103c
       Cable or Config Error:     0x00 (No)
       Invalid Host RAM Address:  No
       CPU Revision:              0x00
       CPU to PCI ASIC Rev:       0x00
       Cache Controller ASIC Rev: 0x00
       PCI to Host ASIC Rev:      0x00
       Marketing Revision:        0x41 (Rev A)
       Expand Disable Code:       0x01
       Protocol Chip Count:       1
       Enclosure Count:           3
       Max SCSI IDs per Bus:      0
       Big Drive Map:             0x000c 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
       Big Ext Drive Map:         0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
       Big Non-Disk Drive Map:    0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
       Fibre Chip Count:          0
       Recovery ROM Inactive     
       Image Revision:               
       Recovery ROM Active Image 
       Flags Status:              0x10
       Battery PIC Rev:           0x20
       NCQ:                       Not Supported
    LOGICAL DRIVE IDENTIFICATION:
       Logical Drive 1:
          Sector Size:              512
          Sectors Available:        143305920
          Fault Tolerance Mode:     Mirroring
          Logical Param Table:      cyl=17562 heads=255 sec/track=32 xlate sig=0x0
          BIOS Disabled:            No
          Logical Drive Ident:      0x       0
          Logical Drive Label:      A00004C9QT79MU6382     678E
    LOGICAL DRIVE CONFIGURATION:
       Logical Drive 1:
          Configuration Signature:  0xa00004c9
          Mapping Scheme:           Multiple Block
          Physical Drives:          2 (number not valid after drive movement)
             This Logical Drive:    2 (excluding spare drives)
          Fault Tolerance Mode:     Mirroring
          Logical Param Table:      cyl=17562 heads=255 sec/track=32 xlate sig=0x0
          Distribution Factor:      256
          Operating System:         64768
          Controller Order:         0
          Additional Information:   0
          Offset to Data&colon;           0
          Int 13h Support Enabled:  Yes
          Sectors on Volume:        143305920
          Sectors per Drive:        143305920
          Big Drive Assignment Map: 0x000c 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
          Big Spare Assignment Map: 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
          Array Accelerator is enabled for this logical drive.
    LOGICAL DRIVE STATUS:
       Logical Drive 1:
          Drive Status:           Ready for recovery
          Blocks to Rebuild:      0
          Blocks Re-mapped:      
          Spare Status Flags:     0x00
          Spare to Replaced Map:  See Big Spare to Replace Map:
          Media Was Exchanged:    No
          Cache Failure:          No
          Expand Failure:         0x00
          Unit Flags:             0x00
          Big Remap Count:        All Counts Zero
          Big Drive Failure Map:     0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
          Big Replacement Drive Map: 0x0004 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
          Big Active Spare Map:      0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
          Big Spare to Replace Map:  No spares have replaced any drives
          Big Spare Marked OK Map:   0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
    MONITOR AND PERFORMANCE DATA&colon;
       Port 1I, Box 1, Bay 2
          Factory:     Serial #, Firmware Rev, and Mfg/Model #:
             33 4e 50 32 34 36 59 30 30 30 30 30 39 38 31 36      3NP246Y000009816
             51 35 58 4e 48 50 44 37 00 00 00 00 48 50 20 20      Q5XNHPD7....HP 
             20 20 20 20 44 47 30 37 32 41 42 41 42 33 20 20          DG072ABAB3 
             20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00          ............
             00 00 00 00                                          ....
          Since Power: Serial #, Firmware Rev, and Mfg/Model #:
             33 4e 50 32 34 36 59 30 30 30 30 30 39 38 31 36      3NP246Y000009816
             51 35 58 4e 48 50 44 37 00 00 00 00 48 50 20 20      Q5XNHPD7....HP 
             20 20 20 20 44 47 30 37 32 41 42 41 42 33 20 20          DG072ABAB3 
             20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00          ............
             00 00 00 00                                          ....
          Serial Number Control:     0x0054
          Firmware Revision Control: 0x0248
          Mfg/Model Number Control:  0x0268
                     Factory          Since Power      Threshold        Control
          Serv. Time 00341415         000001d4         00000000         2104
          Read Blks  0000001788c34d46 00000000000002b1                  0108
          Hrd Read   00000485         00000000         00000000         2104
          Rtry Read  00000000         00000000         00000000         2104
          ECC Read   000000000000000d 0000000000000000 0000000000000000 2108
          Write Blks 00000006c04e371c 0000000000ffcf08                  0108
          Hrd Write  00000000         00000000         00000000         2104
          Rtry Write 00000006         00000000         00000000         2104
          Seeks      0000000000000000 0000000000000000                  0808
          Seek Errs  0000000000000000 0000000000000000 0000000000000000 0808
          Spin Cyls  00000000         00000000         00000000         2104
          Spin Time  0000             0000             0000             2202
          Test 1     0000             0000             0000             0802
          Test 2     0000             0000             0000             0802
          Test 3     0000             0000             0000             0802
          Test 4     0000             0000             0000             0802
          Spare Blks ffffffff         ffffffff                          0a04
          Re-mapped  0000009b         00000000         00000000         2504
          DRQ Tmots  0000             0000             0000             0802
          Timeouts   0000             0000             0000             2102
          Rebuilds   0002             0000             0000             2102
          Spn Retrs  ffff             ffff             0000             2902
          Fl Rd Recv 0000             0000             0000             2102
          Fl Wt Recv 0000             0000             0000             2102
          Format Err 0000             0000             0000             2102
          POST Err   0000             0000             0000             0802
          Drv Nt Ry  00000000         00000000         00000000         2104
          Reallc Abt 00000000         00000000         00000000         0804
          IRQ Gltchs 00000000         00000000         00000000         0804
          Bus Flts   00000054         00000001         00000000         2104
          Hot Plgs   00000000         00000000         00000000         2104
          Tk Rwt Err ffff             ffff             0000             2902
          Rmp Wt Err 0000             0000             0000             2102
          Bg Fw Rev  0000000000000000 0000000000000000                  0848
          Med Flrs   0000             0000             0000             2102
          Hrdw Errs  0007             0000             0000             2102
          Abt Cmd Fl 0000             0000             0000             2102
          Spn Up Fl  0000             0000             0000             2102
          Bd Tgt Cnt 0000             0000             0000             2102
          Pred Fails 00000000         00000000         00000000         2104
          DRIVE ERROR LOG:
             Error Log Header:
                Parameter Length    = 0x14
                Entry Size          = 0x0040
                Current Entry       = 0x1c
                Total Errors Logged = 0x0000021c
             Error Log Data&colon;
    SCSI  CAM   Sense  Sense
    Stat  Stat  Key    Code    Qual   Block(Vl)       Time       Op   Info
    02    04    06     29      02     00000000(0)     002f200b   00   0000
    02    04    06     29      02     00000000(0)     002f477e   00   0000
    02    04    06     29      02     00000000(0)     0030a78b   00   0000
    02    04    06     29      02     00000000(0)     00311fd3   00   0000
    02    04    06     29      02     00000000(0)     00316ebf   00   0000
    00    0a    00     00      00     00000000(0)     00317117   00   0000
    02    04    06     29      02     00000000(0)     0032043a   00   0000
    02    04    06     29      02     00000000(0)     00329e1f   00   0000
    02    04    06     29      02     00000000(0)     0032c9aa   00   0000
    02    04    06     29      02     00000000(0)     0033b5c4   00   0000
    00    0a    00     00      00     00000000(0)     0033e304   00   0000
    00    0a    00     00      00     00000000(0)     0033e430   00   0000
    00    22    00     00      00     3f000000(0)     0033e509   5a   0000
    00    0a    00     00      00     00000000(0)     0033eec2   00   0000
    00    0a    00     00      00     00000000(0)     0033f285   00   0000
    00    0a    00     00      00     00000000(0)     0033f4f2   00   0000
    00    0a    00     00      00     00000000(0)     0033f6d2   00   0000
    00    0a    00     00      00     00000000(0)     0033fe90   00   0000
    00    0a    00     00      00     00000000(0)     0034003c   00   0000
    00    0a    00     00      00     00000000(0)     003402d0   00   0000
       Port 1I, Box 1, Bay 1
          Factory:     Serial #, Firmware Rev, and Mfg/Model #:
             33 4e 50 32 46 41 57 38 30 30 30 30 39 38 33 30      3NP2FAW800009830
             32 39 41 52 00 00 00 00 00 00 00 00 48 50 20 20      29AR........HP 
             20 20 20 20 44 47 30 37 32 41 42 41 42 33 20 20          DG072ABAB3 
             20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00          ............
             00 00 00 00                                          ....
          Since Power: Serial #, Firmware Rev, and Mfg/Model #:
             33 4e 50 32 46 41 57 38 30 30 30 30 39 38 33 30      3NP2FAW800009830
             32 39 41 52 48 50 44 43 00 00 00 00 48 50 20 20      29ARHPDC....HP 
             20 20 20 20 44 47 30 37 32 41 42 41 42 33 20 20          DG072ABAB3 
             20 20 20 20 00 00 00 00 00 00 00 00 00 00 00 00          ............
             00 00 00 00                                          ....
          Serial Number Control:     0x0054
          Firmware Revision Control: 0x0248
          Mfg/Model Number Control:  0x0268
                     Factory          Since Power      Threshold        Control
          Serv. Time 00055b43         000001d4         00000000         2104
          Read Blks  000000029c28733f 0000000001e70b56                  0108
          Hrd Read   00000000         00000000         00000000         2104
          Rtry Read  00000000         00000000         00000000         2104
          ECC Read   0000000000000000 0000000000000000 0000000000000000 2108
          Write Blks 00000000c7b62ee8 0000000000ffcf36                  0108
          Hrd Write  00000000         00000000         00000000         2104
          Rtry Write 00000000         00000000         00000000         2104
          Seeks      0000000000000000 0000000000000000                  0808
          Seek Errs  0000000000000000 0000000000000000 0000000000000000 0808
          Spin Cyls  00000000         00000000         00000000         2104
          Spin Time  0000             0000             0000             2202
          Test 1     0000             0000             0000             0802
          Test 2     0000             0000             0000             0802
          Test 3     0000             0000             0000             0802
          Test 4     0000             0000             0000             0802
          Spare Blks ffffffff         ffffffff                          0a04
          Re-mapped  00000000         00000000         00000000         2504
          DRQ Tmots  0000             0000             0000             0802
          Timeouts   0000             0000             0000             2102
          Rebuilds   0001             0000             0000             2102
          Spn Retrs  ffff             ffff             0000             2902
          Fl Rd Recv 0000             0000             0000             2102
          Fl Wt Recv 0000             0000             0000             2102
          Format Err 0000             0000             0000             2102
          POST Err   0000             0000             0000             0802
          Drv Nt Ry  00000000         00000000         00000000         2104
          Reallc Abt 00000000         00000000         00000000         0804
          IRQ Gltchs 00000000         00000000         00000000         0804
          Bus Flts   00000004         00000001         00000000         2104
          Hot Plgs   00000000         00000000         00000000         2104
          Tk Rwt Err ffff             ffff             0000             2902
          Rmp Wt Err 0000             0000             0000             2102
          Bg Fw Rev  0000000000000000 0000000000000000                  0848
          Med Flrs   0000             0000             0000             2102
          Hrdw Errs  0000             0000             0000             2102
          Abt Cmd Fl 0000             0000             0000             2102
          Spn Up Fl  0000             0000             0000             2102
          Bd Tgt Cnt 0000             0000             0000             2102
          Pred Fails 00000000         00000000         00000000         2104
          DRIVE ERROR LOG:
             Error Log Header:
                Parameter Length    = 0x14
                Entry Size          = 0x0040
                Current Entry       = 0x1f
                Total Errors Logged = 0x0000001f
             Error Log Data&colon;
    SCSI  CAM   Sense  Sense
    Stat  Stat  Key    Code    Qual   Block(Vl)       Time       Op   Info
    02    04    06     29      02     00000000(0)     00000000   00   0000
    02    04    06     29      02     00000000(0)     00000001   00   0000
    02    04    06     29      02     00000000(0)     00006731   00   0000
    02    04    06     29      02     00000000(0)     00008ea4   00   0000
    02    04    06     29      02     00000000(0)     0001eeb1   00   0000
    02    04    06     29      02     00000000(0)     000266f9   00   0000
    02    04    06     29      02     00000000(0)     0002b5e5   00   0000
    02    04    06     29      02     00000000(0)     0002b83d   00   0000
    02    04    06     29      02     00000000(0)     00034b60   00   0000
    02    04    06     29      02     00000000(0)     0003e545   00   0000
    02    04    06     29      02     00000000(0)     000410d0   00   0000
    02    04    06     29      02     00000000(0)     0004fcea   00   0000
    02    04    06     29      02     00000000(0)     00052a2a   00   0000
    02    04    06     29      02     00000000(0)     00052b56   00   0000
    00    22    00     00      00     3f000000(0)     00052c2f   5a   0000
    02    04    06     29      02     00000000(0)     000535e8   00   0000
    02    04    06     29      02     00000000(0)     000539ab   00   0000
    02    04    06     29      02     00000000(0)     00053c18   00   0000
    02    04    06     29      02     00000000(0)     00053df8   00   0000
    02    04    06     29      02     00000000(0)     000545b6   00   0000

    Hi QUANT,
    Your Proliant server is a commercial product and to get your issue more exposure I would suggest posting in the commercial forums. Here is a link to the Commercial Notebook forum.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

Maybe you are looking for

  • Withholding tax calculation at down payment clearing F-54

    Hi, Can any one reply the solution When I am posting down payment to vendor, Basic TDS, Surcharge, Ecess on TDS and Ecess on Surcharge calculated. Invoice is half of the down payment and TDS and Ecess on TDS calculated properly. but when i am trying

  • IDML created with InDesign CC crashes in all InDesign versions

    Hi i have a strange problem when i export a file with InDesign CC as IDML I can't open it again. It instantly crashes InDesign CC or InDesign CS6. Here is the log: Process:         Adobe InDesign CC [1848] Path:            /Applications/Adobe InDesig

  • Here Drive stuck on 'Looking for GPS"

    Running version 3.0.4087.0 on Samsung Ativ S (in Canada). Nokia Drive seems to find my location without any issues for a short period of time. Later when launching it just shows "Looking for GPS" in the status bar and cannot find my location at all.

  • Idvd does not burn dvd

    idvd does not burn project to dvd

  • User exit for mb02

    Hi friends,   For MB02 Trans i need a user exit. I found out that the following exit can be used. Mainly MBCF0002 as for MB01 Trans.But,when I placed a breakpoint in this exit.It is not triggering. I tried other exits also.But none of the exit is tri