Fatal error: Client does not support authentication protocol requested by server; consider upgrading MySQL client

Fatal error: Client does not support authentication protocol
requested by server; consider upgrading MySQL client in
/homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
on line 9
This is the error that comes up on the server where the site
sits. The database is working on my local machine with the local
settings, but wont connect due to the above.
I think im using MySQL client 3.23 How do i upgrade?
I found this on MySQL site:
http://dev.mysql.com/doc/refman/5.0/en/old-client.html
I'm not sure how to edit the connection string to make it
accept the vaules.

The_FedEx_Guy wrote:
> Fatal error: Client does not support authentication
protocol requested by
> server; consider upgrading MySQL client in
>
/homepages/28/d74942468/htdocs/cosmic/sites/onlinemove/Connections/db.php
on
> line 9
> I think im using MySQL client 3.23 How do i upgrade?
The MySQL client that the error refers to isn't the version
of MySQL,
but the MySQL library bundled with PHP. It sounds as though
your hosting
company has upgraded to MySQL 4.1 or higher, but is still
using PHP 4.
> I'm not sure how to edit the connection string to make
it accept the vaules.
You can't. It's the way that the user account passwords are
stored in
MySQL. You need to get the hosting company to upgrade to PHP
5 or to
reset the passwords in MySQL using the OLD_PASSWORD()
function. This
needs to be done by someone with top-level administrative
privileges on
the database.
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Error message when uploading: my server does not support byte-range requests

    Hi I am trying to get a pocast up on itunes - I am first just sending a test mp3 - ebenezer.bruceclark.eu/podcast.xml. I have validated the xml keeping it to a minimum and constantly get the message saying my server does not support byte-range requests. Once I got some meassage about "White spaces are required between publicId and systemId". It all seems so random I am using Drupal 7 cms with views_rss module + itunes elements. It's been my 3rd night into the early morning and I need to sort this out for my client.
    Thanks to anyone who can help
    Bruce

    Your feed does not contain an 'enclosure tag' which would contain the URL of your mp3 file, so at the moment it basically has no content and would be of no use to iTunes. You may find it helpful to read this page which gives you basic information on making a podcast:
    http://rfwilmut.net/pc
    Note that when you do get it working and submitting, the iTunes Store won't accept a podcast which is merely a technical test: they need to see at least one proper episode so that they can check that your podcast does not contain unsuitable material.

  • Error: Driver does not support this function

    Hi there people!
    I'm a newbie in jsp and I encountered this error: Driver does not support this function. I'm using odbc:jdbc and access. Can someone please tell me what is wrong?
    <%@ page import = "java.sql.*" %>
    <%@ page import="java.io.*" %>
    <%@ page import="java.util.*" %>
    <HTML>
    <title>Stock Portfolio</title>
    <body>
    <body bgcolor="gray"><center>
    <table border = 1>
    <tr>
         <td><th>Symbol</td></th>
         <td><th>Type of Transaction</td></th>
         <td><th>Date</td></th>
         <td><th>Shares</td></th>
         <td><th>Price</td></th>
         <td><th>Stock Commission</td></th>
         <td><th>Stock Brocker Name</td></th>
    <tr>
    <%     String symbol = request.getParameter("symbol");
           String type = request.getParameter("type");
           String date = request.getParameter("date");
            String shares = request.getParameter("shares");
            int ishares = Integer.parseInt(shares);
            String price = request.getParameter("price");
            float fprice = Float.parseFloat(price);
            String commission = request.getParameter("commission");
            float fcommission = Float.parseFloat(commission);
            String bname = request.getParameter("bname");
    %>
    <% String url ="jdbc:odbc:Product";
       try
       { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         Connection con = DriverManager.getConnection(url,"","");
         String query = "INSERT INTO Stock (dbsymbol,dbtype,dbdate,dbshares,dbprice,dbcommission,dbname) VALUES (?,?,?,?,?,?,?)";
          PreparedStatement pstmt = con.prepareStatement(query);
          pstmt.setString(1,symbol);
           pstmt.setString(2,type);
           pstmt.setString(3,date);
           pstmt.setInt(4,ishares);
           pstmt.setDouble(5,fprice);
           pstmt.setDouble(6,fcommission);
           pstmt.setString(7,bname);
           pstmt.executeUpdate(query);
          }catch (Exception e)
           {System.out.println(e.getMessage());
    %>
    </body>
    </html>      Thanks!

    Sorry I need to hurry up. But here is link i found relating same problem. Please check this and see if it might help you.
    [http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526|http://forum.java.sun.com/thread.jspa?threadID=564872&messageID=2784526]
    Read reply #5.
    It says
    You're getting this exception because you're using the executeUpdate() method that returns a ResultSet. That's a JDBC 3.0 function, and the JDBC-ODBC bridge only supports JDBC 1.0.Good Luck.

  • "Exchange organisation does not support this version of Exchange server"

    I am facing the error "Exchange Organisation does not support this version of exchange server" at time of installation of exchange server 2007 in the Windows server 2008 Enterprise edition.
    I have already installed exchange Server 2010 in the that domain.
    The following the image that show the error that i am facing
    I have the checked current Active Directory or Exchange Server schema version by using
    Using that i got the following information
    "dsquery * cn=schema,cn=configuration,dc=india,dc=local -scope base -attr objectVersion"
    objectVersion = Windows Server 2008 RTM
    CN=ms-Exch-Schema-Version-Pt,cn=schema,cn=configuration,dc=india,dc=local -scope base -attr rangeUpper"
    rangeUpper = 14726 ( Exchange server 2010 sp1)
    I am attaching the Exchange server setup logs here
    [5/31/2013 3:04:28 PM] [0] **********************************************
    [5/31/2013 3:04:28 PM] [0] Starting Microsoft Exchange 2007 Setup
    [5/31/2013 3:04:28 PM] [0] **********************************************
    [5/31/2013 3:04:28 PM] [0] Operating System version: Microsoft Windows NT 6.1.7600.0.
    [5/31/2013 3:04:28 PM] [0] Setup version: 8.1.240.6.
    [5/31/2013 3:04:28 PM] [0] Logged on user: INDIA\administrator.
    [5/31/2013 3:04:28 PM] [0] Command Line Parameter Name='mode', Value='Install'.
    [5/31/2013 3:04:28 PM] [0] Command Line Parameter Name='sourcedir', Value='C:\Exchange2007'.
    [5/31/2013 3:04:28 PM] [0] Command Line Parameter Name='fromsetup', Value=''.
    [5/31/2013 3:04:28 PM] [0] ExSetupUI was started with the following command: '-mode:install -sourcedir:C:\Exchange2007 /FromSetup'.
    [5/31/2013 3:04:29 PM] [0] Setup is choosing the domain controller to use
    [5/31/2013 3:04:29 PM] [0] Setup is choosing a local domain controller...
    [5/31/2013 3:04:31 PM] [0] Setup has chosen the local domain controller NewDelhi.india.local for initial queries
    [5/31/2013 3:04:31 PM] [0] PrepareAD has either not been run or has not replicated to the domain controller used by Setup. Setup will attempt to use the Schema Master domain controller NewDelhi.india.local
    [5/31/2013 3:04:31 PM] [0] The schema master domain controller is available
    [5/31/2013 3:04:31 PM] [0] The schema master domain controller is in the local domain; setup will use NewDelhi.india.local
    [5/31/2013 3:04:31 PM] [0] Setup is choosing a global catalog...
    [5/31/2013 3:04:31 PM] [0] Setup has chosen the global catalog server NewDelhi.india.local.
    [5/31/2013 3:04:31 PM] [0] Setup will use the domain controller 'NewDelhi.india.local'.
    [5/31/2013 3:04:31 PM] [0] Setup will use the global catalog 'NewDelhi.india.local'.
    [5/31/2013 3:04:31 PM] [0] Exchange configuration container for the organization is 'CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=india,DC=local'.
    [5/31/2013 3:04:31 PM] [0] No Exchange organization container was found for the organization. Message: 'Could not find the Organization Container.'.
    [5/31/2013 3:04:31 PM] [0] Setup will search for an Exchange Server object for the local machine with name 'PONDY'.
    [5/31/2013 3:04:31 PM] [0] No Exchange Server with identity 'PONDY' was found.
    [5/31/2013 3:04:31 PM] [0] The following roles are unpacked: 
    [5/31/2013 3:04:31 PM] [0] The following roles are installed: 
    [5/31/2013 3:04:31 PM] [0] The local server does not have any Exchange files installed.
    [5/31/2013 3:04:31 PM] [0] Setup will use the path 'C:\Exchange2007' for installing Exchange.
    [5/31/2013 3:04:31 PM] [0] The server is cluster type: 'None'.
    [5/31/2013 3:04:31 PM] [0] The requested cluster type: 'None'.
    [5/31/2013 3:04:31 PM] [0] The installation mode is set to: 'Install'.
    [5/31/2013 3:04:31 PM] [0] Exchange organization name is required for this mode.
    [5/31/2013 3:04:31 PM] [0] Active Directory Initialization status : 'True'.
    [5/31/2013 3:04:31 PM] [0] Schema Update Required Status : 'False'.
    [5/31/2013 3:04:31 PM] [0] Organization Configuration Update Required Status : 'True'.
    [5/31/2013 3:04:31 PM] [0] Domain Configuration Update Required Status : 'False'.
    [5/31/2013 3:04:32 PM] [0] Applying default role selection state
    [5/31/2013 3:04:32 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:32 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:32 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:32 PM] [0] InstallModeDataHandler has 4 DataHandlers
    [5/31/2013 3:04:32 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:32 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:32 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:32 PM] [0] InstallModeDataHandler has 5 DataHandlers
    [5/31/2013 3:04:32 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:32 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:32 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:32 PM] [0] InstallModeDataHandler has 6 DataHandlers
    [5/31/2013 3:04:32 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:32 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:32 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:32 PM] [0] InstallModeDataHandler has 6 DataHandlers
    [5/31/2013 3:04:32 PM] [0] RootDataHandler has 1 DataHandlers
    [5/31/2013 3:04:44 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:44 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:44 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:44 PM] [0] InstallModeDataHandler has 5 DataHandlers
    [5/31/2013 3:04:44 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:44 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:44 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:44 PM] [0] InstallModeDataHandler has 4 DataHandlers
    [5/31/2013 3:04:44 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:44 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:44 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:44 PM] [0] InstallModeDataHandler has 1 DataHandlers
    [5/31/2013 3:04:46 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:46 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:46 PM] [0] Setup will run from path 'C:\Exchange2007\Setup\ServerRoles\Common'.
    [5/31/2013 3:04:46 PM] [0] InstallModeDataHandler has 4 DataHandlers
    [5/31/2013 3:04:48 PM] [0] Validating options for the 0 requested roles
    [5/31/2013 3:04:48 PM] [0] Validating options for the 0 requested roles
    [5/31/2013 3:04:53 PM] [0] Setup is determining what organization-level operations to perform.
    [5/31/2013 3:04:53 PM] [0] Setup has detected a missing value. Setup is adding the value PrepareOrganization.
    [5/31/2013 3:04:53 PM] [0] Because the value was specified, setup is setting the argument OrganizationName to the value First Organization.
    [5/31/2013 3:04:53 PM] [0] **************
    [5/31/2013 3:04:53 PM] [0] Setup will run the task 'test-setuphealth'
    [5/31/2013 3:04:53 PM] [1] Setup launched task 'test-setuphealth -DomainController 'NewDelhi.india.local' -DownloadConfigurationUpdates $true -ExchangeVersion '8.1.240.6' -Roles 'Global' -ScanType
    'PrecheckInstall' -SetupRoles 'Global' -PrepareOrganization $true'  
    [5/31/2013 3:04:53 PM] [1] Beginning processing.
    [5/31/2013 3:05:24 PM] [1] [ERROR] The Exchange organization does not support this version of Exchange Server.
    [5/31/2013 3:05:24 PM] [1] Ending processing.
    [5/31/2013 3:05:24 PM] [0] **************
    [5/31/2013 3:05:24 PM] [0] Setup will run the task 'test-setuphealth'
    [5/31/2013 3:05:24 PM] [1] Setup launched task 'test-setuphealth -DomainController 'NewDelhi.india.local' -DownloadConfigurationUpdates $false -ExchangeVersion '8.1.240.6' -Roles 'Mailbox' -ScanType 'PrecheckInstall' -SetupRoles 'AdminTools','Mailbox' -CreatePublicDB
    $true -TargetDir 'C:\Program Files\Microsoft\Exchange Server' -IISInstalled $true'  
    [5/31/2013 3:05:24 PM] [1] Beginning processing.
    [5/31/2013 3:05:27 PM] [1] [ERROR] The Exchange organization does not support this version of Exchange Server.
    [5/31/2013 3:05:27 PM] [1] Ending processing.
    [5/31/2013 3:05:40 PM] [0] End of Setup
    [5/31/2013 3:05:40 PM] [0] **********************************************
    Please suggest me how to install the exchange server 2007 SP1 on the domain that has exchange server 2010 sp1
    Thanks

    dear amit can u tell me I have one doming sg.com .I used for lab first I install in exchange server 2013 is normaly install and working fine .then I format my pc and agine  install exchange 2010
    Exchange organisation does not support this version of Exchange server
    warning
    setup is going to perepare the organization for exchange 2010 by using setup/ prepare AD . no exchange 2007 server roles have been deteted in this topology .
    please can u tell me the how install exchange 2010
    thanks

  • ASP Error: Class does not support Automation

    Hi,
    I am trying to schedule a Webi report thru SDK using classic ASP.  I am using the sample code provided here...
    http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/BOE_SDK/boesdk_com_doc/doc/boesdk_com_doc/Tutorials48.html
    Inside ScheduleWebiReport.asp, there's the subroutine below...
    Sub ScheduleWebiReport(iStore, webiID, format)
        Dim webiDocs
        Set webiDocs = iStore.Query("Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_ID=" & webiID)
        If (webiDocs.Count = 0) Then
            redirectWithError "../Error.asp", "The Web Intelligence document does not exist."
        End If
        Dim webiDoc
        Set webiDoc = webiDocs.Item(1).PluginInterface("")        
        Dim scheduleInfo
        'Creates an interface to the scheduling options for the Webi report.
        Set scheduleInfo = webiDoc.SchedulingInfo
        ' Runs the Webi report once.
        scheduleInfo.Type = 0
        ' Runs it right now.
        scheduleInfo.RightNow = True
        ' Set the scheduled format
        webiDoc.WebiFormatOptions.Format = format
        iStore.Schedule(webiDocs)   
    End Sub
    Whenever I reach the line: Set webiDoc = webiDocs.Item(1).PluginInterface("") (bolded above), I always get the error below...
    Microsoft VBScript runtime error '800a01ae'
    Class doesn't support Automation
    Has anyone encounter this issue or no how to fix this?
    Thanks in advance.

    Hi,
    I am trying to schedule a Webi report thru SDK using classic ASP.  I am using the sample code provided here...
    http://devlibrary.businessobjects.com/businessobjectsxir2/en/en/BOE_SDK/boesdk_com_doc/doc/boesdk_com_doc/Tutorials48.html
    Inside ScheduleWebiReport.asp, there's the subroutine below...
    Sub ScheduleWebiReport(iStore, webiID, format)
        Dim webiDocs
        Set webiDocs = iStore.Query("Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_ID=" & webiID)
        If (webiDocs.Count = 0) Then
            redirectWithError "../Error.asp", "The Web Intelligence document does not exist."
        End If
        Dim webiDoc
        Set webiDoc = webiDocs.Item(1).PluginInterface("")        
        Dim scheduleInfo
        'Creates an interface to the scheduling options for the Webi report.
        Set scheduleInfo = webiDoc.SchedulingInfo
        ' Runs the Webi report once.
        scheduleInfo.Type = 0
        ' Runs it right now.
        scheduleInfo.RightNow = True
        ' Set the scheduled format
        webiDoc.WebiFormatOptions.Format = format
        iStore.Schedule(webiDocs)   
    End Sub
    Whenever I reach the line: Set webiDoc = webiDocs.Item(1).PluginInterface("") (bolded above), I always get the error below...
    Microsoft VBScript runtime error '800a01ae'
    Class doesn't support Automation
    Has anyone encounter this issue or no how to fix this?
    Thanks in advance.

  • Cannot Send in Mail : server does not support authentication

    I can receive mail, but cannot send. The error message I'm getting is: The SMTP server "smtp-server.rochester.rr.com" doesn't support authentication." I have Time Warner Road Runner. The settings for the outgoing server are as follows:
    server: smtp-server.rochester.rr.com
    port: 25
    SSL: no
    Authentication : Password
    The username and password work fine with Webmail or mail2web
    Please help!

    I had a similar message from Road Runner and when I turned authentication off, I got the following message: "This message could not be delivered because your SMTP settings are not set." Suggestions?

  • Class-map does not support match protocol ssl

    I have several 1941/k9's that do not have the class-map command: to suppot ssl.  System image is c1900-universalk9-mz.SPA.152-1.T.bin.
    class-map match-any af31
    match protocol ssl  <-- missing.
    I did some google searches but come up with nothing. 
    Is the fix to upgrade IOS?  I have found it on other routers running c1900-universalk9-mz.SPA.152-4.M4.bin.  I would just upgrade and check but have an extensive change review board with questions before doing so.
    Thanks for advice,
    Haydn

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    I'm not current on NBAR (or NBAR 2), but NBAR used to support loadable modules (PDMs?).  Sometimes Cisco would provide those so you could add match protocols without upgrading your IOS.
    Otherwise the "fix" would be to upgrade your IOS.
    Lastly, depending on what it matching SSL really means to you, using port based ACLs might suffice (in fact, some NBAR match protocol is only really that, but some NBAR matches regardless of the port usage).
    PS:
    Also on the subject of SSL, don't forget much can use it.  I once matched on it for the purposes of providing secure shell higher queuing priority, worked great for SSH, not so great when secure copy (SCP) also matched against it.

  • Error 90208:does not support the minimum OS version specified in the info.plist

    I bulit my app by using Flash Pro and the build is OK with my iPhone4.
    But when I uploaded ipa file, the error was shown as above screenshot.
    I have no idea how I can solve this.

    Neil - Desperate to find a solution here. We seem the only ones to have this problem at the moment and nearly 4 days of trying to upload (over 50!) and the same message appears on and on.
    Upgraded everything. Rebuilt 2 apps and nothing.
    No news from Apple neither. What to do except receiving the same advice to wait and keep trying. We dont even know where the problem comes from.
    We have a new issue to be released in 10 days, and the app should be upgraded before.
    Thanks,

  • WRT1900AC does not support L2TP connection by L2TP server name

    Basically - reiterating on my issue again and the question to Linksys personnel: I’m having WRT1900AC and have the issue connecting to my ISP. My ISP uses internet access authorization by ISP L2PT server name (not IP address). Linksys router configuration allows me to enter only IP address of the L2TP server, not L2TP domain server name. This is huge issue for me as I can figure out of course the IP address of the currently active L2TP ISP server but my ISP can not guarantee that in 10-15 min the server IP will be the same. I badly need the capability to use the L2TP server NAME (not IP address) in the config field of the router setup. Please let me know when this feature will be added to the new firmware for WRT1900AC and when this new firmware is going to ben released ? Thanks!

    Hmm. What I know is that, Linksys WRT1900AC allows VPN tunnels using IPSec, L2TP or PPTP protocols to pass-through the router. But you can also set your router's Internet Connection Type to L2TP. Simply click on "Edit" (next to "Type of Internet Connection"). Then choose "L2TP" as your Connection Type from the drop-down menu. Make sure your settings (Server IPv4 address, Username, Password, Connection Mode, MTU) match.

  • Weblogic does not support failover for the admin server.

    There is a single point of failure in the current weblogic architecture. If the
    admin server dies there is no automatic alternate admin server.

    That is true, and we plan to fix it in one of the next major releases. Currently
    the story is not as bad as it appears to be for following reasons:
    1. Failure of admin server doesn't mean failure of already running managed server.
    2. You can start a new server as admin server of domain with discover flag=true and
    it will recognize all already exisiting managed server.
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    naresh gupta wrote:
    There is a single point of failure in the current weblogic architecture. If the
    admin server dies there is no automatic alternate admin server.

  • Does GNOKII support smpp protocol?

    I read that smslib does not support
    smpp protocol .....so I want to
    know does GNOKII support smpp
    protocol?

    Hi,
    From what I understand optomux is a standard that determines the syntax of the command sent. The commands are sent through serial or Ethernet. You can use LabVIEW (the VISA VIs) to communicate with a device using serial or Ethernet. However, there are no VIs that will build the optomux commands.
    I'm not familiar with them, but you can check out the optomux VIs included with the Fieldpoint explorer. That should give you an idea of how to use the VISA to implement optomux communication.
    DiegoF
    National Instruments.

  • Hosting company does not support SQL query with OUTFILE clause

    From my mysql database, I want to allow the user to run a query and produce a csv / text file of our membership database.   Unfortunately,  I just found out my hosting company does not support the SQL query with OUTFILE clause for MySQL database.
    Are there any other options available to produce a file besides me running the query in phpadmin and making the file available to users.
    Thanks.  George

    Maybe this external Export Mysql data to CSV - PHP tutorial will be of help
    Cheers,
    Günter

  • HT1752 My Mac desktop does not support Adobe, can I upgrade?

    My Mac desktop does not support Adobe or wireless printer, Can I upgrade?

    You can get the latest version of Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html
    Mozilla are working to prevent Mac users with non-compatible systems from getting the notification about Firefox 4, and also not displaying the "Download Firefox 4" button on http://www.mozilla.com

  • Error: Your client does not support opening this list with Windows Explorer.

    I have enabled both authentication (Windows and FBA) on default zone, now when I want to open any document library on windows explorer it showing me an error.
    Your client does not support opening this list with Windows Explorer.
    Web client service is running on server.
    Desktop Experience feature is also enabled on server
    Windows explorer is working fine when FBA is disbled on default zone.
    Need both authentcation on default zone.

    Hi,
    According to your post, my understanding is that you got “Your client does not support opening this list with Windows Explorer” error.
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    In addition, you can also try to enable Basic authentication on the client computer, by setting the BasicAuthLevel registry entry of the following key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
    For detailed steps, visit the following KB page.
    http://support.microsoft.com/kb/841215/en-us
    There are some similar threads for your reference.
    http://social.msdn.microsoft.com/Forums/en-US/e9a07773-db23-46e9-8d1d-7015cd5aa13b/your-client-does-not-support-opening-this-list-with-windows-explorer?forum=sharepointgeneralprevious
    http://blogs.technet.com/b/asiasupp/archive/2011/06/13/error-message-quot-your-client-does-not-support-opening-this-list-with-windows-explorer-quot-when-you-try-to-quot-open-with-explorer-quot-on-a-sharepoint-document-library-in-office-365-site.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • IE11/Win 8.1 error 'Your client does not support opening this list in windows explorer'

    I hoping someone might be able to help with this frustrating issue.
    I work on a project where we are using various versions of on-line SharePoint (2007/O365).  In order to quickly drag and drop folders we need to often open the document libraries by using the 'open in windows explorer view'.
    Using the same device, on occassion this works.  But often it gives a rather unhelpful message 'Your client does not support opening this list in Windows Explorer'. 
    I've searched for this issue over the net and confirm that the sites are added to the 'trusted' sites area and that the 'remember you credientials' is checked on logging in.However, the searches do not seem to apply to IE11/Win8.1 or on-line version of sharepoint
    (the suggested hot fix is not suitable)
    Only this morning, using the same device I was able, for a short while to open in explorer view, and then for no apparent reason, it began to display the error message.  I had changed nothing regarding settings or even closed the browser.
    Do you have any support/ideas/fixes on how to resolve this.
    Many thanks
    val

    Hi Val,
    sometimes an answer can be found on the internet by typing the error message from your computer into your favourite search engine.
    eg.
    http://www.bing.com/search?q=your+client+does+not+support+opening+this+list+in+windows+explorer&form=IE10TR&src=IE10TR&pc=HPNTDFJS
    see
    http://blogs.technet.com/b/asiasupp/archive/2011/06/13/error-message-quot-your-client-does-not-support-opening-this-list-with-windows-explorer-quot-when-you-try-to-quot-open-with-explorer-quot-on-a-sharepoint-document-library-in-office-365-site.aspx
    follow the directions given above.... you need to add the domains to your Intranet sites list, not the Trusted sites list.
    Perhaps you already have it mapped to your intranet zone....in which case make sure that you have unchecked "Enable Enhance Protected Mode" on the Intranet  zone dialog in Internet Options.
    If this is happening 'randomly' on client machines, then users are probably changing their internet security settings in Internet Options. Ensure they are accepting the default.... Internet Options>Security tab, click "Reset all zones to default".
    Consult with your system administrators to find out if they are applying a custom security template for the Intranet zone... It may be removing the sharepoint domains from the client Intranet zone's domains lists.
    HTH.
    Rob^_^

Maybe you are looking for