Order by desc or asc is not working with rownum

SQL> desc offer
Name                                      Null?    Type
OFFER_ID                                  NOT NULL NUMBER(14)
DOMAIN_ID                                          NUMBER(14)
OFFERDATE                                          TIMESTAMP(0)
CONTACTPERSON                                      VARCHAR2(36)
EMAIL                                              VARCHAR2(50)
TEL                                                VARCHAR2(23)
CATEGORY                                           NUMBER(2)
AMOUNT                                             NUMBER(5)
STATUS                                             NUMBER(2)
SQL> ed
Wrote file afiedt.buf
  1  select to_char(offerdate,'dd-Mon-yyyy'),
  2     offer_id,
  3     amount
  4  from
  5     offer
  6  where
  7     domain_id=1
  8     and amount is not null
  9* order by offerdate desc
SQL> /
TO_CHAR(OFF   OFFER_ID     AMOUNT
27-Apr-2010          4         55
26-Apr-2010          5         45
26-Apr-2010          3         50
26-Apr-2010          2         45
/*****These may be Ten thousand rows*****/When am adding rownum<2 order by asc or desc in my query then it is not working.
SQL> ed
Wrote file afiedt.buf
  1  select to_char(offerdate,'dd-Mon-yyyy'),
  2     offer_id,
  3     amount
  4  from
  5     offer
  6  where
  7     domain_id=1
  8     and amount is not null
  9  and
10     rownum<2
11* order by offerdate desc
SQL> /
TO_CHAR(OFF   OFFER_ID     AMOUNT
26-Apr-2010          5         45
SQL> ed
Wrote file afiedt.buf
  1  select to_char(offerdate,'dd-Mon-yyyy'),
  2     offer_id,
  3     amount
  4  from
  5     offer
  6  where
  7     domain_id=1
  8     and amount is not null
  9  and
10     rownum<2
11* order by offerdate asc
SQL> /
TO_CHAR(OFF   OFFER_ID     AMOUNT
26-Apr-2010          5         45I want to simply display one latest record from DB offerDate wise
Thanks in anticipation

Try this
select to_char(offerdate,'dd-Mon-yyyy'),
       offer_id,
       amount
    from(
    select to_char(offerdate,'dd-Mon-yyyy'),
       offer_id,
       amount
    from
       offer
    where
       domain_id=1
       and amount is not null
       order by offerdate asc)
where  rownum<2Edited by: user12984479 on Apr 27, 2010 4:34 AM

Similar Messages

  • Purchase Order Goods Receipt quantity tolerance setting not working.

    Team,
    We are using the IS-Oil solution, ECC 6.0 REL 605 SP LEVEL 009 .
    The issue that I have is as follows:
    Purchase Order Goods Receipt quantity tolerance setting not working, I had set up a 10% tolerance on QTY received in the GR process via the PIR and also the Purchase Value Key in the  material master and also changed the message to a warning in OMCQ for message number M0722.
    I  had performed a similar configuration and master data maintenance on a different NON IS-OIL client install and it worked fine.
    I believe it is the IS-OIL component in the Inventory update portion of the GR process that is causing the error.
    I have searched for OSS notes, however they mention that there is no solution.
    Setting the PO line item as Unlimited will not be best practice for the business and will not be used.
    Has anyone come across this issue? and how was it resolved, your help and guidance will be greatly appreciated.
    Thanks

    Hello,
    Please check the Tolerance levels in O588 
    Also you can use the BAdI OIB_QCI_ROUND_QTY: A new method, CHECK_TOLERANCE
    Best Regards,
    R.Brahmankar

  • It seem a bug in flash server " main.asc is not working well"

    i did download the latest version of flash media server , but it seam the /live/main.asc did not work at all ,
    i did create a main.asc in :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\
    to be :
    C:\Program Files\Adobe\Flash Media Server 3\applications\live\main.asc
    now i did add to main.acs this code :
    application.onConnect = function(client, name) {
         trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");
    as the help files said :
    The output of the trace() statements used by a main.asc file are sent to a log file, typically:
    RootInstall/logs/_defaultVHost_/yourApplicationName/yourInstanceName/application .xx.log
    Where yourInstanceName is _definst_ by default, and xx is the instance number, 00 for the most recent log file, 01
    for the previous instance, and so forth.
    You can view a log file with any text editor.
    i opened "Flash Media Live Encoder 3" and point the stream to "rtmp://localhost/live/stream" hist start , traming is start well,
    i went to the log to see if it true that FMS will write the trace !
    C:\Program Files\Adobe\Flash Media Server 3\logs\_defaultVHost_\live\stream\application.00.log
    where the "stream" is the the name of the "instance"
    i did not found any thing regarding the "trace("TRACE -- TRACE -- TRACE -- TRACE -- TRACE -- TRACE");"
    Please advice

    It seem no one in the world have this broblem !Please if you have a plan to help us (if).
    Do the following :
    ·        Download the latest version of flash media server , linux or windows never mind
    ·        Install flash media server , as usual with standard settings , in linux use Nobody user
    ·        Now the FMS is run and active .
    ·        Go to the application directory in the “C:\Program Files\Adobe\Flash Media Server 3\applications\live”
    ·        The content of this directory will be as the list below :
    main.far
    Application.xml
    allowedHTMLDomains.txt
    allowedSWFDomains.txt
    So there is NO main.asc file , create a new text file . rename it to be “main.asc”
    o  Open the main.asc code , it will be empty for sure .
    o  Put the following command :
    o  trace(‘--------------- Test The Log Out Put -------------’);
    ·        Now Open the “fms_adminConsole.htm” and Login as admin
    ·        Select View Applications Tap
    ·        Now , form “New Instance” select the “LIVE” and insert “test”
    ·        Click on the name of the Instance in the right window and click the restart application icone in the toolbar , and see the live log , there is no out put of the trace command:
    o  Found wildcard (*) entry: disabling authentication for HTML file domains
    o  Found wildcard (*) entry: disabling authentication for SWF file domains
    o  Unloaded application instance live/test
    ·        Any way , Now Open the “Adobe Flash Media Live Encoder 3”
    ·        Point the FMS to “rtmp://localhost/live/test”
    ·        Stream: test_str
    ·        Click on start
    ·        Go to “fms_adminConsole.htm”
    ·        Select View Applications Tap
    ·        Go to live loge window ,
    ·        There is nothing regarding the trace command that we set in the main.asc ate the 1st place, but we did restart the app! strange !!!!
    ·        We can see just “Accepted a connection from IP:127.0.0.1”
    ·        Is there any thing wrongs with the steps ! is it a bug or what ?
    ·        If trace command did not run so any command will not load .
         ·        Why is that ?

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

  • Do SD card readers not work with 10.3?

    I have an old G4 Power mac, and my kids have iMac G5s. We all run 10.3.9, and have SD card readers, and none of them work at all. Does Apple acknowledge that SD cards do not work with Macs, and/or was this fixed in 10.4? We are looking to replace our computers, and this is a deal breaker.

    Okay, I did a little more research, and here's what I have found.
    (Yes, I'm talking about a USB card reader.)
    On my ancient G4 Mac, the 2GB card never mounts. I can see it with Disk Utility, but Disk Utility usually offers to format it. When I do this, it attempts to format it as a 1GB card, and fails.
    However, I found an old 16MB card, and it mounts every time.
    My kids both have a reader and a 2GB card for their iMacs. They usually mount okay, but not always. Sometimes it takes a restart.
    The 2GB cards are all a funky off-brand, "Adata." The 16MB card is a Canon.
    Now I am wondering if it's the cheap cards, or the capacity of the cards. I remember reading at one time that some Macs don't want to see removable drives over 1GB. This may be the problem with my computer. I just ordered a 1GB PQI card, we'll see how that does when it arrives.
    My mac has both USB 1.1 and 2.0 slots. Same results on either bus.

  • Safari not working with Yosemite- incompatible with google search too

    Ever since I upgraded my macbook pro, Safari has been slow.  In the past 2 days, it's more than slow - it's impossible.  I am able to get to pages I have bookmarked or get to links in email documents - but every time I try to do a search using the search bar in Safari, it hangs.  Sometimes I get a list of possible websites (after a few minutes) but if I click on any of those, Safari just hangs there and won't go.  I even had to use Chrome in order to generate this question in the discussion groups. Does anyone have any suggestions other than using an alternate browser.   Is it possible that google and Safari on Yosemite are incompatible? I did try using the "Develop" menubar option and chose DuckDuckgo as the search tool and it worked a bit better.
    This is now the 2nd big issue I've had with Yosemite -- it totally would not work with my Adobe Photoshop Elements program -- I spent hours on the Adobe forums and discovered that 100s of others were also having issues.  It turned out to be a problem with Yosemite and the trackpad.  Adobe finally came up with a temporary plugin that allows Elements (and other Adobe programs) to run.
    Suggesions on Safari other than ditching it and using Chrome?

    Try a Safari reset.
    Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. Then try Safari/History/Show History and delete all history items.  Quit/reopen Safari and test. You can also try try Safari/Clear History and Web Site Data. The down side is it clears all cookies.Doing this may cause some sites to no longer recognize your computer as one that has visited the web site.

  • Ipod does not work with new usb

    i got my computer cleaned and a usb 2.0 pci card put in and now my ipod does not work with it, can anyone help

    tell me what you mean and i will tell. i ask the guy in the shop to remove any viruses and put my files in order and also put winzip on, ad-ware se peronal and windows defender. and to install a usb2.0 pci card, so that i can put music onto my ipod faster. is this enough for you

  • MBP CD2 DVI to VGA not working with projector

    I am having issues getting the MBP to recognize a DELL 2300 projector through a DVI to VGA apple cable.
    A few months ago there were posts about this, but no solutions. The problem seems to be with the 'INTEL' side of things, as the same projector with the same DVI to VGA apple cable works on an older G4 tower running 10.4.9. The projector also works on an old G4 iBook with it's version of a VGA adapter. To make things more confusing, a DVI to Video apple cable works with the DELL 2300 on my new MBP C2D-but produces a terrible quality picture. Mysteriously, my previous 1st generation MBP CD worked with the DELL 2300 via a DVI to VGA apple cable (but I'm not sure which OS was out at the time 10.4.8?)
    My new MBP CD2 definately recognizes the projector through the DVI to VGA adapter, but the projector doesn't recognize the video signal from the computer. It is DEFINATELY the MBP (or universal drivers), as I have checked the DVI to VGA dongle (works), have checked the projector (works with an ibook running 10.4.8 OSX with VGA dongle), have changed resolution settings before and after connecting, have restarted computer, have tested various orders of connecting the projector and cables. STINK! (I also have TWO DVI to VGA adapters, so it is not a bad adapter). I have also played with exchanging various plist files from older universal versions of 10.4.8 that worked with the projector-no help.
    As I stated, the projector will work (in horrible quality) with a DVI to Video dongle. Why it will not work with the DVI to VGA dongle is a mystery and annoying I would hope that a newer MBP CD2 would be plug and play (like my previous MBP CD and an old G4 tower and an old iBook G4...but no).
    Any ideas, any help, any answers?

    Here are the actors in our play today
    1. MacBookPro A. (my system a CD2 2.16 with OSX 10.4.9)
    2. MacBookPro B. (my friends system a CD2 2.16 with OSX 10.4.9)
    3. an iBook (my friends 1.07 GHz G4 with 10.4.8 and a VGA adapter)
    4. DELL 2300 MP projector
    Plugged in DVI to VGA adapter to the virgin MacBookPro B (never had the projector plugged into it before) Dell projector shows that it recognizes an analog RGB 800X600 signal from MBP B. It projects a beautiful desktop. All is well for a moment.
    In Display preferences we see for the MBP B
    Color LCD, Display: 800X600 stretched, Colors: Millions, Refresh Rate: N/A
    VGA Display
    Now, I unplug the DVI to VGA adapter and naturally MBP B readjusts to it's native resolution. Great.
    Now I immediately plug back in the DVI to VGA adapter. The computer and the projector searches for signal with none found, while the computer shows no attempt at an automatic readjustment as above (800X600 stretched).
    I try the 'detect display' option. It causes computer to stall for a second (as it searches) but it does not detect projector and does not readjust it's own resolution to 800X600 stretched as it did initially. F7 key does nothing.
    This is a problem!
    So, I shut down the projector. I unplug the projector's power source and waited 20 seconds. plugged it back in, started projector back up.
    I shut down/restarted the MBP B.
    I plug back in the DVI to VGA adapter into the MBP B. The MBP B screen flashes to all blue, but does not automatically change to 800X600 stretched (remains at native resolution and does not recognize an external monitor/projector)
    Enter the iBook!
    I plug the iBook's VGA adapter into the projector. The projector shows that it recognizes an analog RGB 1024X768 60Hz signal and projects desktop screen immediately. Plug and play!
    iBook display prefs reveal:
    Color LCD, 1024X768, colors: Millions, Refresh rate: N/A
    Color tab: Generic RGB Profile
    VGA display, 1024X768, colors: Millions,
    Now. I unplug adapter from iBook, iBook readjusts to native display
    plugged back in adapter to iBook, immediately recognizes and displays projected desktop.
    Scene 2: The FREAKY thing!
    Now, I immediately (after unplugging the adapter from the iBook) change adapters to the DVI to VGA adapter and plug the projector into the MacBookPro B, whallla! Back in business. (computer screen adjusted to 800X600, and projector recognized signal).
    Now, what about my computer? I unplug from MBP B and plug into MacBookPro A, and NOTHING...the computer doesn't automatically adjust to a new resolution, and the projector doesn't recognize any signal from the computer.
    Ahhhh Freak out! Now, I plugged adapter back into MacBookPro B, and now back to NOTHING. MBP B no longer recognizes projector or readjusts it's resolution. Was something somehow corrupted?
    Now, I plugged iBook VGA adapter back in, and iBook once again with it's awesome G4 technology (or dated video drivers or something) recognizes the projector in an instant and projects the screen.
    Now, logically I try again to immediately unplug the adapter from the iBook and switch adapters and plug back into MacBookPro B-it worked once right? But, sorry, NOT twice. The mystery deepens.
    Well, I think, maybe it is because I didn't restart MacBookPro B before attempting the switcharoo from iBook to MacBookPro.
    So, I plug back into iBook-projector. And the iBook works immediately again.
    I restart MacBookPro B and plug in to the freshly restarted MBP B...HOUSTON WE HAVE LIFT OFF! The MacBookPro B recognizes the projector and the projector kindly displays the desktop.
    Now what about MacBookPro A...Last time, when I did the switcharoo, it corrupted something to cause the MBP B not to work. Let's try it again. Will this plug-unplug-restart-switch adapters-immediatly plug in technique work...let's see. I restart MBP A, and plug DVI to VGA adapter in. Sorry. Same ol' no signals recognized. MacBookPro A not auto readjusting resolution, and does not list any projector in display prefs.
    Let's get crazy and immediately plug the adapter into the MacBookPro B...it works-oh so logical...NOT! Why wasn't it corrupted this time by MBP A? MacBookPro B readjusts its screen to 800X600 stretched and projector immediately recognizes and projects desktop.
    Now lets see if I can break it again as before. I unplug it from MacBookPro B and back into MacBook Pro B, knowing that this caused it to stop working previously. And...it still works-WHAT? I do it a third time. It still works on MacBookPro B.
    So,
    I plug it back into MacBookPro A...still nothing. Back to MacbookPro B works like a charm. This time it struggles a bit showing that initially it sees a signal from MacBookPro B of 1192X900 (i Think), then the MacBookPro B switches automatically to 800X600 and the projector works.
    Wait..I see something amiss! I see in my MBP A menu bar an icon for Labtick which MBP B does not have. I shut down Labtick, plug back in the DVI to VGA adapter and 'Boom' the projector is recognized.
    I unplug DVI to VGA adapter and plug back in to MBP A and 'Boom' the projector is recognized again...no it couldn't be!
    Well, it is possible it couldn't be because, I shut down the projector, unplug it's power source, plug it back in. I plug it back into the recently working MBP A with Labtick not running, and sorry folks, now the projector doesn't work again. The MBP A does not readjust it's resolution, nor recognize a projector and the projector doesn't recognize the MBP A.
    Let's try the projector in MBP B....same deal. Now it doesn't work. Same symptoms of MBP A.
    Back to the good ol' iBook. Of course it works.
    Now switching over directly to a restarted MBP B. -DOESN'T WORK (as it did using this technique previously)
    Now switching over to MBP A- DOESN'T WORK.
    As you can see, it is hard even with multiple computers to find a series of doing things that consistently makes the projector work.
    Any thoughts, ideas, ways to diagnose? Thanks!

  • My apple ID is not working with my apple store

    My apple ID is not working with my apple store

    I have the exact same problem as "Jan Olsen 1"
    I sent them feedback:
    "I was given a $25 iTunes gift card. 
    When trying to log on to my account, my password didn't work (though I entered the correct password THREE TIMES). 
    I requested help changing the password through an e-mail. Went through the process, changed the password.
    I successfully logged on to my account and entered the gift card information and was given a $25 credit.
    When I tried to buy mp3s, I was asked to enter my password - AGAIN. 
    I got one of the following messages each time I tried to enter my NEW password:
    'We could not complete your iTunes Store request. An unknown error occurred (5002).
    There was an error in the iTunes Store. Please try again later.'
    or
    'Verification is required.
    You must enter your AppleID and password, click Billing Info, and verify your payment information in order to make purchases.
    The Apple ID you entered couldn't be found or your password was incorrect. Please try again.'
    Don't know where to go from here."
    And then, just to log on to this forum, I had to enter my AppleID TWICE! Once, then again to verify my AppleID!
    Ridiculous! Frustrating!

  • My mac's keyboard is not working with my mac.the green light blinks and i cannot get onto my mac. everything on the support questions does not help because i cant go on the mac and i cant sign in

    my mac's keyboard is not working with my mac.the green light blinks and i cannot get onto my mac. everything on the support questions does not help because i cant go on the mac and i cant sign in

    If you can't sign in, then you can't troubleshoot and/or pair the keyboard until after that........ so, for that, you will need to borrow someone's USB wired keyboard in order to get signed in and to the Keyboard Bluetooth Preferences.

  • StarTech Adapter not working with Dell Inspiron 15, model 3521

    Side Note: I wrote a reply to a thread that was from 2013. I do apologize because the link was sent to me by my bf and I did not realize how old it was. Since my reply has to be approved I can't delete it.
    Current Issue: StarTech Adapter not working with Dell Inspiron 15 model 3521 
    I bought my Dell laptop last year and at first I did not realize that it had only one audio jack (combo, as the specifications manual says), I only noticed when I was trying to plug in my Ozone Rage ST headset.
    I searched online threads and found out that I needed an adapter and most people mentioned Headset Buddy. I couldn't find any adapters for sale in my country (or employees didn't really know what I was talking about) and since Headset Buddy is a bit expensive, I decided to try StarTech Headset adapter for headsets with separate headphone/microphone plugs - 3.5mm 4 position to 2x 3 position 3.5mm M/F www.amazon.com/.../ref=cm_cr_pr_product_top.
    It arrived today and let me tell you that I can't make it work. I can hear everything but I can't get the external mic to work or even be detected. I have always used my headset (mostly for gaming) and I prefer to use my external mic rather than the internal one. First I connected my headphone and mic jacks to the adapter and only after that did I connect it to the laptop combo jack. I also tried vice-versa. It didn't work, regardless of the order. I even tried with a different headset and it still didn't work. What else can I do?
    I have also found a thread on Dell forums saying that Headset Buddy doesn't even work on Dell Inspiron 15, model 3521. So since it doesn't work and I'm assuming StarTech doesn't, either, what am I to do/buy?! I am getting extremely frustrated and I'm very disappointed with Dell because the brand should have included with the laptop a proper working adapter for these situations and not make its customers buy an extra accessory to make whatever working gear they already had function. It just doesn't make sense to me! Either make the changes work properly or simply don't touch anything. I spent some of my savings on this laptop which, overall, is great but now I am being forced to spend more on an item to allow me to use my headset. I am running out of options here and even Dell can't seem to tell its customers with 100% certainty what really works for this specific model. 
    If I can't make the adapter work, I just hope I can return it, otherwise I'll end up with no refund and with a piece of equipment I have no other use for! 
    Any thoughts?

    Hi,
    Thanks for your reply.
    This is the first time I was forced to buy adapters such as these so I don't know if I'm doing something wrong or if there's anything else I can do to make it work. When I plug the adapter to my Dell, the laptop presents me with several options such as: headphones, headphone, speakers, skull candy headphones, etc (maybe some may have different names but since I see them in Portuguese, I'm not quite sure how they appear for someone who has the computer in English), I have picked different options and it still doesn't work, the only noticeable changes are sound quality related, I guess.

  • Apple 23 Cinema not working with nvidia 5200...help!!!

    Hey all!
    I have an Apple 23" Cinema that is not working with my Windows XP machine using an NVIDIA 5200 128meg graphics card. The montior, when booting Windows, just flashes its power light 3 times...goes off...then repeats the sequence.
    So, I tried a Dell 2007WFP with the XP machine using the DVI port of the card. When booting, it seems like it's going to fire up the monitor (shows splash screen and Windows logo) but then goes blank when it hits the desktop.
    Oddly enough, when I plug in my Apple 30" into the DVI port of the NVIDIA card, it works just great. No fuss or muss (other than a resolution change).
    The 23" also works fine with my MacPro BTW so I know the monitor is golden.
    Any takers on this one?
    Thanks in advance!

    Hi Talon, I just accidentally came across your thread. Maybe I can help. I own a 23-inch cinema HD display but mine is ADC and I have to run mine through an ADC to DVI adapter.
    Anyways on to the discussion...
    The nvidia 5200 is a rather old-ish card (or chipset). The feature set in these older cards are not necessarily symmetrically reciprocal (what?) throughout the feature set. In other words, the feature may work in one mode and not in the another mode...etc...
    You may have seen these specs on your 5200 card/chipset:
    +Dual RAMDACs (up to 400 MHz) for display resolutions up to and including 2048×1536 @ 85Hz+
    and thought this would be great, my resolution is less than that @ 1920x1200 on my 23-inch cinema display. However I believe this may be referring only to the vga output signal and not the DVI. Read on...
    Further down in the specs for the 5200 card/chipset you'll see:
    +DVI support for compatibility with nextgeneration flat panel displays with resolutions up to and including 1600×1200+
    Unfortunately, this is not enough resolution to power your 23-inch display at 1920x1200. Windows may even show the resolution 1920x1200 as available (if you're able to get to the screen) but what I think it's not telling you, it that in order for you to be able to use that resolution you'll need to switch to dual mode DVI, and the card does this automatically.
    For example: 640x800 to 1600x1200 uses single mode DVI and anything above that (like our 23-inch cinema HD monitors @ 1920x1200) +using this particular card/chipset+ will be using dual mode DVI whether the monitor can support that mode or not. From my experience with my HD cinema it uses single mode DVI.
    As someone said above your 23-inch is in *single mode DVI* and from my experience only accepts *single mode DVI input* from the graphics card.
    From my understanding of the specs and your description of the delimma, I would suppose that you are able to get the 30 inch display to work because the 30 inch is a *dual mode DVI monitor* and your graphics card does work in dual DVI mode up to your 30-inch resolution but ONLY in dual DVI mode.
    Here are the specs on it:
    http://www.nvidia.com/page/pg_20040109440047.html
    I hope this helps you out.
    If you were to ask my recommendation, I'd go buy a new video card that has higher resolution on the single mode DVI output. I can tell you that my ATI 2600 HD Pro (AGP) (windows version, not mac only) has two DVI ports that are both dual mode DVI capable but also dumb down to single mode DVI signaling at high enough resolution to support our 23-inch cinema HD single mode DVI displays.
    Good luck!
    Dibit

  • Photoshop CS5 not working with Lucida Grande Regular font

    On my iMac Intel Core 2 Duo 2.66 GHz, I am running OS 10.6.7.
    When using Photoshop CS5, if I try to use the font, Lucida Grande Regular, it causes an error.
    "Could not use the type tool because of a program error."
    When I try to open an existing file that has type layers that include the font Lucida Grande Regular, Photoshop will not open the file. I have several of these files that I want to use. I can open them on another Macintosh and everything works fine.
    First I get a message window that says, " Some text layers might need to be updated before they can be used for vector based output. Do you want to update these layers now?" I click on update and then get the following message. "Could not complete your request because of a program error."
    I have updated Photoshop CS5 to the latest version, 12.0.4.
    I have run the FontTest.jsx script and it shows an error for Lucida Grande Regular.
    (IOError: General Photoshop error occurred. This functionality may not be available in this version of Photoshop.
    - <no additional information available>)
    The other 100+ fonts on my machine did not create errors.
    Since Lucida Grande Regular is an essential font for Mac OS X, I re-installed OS 10.6 in order to have a new version of Lucida Grande Regular. After that re-install I am having the same problems with the font not working in Photoshop.
    It also does not work with Adobe InDesign CS5. The font does work in Microsoft Word.
    The program Font Book verifies Lucida Grande Regular.
    Other fonts including, Lucida Grande Bold, work fine in Photoshop and InDesign.
    What can I do to get Photoshop CS5 to work with Lucida Grande Regular?

    Wow, I'm so glad I found this thread. This problem has been dogging me for years, and it's so sporadic that I've been afraid of breathing the wrong way lest I somehow incur that diabolical Program Error dialog. I'd managed to reach a truce with Photoshop CS5, getting it into a barely working state, and avoiding all updates... until Lion came along today. Then I updated to CS5 12.0.4, and the Program Errors were back again.
    Now I see that the problem does seem to be related to the Lucida Grande font. If there's a layer with that font in it, not only can I not edit that text, but I can't marquee select anything, nor drag any shapes. Deleting caches and massaging fonts are completely ineffectual measures... but if I delete the Lucida layers entirely, we're back in business.
    At least so far.
    Funny to think that of all the innovations I'd like to see Photoshop adopt, the fixing of this one issue is the thing I'd like to see most. I'll be keeping my eye on this thread, and any updates by Mr. Cox.

  • External isight not working with Macbook Pro early 2008

    My external isight is not working with my Macbook Pro early 2008 (2.4 GHz, Intel Core 2 Duo, 6 GB RAM, OSX Lion). It goes warm when plugged into the firewire port but is not recognized in system prefs (lists as "unknown device" and also does not turn on (green light. I tried resetting PRAM and all the other stuff as suggested here but no luck. It used to work fine on a 1st generation Macbook and I remember that one of the first times I tried it with this machine here it turned on for a few secs (green light) but then it just simply stopped.
    Unfortunately, I have no other firewire device to check the port.
    Any ideas, dear community?

    Our (old) external Firewire iSights can be sensitive to dust, shock, vibration, humidity, and other environmental factors in storage.  (I store my spare in its original plastic shipping case with a new desiccant pack on a solid shelf - never in a desk drawer or other container that moves.) 
    You have tried several good things and may be finding that your old iSight needs work. 
    Here are the alternatives I can offer.  Consider any you have not tried in any order you like:
    (1) You can try Apple's suggestions from http://support.apple.com/kb/HT2090
    Test in more than one user account and with more than one Apple softwre application.
    (2) My expanded suggestions here: http://www.ralphjohns.co.uk/EZJim/EZJimpage4.html
    (3) Reset Firewire ports using the info from this old archived Apple article: http://web.archive.org/web/20090331211534/http://support.apple.com/kb/HT1317
    (4) If you have no local Apple Authorized service Provider who can help you, other service options are here: http://www.apple.com/support/isight/service/
    (5) Consider a new USB cam with current warranty such as one of these: http://www.mac-compatible-web-cam.com/
    Message was edited by: EZ Jim

  • Window 10 build 10041 does not work with Intel 82579V Gigabit Ethernet on ASUS motherboard

          
    I originally posted this question here:
    answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_update/window-10-build-10041-does-not-work-with-intel/6729892f-83aa-4822-b20a-ea84f4fd06c7
    and was asked to post it on this forum...
    I updated a computer I have which is a quad core i7 that I built and includes an ASUS motherboard with Intel 82579V Gigabit Ethernet built in. Windows 10 preview 9926 worked fine with this network adapter. Window 10 build 10041 does not, and I have tried
    it twice so far. I even went as far as buying a Thunderbolt-Gigabit Ethernet Adapter (Broadcom, sold by Apple)... and while it installed the driver automatically, it did not work either. Each time you try to view the properties of either of them, it locks
    up or give an error. In fact, doing much of anything with the Intel adapter icon assures you of not being able to do a clean reboot... have to kill power.  I have finally gone back the previous version 9926, which has its issues but no where near as bad
    as not having any network connectivity!  Does anyone have this issue and a workaround? 
    Note, there are two images on the windows 10 preview forum that I posted this question on. I could not post the full link as I was getting a message here that links and graphics are not allowed.

    Thanks Roger, I posted the following yesterday in the other thread (thinking it was this thread - confusing after they moved it here)... It may be that the new driver fixes the issue that 10041 has with it, but I have not tried that yet. If I do I will update
    this... Thanks!
    I have more information about this, which basically exonerates any issue with the Intel 82579V Gigabit Ethernet hardware or software. I have 3 computers with Windows 10 preview so I have multiple angles to see issues from. With this I have found a culprit
    (but I suspect not just the only culprit) in this above mentioned problem...
    10041 build combined with installing (or attempting to install) CISCO VPN Windows 7 64bit 5.0.07.0440-k9 client causes the issue mentioned above. I confirmed this on a completely different machine with a totally different Ethernet adapter. First machine
    is an ASUS motherboard in a tower system I built, with the Intel 82579V Gigabit Ethernet hardware built in. Second machine is a Gateway Laptop from 2008 which has a Marvell Yukon 88E8057 PCI-E Gigabit adapter built in. Build 10041 will work fine with my 2008
    laptop, including the MS VPN client (which I have tested). However, if you attempt to install or even uninstall the Cisco client you will have to do a recovery to a restore point (as I have done twice) in order to get your network working again. Installing
    or attempting to install (because it never even does install properly and times out), CISCO VPN client will render your entire network unusable. Going back to a restore point saved me and I am still running 10041 but I can't use CISCO VPN client any longer.
    I could with build 9926, including on all 3 machines. I now have 9926 on two machines and 10041 on only the 2008 laptop. 
    Hopefully this above information helps someone resolve the issue. I will also mention, even though my network is working on the 2008 laptop, I still can't go into the Control Panel\Network and Internet\Network Connections and right mouse click on the Marvell
    Yukon 88E8057 PCI-E Gigabit adapter icon. I get an error when clicking on Properties menu popup : "An unexpected error has occurred". So something is still up with my network adapter driver or windows software, but it could be a side effect of all
    that has happened with the Cisco software install attempts under 10041.
    Another note: CISCO Anyconnect also has the issue.

Maybe you are looking for

  • Need to call Web Services in a periodic manner from BizTalk at specific intervals? Does BizTalk have the Timer functionality to schedule?

    In BizTalk Send port, we have an option to enable service window but it works if we need to make a call with in a specific period. My requirement is, For instance to make a call at 9:00 AM, 11:00 AM, 02:00 PM, 04:00 PM like that. Is there a way to im

  • LE: Problem with Bounce quality?

    Hey guys, I've been using LE for a while, but I'm just now noticing that after I bounce my tracks they sound completely different from what was playing from the application. Almost like someone or something sucked the life out of them. I've tried mes

  • Authorization check in WDA

    Hello Gurus, I have two different types of users. Based on authorization check I should take them to respective view. Basically, I have 5 views, for type A users, I should take them from 1 thru 5 views. for type B users, I should them from 3 thru 5. 

  • Shortcut for /N/SAPAPO/SDP94

    Dear Techsperts, some sensible guys asked if there is a way I can create a short cut like "ZIDP" for loading interactive demand planning without having to type this long ugly name on command prompt or expand the menu Tried some gimmicks on SE93 but c

  • PCR isn't producing values -- it's being read and shows in the log

    Hi, I'm having problems with a PCR, it is being read (all of the lines show in the payroll log) Processing /102 401(k) Wages Rule   ESGPCR VaKey    Operation ZSUP      *            ADDWT&SUPC ZSUP      *            AMT=&SUPY ZSUP      *            AM