Home > error joining > domain join error 5

Domain Join Error 5

Contents

Microsoft Tech Companion App Microsoft Technical Communities Microsoft Virtual Academy Script Center Server and Tools Blogs TechNet Blogs   TechNet Flash Newsletter TechNet Gallery TechNet Library TechNet Magazine TechNet Subscriptions domain join error 1355 TechNet Video TechNet Wiki Windows Sysinternals Virtual Labs Solutions Networking Cloud and

Error Joining Domain The Request Is Not Supported

Datacenter Security Virtualization Downloads Updates Service Packs Security Bulletins Windows Update Trials Windows Server 2012 R2 System Center 2012 error joining domain the specified domain either R2 Microsoft SQL Server 2014 SP1 Windows 8.1 Enterprise See all trials » Related Sites Microsoft Download Center TechNet Evaluation Center Drivers Windows Sysinternals TechNet Gallery Training Training Expert-led, virtual classes error joining domain the specified account already exists Training Catalog Class Locator Microsoft Virtual Academy Free Windows Server 2012 courses Free Windows 8 courses SQL Server training Microsoft Official Courses On-Demand Certifications Certification overview MCSA: Windows 10 Windows Server Certification (MCSE) Private Cloud Certification (MCSE) SQL Server Certification (MCSE) Other resources TechNet Events Second shot for certification Born To Learn blog Find technical communities in your area Support Support options For

Error Joining Domain The Service Cannot Be Started

business For developers For IT professionals For technical support Support offerings More support Microsoft Premier Online TechNet Forums MSDN Forums Security Bulletins & Advisories Not an IT pro? Microsoft Customer Support Microsoft Community Forums United States (English) Sign in Home Library Wiki Learn Gallery Downloads Support Forums Blogs We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second. Active Directory Active Directory Diagnostics, Troubleshooting, and Recovery Diagnosing and Troubleshooting Active Directory Problems Diagnosing and Troubleshooting Active Directory Problems Join and Authentication Issues Join and Authentication Issues Join and Authentication Issues Network Connectivity Join and Authentication Issues Name Resolution Domain Controller Issues Access Control TOC Collapse the table of content Expand the table of content This documentation is archived and is not being maintained. This documentation is archived and is not being maintained. Join and Authentication Issues If you can't join a computer to an Active Directory domain, or if a computer can't communicate with any other computer in the network, the situation might be the result of join and authentication problems. This section discusses diagnostic tools and gives examples o

SonicWALL User Sorry, we are having issues processing your request. If you own the SonicWALL error joining domain network path not found product requested please confirm that you have registered your product at error joining domain cannot complete this function My SonicWALL . If you have already registered your product then please contact Customer Service

Error 1332 Join Domain

directly for further assistance at customerservice@software.dell.com. Continue × Support Forms Under Maintenance Submitting forms on the support site are temporary unavailable for schedule maintenance. If you https://technet.microsoft.com/en-us/library/cc961817.aspx need immediate assistance please contact technical support. We apologize for the inconvenience. Continue Search Sign In Sign In Create Support Account Products ActiveRoles Boomi Change Auditor Foglight Identity Manager KACE Migration Manager Rapid Recovery Recovery Manager SharePlex SonicWALL Spotlight Statistica Toad View all Products Solutions Application & Data Integration Big Data Analytics Business https://support.software.dell.com/vworkspace-mokafive-suite/kb/72881 Intelligence Cloud Management Data Protection Overview Backup and Recovery Deduplication and Compression Database Development and Management Database Replication & Backup Endpoint Management Mobile Workforce Management Overview Desktop Virtualization Enterprise Mobility Management Endpoint Security Network Security Secure Remote Access Performance Monitoring Security Overview Email Security Endpoint Security Identity & Access Management Network Security Secure Remote Access Virtualization Management Microsoft Platform Management View all Solutions Solutions by Platform Active Directory Exchange Google GroupWise & NDS Hadoop Hyper-V Lotus Notes Skype for Business/Lync Office 365 Oracle SharePoint SQL Server VMware Trials Buy Support By Product Line Enterprise Reporter Foglight KACE Migration Manager Migrator NetVault One Identity Quick Connect Performance Analysis Recovery Manager Shareplex SonicWALL Spotlight SQL Navigator Toad All Products Contact Support Download Software Knowledge Base My Account My Products My Service Requests My Licenses My Groups My Profile Policies & Procedures Professional Services Technical Documentation Training & Certification User Forums Video Tutorials Support Home Communities Partners

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow http://serverfault.com/questions/535130/net-user-domain-returning-error-5-access-is-denied the company Business Learn more about hiring developers or posting ads with us Server Fault http://www.unidesk.com/support/kb/debugging-domain-join-problems-windows-7 Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top net user /domain returning Error error joining 5 - Access is denied up vote 6 down vote favorite I do have a domain where the default ACLs have been altered on all user and computer objects and the List Object Mode (Access Based Enumeration for directory objects) has been enabled. Most notably, the Everyone:Read permission has been removed from the list for most directory objects so users are unable to read "foreign" objects to comply with a privacy protection policy. error joining domain In this constellation, an application's client (based on the UniPaas Framework if this matters) is trying to read a specific user's group memberships and fails for an unknown reason. From the software manufacturer we got a simple test case where a net user %USERNAME% /domain is failing with an Error 5 - Access is denied in this infrastructure. The network protocols net use is using and the way how it is failing corresponds to what we are seeing when taking network traces of the application. I am now somewhat as a loss as I do not know anything about the internals of the net user call (especially what API it is using to read the attributes and which permission the user has to have to get them). How do I start debugging this? Edit: one thing I came up with was running Wireshark to record the network traffic induced by a net user %username% /domain call. Everything looks good up to the point where a SAMR OpenDomain call is issued for the BUILTIN domain (S-1-5-32) which returns STATUS_ACCESS_DENIED, after which all connections are torn down. See packets 33 and 34 in this pcap trace. This seems to be the reason for the Access denied response from net user, although I have no idea what is going wrong here.

2013 First things to check When a Windows 7 desktop is created in Unidesk it runs through the Microsoft Windows mini-setup process which uses a file called unattend.xml to configure a variety of desktop settings. We recommend that you use the Unidesk unattend builder tool to create your unattend file. With the unattend builder you can specify all of the settings required to join the desktop to the domain during creation. If your desktop is not joining the domain correctly, here are some common issues and how to solve them. Keep in mind that while you will look at logs on the desktop to identify your problem, you will update the unattend file in your OS layer or in an application layer to correct it so that newly created desktops will successfully join your domain. Check the Setupact log on the desktop for errors The following log file details the progress of the mini-setup process, including a summary line for each domain attempt. Check this log file for errors: C:\Windows\Panther\UnattendGC\setupact.log Note: Be sure you are not looking at the setupact log in C:Windows\Panther. You want the log file that's in C:Windows\Panther\UnattendGC. Search for DJoin.exe to see a log of the domain join operations: DsGetDCName failed: 0x54b … check your fully qualified domain name NetJoinDomain attempt failed: 0x89a … check your domain join credentials NetJoinDomain attempt failed 0x2: check your OU specification Still stumped? For other log files to check, go to the section on Advanced debugging later in this document. Check your unattend file for common problems Check your unattend file for issues. For example, let’s assume that you have this configuration: fully qualified domain name: vdidomain.acme.com or vdidomain.local short domain name: vdi OU: acmegrp1 Domain account: Administrator Open the unattend file on the desktop and check for some common problems. The unattend file is located in c:\windows\panther. Search for the tag and check the fully qualified domain name. It should look like this: vdidomain.local or vdidomain.acme.com Check the domain specification by searching for the Domain tag: . The Domain tag must be the short domain name, not the fully qualified domain name.It should look like this: Correct: vdi Incorrect: vdidomain.acme.com Check the Username specification. It should look like this: Correct: Admi

 

Related content

airport card error joining network

Airport Card Error Joining Network table id toc tbody tr td div id toctitle Contents div ul li a href How To Connect Powerbook G To Wifi a li li a href Keychain First Aid a li ul td tr tbody table p You can not post a blank message Please type your message and try again twincities Level points relatedl Q Error joining network with G DA Just there was an error joining the airport network popped an Airport card into the PowerMac G Digital Audio I am there was an error joining the airport network fix rehabbing I

computer name change error joining domain

Computer Name Change Error Joining Domain table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Specified Domain Either a li li a href Error Joining Domain The Specified Account Already Exists a li ul td tr tbody table p p p p p Editions US United States Australia United Kingdom Japan Newsletters Forums Resource Library Tech Pro Free Trial Membership Membership My Profile People Subscriptions My stuff Preferences Send a message Log Out relatedl TechRepublic Search GO Topics CXO Cloud Big Data Security Innovation Software a href http www techrepublic

dns error joining domain

Dns Error Joining Domain table id toc tbody tr td div id toctitle Contents div ul li a href Unable To Join Domain Dns Error a li li a href Windows Will Not Join Domain Dns Error a li li a href Can t Join Domain Dns Name Does Not Exist a li ul td tr tbody table p Name r n t t r n t t t Groups r n t t r n t t r n t t GroupHtmlBlock Item viewAllHtmlBlock Text linkHtmlBlock Name searchResultItemHtmlBlock Name viewMoreText and MoreText more document ready function Core GroupNavigation SetMenuItems

domain join error

Domain Join Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Request Is Not Supported a li li a href Error Joining Domain The Service Cannot Be Started a li li a href Cannot Join Domain Dns Name Does Not Exist a li ul td tr tbody table p Name r n t t r n t t t Groups r n t t r n t t r n t t GroupHtmlBlock Item viewAllHtmlBlock Text linkHtmlBlock Name searchResultItemHtmlBlock Name viewMoreText and MoreText more document ready function Core GroupNavigation

domain join error 53

Domain Join Error table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Request Is Not Supported a li li a href Error Joining Domain The Specified Account Already Exists a li li a href Error Joining Domain Network Path Not Found a li li a href Error Joining Domain Cannot Complete This Function a li ul td tr tbody table p Home Other VersionsLibraryForumsGallery relatedl Ask a question Quick access domain join error Forums home Browse forums users FAQ Search p h id Error Joining Domain The Request Is Not

error joining airport

Error Joining Airport p enter a title You can not post a blank message Please type your message and try again ginmoullet Level points Q error joining relatedl airport network I have a MacBook black that there was an error joining the airport network fix gives an error when joining the AirPort network I have tried zapping the PRAM http michaelhyatt com fix-for-wireless-connection-problems-on-macbook-pro htmlI there was an error joining the airport network mac tried turning off the IPv address moving my current network up to the top of the list deleting old networks keychain first aid and the keychain repair

error joining airport network

Error Joining Airport Network table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Airport Network Mac a li li a href Error Joining Airport Network Ibook a li li a href Error Joining Airport Network Linksys a li li a href There Was An Error Joining The Airport Network Fix a li ul td tr tbody table p Popular Forums Computer Help Computer Newbies Laptops Phones TVs Home Theaters Networking Wireless Windows Windows Cameras All Forums News Top Categories Apple Computers Crave relatedl Deals Google Internet Microsoft Mobile Photography Security Sci-Tech Tech

error joining airport network linksys

Error Joining Airport Network Linksys table id toc tbody tr td div id toctitle Contents div ul li a href There Was An Error Joining The Airport Network a li li a href There Was An Error Joining The Airport Network Mac a li ul td tr tbody table p not post a blank message Please type your message and try again This discussion is locked HelixOmnimedia Level points Q There was an error joining AirPort network - HELP Yesterday I bought the relatedl Belkin G Mimo Modem Router I've set it up to connect p h id There Was

error joining ads domain

Error Joining Ads Domain table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Service Cannot Be Started a li li a href Dns Error When Joining Domain a li li a href Joining Mac To Ad Domain a li ul td tr tbody table p Powered by Microsoft Translator Wikis - Page Details First published by Davanand Bahall - MSFT When Dec AM Last revision by Prem Rana Microsoft Partner When Nov relatedl AM Revisions Comments Options Subscribe to Article error joining domain the request is not supported RSS Share

error joining domain user already exists

Error Joining Domain User Already Exists table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Request Is Not Supported a li li a href Error Joining Domain The Service Cannot Be Started a li li a href Error Joining Domain Cannot Complete This Function a li li a href The Specified Account Already Exists Active Directory a li ul td tr tbody table p HomeWindows Server Windows Server R Windows Server LibraryForums Ask a question Quick access Forums home Browse forums users FAQ Search related relatedl threads Remove From My

error joining the network

Error Joining The Network table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Airport Network a li li a href There Was An Error Joining The Airport Network a li li a href There Was An Error Joining The Airport Network Fix a li ul td tr tbody table p Password Your News Feed Likes You've Received Your Content People You Follow People relatedl You Ignore Log Out Show online status Conversations error joining network facebook Show All Alerts Alert Preferences Show All macosx com Home Forums Forums p h id Error

error joining domain cannot complete this function

Error Joining Domain Cannot Complete This Function table id toc tbody tr td div id toctitle Contents div ul li a href The Following Error Occurred Attempting To Join The Domain Cannot Complete This Function a li li a href Error Joining Domain The Service Cannot Be Started a li li a href Error Joining Domain The Specified Account Already Exists a li li a href Cannot Join Domain Dns Name Does Not Exist a li ul td tr tbody table p Migrate AD data Terminal Services Microsoft Dynamics and Sage Timberline Virtualization of Web Server After our web server

error joining airport network macbook

Error Joining Airport Network Macbook table id toc tbody tr td div id toctitle Contents div ul li a href There Was An Error Joining The Airport Network a li li a href There Was An Error Joining The Selected Airport Network a li li a href Keychain First Aid a li ul td tr tbody table p Popular Forums Computer Help Computer Newbies Laptops Phones TVs Home Theaters Networking Wireless Windows Windows Cameras All Forums News Top Categories Apple Computers Crave relatedl Deals Google Internet Microsoft Mobile Photography Security Sci-Tech Tech Culture p h id There Was An Error

error joining domain the parameter is incorrect

Error Joining Domain The Parameter Is Incorrect table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Specified Domain Either a li li a href Error Joining Domain The Service Cannot Be Started a li li a href Error Joining Domain Cannot Complete This Function a li li a href The Following Error Occurred Attempting To Join The Domain The Parameter Is Incorrect a li ul td tr tbody table p HomeWindows Windows MobilePrevious versionsMDOPSurfaceSurface HubLibraryForums Ask a question Quick access Forums home Browse forums users FAQ Search related threads Remove

error joining domain the rpc protocol sequence is not supported

Error Joining Domain The Rpc Protocol Sequence Is Not Supported p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for relatedl Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange Questions The RPC Protocol Sequence is not supported Want to Advertise Here Solved The RPC Protocol Sequence is not supported Posted on - -

error joining the airport mac

Error Joining The Airport Mac p enter a title You can not post a blank message Please type your message and try again ginmoullet Level points Q error joining relatedl airport network I have a MacBook black that gives an error when joining the AirPort network I have tried zapping the PRAM http michaelhyatt com fix-for-wireless-connection-problems-on-macbook-pro htmlI tried turning off the IPv address moving my current network up to the top of the list deleting old networks and the keychain repair My iMac works fine iPhones iPads and other PC laptop Any other suggestions Thanks in advance Ginny MacBook Mac

error joining network

Error Joining Network table id toc tbody tr td div id toctitle Contents div ul li a href There Was An Error Joining The Airport Network a li li a href There Was An Error Joining The Airport Network Fix a li li a href Joining Computer Network a li ul td tr tbody table p Popular Forums Computer Help Computer Newbies Laptops Phones TVs Home Theaters Networking Wireless Windows Windows Cameras All Forums News Top Categories Apple relatedl Computers Crave Deals Google Internet Microsoft Mobile Photography Security Sci-Tech error joining network facebook Tech Culture Tech Industry Photo Galleries Video

error joining pc to domain

Error Joining Pc To Domain p Powered by Microsoft Translator Wikis - Page Details First published by Davanand Bahall - MSFT When Dec relatedl AM Last revision by Prem Rana Microsoft Partner When Nov AM Revisions Comments Options Subscribe to Article RSS Share this Engage Wiki Ninjas Blog Announcements Wiki Ninjas on Twitter TechNet Wiki Discussion Forum Can You Improve This Article Positively Click Sign In to add the tip solution correction or comment that will help other users Report inappropriate content using these instructions Wiki TechNet Articles Troubleshooting Domain Join Error Messages Troubleshooting Domain Join Error Messages Article History

error joining the airport network

Error Joining The Airport Network p Password Your News Feed Likes You've Received Your Content People You Follow People You Ignore Log Out Show online relatedl status Conversations Show All Alerts Alert Preferences Show All macosx com Home Forums Forums Quick Links Search Forums Recent Posts Media Media Quick Links Search Media New Media Members Members Quick Links Notable Members Current Visitors Recent Activity New Profile Posts Menu Search titles only Posted by Member Separate names with a comma Newer Than Search this thread only Search this forum only Display results as threads More Useful Searches Recent Posts Mac Support

error joining airport network 10.4

Error Joining Airport Network p Password Your News Feed Likes You've Received Your Content People You Follow People You Ignore Log Out Show online status Conversations Show relatedl All Alerts Alert Preferences Show All macosx com Home Forums Forums Quick Links Search Forums Recent Posts Media Media Quick Links Search Media New Media Members Members Quick Links Notable Members Current Visitors Recent Activity New Profile Posts Menu Search titles only Posted by Member Separate names with a comma Newer Than Search this thread only Search this forum only Display results as threads More Useful Searches Recent Posts Mac Support Forums

error joining a domain

Error Joining A Domain table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Specified User Already Exists a li li a href Error Joining Domain Account Already Exists a li li a href Error Joining Domain The Request Is Not Supported a li ul td tr tbody table p Microsoft Tech Companion App Microsoft Technical Communities Microsoft Virtual Academy Script Center Server and Tools Blogs TechNet relatedl Blogs TechNet Flash Newsletter TechNet Gallery TechNet error joining domain network path not found Library TechNet Magazine TechNet Subscriptions TechNet Video TechNet Wiki

error joining the airport network mac

Error Joining The Airport Network Mac p enter a title You can not post a blank message Please type your message and try again This discussion is locked JimDR Level points Q Error joining Airport network relatedl Greetings I just finished doing an archive reinstall of my system Now I keep getting the message There was an error joining the Airport network when I try to use Airport It was working fine before the reinstall I've tried the various Airport solutions such as powering the modem off on powering Airport base station off on and resetting the Airport base station

error joining chat 409 conflict pidgin

Error Joining Chat Conflict Pidgin p years ago Closed years ago Last modified years ago closed defect Conflict Error for Chat Room Reported by james norton Owned by lschiere Milestone Component unclassified Version Keywords Cc Description Trying to get into AP-Accounting chat room relatedl that I have created and made persistent and it will not log in We are getting the Conflict error trying to join chat room ap-accounting Oldest first Newest first Threaded Comments only Change History comment Changed years ago by deryni Status changed from new to pending A error should indicate that the username you are attempting

error joining domain rpc protocol sequence not supported

Error Joining Domain Rpc Protocol Sequence Not Supported p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a relatedl Question Ask for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange Questions The RPC Protocol Sequence is not supported Want to Advertise Here Solved The RPC Protocol Sequence is not supported Posted on - - Windows OS

error joining network airport

Error Joining Network Airport table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Airport Network Mac a li li a href Error Joining Airport Network Netgear a li li a href There Was An Error Joining The Selected Airport Network a li ul td tr tbody table p Password Your News Feed Likes You've Received Your Content People You Follow People You Ignore Log Out Show online status Conversations Show All Alerts Alert Preferences Show relatedl All macosx com Home Forums Forums Quick Links Search Forums Recent Posts there was an error

error joining airport network mac

Error Joining Airport Network Mac p Popular Forums Computer Help Computer Newbies Laptops Phones TVs Home Theaters Networking relatedl Wireless Windows Windows Cameras All Forums News Top Categories Apple Computers Crave Deals Google Internet Microsoft Mobile Photography Security Sci-Tech Tech Culture Tech Industry Photo Galleries Video Forums Video Top Categories Apple Byte Carfection CNET Top CNET Update Googlicious How To Netpicks Next Big Thing News On Cars Phones Prizefight Tablets Tomorrow Daily CNET Podcasts How To Top Categories Appliances Computers Gaming Home Entertainment Internet Mobile Apps Phones Photography Security Smart Home Tablets Wearable Tech Forums Speed Test Smart Home Top

error joining airport network 10.4 11

Error Joining Airport Network table id toc tbody tr td div id toctitle Contents div ul li a href There Was An Error Joining The Airport Network Mac a li li a href Keychain First Aid a li ul td tr tbody table p enter a title You can not post a blank message Please type your message and try again This discussion is locked JimDR Level points relatedl Q Error joining Airport network Greetings I just finished doing an there was an error joining the airport network archive reinstall of my system Now I keep getting the message There

error joining subscriber

Error Joining Subscriber p Us Instagram YouTube Facebook Twitter Google LinkedIn Newsletter DirectoryNetwork InfrastructureWAN Routing and Switching LAN Switching and Routing relatedl Network Management Remote Access Optical Networking Getting Started with LANs IPv Integration and Transition EEM Scripting Other Subjects SecurityVPN Security Management Firewalling Intrusion Prevention Systems IDS AAA Identity and NAC Physical Security MARS Email Security Web Security Other Subjects Service ProvidersMetro MPLS Voice Over IP XR OS and Platforms Video Other Subjects Collaboration Voice and VideoIP Telephony Video Over IP Jabber Clients Unified Communications Applications TelePresence Digital Media System Contact Center Conferencing UC Migrations Other Subjects Wireless -

error joining airport network wep

Error Joining Airport Network Wep table id toc tbody tr td div id toctitle Contents div ul li a href There Was An Error Joining The Selected Airport Network a li ul td tr tbody table p click the register link above to proceed To start viewing messages select the forum that you want to visit from the selection below You are here MacNN Forums relatedl Enthusiast Zone Networking error joining the AirPort network 'xxxxx' there was an error joining the airport network user pass Remember Me Show Threads Show Posts Advanced Search there was an error joining the airport

error joining domain

Error Joining Domain table id toc tbody tr td div id toctitle Contents div ul li a href Error Joining Domain The Specified Domain Either a li li a href Error Joining Domain The Service Cannot Be Started a li li a href Error Joining Domain Cannot Complete This Function a li li a href Error Joining Domain Account Already Exists a li ul td tr tbody table p Microsoft Tech Companion App Microsoft Technical Communities Microsoft Virtual relatedl Academy Script Center Server and Tools Blogs TechNet error joining domain the request is not supported Blogs TechNet Flash Newsletter TechNet

ibook g4 error joining wireless network

Ibook G Error Joining Wireless Network table id toc tbody tr td div id toctitle Contents div ul li a href Powerbook G Won t Connect To Wifi a li ul td tr tbody table p post a blank message Please type your message and try again KKLW Level points Q After reinstall of OS on iBook G getting an AirPort error when trying to connect to wireless network Just erased and reinstalled the OS relatedl Tiger OS X v on my old iBook G so I could there was an error joining the airport network fix give a wiped