OATS CPU does not support the SSE2 instruction set required to run JRockit

Hello,
I am trying to get the OATS agents to work on some injector machines, however, when I try to start them I get the following error:
"[ERROR] Your CPU does not support the SSE2 instruction set required to run JRockit.
Could not create the Java Virtual Machine."
Is there a way to configure OATs to use the Sun JDK instead? I have the Sun JDK in my path and JAVA_HOME set accordingly, however that doesn't seem to make a difference. Alternatively, is there a workaround to this problem?
Thanks,
Michael.

Hi Tab,
In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
If you have any feedback on our support, please click
here.
Regards,
Elvis Long
TechNet Community Support

Similar Messages

  • 010SM: ...does not support the initial proposed set of capabilities...

              While I was testing a data extraction servlet that takes a sql statement from an HTML form document, I got the following errors in the jdbc log. I don't understand what the jdbc log entry is telling me.
              Here's my configuration:
              jdbc 20 connection with jConnect 5.2 driver
              Weblogic Server 5.1
              Perhaps you can help me.
              regards,
              Jackle
              SQLWarning: reason(010SM: This database does not support the initial proposed set of capabilities, retrying.) SQLState(010SM)
              SQLWarning: reason(010SM: This database does not support the initial proposed set of capabilities, retrying.) SQLstate(010SM) vendor code(0)
              java.sql.SQLException: JZ006: Caught IOException: java.io.IOException: JZ0EM: End of data.
              at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:426)
              at com.sybase.jdbc2.tds.Tds.handleIOE(Tds.java:2794)
              at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java, Compiled Code)
              at com.sybase.jdbc2.tds.Tds.logout(Tds.java, Compiled Code)
              at com.sybase.jdbc2.tds.Tds.login(Tds.java:359)
              at com.sybase.jdbc2.jdbc.SybConnection.tryLogin(SybConnection.java, Compiled Code)
              at com.sybase.jdbc2.jdbc.SybConnection.regularConnect(SybConnection.java:190)
              at com.sybase.jdbc2.jdbc.SybConnection.<init>(SybConnection.java:169)
              at com.sybase.jdbc2.jdbc.SybConnection.<init>(SybConnection.java:122)
              at com.sybase.jdbc2.jdbc.SybDriver.connect(SybDriver.java:175)
              at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:149)
              at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:109)
              at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java, Compiled Code)
              at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java, Compiled Code)
              at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:330)
              at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java, Compiled Code)
              at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
              at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
              at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java, Compiled Code)
              at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
              SQLException: SQLState(JZ006)
              registerDriver: driver[className=weblogic.jdbc20.jts.Driver,weblogic.jdbc20.jts.Driver@78bf9ff2]
              registerDriver: driver[className=weblogic.jdbc20.pool.Driver,weblogic.jdbc20.pool.Driver@64b39ff2]
              

    Reduce the complexity of the SQL statement until you do not receive the
              error. Add back the functionality until it breaks. At that point, you can
              see what feature that the driver/database does not support.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Jackle" <[email protected]> wrote in message
              news:[email protected]...
              >
              >
              > While I was testing a data extraction servlet that takes a sql statement
              from an HTML form document, I got the following errors in the jdbc log. I
              don't understand what the jdbc log entry is telling me.
              >
              > Here's my configuration:
              >
              > jdbc 20 connection with jConnect 5.2 driver
              > Weblogic Server 5.1
              >
              >
              > Perhaps you can help me.
              >
              > regards,
              >
              > Jackle
              >
              >
              > SQLWarning: reason(010SM: This database does not support the initial
              proposed set of capabilities, retrying.) SQLState(010SM)
              > SQLWarning: reason(010SM: This database does not support the initial
              proposed set of capabilities, retrying.) SQLstate(010SM) vendor code(0)
              > java.sql.SQLException: JZ006: Caught IOException: java.io.IOException:
              JZ0EM: End of data.
              > at com.sybase.jdbc2.jdbc.ErrorMessage.raiseError(ErrorMessage.java:426)
              > at com.sybase.jdbc2.tds.Tds.handleIOE(Tds.java:2794)
              > at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java, Compiled Code)
              > at com.sybase.jdbc2.tds.Tds.logout(Tds.java, Compiled Code)
              > at com.sybase.jdbc2.tds.Tds.login(Tds.java:359)
              > at com.sybase.jdbc2.jdbc.SybConnection.tryLogin(SybConnection.java,
              Compiled Code)
              > at
              com.sybase.jdbc2.jdbc.SybConnection.regularConnect(SybConnection.java:190)
              > at com.sybase.jdbc2.jdbc.SybConnection.<init>(SybConnection.java:169)
              > at com.sybase.jdbc2.jdbc.SybConnection.<init>(SybConnection.java:122)
              > at com.sybase.jdbc2.jdbc.SybDriver.connect(SybDriver.java:175)
              > at
              weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connection
              EnvFactory.java:149)
              > at
              weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connection
              EnvFactory.java:109)
              > at
              weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.j
              ava, Compiled Code)
              > at
              weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java,
              Compiled Code)
              > at
              weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:330
              > at weblogic.jdbc.common.internal.JdbcInfo.initPools(JdbcInfo.java,
              Compiled Code)
              > at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
              > at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
              > at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java, Compiled
              Code)
              > at
              weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java:62)
              > SQLException: SQLState(JZ006)
              > registerDriver:
              driver[className=weblogic.jdbc20.jts.Driver,weblogic.jdbc20.jts.Driver@78bf9
              ff2]
              > registerDriver:
              driver[className=weblogic.jdbc20.pool.Driver,weblogic.jdbc20.pool.Driver@64b
              39ff2]
              >
              >
              

  • Cat0-3750 upgrade. Error: system number 1 does not support the same feature

    I am trying to upgrade or rather downgrade from ipadvservices (inadvertently upgraded to) to ipservices on a stack of Cat-3750s, but I get the following error message:
    Ios Image File Size: 0x00877A00
    Total Image File Size: 0x00B04200
    Minimum Dram required: 0x08000000
    Image Suffix: ipservicesk9-122-37.SE1
    Image Directory: c3750-ipservicesk9-mz.122-37.SE1
    Image Name: c3750-ipservicesk9-mz.122-37.SE1.bin
    Image Feature: IP|LAYER_3|PLUS|SSH|3DES|MIN_DRAM_MEG=128
    Error: The image in the archive which would be used to upgrade
    Error: system number 1 does not support the same feature set.
    Any ideas?
    Chris

    I was having the same issue even with entering the following:
    archive download-sw /overwrite /allow-feature-upgrade tftp://172.18.108.26/c3kx-sm10g-tar.150-2.SE7.tar
    I noticed the image which was running on the switch was correct without the ".bin" at the end:
    3560#sh ver | i image
    System image file is "flash:c3560e-universalk9-mz.150-2.SE7"
    I uploaded a fresh IOS image from CCO and made sure the image name had ".bin" at the end. Seems trivial except the error is produced through a sanity check. See below (please excuse the extra unplugging in the output):
    3560#sh ver | i image
    System image file is "flash:c3560e-universalk9-mz.150-2.SE7.bin"
    3560#$de tftp://172.18.108.26/c3kx-sm10g-tar.150-2.SE7.tar
    Loading c3kx-sm10g-tar.150-2.SE7.tar from 172.18.108.26 (via Vlan1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                             !!!!!!!!!
    Mar 30 01:33:35.480: %USBFLASH-5-CHANGE: usbflash0 has been removed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Mar 30 01:34:15.636: %PLATFORM_ENV-1-FRU_PS_ACCESS: FRU Power Supply is not responding!!!!!!!!!!!
    [OK - 24893440 bytes]
    Loading c3kx-sm10g-tar.150-2.SE7.tar from 172.18.108.26 (via Vlan1): !!!
    Mar 30 01:34:35.593: %PLATFORM_ENV-6-FRU_PS_OIR: FRU Power Supply 2 removed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!                             !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    examining image...
    extracting info (100 bytes)
    extracting c3kx-sm10g-mz.150-2.SE7/info (499 bytes)
    extracting info (100 bytes)
    System Type:             0x00010002
      Ios Image File Size:   0x017BDA00
      Total Image File Size: 0x017BDA00
      Minimum Dram required: 0x08000000
      Image Suffix:          sm10g-150-2.SE7
      Image Directory:       c3kx-sm10g-mz.150-2.SE7
      Image Name:            c3kx-sm10g-mz.150-2.SE7.bin
      Image Feature:         IP|LAYER_3|MIN_DRAM_MEG=128
      FRU Module Version:    03.00.78
    Updating FRU Module on switch 1...
    Updating FRU FPGA image...
    FPGA image update complete.
    All software images installed.
    Worked for me, hope this helps.

  • The Organizer does not support the color space in the file

    I just purchased and installed PSE 8 as an upgrade to PSE 6.  My catalog correctly shows all of my existing images.  However, when I try to import photos into the Organizer, I get a message that nothing was imported.  The reason given is that "The Organizer does not support the color space in the file."  This happens with photos taken on my iPhone as well as those from my Canon PowerShot A1100 IS.  Any suggestions?
    Here is my system information:
    Elements Organizer 8.0.0.0
    Core Version: 8.0 (20090905.r.605812)
    Language Version: 8.0 (20090905.r.605812)
    Current Catalog:
    Catalog Name: My Catalog
    Catalog Location: C:/Documents and Settings/All Users/Application Data/Adobe/Elements Organizer/Catalogs/My Catalog
    Catalog Size: 83.9MB
    Catalog Cache Size: 459.8MB
    System:
    Operating System Name: XP
    Operating System Version: 5.1 Service Pack 3
    System Architecture: AMD CPU Family:15 Model:11 Stepping:1 with MMX, SSE Integer, SSE FP
    Built-in Memory: 2GB
    Free Memory: 829MB
    Important Drivers / Plug-ins / Libraries:
    Microsoft DirectX Version: 9.0
    Apple QuickTime Version: 7.65
    Adobe Reader Version: 9.2
    Adobe Acrobat Version: Not installed
    CD and DVD drives:
    J: (SONY DVD BUS: 3 ID: 3 Firmware: RW)

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Apple TV 3 does not support the Microsoft Wedge Mobile Bluetooth Keyboard

    Apple TV (3. Generation) still (17.02.2013) does not support the Microsoft Wedge Mobiloe Keyboard. I bought it especially for use with Apple TV but it doesn't work. Apple TV finds the keyboard with the exact name but can not connect. No 4 digit code appears that you can type in to your keyboard to compelete the connecting process and after a few seconds "connections fails" appears.
    Now i dont't know if i should send it back to amazon to get back my money or keep it and wait until it maybe will work some day... I red from articles from beginning of january 2013 that a new Version of Apple TV is in the Pipeline (3.2) and that it has an other bluetooth chip. The same as in the iphone 5 that works with the MS wedge keyboard. So i really don't know if i should wait for the next few updates of my Apple TV or wait for a new Apple TV hardware- Update... Telephone calls with apple and microsoft doesn't brought useful results. Restore function of Apple TV doesn't work.
    I hate that Apple always brew their own soup... Bluetooth is know for an easy connection to ALL devices but Apple TV supports only a hand full of keyboards. **** S**t!!!!!!!!!!!! -.-

    Hi
    This is the solution from Microsoft website. Work fine (don´t forget press and hold Fn key!!):
    Connecting the Wedge Mobile Keyboard to a tablet PC
    By default, the Bluetooth Wedge Mobile Keyboard pairs with most tablet PCs through secure simple pairing (SSP) with a passkey. Some tablets, however, may not support SSP well with a passkey.
    In order to successfully pair your Wedge Mobile Keyboard to such a tablet, use the following alternative pairing mode.
    Pair your keyboard through SSP without a passkey
    Press and hold the Fn key at the same time as you press and hold the Connect button located under the keyboard. After 3 to 5 seconds, a small light on the top of the keyboard will blink green and red alternately. This means that your keyboard is discoverable to your tablet within 6 minutes.
    On your tablet PC, from the Start menu, select Control Panel, and in Category view, locate Hardware and Sound.
    Select Add a device.
    When the keyboard is listed, select it, and follow the instructions to successfully pair your Wedge Keyboard with your tablet.
    Note
    If you want to pair your keyboard with a tablet or other computer that supports SSP with a passkey, press and hold the Connect button only.

  • Error : Your CPU does not support long mode. Use a 32bit distribution

    Hi
    I was trying to Install Oracle Enterprise Linux on VM ware version 6.
    My hardware is Intel 32 bit.
    However while booting from the DVD im getting an error as "Your CPU does not support long mode. Use a 32bit distribution."
    Please Advise
    Thanks

    I had learned that the free DVD sets that Oracle ships are always for 64-bit systems. Owners of 32-bit systems will have to either download from http://edelivery.oracle.com or copy a distribution DVD from a friend. The 32-bit media can also be ordered from the http://oraclestore.oracle.com site for about $20USD.
    Sorry for any confusion this may have caused.

  • Why when i click to open safari does it keep telling me the safari browser version i am using does not support the community toolbar ?

    Why when I am clicking into safari does a message appear telling me that the Safari Browser version I am using does not support the community toolbar ???

    You installed the Conduit spyware. To remove it, back up all data, then follow these instructions.
    If the instructions don't work, proceed as follows.
    Triple-click the line below to select it:
    ~/Library/Application Support/Conduit
    Copy the selected text to the Clipboard (command-C). From the Finder menu bar, select
    Go ▹ Go to Folder…
    Paste into the box that opens (command-V), then press return. A Finder window should open with a folder named "Conduit" selected. If it does, delete the selected item.
    Repeat with this line:
    /Applications/Toolbars
    Now you're deleting a folder named "Toolbars". You may be prompted for your login password. Next, copy this line:
    /Library
    Select Go to Folder… again and paste. Don't delete the Library folder. Delete only the following items inside it, if they exist.
    Application Support/Conduit
    InputManagers/CTLoader
    LaunchAgents/com.conduit.loader.agent.plist
    ScriptingAdditions/ct_scripting.osax
    Close the Finder windows you opened. Log out and log back in.
    I've seen a report that Conduit may be bundled with a scam "utility" called "MacKeeper." If you installed MacKeeper, you should remove it according to the developer's instructions. It's worthless and causes many problems reported on this site.

  • I get a message that says "Safari browserversionyou are currently using does not support the community toolbar

    I get an annoying message everytime I open Safari. It reads - "Safari browser version you are currenty using does not support the commuinty toolbar" How do I get rid of this

    victoria Hamlin wrote:
    it didn't... but at least I know where to find the Library-  any other ideas?
    Instead of being installed as a standard plug-in, the Community Toolbar uses the system loader "launchd" to load the plugin on-demand whenever Safari is opened. You will need to remove three components that are installed, starting with the binary files.
    The binary file is the actual toolbar application, and is located in the /Library/InputManagers/CTLoader/ folder. Removing the entire CTLoader folder will remove the application and other files that are installed along with the toolbar. If you just care to quickly stop the toolbar from loading, doing this will be enough to keep it from loading.
    With the binary file removed, the toolbar will no longer launch; however, the system will still try to load it when Safari is opened because the system launcher instructions file is still installed. While having these instructions present will not cause a decrease in performance, removing them will prevent the system from outputting errors and warnings in the system log files.
    Removing only this instructions file is another way to stop the toolbar from loading; however, it will require either the use of the following command in the Terminal (done before removing the file) or a restart of the system after removing the file to unload the instructions from the system loader and prevent the toolbar from launching.
    sudo launchctl unload /Library/LaunchAgents/com.conduit.loader.agent.plist
    The final components to the toolbar are some resources that it uses, which are relatively benign and will become unused "orphaned" files when the other components of the toolbar are removed. These files are all located in the /Macintosh HD/Library/Application Support/ folder in a directory called Conduit. Remove this directory and the toolbar in its entirety will be removed.

  • Getting error:- Your CPU does not support long mode. Use a 32bit distribution--? on OEL 64 bit host for OEL 64 bitguest

    Getting error:- Your CPU does not support long mode. Use a 32bit distribution--?
    I am using entire Oracle Stack..OEL, ORACLE VBOX
    Trying to install guest OEL 5.6 x86-64 bit on virtualbox 4.3 on a (Dell 2950 Server with host OS OEL 5.6  x86-64 bit) .
    and it complains of -->Your CPU does not support long mode. Use a 32bit distribution
    I am struck and unsure how to proceed . I appreciate any help regarding this.
    I enabled the VT (Virtualization Technology) option in the BIOS and then gave it a try. Does not work?

    Hi
    Looks like the 64 Bit operating system is not supported. Enable the VT (Virtualization Technology) option in the BIOS and then give a try again.
    Edited by: 891882 on Oct 28, 2011 1:21 PM

  • HT3275 Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  Could not complete backup to media share.  The network backup disk does not support the required AFP feat

    Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  "Could not complete backup to media share.  The network backup disk does not support the required AFP features."  What are AFP features and how do I get Time Machine to backup to my current external backup?

    This means that your NAS does not support the required encryption. Update your NAS to the latest firmware or ditch it and buy a Time Capsule (they are the most reliable when using TM).

  • Using time warner road runner. when I try to open up safari to home page I get error message that this version does not support the "community toolbar" can't proceed until closing the error message. sick of seeing it

    using time warner road runner. when I try to open up safari to home page I get error message that this version does not support the "community toolbar" can't proceed until closing the error message. sick of seeing it

    That toolbar/ct plugin seems to cause problems for all who install it!
    Close Safari, then locate and delete the following files and it should be gone:
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/Receipts/ctloader.pkg
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    /Users/<User name>/Library/Application Support/Conduit
    where / is the root library on your Hard Disk.
    If you are running Snow Leopard you should also look here:
    Library/launchAgents/com.conduit.loader.agent.plist
    Library/Application support/conduit plugins
    Also, as mentioned by Gilli2000:
    Library/Receipts - If you read it, it has information in it at the bottom referring extensively to "CT" and "community toolbar".
    Maybe it is harmless, but trash those items anyway!
    Note: Safari does not support any third-party toolbars except those supplied as an extension to Safari via the Extension Gallery.

  • " plug-in name does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari Security "Manage Website Settings"?

    Hi,
    Wondering why "<plug-in name> does not support the highest level of security for Safari plug-ins" appear for some plugins in Safari > Security > "Manage Website Settings"?
    Have been trying to get to the root cause of the problem but did not find much on this. I am trying to figure out what can get the warning to go away completely than using the Allow/Always Allow options for the plug-in
    Thanks,
    Shyam

    Hi Linc,
    Thank you for your response. Here is the screenshot of the warning that I am talking about.
    Here is what I do:
    1. Launch Safari and open its Preferences. I have Safari 7.1 installed on my machine.
    2. Click Security Tab and click Manage WebSite Settings
    3. A window opens showing me all the Plug-ins that I have (listed on the left hand side).
    4. One of them is the Adobe Reader plug-in. When I click Adobe Reader, the following details about the plug-in show up on the right
    I was referring to the highlighted section that warns me about this plug-in not using the highest level of security for Safari Plug-ins.
    Note: I do not see this for all my plug-ins (QuickTime, Adobe Flash Player don't give me this warning) which tells me that there is a way to make the warning go away.
    Thanks again,
    Shyam

  • Installed graphics card does not support the opengl features recommended

    I've installed FCP6 on my PowerMac (PPC G4 DP 1.25GHz), and when I run it, I get a warning ("...installed graphics card does not support the opengl features recommended...") and the program ends. The graphics card is the ATI Radeon 9000 Pro (64MB)
    I'm looking for a definitive answer regarding my hardware compatibility with FCS2 (specifically, FCP6). I'm NOT looking for an answer along the lines of: your system is too old to run this.
    I've checked the minimum system requirements from the apple website (http://www.apple.com/finalcutstudio/specs/
    and http://www.apple.com/finalcutstudio/download/):
    * A Macintosh computer with a 1.25GHz or faster PowerPC G4, PowerPC G5, Intel Core Duo, or Intel Xeon processor
    * 1GB of RAM
    * An AGP or PCI Express Quartz Extreme graphics card (Final Cut Studio is not compatible with integrated Intel graphics processors)
    * A display with 1024-by-768 resolution or higher
    * Mac OS X v10.4.11 or later
    * QuickTime 7.3 or later
    * DVD drive for installation
    I have all that stuff. What I'd like is to know which component of my system is FCP6 complaining about (vis-a-vis the error message above), alternatively, if someone has had success with a similar configuration, I'd like to know anything they think might help.
    Thanks in advance for any helpful advice you may have.

    The minimum would probably be an nVidia Fx5200 or an ATI 9600...
    Patrick

  • TS3230 i get a pop-up window saying the current version of Safari does not support the community toolbar.  How do I get rid of this?

    i get a pop-up window saying the current version of Safari does not support the community toolbar.  How do I get rid of this?

    You need to uninstall the Community / Conduit toolbar add-on.
    Locate the files in bold print and move them to the Trash. The first five are in your root   /Library
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/ScriptingAddtions (anything CTLoader realted)
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    The next one is in your Home folder.
    ~/Library/Application Support/Conduit
    When you're done, try Safari.

  • Why does Silverlight install process state that my 64-bit Win Vista OS does NOT support the 64-bit version of Silverlight?

    As of Monday 4/20, I've encountered a significant problem with Silverlight on my Vista PC. 
    Several weeks ago I read a brief item stating that Google would be dropping support for npapi and that it would affect Silverlight sometime in April.  One of my key daily apps uses Silverlight, but I didn't receive notification from that software's author
    about the pending change and how it would be handled.  Successfully used the app every week (Mon-Fri) this month for 8-10 hrs/dy day (as I've been doing for the past ~5+ years: past year under Chrome, year before that under FireFox, ~3 prior years
    under IE) and on Fri 4/17 shut it down for the weekend.  When I booted up on Mon morning and tried to log into the key app however, it prompted me to download and install Silverlight, acting as though I never had it installed!  
    I recalled the earlier warning about Google dropping support, so I closed Chrome, started up FireFox, but got the same prompt from the app -- it directed me to install Silverlight.  I downloaded it (had no choice as to which version, just got the "Silverlight_x64.exe"
    file) and got part-way through the install when this error msg popped up:  "Unable to Install Silverlight.  Your operating system does not support the 64-bit version of Silverlight".  WHAT?!   Clicking on the "more info"
    link led to this msg:  "Message ID: 1518.  Your operating system does not support the 64-bit version of Silverlight.  Click here for the latest version of Silverlight."  That link simply led back to the download page which resulted
    in receiving another copy of the same executable file.
    According to my system ( > Control Panel > System ), I'm running "Windows Vista Home Premium", with a "System Type:  64-bit Operating System".  I've been using this same Vista PC since Sep 2008 and running Silverlight for
    around the past 5 yrs.
    ? -- Why doe the Silverlight installer code flag my OS as not supported?   
    ? -- Is there a way to get an older version of Silverlight that will run under Vista?  
    Thanks in advance for any helpful comments.

    Andy -- Thanks for the link, but I'm not adventurous enough to download from a non-MSFT site.  
    Besides, since I didn't make any changes to my hardware/software config, I expect a MSFT rep to explain why their two programs suddenly stopped working together and then provide whatever code fix is needed.  A phone call to their tech support (predictably)
    led to nowhere but a recommendation to purchase one of the company's support offerings (which I declined to pursue).  The Silverlight development team appears to participate in these forums, so I'd hope one or more of them offers a realistic solution.
    Here's something I forgot to mention in my original post:  In several of the threads on this subject (some dating back to 2008!), people have
    suggested running IE as the browser vs FireFox or Chrome; however, that idea fails to note that the error msg (Message ID:1518) clearly states that "your operating
    system does not support the 64-bit version of Silverlight"; it doesn't say anything about
    what browser you're using.  

Maybe you are looking for