Need to narrow down select results!!

I am kind of new at this, but i learn as i go and what i need. I am deployed to iraq and four of us made a Oracle db, but the man witht he most experience is gone.
i need to do something to this effect:
create table temp11 as (
select c.DIC,c.NSN,c.CYCLE_DATE,c.IMAGE_DATA,c.AAC,c.Z01,c.CYCLE_DT,b.LAST_LOCATION,b.LAST_DATE
from itv a, itv_service b, temp10 c
where a.doc_no = substr(c.image_data,30,14)
and a.tag_id = b.tag_id
and b.CONSIGNEE_DODAAC = substr(c.image_data,30,6)
and b.last_date in (select max(d.last_date) from itv_service d));
when i run this query with out the last line it returns in excess of 500,000 rows and i know that some are old, all i need is to associate the most current last_location and last_date witheach substr(c.image_data,30,14) (which are doc numbers)
i have browsed thru oracle fourms for about two days trying different querys but nothing is working... any help is awesome
the table desc are:
SQL> desc ITV
Name Null? Type
DOC_NO VARCHAR2(17)
TCN VARCHAR2(17)
NSN VARCHAR2(25)
NOMEN VARCHAR2(50)
QTY CHAR(5)
UI CHAR(2)
MISC VARCHAR2(30)
TAG_ID VARCHAR2(9)
BUMPER_NO VARCHAR2(15)
MODEL_NO VARCHAR2(15)
SERIAL_NO VARCHAR2(15)
COMMODITY_CD VARCHAR2(30)
SQL> desc ITV_SERVICE
Name Null? Type
LEAD_TCN VARCHAR2(17)
TAG_ID NOT NULL VARCHAR2(9)
CONSIGNEE_DODAAC CHAR(6)
CONSIGNOR_DODAAC CHAR(6)
CONTAINER_NO VARCHAR2(20)
POE CHAR(3)
POD CHAR(3)
WRITE_DATE DATE
LAST_LOCATION VARCHAR2(60)
LAST_DATE DATE
MISSION VARCHAR2(11)
UNIT VARCHAR2(12)
CLASS VARCHAR2(12)
FREE_TEXT VARCHAR2(40)
ULN VARCHAR2(20)
UIC CHAR(5)
SHIPMENT_UNIT_NO VARCHAR2(40)
UNIT_HOME_STATION VARCHAR2(40)
TAGCLOSED CHAR(3)
SQL> desc TEMP10
Name Null? Type
DIC CHAR(3)
NSN CHAR(13)
CYCLE_DATE DATE
IMAGE_DATA NOT NULL CHAR(80)
AAC CHAR(6)
Z01 CHAR(3)
CYCLE_DT DATE
thanks

Does this help
select dic, nsn, cycle_date, image_data, aac,
    z01, cycle_dt, last_location, last_date
from
    select c.dic, c.nsn, c.cycle_date, c.image_data, c.aac,
        c.z01, c.cycle_dt, b.last_location, b.last_date,
        max(b.last_date) over (partition by substr(c.image_data,30,14)) max_date
    from itv a, itv_service b, temp10 c
    where
        a.doc_no = substr(c.image_data,30,14)
    and a.tag_id = b.tag_id
    and b.consignee_dodaac = substr(c.image_data,30,6)
where last_date = max_date    It uses the max analytic function to generate a maximum date for each substr(c.image_data,30,14), the outer select just returns those rows where the last date matches the max.

Similar Messages

  • Problems with G5-Need Help Narrowing Down Issue

    I have I PowerMac G5 dual 2.0 GHz from the June 2004 bracket and am having issues getting it to turn on. When I press the power button I will get one of three results. One: the light will come on when pressed, the fans will rev and I can hear the hear drive start to work, but the power light will go back out after a second or two while the fans still spin. Second: the power button is depressed and no light comes on but the fans, hard drive start up, etc. Third but least common is that the power button is depressed and it will come on as normal, boot up just fine and I'm able to use the computer-going as far as running apps and games with no problem. I've taken the steps mentioned in other threads such as resetting the PSU, swapping batteries, reseating video card/RAM but the results with start up are varied so much as to I can't tell what (if anything) is helping. I don't know if it's power supply issue (because the fans and other things seem to work fine) or a motherboard issue (but that wouldn't explain why it works fine when it wants to). I'm stuck. Any help is greatl appreciated.

    Hi fiveinchwrench-
    Usually this problem is either a power supply or mother board. It sounds more like a power supply to me but there is no way to tell from here.
    It may be worth taking it to an Authorized Apple Repair Center for a diagnosis. Both a power supply and a mother board will probably be in short supply, but the power supply will by far be the cheaper component.
    Luck-
    -DaddyPaycheck

  • Connection issue - Need help narrowing down

    Hi guys. Trying to pinpoint what's wrong with my connection. I've got a Westell 7500 on DSL. The speed is great, except every so often I'll lose my connection. Happens once every couple of weeks or so and it's usually at night around 8:00. All the lights on the modem/router look normal. But neither one of my 2 computers in the room can get a connection. I can't even log in to the router when this happens. After about an hour the connection appears to fix itself and switch back on. I've tried switching the router off and on to re-establish the connection but it seems to have no effect. Only thing I noticed is when I power-cycle it, the LED on the router labeled "Internet" sometimes remains off. Other times it stays solid green, even though the connection still doesn't work.
    When it's back online and I check my transceiver stats they look fine. I can post 'em if you guys want but everything looked within normal range to me and I have no speed problems so I don't think line quality is the issue.
    Even if you can't help me solve the problem, I hope someone can at least help me figure out whether it's a faulty router or Verizon's service in the area just shuts down temporarily (service status page never says anything).
    Thanks in advance!

    Had another disconnection. But I was able to get to the router and re-connect right away. Usually doesn't even let me get to the router. Anyways, do these entries from the log mean anything to you guys? I lost the connection at about 22:59.
    Oct 26 23:00:32      daemon.err      cwmpd[3578]:      ddnsWanIPCallback WAN State Down
    Oct 26 23:00:30     daemon.notice     net_mgr[355]:     Routes transitioning to Down state on ppp0.
    Oct 26 23:00:30     daemon.notice     net_mgr[355]:     QoS on ppp0 transitioning to Down state.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_HOLDOFF(11)
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell Random Holdoff returning 497 seconds
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     Leaving destroy_pppoesessionfile
    Oct 26 23:00:29     daemon.err     pppd[3313]:     Unlinking PPPoE session file:/WFIO/ppp-config0
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     Enter destroy_pppoesessionfile
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_DISCONNECT(10)
    Oct 26 23:00:29     daemon.info     pppd[3313]:     Sent 358019859 bytes,received 3455869189 bytes.
    Oct 26 23:00:29     daemon.info     pppd[3313]:     Connect time 5165156.9 minutes.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Connection terminated.
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:29     daemon.warn     pppd[3313]:     pppd[3313] EXIT_PEER_DEAD caused InternetFail light to be lit
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     PPPD Exit Status changed EXIT_OK->EXIT_PEER_DEAD during phase PHASE_ESTABLISH->PHASE_DEAD
    Oct 26 23:00:29     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_DEAD(0)
    Oct 26 23:00:23     daemon.notice     ip-down[3617]:     ppp0: 358019859 bytes sent,3455869189 bytes received
    Oct 26 23:00:23     daemon.notice     ip-down[3617]:     ppp0: disconnected;connected for 309909413 seconds
    Oct 26 23:00:23     daemon.warn     pppd[3313]:     Couldn t increase MRU to 1500
    Oct 26 23:00:23     daemon.warn     pppd[3313]:     Couldn t increase MTU to 1500
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_ESTABLISH(4)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_NETWORK(7)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 connect_time:309909413 bytes_sent:358019859 bytes_rcvd:3455869189 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell ip_down()
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell PPP Environment:device:nas1 ifnamepp0 linkname:config0 iplocal:173.52.143.220 ipremote:10.32.173.1 ppplogname:root orig_uid:0 usepeerdns:1 dns1:68.237.161.12 dns2:71.243.0.12
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Westell phase_hook PHASE=PHASE_TERMINATE(9)
    Oct 26 23:00:23     daemon.notice     pppd[3313]:     Serial link appears to be disconnected.
    Oct 26 23:00:23     daemon.info     pppd[3313]:     No response to 6 echo-requests
    Oct 26 22:51:30     daemon.info     dnsmasq[325]:     DHCPACK(br0) 192.168.1.21 00:90:4b:e7:f0:11 mussel
    Oct 26 22:51:30     daemon.info     dnsmasq[325]:     DHCPREQUEST(br0) 192.168.1.21 00:90:4b:e7:f0:11 

  • Need a drop down for a selection screen

    HI all,
    I need a drop down for a selection screen.
    say for eg: Field is MARA-MTART   (Material Type). The selection is optional and the dropdown should be using check table: T134
    How to get a dropdown? I think a function module is used , but I dont remember the name.
    Kindly reply.
    Thanks in advance.
    Points will be rewarded

    Hi,
    chk the below code...
    TYPE-POOLS: vrm.
    PARAMETER: pr_spart TYPE spart AS LISTBOX VISIBLE LENGTH 7.
    *AT SELECTION-SCREEN ON VALUE-REQUEST FOR pr_spart.
    INITIALIZATION.
    *----Code for Drop down list....
      DATA: lit_spart_list  TYPE vrm_values, "Table for list of Divisions
              lwa_spart_list TYPE vrm_value,
              lw_name  TYPE vrm_id.            "Name of parameter with list-box.
    *---Assign selected values to table that would be passed to FM VRM_SET_VALUES
      CLEAR : lwa_spart_list,
              lw_name.
    *---Pass required values for list-box display.
      lwa_spart_list-key = 'H'.
      lwa_spart_list-text = 'HL'.
      APPEND lwa_spart_list TO lit_spart_list.
      lwa_spart_list-key = 'S'.
      lwa_spart_list-text = 'SL'.
      APPEND lwa_spart_list TO lit_spart_list.
      lwa_spart_list-key = 'P'.
      lwa_spart_list-text = 'PP'.
      APPEND lwa_spart_list TO lit_spart_list.
      lwa_spart_list-key = 'F'.
      lwa_spart_list-text = 'FR'.
      APPEND lwa_spart_list TO lit_spart_list.
    *Name of parameter to which list is to be assigned
      lw_name = 'PR_SPART'.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = lw_name
          values          = lit_spart_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Reagrds,
    nagaraj

  • Narrow down start up issue need experienced/knowledgeble Mac Expert

    Hi,
    I have spoken with two level 2 mac specialists and both have concluded that I am having a 3rd party software issue with my Mac Pro 3.0. The issue is it takes 5 minutes for my Mac to boot up from start up/restart. Here is my question; in OS9 to narrow down an issue I could simply drag an Extension on to the desktop and restart to see if the issue continued. Since this issue that I am having is a 3rd party conflict in start up is there a way to remove or 'disable' 3rd party software so basically the system thinks it's not there so I can narrow this issue down to who is the problem child? I really don't want to trash all my 3rd party software to figure this out.
    I have recently done a Archive and Install from the install CD 10.5 and the start up was fine. Then when I update to 10.5.4 or 10.5.5 the long start up issue is back. So I am concluding that something is not 10.5+ compatible.
    Look forward to someone knowing the answer to my question.
    Thanks.

    Hi Francine thanks for your input. If I'm not mistaken the Shift key is 'Safe Mode' and that is great but I need to either remove one 3rd party software package at a time or be able to add one at a time until I find the ugly step child. And I don't think Safe Mode will allow that.
    I did try the Verbose mode which was pretty cool to see however once it kicks on the video card and goes to the blue screen that is the transition screen after the Apple and before the desktop I lose the verbose read out and at the blue screen is where it hangs for 4 minutes. So unfortunately that didn't work. I really need to know if I can take out a key 'Component' from a specific folder that will not allow a 3rd party to register and then if it's not it simply place it back in the folder and that software is back in business. I am amazed that with today's technology first, that the computer doesn't tell you what the issue is and second that no one has come up with a way to trouble shoot when things do go as planned. Sigh. Any other recommendations? Anyone....Bueller....Bueller?

  • Performing Calculation based on drop down selection

    I need help with simple calculation. Im building an estimate form, and have the fields:
    "Total"  (manually entered total amount)
    "GrandTotal" (automatically calculates Total*1.07 to add 7% NJ sales tax)
    Next I have 3 drop down boxes with payment options, and then text fields to receive $$ amounts based on drop-down selection:
    "1st Payment Option" (options: 50% down, 100% paid in full, custom entry)
    "2nd Payment Option" (options: 50% at completion, 25% in 14 days, custom entry)
    "3rd payment Option" (options: 25% completion, custom entry)
    For whichever options are selected in the drop-downs, i'd like the text fields to auto-fill.
    (Text fields are titled "1st Payment", "2nd Payment", "Final Payment".
    So how do I take the value from "GrandTotal" and get it to automatically be calculated by 50%, 25% or whatever and be filled into separate text fields?

    It can be done with proper form design. You can use the any of the 3 calculation options but some may require some extra form fields and you can specify a numeric value to a drop down option that is different from the displayed text.

  • How to show the SELECT result in a certain form?

    Hallo,
    I have the folling problem:
    CREATE TABLE buildings (
    building VARCHAR2(20) NOT NULL,
    city VARCHAR2(20) NOT NULL,
    no_of_buildings NUMBER NOT NULL);
    Now I make a SELECT * FROM buildings:
    building city no_of_buildings
    School Rome 20
    School Paris 30
    Cinema New York 15
    Theater London 10
    Theater Rome 7
    But I need the SELECT result in this form:
    Rome Paris New York London
    School 20 30 null null
    Cinema null null 15 null
    Theater 7 null null 10
    Is this possible?
    Thank you
    Werner

    Sorry,
    my request is not formatted well. I try again:
    Hallo,
    I have the folling problem:
    CREATE TABLE buildings (
         building          VARCHAR2(20) NOT NULL,
         city               VARCHAR2(20) NOT NULL,
         no_of_buildings     NUMBER NOT NULL);
    Now I make a SELECT * FROM buildings:
    building     city          no_of_buildings
    School      Rome                         20
    School      Paris                         30
    Cinema      New York                    15
    Theater      London                         10
    Theater      Rome                         7
    But I need the SELECT result in this form:
                   Rome     Paris     New York     London
    School          20          30          null          null
    Cinema          null     null     15               null
    Theater          7          null     null          10
    Is this possible?
    Thank you
    Werner

  • I need to shrink down my iPhoto Library

    I need to shrink down my iPhoto Library -
    I'm currently working with iPhoto 09' on my supervisor's iMac running Mac OS X 10.6.8 (Snow Leopard). He's in desparate attempt to try and free space on his hard drive. Through Finder iPhoto reads over 340+ GB in size, but through iPhoto itself it reads half that at around 125+ GB since I had last checked. I've been researching online forums and I'm aware of 'show package contents' and how iPhoto will double up due to modified images, etc. Also, through every forum people have explained to not alter the structure of iPhoto as more than likely it will corrupt my library and make it non-useable.
    To add more details of my situation, I've been using GoodSync to sync his iPhoto library to an external hard drive periodically which for the most part has been working. The last sync I had conducted was actually taking additional hard drive space which I had to stop it from continuing. Contacting GoodSync support confirmed with me that this recent job was a two way sync, in which even though I had originally had set up one way alas it is a two way sync so I assume GoodSync has added iPhoto. I checked their suggestions and nothing panned out, so now I have this huge collection that I need to become more manageable again. Before this recent incident I freed up 140 GB of space on his HDD but was taken up by GoodSync. I'm trying to free this space up once again.
    I looked into applications such as Duplicate Annihilator which didn't do much but about 800MB of space which I got rid of. I've read about rebuidling the library, defragmenting the library, possible hidden photos or files that are taking space but l guess I'm looking for a more clearer path on what to do.
    Any advice would greatly be appreciated.
    AM -

    1 - It is absolutely critical that you never make any changes to the structure or content of the iPhoto library - it is a SQLite database and any changes will create problems
    2 - I have no idea what Good Sync is or how it works  --  However note that the iPhoto library must always be on a volume formatted Mac OS extended (journaled) so if you are "syncing" it to a volume with a different format you probably have a problem library on that volume
    3 - I have no idea how their two way syncing workd but in general that will destroy your library since it will make changes to the content and/or the structure of the library and the SQLite database will not have any idea what has been done
    4 - you can not "slim down" the iPhoto library except possibly showing package contents and removing the iPhone catche - it can get large and can be safely removed
    5 - the solution is to the the iPhoto library off the computer to a preperly formatted external drive -
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • Narrow down search to a specific page?

    Hello,
    How can I narrow down a search to a specific page in a PDF document?
    For instance, I want to search only page 5.
    How can I do this?
    Is there any documentation that specifically tells you how to narrow down a search to a page number?
    Thanks
    Linda

    Actually, I need to find a particular page before I do a search on it.
    My problem is that I need to search a specific book mark in a large document, however, the particular name of the bookmark appears three times and I want to search all three of these bookmarks.
    Currently I am using the following to narrow my search to a specific bookmark:
    if (global.mainDoc.bookmarkRoot.children[i].name.indexOf("XYZ")!=-1) {
    // Do something
    Unfortunately there are three bookmarks with the same name of XYZ and my search only goes to the last bookmark named XYZ.
    I need to know how I can also search the other two bookmarks named XYZ.
    The three same named bookmarks appear one right after the other.  Since I am able to search the last of the same named bookmarks, I would like to then go to the previous page and search that page.  Similarly I would like to go to the previous page before that one and search it as well.
    I could obtain the number of the last bookmark named XYZ, subtract one from that page to obtain the previous page, and if there is a way to narrow a search to a page number I could search that page ,with the bookmark named XYZ, as well.
    Any help is greatly appreciated.
    Thanks
    Linda

  • Need help with db select

    As usual I have been stuck for a while on what is probably a very simple solution so perhaps someone can help me, thanks.
    I have a portfolio page to which I post a url to filter the portfolio type (0, 1 or 2) and display the results.
    It works ok except that I can't get the url right to show all records. I have tried things like
    /portfolio.php?websitetype=1&2
    and
    /portfolio.php?websitetype=*
    /portfolio.php?websitetype>0
    Perhaps I need to change my select?
    $query_portfolio = "SELECT * FROM portfoliodb WHERE portfoliodb.websitetype='". $_GET['websitetype'] ."'  AND portfoliodb.visible = 1 ORDER BY portfoliodb.portfolio_id DESC";

    bikeman01 wrote:
    Ok I've now got it working as suggested so that's a big improvement, thanks but it's not quite what I was after. What I want is for all records to be retrieved by default when there is no url suffix and not require ?websitetype=ALL
    That is not what your OP asked for!
    It works ok except that I can't get the url right to show all records. I have tried things like
    /portfolio.php?websitetype=1&2
    and
    /portfolio.php?websitetype=*
    /portfolio.php?websitetype>0
    // determine if the URL parameter for websitetype is set.
    if (isset($_GET['websitetype'])) {
                   // run a query to filter only selected types
                   // based off value of URL parameter
                        $query_portfolio = "SELECT *
                        FROM portfoliodb
                        WHERE portfoliodb.websitetype='". $_GET['websitetype'] ."'
                        AND portfoliodb.visible = 1
                        ORDER BY portfoliodb.portfolio_id DESC";
    // else if the URL parameter for websitetype is not set.
    } else {
                        //  run query to display ALL types
                        $query_portfolio = "SELECT *
                        FROM portfoliodb
                        ORDER BY portfoliodb.portfolio_id DESC";
    // end condition if the URL parameter for websitetype is set.

  • I keep the itunes encountered a problem and needs to shut down . it was working fine until after i updated to 10.5 can someone plz help

    i keep the itunes encountered a problem and needs to shut down . it was working fine until after i updated to 10.5 can someone plz help

    I did get a "server busy" message when I loaded quicktime, but I'm not sure if it is related or not since I've been seeing that over the last couple of days, I can't remember if it came before iTunes stopped working or not. That message reads "This action cannot be completed because the other program is busy. Choose 'switch to' to activate the busy program and correct the problem." My options then are to choose switch to or retry. When I press "switch to" my Start menu opens, and nothing appears to happen when I select retry.
    that's an odd sort of a message (or series of messages).
    hmmmmm. let's try an experiment aimed at working out if there's a program interfering with the QuickTime (which is in turn causing grief with your iTunes).
    try a selective startup using MSCONFIG, with just the itunes and QuickTime background processes enabled, as per the following document:
    Using MSCONFIG to troubleshoot conflicts in Windows
    does QT open without the strange message after the selective startup?
    does iTunes launch properly?

  • Firefox.exe has encountered a problem and needs to shut down

    1.After opening & using Firefox for about 5 minutes the message "firefox.exe has encountered a problem and needs to shut down" is displayed & Firefox is closed.
    2.Also,I selected the option to restore Firefox from the last session while closing, but Firefox always starts with a new page.I lost all the previous tabs

    I was having this problem few days ago,and I have fixed.Try this steps-If you have AVG antivirus so go on firefox>Tools>Add On and Disable AVG safe search and AVG tool bars too.Then restart computer.

  • I need a query that selects the amount of records for each day in a table.

    I need a query that selects the amount of records for each
    day in a table.
    Eg the result would be:
    date 1 14
    date 2 3
    etc
    Any ideas?

    sorted:
    SELECT count([commentID]),convert(varchar, dateAdded, 112)
    FROM COMMENTSgroup by convert(varchar, dateAdded,
    112)

  • Best way to handle a email subscription and narrow down the emails.

    We are using SCOM 2012 SP1 and have everything updated to UR5.
    We have 2 groups defined.   Machines with names starting with Corp- and Prod-.     We have a subscription to notify on errors with this group.   We get many different alerts that are not necessarily important with
    this subscription so we want to  narrow down the focus.
    We would like to use these two groups but only send out notifications when certain types of events happen like
    CPU utilization is too high or   logical disk space on C: drive is low (dont care as much about D: or E: etc).
    Is there a way to do this with criteria set to specific rules or monitors?
    Thanks Lance

    1) In the 'Subscription' Page there is a criteria "created by specific rules or monitors', use that.
    Get the rules/monitors that generate disk space and other alerts that you want and select them in the above mentioned criteria.
    2) to identify from email weather its for a CORP or PROD server, go to Channels tab and create two email notification channels one for each corp and prod. from the 'Format' page , just add "CORP:"  and "PROD:" in the beginning of the "E-mail subject:"
    option.
    Hope this helps.
    Thanks, S K Agrawal

  • Narrow movie selection on Apple TV

    I was just wondering, that why Apple TV has so narrow selection of movies? Can I somehow change my region to U.S.A's? I think its region is now Finland and that may be the problem of narrow movie selection.
    If some of you have somekind of solution for this, it saves my money for buying this almost useless but nice thing.
    Thanks.
    Chris

    The new one has no user accessible hard drive, you can only stream as a result. Thus only rentals and no purchase option.

Maybe you are looking for

  • 2006-007 security update breaks 8192-bit certificates: certtool X509Anchors

    Installing the 2006-007 security update has caused Keychain Access and certtool to be unable to use my 8192-bit certificates. This issue hit me severely as it has impacted my entire OS/X Server SSL configuration, including Open Directory and Server A

  • Update problem , getting iphone 4 out of recovery mode

    How can i get my iphone 4 to work after recent update when I get this message' itunes has detected an iphone in recovery mode . you must restore this iphone before it can be used with itunes.' i have a itunes logo and usb display on screen and nothin

  • Javascript in Master Detail Form

    I have a form which has an audit_date field in the master block. In the detail block there is a closed_during_audit field which is a radio button(2 choices either yes or no). Once the user selects yes in the radio button I want to populate the next f

  • In which case we need a class with all methods defined as abstract ?

    In which case we need : A class with all methods defined as abstract (or should we go for Interface always in this case)

  • Airport Extreme card switched off

    After upgrading from 10.4 to 10.5 my Macbook Pro Airport Extreme does not function at all, obviously because the Airport card is turned off. As far as I know, I haven´t done this on purpose. I have not been able to find out how to get it back to work