802.1X Wireless Login Failure when Rebooting

Greetings All,
I have a mixture of 10.6.x laptops (as well as some 10.5.x) laptops - both MacBooks and MacBook Pros.  I have a Windows Radius Server with AD authentication.  The laptops have been programmed, via a WPA2 Enterprise trust certificate and AD credentials to authenticate to the wireless network - which works.  Problem is when I reboot, the connection doesn't keep.  I need to keep hitting 'Connect' - it doesn't ask for credentials again, it just works.  Reboot, same issue.  If I logout however (no restart), the connection remains the same.  Problem is that these laptops are also binded to an OD server, and at the login screenm I'm getting the red light for available network connections (because as mentioned above, in the background it wants me to re-connect).
I have seen numerous posts on this and/or similar issues but have yet to find a solution.  I have re-added the entry, deleted all keychain entries, etc.  It's just holding on after a reboot.
Any help would be greatly appreciated and thank you in advance.

Hi,
From the description, you suspect the DHCP request cause this issue. Would you please send us the packets? Since it seems that you have looked into the traffic and found some clues.
Meanwhile, I found the following hotfix which may related to this issue.
No response to 802.1X authentication requests after authentication fails on a computer that is running Windows 7 or Windows Server 2008 R2 http://support.microsoft.com/kb/980295/en-us
Next Action Plan:
1.Clean Boot
a. Click Start, click Run, type "msconfig" (without the quotation marks) in the Open box, and then click OK.
b. In the Startup tab, click the "Disable All" button.
c. In the Services tab, check the "Hide All Microsoft Services" checkbox, and then click the "Disable All" button.
======================================================
Clean Boot + binary search
In a Clean Boot, all the 3rd party services and startup programs are disabled. If the server can start normally in Clean Boot, we can be sure that the issue was caused by some 3rd party service or application. And then we can do a "binary search".
You can enable half of all the services in Services tab, and then restart the server to check the result. If the issue reoccurs, it means the culprit is in this list; if not, the culprit is in the other half. And then, we can continue the binary search, until
we find out the root cause. Please let me know if this action plan is OK for you.
2.Collect etl trace on the problematic client.
netsh trace start capture=yes overwrite=yes tracefile=c:\net.etl filemode=circular
****Try to reproduce this issue****
netsh trace stop
Please send the net.etl to us for underlying analysis.
For any concerns, please let us know.
Best regards,
Steven Song
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Windows 7 802.1x (Wired) Authentication Failure when logging into Lync 2010

    Hi
    My company has implemented 802.1x Wired authentication, we use GPO to specify a
    Wired Profile that uses a COMPUTER certificate.
    We are finding that when a Windows 7 laptop comes out of sleep or hibernation, the laptop fails 802.1x authentication and does not connect to the network.
    This issue only occurs intermittently, but have been proven to occur only when Lync 2010 is open.  If we close Lync 2010 the issue does not occur.  Lync 2010 installs a self signed USER certificate for authentication.
    I am aware that there are some issues around Windows 7 not selecting the correct certificate when responding to authentication requests (KB2710995,
    KB2769121) but these always specify that the issue occurs when 802.1x authentication uses USER certificates, not a mix of USER and COMPUTER.  We have installed these hotfixes and the
    issue still occurs.

    Hi,
    From the description, you suspect the DHCP request cause this issue. Would you please send us the packets? Since it seems that you have looked into the traffic and found some clues.
    Meanwhile, I found the following hotfix which may related to this issue.
    No response to 802.1X authentication requests after authentication fails on a computer that is running Windows 7 or Windows Server 2008 R2 http://support.microsoft.com/kb/980295/en-us
    Next Action Plan:
    1.Clean Boot
    a. Click Start, click Run, type "msconfig" (without the quotation marks) in the Open box, and then click OK.
    b. In the Startup tab, click the "Disable All" button.
    c. In the Services tab, check the "Hide All Microsoft Services" checkbox, and then click the "Disable All" button.
    ======================================================
    Clean Boot + binary search
    In a Clean Boot, all the 3rd party services and startup programs are disabled. If the server can start normally in Clean Boot, we can be sure that the issue was caused by some 3rd party service or application. And then we can do a "binary search".
    You can enable half of all the services in Services tab, and then restart the server to check the result. If the issue reoccurs, it means the culprit is in this list; if not, the culprit is in the other half. And then, we can continue the binary search, until
    we find out the root cause. Please let me know if this action plan is OK for you.
    2.Collect etl trace on the problematic client.
    netsh trace start capture=yes overwrite=yes tracefile=c:\net.etl filemode=circular
    ****Try to reproduce this issue****
    netsh trace stop
    Please send the net.etl to us for underlying analysis.
    For any concerns, please let us know.
    Best regards,
    Steven Song
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Display Login failure when using External Custom Login Form

    I am new to OAM area and really apreciate if some one can guide me in the right direction. I have configured External Custom Login Form (thanks to fusionsecurity blog) with Oracle Access Manager 11g + webgate 10g. If I enter correct user id and password in the below form, then all is good and able to access the protected resoruce.
    If I enter incorrect values for loginname/password fields, then the from simply refreshes itself and does not give me any error message. How can display error message when a user enters in correct values for those fields?
    <form action="http://hostname:7777/oam/server/auth_cred_submit" method="post">
    <fieldset>
    <legend>Login Screen</legend>
    <label for="username" accesskey="u">User Name:</label>
    <input type="text" id="username" name="username" size="15" tabindex="1">
    <label for="password" accesskey="p">Password:</label>
    <input type="password" id="password" name="password" size="15" tabindex="2">
    <input type="hidden" name="login-form-type" value="pwd">
    <input class="submit" type="submit" value="Login" tabindex="3">
    </fieldset>
    </form>
    Thanks

    Hi!
    I have installed Oracle Access Manager 11g + Webgate 11g and not 10g, but I think
    it has to work beause login is being processed by OAM (/oam/server/auth_cred_submit);
    and it if does not work, it may give you a clue on how to do it.
    Having stated that fact, it is very simple to do it: whenever I try to access a protected
    resource and I am not authenticated I am redirected to my login page and some
    special parameters are passed to it such as: request_id, OAM_REQ, authn_try_count and
    some others.
    authn_try_count is the magic one as it show the number of login tries, so here is
    a code snippet of my login page which uses JSTL for conditional processing.
    <form...>
    <c:if test="*${param['authn_try_count'] > 0}*">
    &lt;span class="error-msg"&gt;
    <fmt:message key="login.val.wrong.login"/>
    &lt;/span&gt;
    </c:if>
    </form>
    Best regards,
    Jesús García from
    Mexico city

  • VS2010, against SQL 2K8 R2 - login failure when adding subreport.

    I have tried a number of ways to get this to work.  Is there a set of instructions that can be followed to render a CR with a subreport?
    I can create CR reports that run.  Can create subreports that run, but a CR containing a subreport will not run on the server.  Fails with a variety of errors, depending on whether I am using XSDs, OLE-DB or DSN connection.  I give up trying different methods and looking all over the internet for fixes.
    What is the preferred method of connection?   I am using stored procedures, and typically have no prblem with RC, but I have to adwit - this- is the first time that I have tried a subreport.
    I just cannot beleive how difficult this is to push into a non-dev environment.  Maybe I am missing something simple . . .
    Dev: VS2010 on Vista.  CR SP1.  Server: Win 2K8 R2 Ent, SQL 2K8 R2
    Thanks!

    Post continued here
            'Set the connection information on each table
            For Each table As CrystalDecisions.CrystalReports.Engine.Table In report.Database.Tables
                Dim tinfo As TableLogOnInfo = TryCast(table.LogOnInfo.Clone(), TableLogOnInfo)
                tinfo.ConnectionInfo.ServerName = serverName
                tinfo.ConnectionInfo.DatabaseName = databaseName
                tinfo.ConnectionInfo.UserID = userId
                tinfo.ConnectionInfo.Password = password
                table.ApplyLogOnInfo(tinfo)
                If table.Location.IndexOf("."c) > 0 Then
                    table.Location = databaseName & table.Location.Substring(table.Location.IndexOf("."c))
                Else
                    table.Location = table.Location
                End If
            Next
        End Sub
    Found the ApplyLogOnInfo on the internet, but it doesn't help.  the error I am getting is this:
    Server Error in '/App' Application.
    Logon failed.Error in File MyReport {B500DA9B-F620-43CB-BF42-13C9F9FC87F5}.rpt:
    Unable to connect: incorrect log on parameters.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Logon failed.Error in File MyReport {B500DA9B-F620-43CB-BF42-13C9F9FC87F5}.rpt:
    Unable to connect: incorrect log on parameters.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0x8004100f): Logon failed.
    Error in File MyReport {B500DA9B-F620-43CB-BF42-13C9F9FC87F5}.rpt:
    Unable to connect: incorrect log on parameters.]
       CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTableLocation(ISCRTable CurTable, ISCRTable NewTable) +0
       CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value) +747
       App.Render.ApplyLogOnInfo(ReportDocument report, String serverName, String databaseName, String userId, String password) in C:\Users\Mark\Documents\Visual Studio 2010\Projects\App\Reports\Render.aspx.vb:238
       App.Render.ApplyLogOnInfo(ReportDocument report, String serverName, String databaseName, String userId, String password) in C:\Users\Mark\Documents\Visual Studio 2010\Projects\App\Reports\Render.aspx.vb:224
       App.Render.MyReportReport(Report ThisReport) in C:\Users\Mark\Documents\Visual Studio 2010\Projects\App\Reports\Render.aspx.vb:159
       App.Render.Page_Load(Object sender, EventArgs e) in C:\Users\Mark\Documents\Visual Studio 2010\Projects\App\Reports\Render.aspx.vb:21
       System.Web.UI.Control.LoadRecursive() +71
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3064
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
    I am going to give the above a try as well.  Hopefully you see something obvious wrong here . . .  Thanks again!

  • 802.1x Wireless Authentication

    Hello
    I am using a MS Certificate Server and MS Radius server with 802.1x Wireless Authentication. When the macs Authenticate I get a warning so to speak and the Cert will not save or trust. I have enter it in as a 509 anchor and other and still the same thing. Is anyone out there doing this.
    The windows says
    801x Authentication
    The Server Certificate could not be validated becuase the root certificate is missing.
    Thanks

    No, CA wasn't changed with R2.
    Are you able to see the User's certificate in the Keychain app under the login keychain & My Certificates? Can you see the CA's certificate under the X509Anchors?
    In the login keychain, when looking at the Users certificate, does it show as valid?

  • WRT300n: disable 802.11b wireless

    Is it possible to administratively disable 802.11b radio on WRT300N?
    The reason is to do not allow 802.11b clients to connect to my router, while 802.11g and 802.11n clients should get access to network.
    Solved!
    Go to Solution.

    You cannot disable just 802.11b wireless...When you open the set up page of your router and click on Wireless see the Network Mode...You can disable all or when it is set to mixed it will enable all...When you select Wireless N Only it will disable Wireless B and Wireless G both...Same when you select Wireless G only(it will disable Wireless B and Wireless N both)...This means that you can have two of the modes disabled but not just one...

  • HP C6180 (wireless) gives "Ink System Failure" when trying to print from my new Windows laptop

    HP C6180 (wireless) gives "Ink System Failure" when trying to print from my new Windows laptop

    Hi @Maxuss,
    Thank you for visiting the HP Support Forums! I see you are getting an 'Ink System Failure' on your HP Photosmart C6180, so you are unable to print. 
    Please complete the steps listed here: An 'Ink System' Error Code Displays on the Front Panel
    If after the reset you are still getting the error message, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    I hope this helps!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • E2500 constant connectivity failures when secure wireless configured

    My E2500 constantly drops connectivity (wired and wireless) when secure wireless is configured through the Linksys Connect software. The problem doesn't happen if the router is left unsecured.
    Router Firmware: 3.0.00 build 6.
    ISP: Comcast cable
    Cable modem model UBEE D3.0
    I use a mix of wired and wireless - the PCs are wired and the tablets and phones use wireless connections. The laptop uses wired at the desk and wireless elsewhere.
    When I first got the router and used Linksys Connect to configure, the connection was moderately stable for about a week, then started dropping frequently. Recycling the modem and resetting the router to factory defaults stabilized the connection.
    Today I re-ran the Linksys Connect software to configure secure wireless for my wireless devices, and the intermittent connectivity problem came back immediately - I couldn't get more than a minute or two online without the connection dropping out.
    I don't like running without secured wireless connection, but I don't see an alternative.

    Wireless Configurations
    What wireless modes are you using?
    2.4Ghz and 5Ghz routers: Try single mode G or N or mixed G and N on 2.4Ghz and single mode N or Mixed on 5Ghz?
    Channel Width set for Auto 20/40Mhz or try 20Mhz only.
    Try setting a manual Channel to a open or unused channel. 1, 6 or 11. 11 for single mode N if the channel is clear. 13 for EU regions. Try channel 48 or 149 on 5Ghz. http://en.wikipedia.org/wiki/List_of_WLAN_channels
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=f2625b15a5d7454b8e7fafbe65d5aa63_4009.xml&pid=80&r...
    What security mode are you using? Preferred security is WPA-Personal. WPA2 Only. http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=8ce9e83bd3784001aee72da7f1ef48e8_Changing_the_basi...
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&vw=1&articleid=19073
    What wireless devices do you have connected?
    Ensure any devices with WiFi adapter drivers are updated.
    Any 2.4Ghz or 5Ghz cordless house phones or WiFi APs near by?
    Any other WiFi routers in the area? Link> Use http://www.techspot.com/downloads/5936-inssider.html to find out. Use v3. How many?
    WMM Support must be enabled for single wireless N mode to function.
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&articleid=5471
    Router Placement
    Forum User - "Well I feel really dumb. After moving the router away from other electronic devices my speeds are back to normal. Just a heads up for anyone experiencing slow speeds, you might want to move it away from other electronics and see if that helps."
    3-6' feet minimum safe distance between devices.
    Placement on main level floor and central in the building and WELL ventilated is preferred. Not in basements or closets as building materials, or near by electronics devices could interfere or hinder good signal propagation.
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=d9a3b1b2039741948a2365b053a93ea8_3759.xml&pid=80&r...
    http://www.smallnetbuilder.com/wireless/wireless-basics/31083-smallnetbuilders-wireless-faq-the-esse...

  • The kerberos PAC verification failure when all users of only one RODC Site, trying to get access iis webpage of different site using Integrated Windows Authentication

    The kerberos PAC verification failure when all users of only one Site which having only one RODC server(A), trying to get access iis webpage of different site which having WDC server(B) using Integrated Windows Authentication. But when they accessing the
    website using IP address, it is not asking for credentials as I think it is using NTLM Authentication at that time which is less secure than Kerberos.
    Note that:- All user accounts and Computers of the RODC has been allowed cache password on the RODC. Nearest WDC for the RODC (A) is the WDC (B).
    The website is hosted on a windows server 2003 R2 and generating below system event log for those users of the RODC site :-
    Event Type: Error
    Event Source: Kerberos
    Event Category: None
    Event ID: 7
    Date:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">date</var>
    Time:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">time</var>
    User: N/A
    Computer:
    <var style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">computer_name (the 2003 server)</var>
    Description: The kerberos subsystem encountered a PAC verification failure. This indicates that the PAC from the client<var style="color:#333333;font-family:'Segoe
    UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">computer_name</var> in realm <var
    style="color:#333333;font-family:'Segoe UI', Arial, Verdana, Tahoma, sans-serif;font-size:13px;line-height:normal;">realm_name</var> had
    a PAC which failed to verify or was modified. Contact your system administrator.
    This issue has been raised for last one week. Before that everything was fine. No Group Policy changed, Time also same.
    In this situation do I need to do Demotion of the RODC and re-promote it as RODC again  or is there any other troubleshooting to resolve it.
    Thanks in Advanced
    Souvik

     Hi Amy,
    Thanks for your response
    I noticed that Logon server could become incorrect again after user re-login or restart of a workstation.
    It seems root cause is different.  Need a permanent solution.
    The Workstations of the RODC site are getting IP from a DHCP server by automatic distribution of IP from a specific subnet for the site only.  The RODC is
    the Primary DNS server for the site.
    I have checked the subnet and it is properly bound with only with that AD site. The group of users and workstations are in the same site AD organisational Unit.
    Sometime I restarted the NET LOGON service and DNS server service on ther RODC server and sometime rebooted the server. But the Logon server issue has not fixed permanently.
    The internal network bandwidth of the site is better than the bandwidth to communicate with other site.  
    The server is Windows server 2008 R2 standard and hosting the below roles
    RODC
    DNS
    File server
    The server performance is Healthy in core times when maximum users usually logins. 
    Any further support would be much appreciated Amy
    Thanks
    Souvik

  • 802.1x Wireless versus Wired authentication ?

    Hi,
    I'm learning Wireless NPS configuration. Tings are confusing for me and I have couple of questions. The article below seems to be a good article for understanding Wireless authentication complex features, but it is a little bit conusing for me : http://technet.microsoft.com/en-us/magazine/2007.11.cableguy.aspx.
    My questions :
    1) What is the difference between 802.1x Wired and Wireless domain authentication processes ?
    2) Could someone help me get a basic understanding of Wireless Single Sign On on a domain authentication ?
    3) Could someone give me get a basic understanding of bootstrap profile on a domain authentication ?
    I have read couple of books and articles. Unfortunately ; none of them gave me a clear understanding on the subject.

    No, CA wasn't changed with R2.
    Are you able to see the User's certificate in the Keychain app under the login keychain & My Certificates? Can you see the CA's certificate under the X509Anchors?
    In the login keychain, when looking at the Users certificate, does it show as valid?

  • Wireless connection failure

    I've just purchased an projet 8610.
    When I try to setup the wireless connection, no network is detected. The printer screen gets stuck on finding wireless network screen and eventually hangs on this screen.
    I have rebooted router and the wireless network can be seen by all other devices.

    Let us try a different way to connect the printer to the wireless network. At this time, have the Ethernet cable connected to the router.
    Gather the I.P address the printer has, touch Setup> Network> Ethernet> View Ethernet Settings.
    Type the I.P address into the address bar of your web browser and then hit Enter, the Embedded Web Server should load..
    Click Network> Wireless (802.11)> Wireless Setup Wizard. Follow the steps and see if you are able to connect.
    Remove the Ethernet (from the back of the printer) if prompted or when the Wizard is complete.
    If you are unable to connect;
    Go back to the Embedded Web Server, click Network> Wireless (802.11)> Advanced.
    Type the network name / SSID exactly.
    Enter in the WEP or WPA and click apply.
    Remove the Ethernet (from the back of the printer) after you click apply
    Let me know the result.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Can't connect to 802.1x wireless network after upgrading

    I have a year-old iPod Touch that I recently upgraded to iOS 6. I have no problems connecting to my home network, but since upgrading, I haven't been able to connect to the 802.1x wireless network at my job. When I try to connect, I get a spinning circle, but no actual connection. If I do nothing, it never times out, just keeps spinning.
    I've tried resetting the network settings. I am able to login and accept the certificate, but I never get an IP address. I have access to the logs, so I checked and I'm authenticating successfully. I had no problems whatsoever prior to upgrading to 6.01, and I have no trouble accessing the network with other devices, including my MacBook Pro and MacBook Air.

    If you restored to factory settings/new iPod and still have the problem that indicates a hardware problem.
    Make an appointment at the Genius Bar of an Apple store..
    Apple Retail Store - Genius Bar

  • SSL VPN Login failure issue

    Hello,
    I am having an issue with some users trying to login to our SSL VPN (Anyconnect) via ASA5505 8.2(1).  Authentication is done via AD.  From the same computer, the client finds the DNS name and unlocks the login username and password.  When I enter a username and password and click connect, it is instantly rejected with login failure with the following event log:
    Function: ConnectMgr::setPromptAttributes
    File: .\ConnectMgr.cpp
    Line: 2657
    Invoked Function: setPromptAttributes
    Return Code: -33554423 (0xFE000009)
    Description: GLOBAL_ERROR_UNEXPECTED
    Error text:
    Login failed.
    If I change the user account to another user (from the same PC), login works perfectly fine - this is only happening with 3 or 4 users - I have compared the user accounts of a failing account and a successful account and they are identical in AD. 
    This has been driving me crazy - as a work around for the failing users, I just created a temporary account which works perfectly fine.  The request doesn't even seem to hit the ASA (there is nothing in the logs that show a failed attempt).  Still troubleshooting and looking at certificate's at this point.  Any help/suggestions would be greatly appreciated!!  Thanks.
    Regards.
    After a little more testing, seems somehow related to users being in to many groups in AD.      
    Message was edited by: Rich Viola

    Hello,
    If the website is unavailable or in this case, the website is missing several characters(charts, canvas, etc or some other objects), usually could be an issue with the rewrite engine.
    Solution (workaround):
    You may use smart tunnel for this website, so the rewrite engine will not override any content, and it will display the website as it should.
    You can implement it as follow:
    Add a Bookmark
    Bookmark for the service and clicking the Enable Smart Tunnel option in the Add or Edit Bookmark dialog box.
    For further information you can find it here:
    http://www.cisco.com/c/en/us/td/docs/security/asa/asa83/configuration/guide/config/webvpn.html#wp1272236
    Let me know how tit works out!
    Please don't forget to rate and mark as correct the helpful Post!
    David Castro,
    Regards,

  • After 10.6.8 upgrade, MacBook PRO doesn't acquire IP address via 802.11n wireless connection

    After upgrading a MacBook Pro to 10.6.8, the machine connects to an 802.11n wireless access point, but will not acquire an IP address using DHCP.  An iMac running 10.6.7, and an iPad2 both successfully connect and acquire DHCP IP addresses to the same access point.  The access point is an HP Procurve MSM422 access point, a commercial data center level access point.
    The MacBook Pro did acquire a connection and IP address when running 10.6.7, so this seems to be a regression introduced with the upgrade to 10.6.8.
    The MacBook Pro running 10.6.8 will acquire an 802.11g connection to the same access point without any problems.  The access point has different SSIDs for 802.11n and 802.11g.
    Changing the IP settings on the MacBook Pro from DHCP to a fixed IP address doesn't solve the problem.
    Just wanted to document this situation for those following problems with migration to 10.6.8.
    If anyone uncovers the reason and has a work around for this situation, please share.  I'll keep looking, too.  I plan to do a combo install of 10.6.8 later today to see if this remedies the situation.

    Deleting and recreating the AirPort connection doesn't help this problem.  Neither does turning the AirPort on/then off, going from DHCP to FIXED IP addresses, or repairing permissions.  I even upgraded the firmware in the HP MSM422 access point from 5.4.29 to 5.5.1 and that didn't make any difference, either. 
    Using the combo installer to reinstall 10.6.8 did fix the problem. 

  • After creating a contained database, getting a login failure error while trying to connect to it.

    After creating a contained database and a user with passowrd under the same database, I tried connecting to the contained database. I entered the server name, login credentials and went to the connection properties tab to select the contained database using
    <browse server> option under "connect to database". Here I get the login failure error.
    TITLE: Browse Server for Database
    Failed to connect to server <servername>\<login>. (Microsoft.SqlServer.ConnectionInfo)
    But when I manually enter the Database name instead of selecting from the <browse server> option the connection gets through.
    Is this a Bug ? Has anyone else faced this error?

    Hello,
    Is this a Bug ? Has anyone else faced this error?
    It's not a bug, it's working as intended. Contained users don't have instance level permissions and cannot "login" to the instance (which is what the "browse" button is attempting). In order for it to work, the database name must be in the connection string
    (which with the browse button, it will not be).
    Welcome to contained users, they aren't for everyone.
    Sean Gallardy | Blog | Microsoft Certified Master

Maybe you are looking for

  • Error while executing Bex Query

    Hi all, i am getting error while executing the Bex Query.i am able to change and save the Query without any issues. Error: <internal error> Receiving from the BW server failed.BW server raised exception:SYSTEM_FAILURE Do you want to see more informat

  • IPod touch no longer 'compatible' with dock

    Hi all, I have a Kitsound Boomdock iPod dock. My 3rd generation iPod touch is apparently no longer compatible with this devices. Or no longer supports it. Sometimes it gives an error message along those lines and sometimes doesn't bother. I know the

  • SDK sample code for Changing name of Exported file thru Webi schedule

    Hi experts, I am wanting to know if someone has got any sample Java SDK code which I can use to login to FTP and rename the pdf files generated from webi schedule script and append customised date format towards the end.

  • Best file converter for .mpg to .mov

    I am trying to import movies in .mpg format to iMovie 11 which requires a .mov format.  I want a free file converter that won't sacrifice the video quality.

  • Why should we create index on  the table after inserting data ?

    Please tell me the Reason, why should we create index on the table after inserting data . while we can also create index on the table before insertion of the data.