Problem with 4 displays since upgrading from 10.3.9 to 10.5.6

I was happily running 4 displays from my 2 graphics cards (9600XT and 9200) under 10.3.9. 3 x DVI (one of which is with the ACI adapter) and 1 running via VGA to a plasma TV. The 3 displays running from DVI were all "name" recognized and all resolution options were available.
I have now upgraded to 10.5.6 and suddenly two of the displays are recognized and I am only given a single, low resolution option on the other two - also on these two affected displays, display the Leopard background (the Universe pic) is mainly blue - almost like when you have a loose cable (but they are not).
The problem is not card specific i.e. it seem to effect one socket from each card.
I have tried swapping the displays between the cards and when I do the alternate display is then recognized so it can't be a problem with any of the displays either.
Any ideas? I need all 4 displays running in their respective resolutions (and without a blue screen) for Logic screenshots.

I was happily running 4 displays from my 2 graphics cards (9600XT and 9200) under 10.3.9. 3 x DVI (one of which is with the ACI adapter) and 1 running via VGA to a plasma TV. The 3 displays running from DVI were all "name" recognized and all resolution options were available.
I have now upgraded to 10.5.6 and suddenly two of the displays are recognized and I am only given a single, low resolution option on the other two - also on these two affected displays, display the Leopard background (the Universe pic) is mainly blue - almost like when you have a loose cable (but they are not).
The problem is not card specific i.e. it seem to effect one socket from each card.
I have tried swapping the displays between the cards and when I do the alternate display is then recognized so it can't be a problem with any of the displays either.
Any ideas? I need all 4 displays running in their respective resolutions (and without a blue screen) for Logic screenshots.

Similar Messages

  • Problem with FIELD SYMBOL upgrading from 46c to ECC6.0

    Hi people... i'm having big trouble making an upgrade from 4.6c to ECC6.0 with this portion of code of Z's programm.
    In the line
    ASSIGN (w_field) TO <fs_field>.
    i don't see any assigment, so <fs_field> remains empty, when enters into firts IF conditions it is TRUE, then go into second IF condition, it is FALSE, and finally assing
    <fs_field> = '/'.
    , at this point i have a DUMP telling me MOVE_TO_LIT_NOTALLOWED_NODATA
    I'm try any way of definition, assigment, but always i have a DUMP.
    Someone can give a hand with this issue!
    Thanks in advance!!!
    This is the full code from the FORM with the problem.
    *       FORM GRABA                                        *
    *  -->  VALUE(P_TABLE)                                  *
    FORM graba USING value(p_table) TYPE c.
      DATA:
        w_field(60),
        w_dd03l  TYPE dd03l.
      FIELD-SYMBOLS <fs_field>.
      CLEAR w_flag.
      CASE p_table.
        WHEN 'BGR00'.
          d_bgr00-group  = w_batin.
          d_bgr00-mandt  = sy-mandt.
          d_bgr00-usnam  = sy-uname.
          d_bgr00-xkeep  = 'X'.
          d_bgr00-nodata = '/'.
          d_bgr00-stype = 0.
          TRANSFER d_bgr00 TO w_fname.
        WHEN 'BBKPF'.
          LOOP AT gt_dd03l INTO w_dd03l WHERE tabname EQ p_table.
            CONCATENATE
                'd_'
                w_dd03l-tabname
                w_dd03l-fieldname
              INTO w_field.
            ASSIGN (w_field) TO <fs_field>.
            IF <fs_field> IS INITIAL OR <fs_field> EQ '/'.
              IF w_dd03l-fieldname EQ 'TBNAM'.
                <fs_field> = p_table.
              ELSE.
                <fs_field> = '/'.
              ENDIF.
            ELSE.
              w_flag = 'X'.
            ENDIF.
          ENDLOOP.
          TRANSFER d_bbkpf TO w_fname.
        WHEN 'BBSEG'.
          LOOP AT gt_dd03l INTO w_dd03l WHERE tabname EQ p_table.
            CONCATENATE
                'd_'
                w_dd03l-tabname
                w_dd03l-fieldname
              INTO w_field.
            ASSIGN (w_field) TO <fs_field>.
            IF <fs_field> IS INITIAL OR <fs_field> EQ '/'.
              IF w_dd03l-fieldname EQ 'TBNAM'.
                <fs_field> = p_table.
              ELSE.
                <fs_field> = '/'.
              ENDIF.
            ELSE.
              w_flag = 'X'.
            ENDIF.
          ENDLOOP.
          TRANSFER d_bbseg TO w_fname.
      ENDCASE.
    ENDFORM.
    Edited by: Matt on Dec 15, 2008 5:03 PM - Made subject more informative

    Gentlemen:
    The problem around this statement:
    ASSIGN (w_field) TO <fs_field>
    is explained as follows:
    1. In ABAP language, there are two ways for assigning a new value to a field-symbol.
    - Sentence: ASSIGN (values) TO <my_field_symbol>.
      In this case, the <my_field_symbol> receives from (w_field) the data type and value content of this variable. So, we keep that a FSymbol is assigned and, at the same time, receives an initial value.
    - Sentence: <my_field_symbol> = '/' or <my_field_symbol> = my_var.
      In this way, we only pass the content of the variable next to = sign. But before this, the field-symbol must had been assigned (using ASSIGN statement), in another case, the compiler raises an exception.
    Following the example of Federico... I think he tried to assign a field like this (please, supose the program imports the structure of a database table with a standard function, into a internal table which is looped by the work area w_field ):
    - If w_field contains 'BKPF-WERKS', so sentence ASSIGN will affect the field symbol, passing to this the data type and current content of table field BKPF-WERKS.
    - If w_field contains 'BKPF-.INCLUDE': *the column .INCLUDE obviously is not associated with a data type... so our statement ASSIGN... TO... never pass any data type or value to our field-symbol. So that, this field is never initialized properly, and when inmmediately you try to execute something like this: <my_field_symbol> = '/', the game (program) is over.. XD
    I hope this post was helpful for anyone...
    Best Regards!!
    RRG
    ABAPer(u) - EVOLution

  • Problems with cfscheduler since upgrading to CF10

    We are having major issues with the scheduler since upgrading to CF 10 (All the job are from CF 9 and had not issues)
    1. When I try to update a schedule task I get
         Unable to store Job : 'SERVERSCHEDULETASK#$%^DEFAULT.job_BASICDATA1_LOADER &#X28;PRPMS&#X29;', because one already exists with this identification.
    and the JOB disappears
    2. I have several jobs that create text files and when run from the scheduler the file is not creates BUT when run from the URL work fine. No errors from the scheduler or the job.
    Any help would be appreicated.
    Server Product
    ColdFusion
    Version
    10,0,11,285437
    Tomcat Version
    7.0.23.0
    Edition
    Standard 
    Serial Number
    1187-5009-9935-7814-8611-5578 
    Operating System
    Windows Server 2008 R2 

    I also have a sound issue with fast track pro and posted this on m-audio forum today to see what turns up...
    Periodically the sound through my FastTrack Pro crackles then dies. 
    I think this is more prevalent, albeit I don't understand why, when changing sound 'sources' e.g. if last use was via Ableton and next was from youtube, or visa versa - I can't replicate this at will, it seems to be random.
    I can resuscitate things things by going in to the driver settings and changing a setting e.g. the output channel, saving (Applying), then changing back and saving again.
    Model: iMac 27" (Mid 2011)
    OS: Mountain Lion 10.8 (12A269)
    CPU: 3.1 GHz Intel Core i5
    Memory: 8Gb 1333 MHz DDR3
    M-Audio Products: Fast Track Pro (software 1.8.1, firmware 1.00)
    Ableton Live 8.3.3 - 32bit

  • Problems with apps since upgrading to Mountain Lion

    Since upgrading to Mountain Lion, I get the message "Application Not Responding" for several apps (Quark 9, CS5 apps, and Word for Mac) after they've been sitting open and not being used for a couple of hours. I have to "Force Quit", then restart the program. Not sure what's going on. Didn't have this problem with Lion. Any suggestions on what I can do to fix this?

    OK, I updated Quark 9, CS5 apps & Word for Mac. Quark 9 and InDesign are still giving me "Application Not Responding" after being open and unused for a few hours. The other apps are now working fine...Photoshop, Illustrator, Adobe Bridge and Word for Mac. Any suggestions for what I should do about Quark and InDesign?

  • Problems with firefox since upgrading to latest software

    Since upgrading to the latest Firefox when I go to open my web page details from a usb key my index page appears as a blank page with a background colour, no text pictures, i cannot access any of my other pages. no toolbar including the refresh button, help

    I also have a sound issue with fast track pro and posted this on m-audio forum today to see what turns up...
    Periodically the sound through my FastTrack Pro crackles then dies. 
    I think this is more prevalent, albeit I don't understand why, when changing sound 'sources' e.g. if last use was via Ableton and next was from youtube, or visa versa - I can't replicate this at will, it seems to be random.
    I can resuscitate things things by going in to the driver settings and changing a setting e.g. the output channel, saving (Applying), then changing back and saving again.
    Model: iMac 27" (Mid 2011)
    OS: Mountain Lion 10.8 (12A269)
    CPU: 3.1 GHz Intel Core i5
    Memory: 8Gb 1333 MHz DDR3
    M-Audio Products: Fast Track Pro (software 1.8.1, firmware 1.00)
    Ableton Live 8.3.3 - 32bit

  • Problems with Safari since upgrading to Snow Leopard!!!  Help!!!

    I updated my OS to Snow Leopard a couple of weeks ago and have noticed a significant change in the way my Safari runs. I NEVER had problems with it prior to the upgrade. Lots of times it is unbearably slow in trying to open the page and more often than not it says "Safari Cannot Open The Page". This leads me to close Safari, wait a couple of seconds, and open it back up again, then repeat if it happens again! All of my other programs seem to be running fine, it's just Safari... and I did reset Safari and empty the cache. I would hate to have to lug my 24" iMac through the mall to the Apple store. ANY ADVICE?!?!?!?!?! Much appreciated...

    HI,
    Try Safari maintenance...
    Do this one more time anyway...
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Could be a 3rd party plugins causing the problem. Go to ~/Library/Internet Plugins. Move any 3rd party plugins to the Trash and restart your Mac.
    Also, if you are running Safari in 64 bit mode, run in 32-bit mode instead. Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. *Also, (in that same window) make sure Safari is NOT running in Rosetta.*
    Now restart your Mac.
    If nothing has helped, then post a crash log and we can get a better idea of what's happening...
    How to locate a crash log:
    1. Open Finder.
    2. Click "Go" in the menu, then select "Go to Folder".
    3. Copy and paste this path into the Finder dialog:
~/Library/Logs/CrashReporter/
    4. Click the Go button.
    5. Finder opens the folder containing the crash log. Look for a the crash file with a date field that looks like the most recent.
    Carolyn

  • Having problems with ebay since upgrading to 10.0.1

    can anyone help?, i upgraded from 3.6 to the latest 10.0.1 a wk ago, all seems fine except when it comes to ebay, i cannot send a message to anyone! and ebay bless them just said today that the problem lies with firefox?,
    hope someone can offer any help

    I picked a random game and looked at their forums and some people were having problems.
    One solution was to trash the preferences folder. However, that deleted any save points.
    As I don't have any of the games, take a look you your user/Library/Preferences folder for a folder for the game or for BigFishGames. If there is just a plist file, you can try moving that to the desktop and start the game. The plist will be recreated by the app. If that doesn't work, try moving the entire folder to the desktop and try again. If that does solve it, you can try moving items one-by-one into the newly created folder and see which one causes it to fail.

  • Time-out problems with RV320 (after upgrade from RV042)

    config:
    dual wan
    WAN1: 4G router (DHCP) - approx 25Mbit/ 8Mbit
    WAN2: PPOE (DSL) - 1 Mbit/ 0.2 Mbit
    worked with a RV042 before and upgraded to a RV320 now.
    all other things are unchanged.
    3 problems - 2 solved/ not critical - one still open:
    a) not critical:  DHCP Status does not include all devices (changing view - but all-time problem)
    I would suspect a software bug.... DHCP itself works perfectly/ IPs are assigned (just not shown in status)
    b) solved (at least for now):  internet connection featured time-outs; after many tries, disabling the SPI in the firewall helped
    btw: this only happend for the WAN1 - WAN2 worked  (or is that slow that the additonal wait time did not matter ;-)
    c) very annoying: exchange connection (from Outlook client to external exchange) still has time-outs (mostly the whole mail client hangs/ ends to be restarted).
    As soon as I disable WAN1, it works!  But it´s not the LTE WAN itself - switching back to the RV042 does not show the same symptom.
    I tried: include IP into local DNS (in general I work with google DNS servers - but changing that does not help either), opening all traffic for teh realevant IPs and disabling the firewall completely.  no positive results....
    thanks for any hints....

    I agree with you on a, probably a bug of some sort.
    b is an issue I've seen before, and even on similar bandwidth (25/5) on my rv016.  What was able to figure out is that the carrier (ISP) is sending about 4k/sec of ICMP packets to the router, which in turn makes the router think it's under attack so it drops the connection.  As you can tell, disabling the SPI helps.  For me, putting another router in front of my rv016 (on 2 of 3 wans) was my only 'permanent' solution.
    c sounds like there's a protocol binding/static route in the rv042 that you need to add to the rv320.  I'd check that first.
    Huntsville's Premiere Car and Bike e-magazine: www.huntsvillecarscene.com

  • Problem with iTunes since upgrade. Won't sync properly. Please Help!

    Ever since I have updated iTunes to 7.1, when I try to add songs onto my iPod, I get a message reading: The iPod "Sheri's iPod" cannot be synced. The required file cannot be found.
    My sister just bought the 8gig and out of 1600 songs, it accepted 2 songs. Please help!

    Excuse the length of this but I felt detail was essential to hunting this down.
    I must add my voice to this thread - seems one of several hundred that remains unanswered and I am fed up with dealing with this. If anyone has a thought I would welcome it. The search engine has no useful results to offer that I have been able to find.
    Have a 20GB 4th Gen. iPod. Approximately 4100 songs - 18.2 GB in Library. Consistently after restoring with latest download as of this writing Apr.2 2007 experiencing again what I have been struggling with for weeks with this; As of today after a complete low level formatting of the hard drive - fresh reinstallation of Windows XP and all apps from scratch! 14 hrs of work dear apple folk, Having run a Complete virus check with Kaspersky IS 6.0 (trial), eTrust IS (Trial), and Norton IS 2007, Spy sweeper, Hitman Pro 2, Root kit revealer and a few others I am relatively convinced that there are no mal-spy wares on the system or iPod.
    My iTunes library is on another physical drive. I have had no issues syncing from this drive when this did work.
    Tried to reinstall the original iPod/iTunes software as per the disk shipped with the iPod # 2Z691-5715-A it failed at 99% to load due to an MSI error. - This confounded me.
    Tried sync again using the most recent version of iTunes/QT and as previously posted by others without reply and experienced many times, repeat-many times over, have had the sync stall at no consistent point though roughly anywhere from 700 -1700 songs reportedly having been transferred only to stall. The iPod transfers only play lists no songs are transferred or listed though upon reboot and reattachment it shows data other than audio present but is obviously corrupted and the chkdsk message appears. Chkdsk finds no physical errors and I'm back to the restore loop. The iPod is restorable under Windows most of the time. Sometimes it is unable to do so. I have the luxury of a MacG4 Powerbook but my HD can't store those songs as it is for work use only but iTunes reformats it as a windows iPod or sometimes I have gone to restore it to Mac and then re-restore it to Windows format again on the PC. This I think eliminates the possibility that it is an issue with the USB connector or fire wire cables. I should be clear all sync is done via USB on the PC.
    I have tried this on both the separate USB card installed on the system as well as through the USB ports available on the motherboard. Problem remains consistent.
    I have experienced occasionally but for the most part infrequently, a report from my Konica/Minolta 2400W Colour Laser printer monitor - connected by USB on the Motherboard USB port, a sudden loss of communication with the printer preceding the iTunes sync stall. I have yet to try with the printer turned off and the monitor software removed but will report results in a further post - though this has never been a problem in the past.
    Stall means that iTunes shows the sync in progress but no advancement from the song it is stuck on for hours. Task manager reports that the CPU is engaged at nearly fully utilization varying from 88 -99% of available resources. From iTunes an attempt to eject the iPod stalls with the eject button in pushed down state and hangs - the only way to proceed is to physically disconnect the iPod and close iTunes from the task manager. I have tried reducing the priority level of iTunes and the iPodhelper to see if I could buy time to eject the iPod without corruption but to no avail. Consistently, iPodhelper service and itunes.exe remains open even though the window closes. Of note those services remain running despite efforts to shut them down through task manager. This lead me initially to believe that the software was hijacked by a virus root kit or other malware but I have been unable to find any evidence to support that notion.
    Further - i tried after restoring the iPod for the umpteenth time to try another software Media monkey. It too experienced the same bloody problem stalling out through the sync at 300 songs or so and same result with task manager unable to close process despite window being closed.
    My conclusions:
    Problem exists with iTunes software or some yet undeterminable windows process;
    a) USB communications seems fine as am able to restore iPod through connector. Windows XP Pro detects iPod as a drive in explorer.
    b) Song Database is fine and iTunes will play everything on hard drive(s) and in library.
    c) iPod is okay - able to sync and list a few sample songs off MAcG4 Powerbook when formatted Mac or PC.
    d) The R's all work - iPod reports no diagnostic issues
    e) No viral, spy ware, root kit or malware detected after comprehensive scanning.
    So what next???? I am completely at a loss... and missing my music..

  • Problems with displaying read data from a .lvm file

    Hi all.
    I aquire data with the PCMCIA card 6036E. I aquire online in Labview 7 and store the data in a .lvm file. When i try to display the same data i aquired before with the "read .lvm file" express vi, the waveform chart redraws itself after an undefined time, sometimes it redraws faster and sometimes it takes longer. WHY? i have only one header per aquisition and if i restart the aquisition a new file is written! I tried almost everything. Is this a bug from labview 7?
    I really appreciate your help.
    best regards,
    Bernd

    Hi Khalid,
    Here is a simplified version of my VI and also 2 .lvm files from the logged data. Sorry for the size, but I aquire with a sample rate of 20 kS/s and my main frequency is only 0.3 Hz. In the 6MB file I aquired a little more than 3 periods. When you run the VI with this file at the beginning it redraws very often and very fast, then after some time it draws about 1 period and then it redraws again and so on. I want that the hole data from this file is displayed at once. The 900kB file is aquired with 10kS/s and about 1.5 periods. This is the last size the displaying is working with. You think it is possible that the VI only works until 1MB? But my data usually is much bigger than that. I hope you can use the data because it is
    zipped, but otherwise it wouldnt be possible to post it.
    Thank you very much for your help, I really appreciate it!
    Best regards,
    Bernd
    Attachments:
    simplified_VI_for_offline_data_display.vi ‏79 KB
    2004-07-01_Messung9.zip ‏191 KB
    2004-07-01_Messung4.zip ‏680 KB

  • Problem with enius since upgrading itunes

    Recently upgraded to itunes 9.1.0.79. Also upgarde iphone 3.1.3 Since then genius will not work with app store, the message comes up with "you do not currently have any recommendations" This previously worked. Any ideas gratefully accepted

    I had to close Tweetdeck/Google Chrome/Sibelius for it to work. I had used imovie recently until I received that message, closed those programs and now it works fine. It was a weird fix, but it's fixed now and imovie '09 works well. One of the other programs must have been using the graphics card in a way that interfered with imovie.

  • Constant problems with Java since upgrade to OS X 10.7

    I recently purchased a Macbook Air with OS X 10.7 installed, now updated to version 10.7.5.
    I'm having constant issues with Java and repeatedly being told to update to the latest version, even when I have the latest version installed (now Java 7 update 9). I've visited dozens of forums and seen posts about the same issue, but none of the solutions work for me.
    I've seen variations of the following advice in several places:
    Apple disables the Java plug-in and Webstart applications when the Java update is done using Software Update. Also, if the Java plug-in detects that no applets have been run for an extended period of time it will again disable the Java plug-in.
    To enable the Java plug-in
    Go to Finder > Applications > Utilities > Java Preferences.
    In the Java Preferences window check the box for Enable Applet plug-in and Webstart applications.
    But I can't find anything called "Java Preferences" in my Utilities folder. I found a Java control panel in my System preferences, and it tells me everything is OK and running.
    I also see comments about emptying the cache (Java cache?), but can't find where it's kept. I also can't find where the Java plugins are stored. So what to do?
    Thanks for any assistance.
    Martha

    I went to the link on the Support website, downloaded the Java from there (Java for OS X 2012-006) and installed it. Then I went to the Java control panel in System prefs and the information is exactly the same as it was before I installed Java version 6. It still says I have the recommended version of Java (Java 7 update 9), which is what I installed a few hours ago.
    Then I went back to the website where I've been having problems today and went through the process of requesting a document from the Spanish tax authorities, which I've never had trouble with in the past (before Lion). I got the same results as earlier and the same page sending me to www.java.com to "download the latest version". So I'm back to square one.
    There's a comment on the page your link sent me to that mentions the "Missing plug-in" region on some web pages, but I've never seen this anywhere. All I ever get is a message telling me to update my Java.
    Is there another version of Java that would work better? If so, where can I get it?
    Thanks.

  • Problem with CM after upgrading from 4.0.19 - 4.1.1

    I upgraded my Edge-WAE and Core-WAE from 4.0.19 to 4.1.1 and it was successful
    However, after upgrading the CM, I got the message "service temporarily unavailable" when access the web page.
    The console showed: "Stopping the service 'cms_cdm' because it is restarting too often."
    When I quried the CMS service, I got:
    CMS services information :
    Service cms_httpd is running
    Service cms_cdm is not running
    What may be the problem?

    I had the same problem and opened a TAC case. It seems that others are reporting the same trouble when using the CM GUI to upgrade the CM. For some reason it doesn't back up the database correctly and it gets corrupted, causing the cms_cdm to crash and then shut down.
    I was told to roll back to 4.0.19, de-register all the non-CM devices using a forced de-register, then from the CM CLI, ftp the new 4.1.1 image over, reload, and re-register all the devices.
    Luckily my setup was in the lab and not production. There may be a better/another way to do it, but that's the way I got it done.

  • Problems with email since upgrading to Lion os

    Hi, I recently upgraded my iMac and macbook pro to Lion os and email has changed on my iMac but not macbook pro, also if i put in the details i have for my email account its not working on my iMac with the upgraded email but it is working on my macbook pro and also iphone 4s, anyone help??

    There are many new features in Lion Mail, not all of them good as you've probably found.
    Since you are able to get mail on your MBP, but not your iMac, probably safe to rule out any server-side error.
    For your iMac, may I suggest that you set up a new user account, add in your email credentials and see what happens.  If you are successful, that would indicate that something is wrong with your main user email setting or preferences.
    If your new user email works, then you may consider deleting your old accounts, re-start, and then re-enter the info into Mail.
    If that sitll doesn't do the trick, you can navigate to the /~user/library folder, find the Mail folder, delete it, then go to the Preferences folder, find the com.appe.mail. plist and the com.apple.mail.plist.lockfile, delete both of them, empty the trash, re-start, and re-enter your email info again.  These steps WILL delete all of your old email. You have been warned.

  • Is anyone having problems with Safari since upgrading to Lion?

    I've got 2 problems.
    1. Gmail gadget in iGoogle is blank
    2. On a lot of pages, some of the text appears as a lot of A's in square boxes
    Neither of these problems appear in Firefox 5.0.1
    Anyone having the same problems?
    I've tried running Disk Utility Repair Permissions
    Cheers
    Nick

    Hi Thomas - listen, I want to tell you that we aren't necessarily all in the same boat...what I mean is that this problem almost ruined my business and I spent a long time reading the dozen or so threads in this board, and tried solutions people suggested in each one. I had two separate problems...the first was like yours, and it was indeed solved by the time machine save setting mentioned above. The other was that I couldn't get an object selected with a click of the mouse every tenth time or so...I had to click onto a different slide and then come back to mine. I started turning off every single piece of hardware and software one by one, in search of a conflict. It turns out that my Apple Magic Mouse was the problem. I switched it to a plain MS wireless mouse and problem solved. *****, but it let's me continue. My point is that too many people are using Keynote just fine for any of us to throw in the towel and say it's universally and irreversibly broken. There are different bugs in play, but you have to go on the assumption that there's a way out if you can spot what's not quite right. Sorry I don't have your specific solution, but this mindset is what saved me from jumping ship to PPT.

Maybe you are looking for

  • Need help in this sql query to use Case Statement

    hi All, I have the below query - SELECT DISTINCT OFFC.PROV_ID ,OFFC.WK_DAY ,CASE WHEN OFFC.WK_DAY ='MONDAY' THEN 1 WHEN OFFC.WK_DAY ='TUESDAY' THEN 2 WHEN OFFC.WK_DAY ='WEDNESDAY' THEN 3 WHEN OFFC.WK_DAY ='THURSDAY' THEN 4 WHEN OFFC.WK_DAY ='FRIDAY'

  • File to IDoc ( sequential processing )

    Hi All,    I need a clarification for one of  my scenario.. The scenario is about PO create, PO change and PO del. We receive a flat file with all the above mentioned in the same file in any order.. But we need to ensure that we <b>post and process a

  • Read XML function for Microprocessor SDK

    From reading the LabVIEW Microprocessor SDK known issues list (http://digital.ni.com/public.nsf/allkb/B5E8F0B663417AB8862574600058459E) it seems that any File I/O functions (and therefore "read xml") are unsupported for targets other than Windows/Uni

  • Refer jsf from another website

    Hey there, i see no solution in a problem of mine. howto deal with a url like http://server/app/details.jsf?id=7645623 i need to display details of products, refered from some foreign webapps. how can i pass my parameter through jsf? in struts i have

  • Formatting my ipod from windows to Mac

    A week ago I purchased an IMac and would like to know how to format my Ipod from windows to Mac?